Lucien Shaw
|
bb735b6ee7
|
feat: 为官网首页添加多语言支持 (#13943)
* build: 引入react i18n组件
* i18n: 加载多语言支持模块
* i18n: 添加语言切换按钮
* i18n: 添加网页下载按钮多语言支持
* build: 更新typescript依赖
* fix: 修复callback导致语言切换不生效的问题
* i18n: 完成首页所有元素的多语言支持
* chore: 删除冗余代码
* i18n: 优化了语言切换按钮的交互逻辑并添加多语言占位符
* chore: 规范了部分代码的格式并删除冗余代码
* i18n: ko-kr
* chore: kr 미러 to mirror
* fix: 修复检测和切换语言的问题
* chore: 调整了尾注用户协议部分的显示方式
* refactor: 更改首页尾注的显示方式
* style: 统一Trans元素为self-close样式
* i18n: zh-tw
* fix: 修复换行和块之间的空格问题并补上缺失的翻译
* feat: 更改首页语言也会同步更改文档按钮对应的链接
* refactor: 将弃用的MutableRefObject替换为RefObject
* feat: 语言切换按钮的选项使用对应的语言渲染
* feat: 统一管理所有语言信息并开放读取语言接口
* fix: 去除按钮在鼠标悬停时出现的下划线
* style: 统一不使用行尾分号
* build: 更新部分依赖
* fix: 修正不成对的Trans块对应的本地化文本
* feat: 移动设备横屏浏览时出现垂直滚动条
移动设备横屏时,可能仍能出现下载按钮,全部展开时可能过高,此时出现垂直滚动条,方便用户浏览所有内容
* i18n: JP
* fix: 强制隐藏下载链接容器的水平滚动条
* fix: 将下载链接容器设置为占满宽度
* i18n: JP edits
* fix: 修复滚动条引起的上端裁切问题
* feat: action按钮组根据实际宽度调整布局
不再依靠md:xxx的固定阈值区分小屏和中屏及以上,而是根据不同语言的按钮宽度动态计算是否溢出,从而决定排布方式
* feat: 使用上下文管理布局
使用layoutStateContext来管理布局相关状态,主要是宽度溢出检测
* fix: Copilot 说我们是小驼峰
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* perf: Copilot 说我们不再需要下划线和它的偏移
我还是第一次知道这里下划线这么难看
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat: 把别的按钮样式抄到语言切换按钮上
* style: 复活 Prettier
这 Prettier 什么鬼情况
我没有要求你把所有文件都格式化,我不是恶魔,后面忘了,总之我可能得狠狠恢复你了。真的。
所以这缩进怎么又 2 又 4 的
* chore: Auto update by pre-commit hooks [skip changelog]
* refactor: 更改副标题和尾注的元素class以优化动画和显示
* style: 将typescript代码文件的缩进统一为2
* fix: 改正测速进行中的i18n key
* refactor: 删除link类的下划线css定义
* build: 更新prettier依赖和相关配置
* style: prettier美化
* chore: 尝试规避github ci找不到插件的错误
* chore: Auto update by pre-commit hooks [skip changelog]
* refactor: 使用.prettierrc.js管理官网相关文件的美化配置
* refactor: 暂时取消自动import排序美化
* fix: 下载按钮动画问题
* feat: 响应式设计测量宽度时,临时隐藏相关元素
* style: prettier
* refactor: 下载按钮组居中对齐
* feat: 让系统架构提示动画从上到下
* refactor: 优化第二行按钮动画
* refactor: 优化协议部分文本动画
* i18n: 为一句过长的日语添加换行符
* fix: 修复进度条样式
* refactor: 不将i18n作为触发器
* chore: 首页图片资源文件路径变更
* chore: 添加多语言图片占位
* i18n: 首页图片支持多语言切换
* chore: 更新日文的首页截图
* chore: Auto update by pre-commit hooks [skip changelog]
* fix: 在首页的文档链接后补全斜杠
* chore: 更新prettier的EOL设置
* style: prettier美化
* chore: pre-commit复活
* refactor: 统一languageFilename变量名
* refactor: 移除加载截图模块的dead code
* i18n: 为mirrorchyan的跳转链接添加多语言支持
mirrorchyan提供简中和英语,因此其他语言需要fallback到二者之一。
- 繁体中文跳转到简体中文
- 日语和韩语跳转到英文
* fix: dead code删除不彻底
* i18n: 去除除了简中以外的”海外源“字样
* i18n: 规范化简中和繁中的locale文本
* i18n:调整英文文本的语法和表达
* i18n: 规范化日文文本
* chore: prettier
* i18n: KR screenshot
* i18n: txwy screenshot
* chore: Auto update by pre-commit hooks [skip changelog]
* i18n: zh-tw tweak
* refactor: mirror酱相关的两处key更名
* docs: 优化中文和英文的部分语句表达方式
Linux 下载那句我怎么看怎么觉得怪
我想改成 `下载完成(Linux 版本仅包含动态库与资源文件)` `Download completed (Linux version includes dynamic libraries and resource files only)`
但感觉改完也很怪
感觉不如把这俩直接换成 CLI 的下载
* i18n: fix version info loading error message and pluralize downloads for zh-cn
* chore: update en-us screens dark and light
* chore: Auto update by pre-commit hooks [skip changelog]
* fix: focus
* chore: Auto update by pre-commit hooks [skip changelog]
* refactor: 去除多余类型标记
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: HX3N <scarlet7518@gmail.com>
Co-authored-by: momomochi987 <as99us301@gmail.com>
Co-authored-by: Manicsteiner <Manicsteiner@outlook.com>
Co-authored-by: Rbqwow <55343783+Rbqwow@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com>
|
2025-09-17 21:19:07 +08:00 |
|
Rbqwow
|
b1138f5b68
|
docs: 文~档~大~更~新,开始失败喽—— (#13410)
* fix: prettier 一定要能格式化文档✍️✍️✍️
* docs: 更新肉鸽用户文档
Co-authored-by: 萨拉托加 <151550168+Saratoga-Official@users.noreply.github.com>
* chore: Auto update by pre-commit hooks [skip changelog]
* fix: 移除由 heroFullScreen: true 引入的 vp-hero-slide-down-button
主题组件叫 `@theme-hope/components/home/HeroSlideDownButton`
别管怎么移除的 看不到就行了)
* fix: 修复官网查看全部下载按钮动画
refer to 462bf51dce
* docs: 补充萨卡兹肉鸽点刺刷钱策略
* docs: 更新肉鸽新手教程描述
* fix: HomeActionsRelease.tsx typo
* docs: 更新难度选择按钮描述
* docs: Update integrated-strategy.md
* docs: Update integrated-strategy.md
* docs: 更新 integrated-strategy.md
---------
Co-authored-by: 萨拉托加 <151550168+Saratoga-Official@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com>
Co-authored-by: DavidWang19 <dwang0340@gmail.com>
|
2025-08-02 12:15:12 +08:00 |
|
SherkeyXD
|
4d780df455
|
chore(deps): bump dependencies (#13121)
|
2025-07-16 14:58:35 +08:00 |
|
MistEO
|
a541da064a
|
ci: deploy website to GitHub Pages (#13207)
|
2025-07-15 17:39:03 +08:00 |
|
uye
|
462bf51dce
|
feat: 官网添加非当前电脑构架提示
|
2025-07-14 22:20:58 +08:00 |
|
github-actions[bot]
|
2e21799cc8
|
chore: Auto Templates Optimization
Triggered by 911f910990
[skip changelog]
|
2025-06-21 10:22:05 +00:00 |
|
MistEO
|
911f910990
|
chore: 更换 Mirrorc logo
|
2025-06-21 18:20:56 +08:00 |
|
uye
|
ab36ae88d6
|
docs: 调整描述
|
2025-06-07 21:20:28 +08:00 |
|
uye
|
93a5392028
|
docs: 调整镜像下载失败描述
|
2025-06-07 16:13:39 +08:00 |
|
MistEO
|
8995b04a22
|
chore: add mirrorchyan url source (#12869)
* chore: add mirrorchyan url source
* perf: wpf link
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix: link
* fix: 吐司通知转义
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com>
|
2025-06-03 19:52:36 +08:00 |
|
MistEO
|
dbc1f1f6da
|
chore: ota.maa.plus -> api.maa.plus
|
2025-05-15 23:19:13 +08:00 |
|
MistEO
|
c7a8191e03
|
chore: 再次调整官网细节
|
2025-05-13 14:27:32 +08:00 |
|
MistEO
|
3a87307bda
|
chore: 调整官网标题
|
2025-05-13 14:21:05 +08:00 |
|
Rbqwow
|
2fa5c743cc
|
docs: 用户协议 (#11666)
* docs: 初版用户协议
* docs: 贴合AGPL-3.0修改协议(1/2)
* docs: 贴合AGPL-3.0修改协议(2/3)
* docs: 贴合AGPL-3.0修改协议(3/3)
* docs: 用户协议添加tldr
* docs: review (2/3)
Co-authored-by: AnnAngela <naganjue@vip.qq.com>
* docs: 学姐:把森空岛拆出来
* docs: tldr增加免责说明
* docs: 改个词
* docs: 赦免Mirror酱
* docs: 来点加粗
* docs: 强调一下官方账号
* docs: 成年
* docs: 企鹅物流不一定匿名
* docs: 玛
a3d81c6029
* docs: 添加超链接引用
* docs: review
玛
* docs: Update terms-of-service.md
* docs: review
玛玛
* docs: 玛说要有镜,于是丽便有了光
* docs: 写多了 但我的 git rebase -i 坏掉了 只能再推个commit
* docs: 修改文档
* docs: 客户端反作弊
* docs: no deepseek anymore
---------
Co-authored-by: AnnAngela <naganjue@vip.qq.com>
Co-authored-by: MistEO <mistereo@hotmail.com>
Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com>
Co-authored-by: No-Deepseek <do-not-use-deepseek-to-suck-my-ass@rbqwow.icu>
|
2025-05-10 23:33:43 +08:00 |
|
Rbqwow
|
e5357e7dd7
|
feat: 优化官网动画效果 (#12432)
优化友链列表出现消失动画
为底部许可证文本添加动画
修复点击查看全部后按钮乱跳
整理注释
|
2025-04-24 17:31:59 +08:00 |
|
MistEO
|
9982545c99
|
chore: 调整友链弹窗最大高度
|
2025-04-20 03:03:06 +08:00 |
|
github-actions[bot]
|
eaf3b93c8e
|
chore: Auto Templates Optimization
Triggered by e29d506cf2
[skip changelog]
|
2025-04-19 17:47:45 +00:00 |
|
MistEO
|
e29d506cf2
|
perf: image size
|
2025-04-20 01:47:10 +08:00 |
|
github-actions[bot]
|
e4e9c8264c
|
chore: Auto Templates Optimization
Triggered by 7204d0f62a
[skip changelog]
|
2025-04-19 16:34:48 +00:00 |
|
MistEO
|
7204d0f62a
|
feat: 整理官网友链列表,添加Mirror酱友链
|
2025-04-20 00:33:48 +08:00 |
|
Rbqwow
|
60308846f3
|
feat: 官网友链改为按钮 (#12400)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2025-04-20 00:11:34 +08:00 |
|
MistEO
|
91195d3c02
|
chore: 官网使用Mirror酱新链接
|
2025-04-19 23:19:30 +08:00 |
|
Aliothmoon
|
09608430a9
|
fix: 移除官网的PerformanceMonitor (#12411)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Rbqwow <55343783+Rbqwow@users.noreply.github.com>
|
2025-04-19 23:15:22 +08:00 |
|
Aliothmoon
|
f09e4de87e
|
fix: 下载状态文本适配浅色模式 (#12410)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2025-04-19 23:15:11 +08:00 |
|
github-actions[bot]
|
66c9e3c65c
|
chore: Auto Templates Optimization
Triggered by f2586ec7fe
[skip changelog]
|
2025-04-19 10:28:45 +00:00 |
|
Constrat
|
63a30d96f6
|
fix: discord logo on website
|
2025-04-19 11:40:16 +02:00 |
|
MistEO
|
3c76830ad5
|
feat: 调整官网首页按钮
|
2025-04-19 13:45:43 +08:00 |
|
MistEO
|
a4420961ce
|
feat: web cache (#12403)
|
2025-04-19 13:08:56 +08:00 |
|
Aliothmoon
|
457023106c
|
feat: 调整按钮阴影 (#12398)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2025-04-19 00:14:23 +08:00 |
|
MistEO
|
e1b000631a
|
feat: 更小杯的友情链接
|
2025-04-19 00:13:58 +08:00 |
|
MistEO
|
04531f33c7
|
chore: 官网友情链接更小一点
|
2025-04-18 23:42:20 +08:00 |
|
MistEO
|
d3d8e1a5cf
|
feat: 超小杯友情链接
|
2025-04-18 23:37:41 +08:00 |
|
MistEO
|
deb5fa3044
|
feat: 官网按钮调整
|
2025-04-18 23:37:41 +08:00 |
|
Aliothmoon
|
3f5a7322e5
|
feat: 官网亮色模式 (#12396)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2025-04-18 21:29:15 +08:00 |
|
ChingCdesu
|
631466cfff
|
feat: 更新Mirror酱下载为按钮,保持动画一致
|
2025-04-15 23:51:37 +08:00 |
|
ChingCdesu
|
63bedace6e
|
feat: mirror酱链接按照操作系统自动生成
|
2025-04-09 23:37:37 +08:00 |
|
Rbqwow
|
3bb0833704
|
build: 更新文档主题库 (#11627)
* build: 更新网站依赖
* build:更新vphope版本
* build: 怎么忘记加这个了
* fix: 修复构建错误
* chore: fix Vite CJS Node API deprecated warning
* chore: log
* perf: turbo 添加文档 cache
* perf: 注释掉新版不读取的切换语言公告内容
但公告这个属性得留着 不留着就没有切换语言的弹窗了
* fix: 修复字体问题
* build: update package version
* docs: remove root locale
* docs: add author
* ci: update node version
* build: turbo一直叫我更新,于是我更新了
* docs: update package
* docs: 再见吧牛牛今晚我就要远航
* docs: fix root locale problem
* docs: remove unused command
* feat: 牛兮归来!
* build: update turbo
* chore: 语言提醒怎么又没了 加回来
---------
Co-authored-by: SherkeyXD <57581480+SherkeyXD@users.noreply.github.com>
|
2025-04-09 21:09:31 +08:00 |
|
AnnAngela
|
433eb0aa0b
|
fix: 友链字体 [skip changelog]
|
2025-04-08 16:15:08 +08:00 |
|
AnnAngela
|
5680895daa
|
feat: 调整友链样式 [skip changelog]
|
2025-04-08 16:11:14 +08:00 |
|
github-actions[bot]
|
3f426ffd35
|
chore: Auto Templates Optimization
Triggered by 2ec5caf456
[skip changelog]
|
2025-04-08 07:59:09 +00:00 |
|
AnnAngela
|
2ec5caf456
|
feat: 官网添加工具箱友链 [skip changelog]
|
2025-04-08 15:58:52 +08:00 |
|
AnnAngela
|
2540ec0bc3
|
feat: 官网添加工具箱友链 [skip changelog] (#12272)
* feat: Update HomeLinks.tsx
* feat: arkntools.app.png
* chore: Auto update by pre-commit hooks [skip changelog]
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2025-04-08 15:48:22 +08:00 |
|
MistEO
|
e40e7f08e3
|
chore: fix typo
|
2025-02-21 01:09:43 +08:00 |
|
MistEO
|
403579c512
|
chore: mirrorc with new tab
|
2025-02-21 01:08:12 +08:00 |
|
MistEO
|
b5a8792350
|
chore: 删除官网早就不能用了的镜像
|
2025-02-21 01:04:45 +08:00 |
|
uye
|
af4e6c1ad3
|
chore: 官网添加 MirrorChyan 下载链接
需要 html 高手,现在点查看全部会有一个丑陋的动画(
|
2025-02-20 22:57:45 +08:00 |
|
__Chisato__
|
b3d4269476
|
feat: enhance MAA website animation for a more elegant appearance (#11303)
* feat: enhance MAA website animation for a more elegant appearance
* fix: briefly appears scrollbar which cause a bad animation apperance.
|
2024-12-06 17:53:15 +01:00 |
|
uye
|
a4de0ef66c
|
docs: 添加用户群链接
|
2024-11-04 18:42:37 +08:00 |
|
Hao Guan
|
2816d36221
|
fix: 修复Safari下官网显示问题
[skip changelog]
|
2024-08-17 23:06:48 +08:00 |
|
zzyyyl
|
e3d63894b2
|
perf: 使用 oxipng 优化模板图片
oxipng -o max --fast -Z -s
|
2024-07-19 21:53:44 +08:00 |
|