Commit Graph

409 Commits

Author SHA1 Message Date
David
65afb6bae4 fix: resource updater + updated data (#7079)
fix: #7074
2023-10-26 21:36:24 +02:00
David
f82eb0b612 fix: duplicate update in stage.json
(my mistake from 8598020711)
2023-10-25 20:19:43 +02:00
zzyyyl
b71b5c72bc chore: Remove "tools/ResourceUpdater/Tasks_Sorter.py" 2023-10-23 16:24:54 +08:00
zzyyyl
6e5731fed3 chore: 增加 TaskSorter 脚本对 tasks.json 进行排序
外服任务内字段顺序也依照国服
2023-10-23 16:22:25 +08:00
北雁 Cryolitia
783a2bb0ab Change to Appimage Package on Linux (#7030)
build:
https://github.com/Cryolitia/MaaAssistantArknights/actions/runs/6601833217

test:

![image](https://github.com/MaaAssistantArknights/MaaAssistantArknights/assets/23723294/fcf66055-fb11-42a5-95fe-6271437d6a6d)

PS: 浏览器里写的所以历史有点乱,建议 squash merge
2023-10-23 10:30:22 +08:00
David
5489c71458 perf & typo: removed redundant variable & variable typo (#7032) 2023-10-22 12:41:12 +02:00
David
fbfc4a6ca1 perf & typo: removed redundant variable & variable typo 2023-10-22 12:37:56 +02:00
quyansiyuanwang
490cfbf033 perf & refactor: 重构 tools/AutoLocalization (#6995)
其中包含部分更优化和跟规范的算法或结构

---------

Co-authored-by: David <56174894+Constrat@users.noreply.github.com>
2023-10-21 16:17:34 +02:00
quyansiyuanwang
5287e60a58 chore: re-write changelog_generator in algorithm (#6972)
更高效的匹配commit type
2023-10-18 14:42:14 +08:00
zzyyyl
9a44746cb1 chore: 在 commit message 中写上 [skip changelog] 可以在生成更新日志时跳过 2023-10-18 00:25:04 +08:00
zzyyyl
d7033a2298 chore: 默认不输出带信息 merge commit 的 commits tree 2023-10-17 23:51:35 +08:00
zzyyyl
ffab1a3c2c chore: 优化 changelog_generator
- 增加 co-author 处理
- 忽略不带信息的 merge commit
2023-10-17 23:39:11 +08:00
zzyyyl
b53d425696 refactor: 重构 changelog_generator.py 部分内容 (#6957) 2023-10-17 21:43:18 +08:00
quyansiyuanwang
6b8ac3a720 deleted extra indent 2023-10-17 19:53:53 +08:00
quyansiyuanwang
ddaed3ef4a renamed functions
使用蛇形命名法
2023-10-17 18:46:15 +08:00
zzyyyl
df5a9fe8ab chore: ClangFormatter 的 ignore 参数也忽略所有子文件夹内容 2023-10-17 14:08:03 +08:00
quyansiyuanwang
34aa0167e8 Update changelog_generator.py
经讨论决定修改代码逻辑:
    以开头为优先标记
    其次中文(隐)包含标记
2023-10-17 10:30:49 +08:00
quyansiyuanwang
c979cb31ec fix and correct
修正比对顺序
修改函数入口(调整函数名)
2023-10-17 07:44:37 +08:00
quyansiyuanwang
3d20189496 restructed the func print_commits
注意:暂未测试
2023-10-17 00:43:14 +08:00
quyansiyuanwang
5e42641f8f Update changelog_generator.py
deleted XXX label
编辑器里忘了删了导致再次出现这个label
2023-10-16 19:35:44 +08:00
quyansiyuanwang
1772df381b fixed err 2023-10-16 19:12:18 +08:00
quyansiyuanwang
a63a789fed Update changelog_generator.py
deleted XXX label
2023-10-16 19:01:01 +08:00
quyansiyuanwang
e0c5927f3f restructed some code
一些重复性代码被重构
  其中一部分使用列表推导
2023-10-16 18:54:28 +08:00
MistEO
7f08865a6a Merge branch 'dev' into perf/resource_ota 2023-10-13 20:20:14 +08:00
MistEO
bed32f6b51 feat: 用于快速适配新页面主题的小工具 (#6846) 2023-10-13 16:10:26 +08:00
MistEO
999061bbf1 feat: Only check version.json for Resource OTA
close #6881
2023-10-13 15:59:49 +08:00
David
abddc02fb2 tools: overseas duplicates + new themes 2023-10-12 19:58:19 +02:00
SherkeyXD
4805a4e4ae feat: 添加用于快速适配新主界面主题的小工具 2023-10-10 18:44:41 +08:00
SherkeyXD
a07a39a0b2 perf: CropRoi小工具用pathlib处理路径 2023-10-10 18:44:41 +08:00
David
335a1b372a tools: more adaptation ignored templates 2023-10-08 22:21:23 +02:00
MistEO
15cc058360 fix(ResUpdater): 修复模板尺寸不同时的崩溃问题 2023-10-08 18:22:52 +08:00
David
8598020711 feat: operbox operator names localization (#6726)
fix #6664
2023-10-08 11:17:59 +02:00
David
bb09167413 style: VS22 ResourceUpdater.sln explorer name change
#6599
[skip ci]
2023-10-06 19:34:28 +02:00
David
e1253dec1e chore: added new ignored templates
[skip ci]
2023-10-01 22:35:04 +02:00
David
b54ea1360d chore: missing texts EN 2023-09-30 22:59:51 +02:00
zzyyyl
965fa1e02e chore: clang-formatter.py 支持忽略指定路径 2023-10-01 03:45:13 +08:00
Lancarus
9e70b7b8cf Merge branch 'MaaAssistantArknights:dev' into sami 2023-09-17 01:56:10 +08:00
David
92dde9f441 chore: ignore template 2023-09-15 23:37:54 +02:00
David
16f0c49098 tools: ignore templates 2023-09-12 22:33:35 +02:00
uye
71ea085544 feat: YostarEN Reclamation Algorithm implementation (#6267)
Full Reclamation Algorithm implementation for YostarEN
Early-Implementation for YostarJP (missing texts)

---------
Co-authored-by: David <56174894+Constrat@users.noreply.github.com>
Co-authored-by: ManicSteiner <bjjtgszc@163.com>
2023-09-10 23:01:30 +02:00
MistEO
ab7beaac6e feat: update local resource by etag (#6283) 2023-09-09 23:33:45 +08:00
David
c31705f74b fix: Missing templates in EN
fix #6281
2023-09-09 12:21:56 +02:00
David
27dee653dd chore: I.S. missing EN translations. 2023-09-08 17:30:41 +02:00
Govizlora
98b703c304 fix typo 2023-09-02 13:05:56 -07:00
Clock
80fb7821b7 chore: update resources for YoStarKR 2023-09-02 17:50:00 +09:00
Clock
3e0207b12e chore: Update ocrReplaces for YoStarKR 2023-09-02 00:56:58 +09:00
Clock
c603a674aa chore: add templates for YoStarKR 2023-08-20 18:38:44 +09:00
David
c4a1fda99c refactory: typo 2023-08-17 14:17:03 +02:00
David
a729d0d35d tools: global content update 2023-08-16 17:04:44 +02:00
David
830ccf28e7 chore: ormatting + output log cleanup / clearup 2023-08-16 09:55:18 +02:00