Skip to content

Commit e254caf

Browse files
committed
fix(docs): add official developer group ID to multiple language READMEs and enhance regex description in config metadata
1 parent 7efcd24 commit e254caf

8 files changed

Lines changed: 13 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,8 @@ pre-commit install
234234
- Group 7: 743746109
235235
- Group 8: 1030353265
236236

237-
- Developer Group: 975206796
237+
- Developer Group(Chit-chat): 975206796
238+
- Developer Group(Formal): 1039761811
238239

239240
### Discord Server
240241

README_fr.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ pre-commit install
222222
- Groupe 5 : 822130018
223223
- Groupe 6 : 753075035
224224
- Groupe développeurs : 975206796
225+
- Groupe développeurs (officiel) : 1039761811
225226

226227
### Serveur Discord
227228

README_ja.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ pre-commit install
223223
- 5群: 822130018
224224
- 6群: 753075035
225225
- 開発者群: 975206796
226+
- 開発者群(正式): 1039761811
226227

227228
### Discord サーバー
228229

README_ru.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ pre-commit install
222222
- Группа 5: 822130018
223223
- Группа 6: 753075035
224224
- Группа разработчиков: 975206796
225+
- Группа разработчиков (официальная): 1039761811
225226

226227
### Сервер Discord
227228

README_zh-TW.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@ pre-commit install
225225
- 6 群:753075035
226226
- 7 群:743746109
227227
- 8 群:1030353265
228-
- 開發者群:975206796
228+
- 開發者群(闲聊吹水):975206796
229+
- 開發者群(正式):1039761811
229230

230231
### Discord 群組
231232

README_zh.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@ pre-commit install
226226
- 6 群:753075035
227227
- 7 群:743746109
228228
- 8 群:1030353265
229-
- 开发者群:975206796
229+
- 开发者群(偏闲聊吹水):975206796
230+
- 开发者群(正式):1039761811
230231

231232
### Discord 频道
232233

dashboard/src/i18n/locales/en-US/features/config-metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,8 @@
873873
]
874874
},
875875
"regex": {
876-
"description": "Segmentation Regular Expression"
876+
"description": "Segmentation Regular Expression",
877+
"hint": "Used to identify split points with a regular expression. Prefer patterns that match separators."
877878
},
878879
"split_words": {
879880
"description": "Split Word List",

dashboard/src/i18n/locales/zh-CN/features/config-metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,8 @@
876876
]
877877
},
878878
"regex": {
879-
"description": "分段正则表达式"
879+
"description": "分段正则表达式",
880+
"hint": "用于按正则规则识别分段点。建议使用能匹配分隔符的表达式。"
880881
},
881882
"split_words": {
882883
"description": "分段词列表",

0 commit comments

Comments
 (0)