Skip to content

Commit a7c10ab

Browse files
authored
Merge branch 'main' into main
2 parents f7f6d88 + dc7832c commit a7c10ab

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+25066
-145
lines changed

Backup/code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ showInEditor:false
532532
| zh-hk | 中文(香港) | es-ES | (西班牙)
533533
| de | (德语) | fr-FR | 法语(法国)
534534

535-
>[!NOTE] 其它自查(此列表并不全),不过你应该不会闲着支持这么多语言。另外英文的语言代码`en`可以忽略,因为英文在软件里为默认语言,故而无需加`en`,当然加了也没事。
535+
>[!NOTE] 其它自查(相关标准有[ISO 639-1](https://baike.baidu.com/item/ISO%20639-1/8292914)[ISO 3166-1](https://baike.baidu.com/item/ISO%203166-1?fromModule=lemma_search-box)),不过你应该不会闲着支持这么多语言。另外英文的语言代码`en`可以忽略,因为英文在软件里为默认语言,故而无需加`en`,当然加了也没事。
536536
537537
如果你不想进行多语言化,你应该直接`displayText:坦克`,而不是`displayText_zh:坦克`,如果你写了`displayText_zh:坦克`,<br>你必须再声明一个`displayText:Tank`,否则,游戏会找不到`默认语言缺省值`,将会导致`mod报错而无法运行`。所有可以使用多语言的都有这个检查,还请各位Moder留意。(若有特别的代码,将会在它里面特别提示)
538538

CHANGELOG.md

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,104 @@
11
# Changelog
22

3+
## [0.0.2-DEV1.0](https://github.com/LingASDJ/RW-API-Code/compare/v0.0.2-DEV1.0...v0.0.2-DEV1.0) (2025-03-10)
4+
5+
6+
### Features
7+
8+
* 修正图片资源引用问题,添加网站图标,提示更多i18n ([235225c](https://github.com/LingASDJ/RW-API-Code/commit/235225c63bcfe6f86f3a788830fd8eb494ea7ccc))
9+
10+
11+
### Bug Fixes
12+
13+
* 重置404 ([1d16b1a](https://github.com/LingASDJ/RW-API-Code/commit/1d16b1acb2c3f61544ac6c41fdf35367b537af55))
14+
15+
16+
### Docs
17+
18+
* **contributor:** contrib-readme-action has updated readme ([25cc45a](https://github.com/LingASDJ/RW-API-Code/commit/25cc45aa0a7f5fb90c1eedd3179ea4744c2eabb4))
19+
* **contributor:** contrib-readme-action has updated readme ([75b2771](https://github.com/LingASDJ/RW-API-Code/commit/75b27710b0579604102c75ba791eb014fa0814c0))
20+
* **contributor:** contrib-readme-action has updated readme ([52e39b0](https://github.com/LingASDJ/RW-API-Code/commit/52e39b01442296d63f4e9918f53303f6b764b9d1))
21+
* **contributor:** contrib-readme-action has updated readme ([3b32c88](https://github.com/LingASDJ/RW-API-Code/commit/3b32c8810e5dafc939e8efbec2869d64f71cbd1f))
22+
* **contributor:** contrib-readme-action has updated readme ([4dad528](https://github.com/LingASDJ/RW-API-Code/commit/4dad52825e615a85ccaaa05b78e60968515b7cdf))
23+
* **contributor:** contrib-readme-action has updated readme ([21682b1](https://github.com/LingASDJ/RW-API-Code/commit/21682b158e2bd2377a3c157b89bfcee1e5743ea5))
24+
* **contributor:** contrib-readme-action has updated readme ([4644996](https://github.com/LingASDJ/RW-API-Code/commit/4644996895c5c7f89d27f6e1442ccfc0f0bd8fe5))
25+
* **contributor:** contrib-readme-action has updated readme ([d66f3fb](https://github.com/LingASDJ/RW-API-Code/commit/d66f3fb91193908c45f924e70735650951d04ea1))
26+
* **contributor:** contrib-readme-action has updated readme ([529a239](https://github.com/LingASDJ/RW-API-Code/commit/529a239874b636a81ba926eafd7d7414e7df4729))
27+
* **contributor:** contrib-readme-action has updated readme ([151346f](https://github.com/LingASDJ/RW-API-Code/commit/151346fdc855a4d4a8bd01febb8b7bf536ee6371))
28+
* **contributor:** contrib-readme-action has updated readme ([9881fe4](https://github.com/LingASDJ/RW-API-Code/commit/9881fe4940ef5a6bfb42fe2090aa28576ba7652e))
29+
* **contributor:** contrib-readme-action has updated readme ([769d6e8](https://github.com/LingASDJ/RW-API-Code/commit/769d6e8f3e4a7df66820c8f50f6c847a2cdc3b6c))
30+
* **contributor:** contrib-readme-action has updated readme ([7d211c1](https://github.com/LingASDJ/RW-API-Code/commit/7d211c19a0ca716675be161e89d6969fb80615c9))
31+
32+
33+
### update
34+
35+
* 添加firebase管控 ([560bfc5](https://github.com/LingASDJ/RW-API-Code/commit/560bfc515d55b679b9777d6998de133914a2c1e1))
36+
37+
## [0.0.2-DEV1.0](https://github.com/LingASDJ/RW-API-Code/compare/v0.0.2-DEV1.0...v0.0.2-DEV1.0) (2025-03-10)
38+
39+
40+
### Features
41+
42+
* 修正图片资源引用问题,添加网站图标,提示更多i18n ([235225c](https://github.com/LingASDJ/RW-API-Code/commit/235225c63bcfe6f86f3a788830fd8eb494ea7ccc))
43+
44+
45+
### Bug Fixes
46+
47+
* 重置404 ([1d16b1a](https://github.com/LingASDJ/RW-API-Code/commit/1d16b1acb2c3f61544ac6c41fdf35367b537af55))
48+
49+
50+
### Docs
51+
52+
* **contributor:** contrib-readme-action has updated readme ([25cc45a](https://github.com/LingASDJ/RW-API-Code/commit/25cc45aa0a7f5fb90c1eedd3179ea4744c2eabb4))
53+
* **contributor:** contrib-readme-action has updated readme ([75b2771](https://github.com/LingASDJ/RW-API-Code/commit/75b27710b0579604102c75ba791eb014fa0814c0))
54+
* **contributor:** contrib-readme-action has updated readme ([52e39b0](https://github.com/LingASDJ/RW-API-Code/commit/52e39b01442296d63f4e9918f53303f6b764b9d1))
55+
* **contributor:** contrib-readme-action has updated readme ([3b32c88](https://github.com/LingASDJ/RW-API-Code/commit/3b32c8810e5dafc939e8efbec2869d64f71cbd1f))
56+
* **contributor:** contrib-readme-action has updated readme ([4dad528](https://github.com/LingASDJ/RW-API-Code/commit/4dad52825e615a85ccaaa05b78e60968515b7cdf))
57+
* **contributor:** contrib-readme-action has updated readme ([21682b1](https://github.com/LingASDJ/RW-API-Code/commit/21682b158e2bd2377a3c157b89bfcee1e5743ea5))
58+
* **contributor:** contrib-readme-action has updated readme ([4644996](https://github.com/LingASDJ/RW-API-Code/commit/4644996895c5c7f89d27f6e1442ccfc0f0bd8fe5))
59+
* **contributor:** contrib-readme-action has updated readme ([d66f3fb](https://github.com/LingASDJ/RW-API-Code/commit/d66f3fb91193908c45f924e70735650951d04ea1))
60+
* **contributor:** contrib-readme-action has updated readme ([529a239](https://github.com/LingASDJ/RW-API-Code/commit/529a239874b636a81ba926eafd7d7414e7df4729))
61+
* **contributor:** contrib-readme-action has updated readme ([151346f](https://github.com/LingASDJ/RW-API-Code/commit/151346fdc855a4d4a8bd01febb8b7bf536ee6371))
62+
* **contributor:** contrib-readme-action has updated readme ([9881fe4](https://github.com/LingASDJ/RW-API-Code/commit/9881fe4940ef5a6bfb42fe2090aa28576ba7652e))
63+
* **contributor:** contrib-readme-action has updated readme ([769d6e8](https://github.com/LingASDJ/RW-API-Code/commit/769d6e8f3e4a7df66820c8f50f6c847a2cdc3b6c))
64+
* **contributor:** contrib-readme-action has updated readme ([7d211c1](https://github.com/LingASDJ/RW-API-Code/commit/7d211c19a0ca716675be161e89d6969fb80615c9))
65+
66+
67+
### update
68+
69+
* 添加firebase管控 ([560bfc5](https://github.com/LingASDJ/RW-API-Code/commit/560bfc515d55b679b9777d6998de133914a2c1e1))
70+
71+
## [0.0.2-DEV1.0](https://github.com/LingASDJ/RW-API-Code/compare/v0.0.2-DEV1.0...v0.0.2-DEV1.0) (2025-03-10)
72+
73+
74+
### Features
75+
76+
* 修正图片资源引用问题,添加网站图标,提示更多i18n ([235225c](https://github.com/LingASDJ/RW-API-Code/commit/235225c63bcfe6f86f3a788830fd8eb494ea7ccc))
77+
78+
79+
### Bug Fixes
80+
81+
* 重置404 ([1d16b1a](https://github.com/LingASDJ/RW-API-Code/commit/1d16b1acb2c3f61544ac6c41fdf35367b537af55))
82+
83+
84+
### Docs
85+
86+
* **contributor:** contrib-readme-action has updated readme ([3b32c88](https://github.com/LingASDJ/RW-API-Code/commit/3b32c8810e5dafc939e8efbec2869d64f71cbd1f))
87+
* **contributor:** contrib-readme-action has updated readme ([4dad528](https://github.com/LingASDJ/RW-API-Code/commit/4dad52825e615a85ccaaa05b78e60968515b7cdf))
88+
* **contributor:** contrib-readme-action has updated readme ([21682b1](https://github.com/LingASDJ/RW-API-Code/commit/21682b158e2bd2377a3c157b89bfcee1e5743ea5))
89+
* **contributor:** contrib-readme-action has updated readme ([4644996](https://github.com/LingASDJ/RW-API-Code/commit/4644996895c5c7f89d27f6e1442ccfc0f0bd8fe5))
90+
* **contributor:** contrib-readme-action has updated readme ([d66f3fb](https://github.com/LingASDJ/RW-API-Code/commit/d66f3fb91193908c45f924e70735650951d04ea1))
91+
* **contributor:** contrib-readme-action has updated readme ([529a239](https://github.com/LingASDJ/RW-API-Code/commit/529a239874b636a81ba926eafd7d7414e7df4729))
92+
* **contributor:** contrib-readme-action has updated readme ([151346f](https://github.com/LingASDJ/RW-API-Code/commit/151346fdc855a4d4a8bd01febb8b7bf536ee6371))
93+
* **contributor:** contrib-readme-action has updated readme ([9881fe4](https://github.com/LingASDJ/RW-API-Code/commit/9881fe4940ef5a6bfb42fe2090aa28576ba7652e))
94+
* **contributor:** contrib-readme-action has updated readme ([769d6e8](https://github.com/LingASDJ/RW-API-Code/commit/769d6e8f3e4a7df66820c8f50f6c847a2cdc3b6c))
95+
* **contributor:** contrib-readme-action has updated readme ([7d211c1](https://github.com/LingASDJ/RW-API-Code/commit/7d211c19a0ca716675be161e89d6969fb80615c9))
96+
97+
98+
### update
99+
100+
* 添加firebase管控 ([560bfc5](https://github.com/LingASDJ/RW-API-Code/commit/560bfc515d55b679b9777d6998de133914a2c1e1))
101+
3102
## [0.0.2-DEV1.0](https://github.com/LingASDJ/RW-API-Code/compare/v0.0.2-Dev3.0...v0.0.2-DEV1.0) (2025-03-09)
4103

5104

0 commit comments

Comments
 (0)