Skip to content

Commit

Permalink
Merge pull request #97 from chinosk6/main
Browse files Browse the repository at this point in the history
标记失效功能
  • Loading branch information
chinosk6 authored Dec 29, 2022
2 parents 9b4d230 + ab16829 commit 8520003
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions resources/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"additionalProperties": false
},
"race_camera": {
"description": "比赛相机设置",
"description": "比赛相机设置(已失效)",
"type": "object",
"properties": {
"free_camera": {
Expand Down Expand Up @@ -272,7 +272,7 @@
}
},
"replaceHomeStandChar": {
"description": "替换主页角色",
"description": "替换主页角色(暂时失效)",
"type": "object",
"properties": {
"enable": {
Expand Down Expand Up @@ -303,7 +303,7 @@
}
},
"replaceGlobalChar": {
"description": "全局角色替换\n (暂时无法替换 预览 和 育成角色",
"description": "全局角色替换\n (暂时失效",
"type": "object",
"properties": {
"enable": {
Expand Down
6 changes: 3 additions & 3 deletions resources/config_en.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"additionalProperties": false
},
"race_camera": {
"description": "Race Camera Settings",
"description": "Race Camera Settings (Not working.)",
"type": "object",
"properties": {
"free_camera": {
Expand Down Expand Up @@ -272,7 +272,7 @@
}
},
"replaceHomeStandChar": {
"description": "Replace Home Character",
"description": "Replace Home Character (Not working)",
"type": "object",
"properties": {
"enable": {
Expand Down Expand Up @@ -303,7 +303,7 @@
}
},
"replaceGlobalChar": {
"description": "Replace Global Character\n (Can't replace simple and training character now.)",
"description": "Replace Global Character\n (Not working)",
"type": "object",
"properties": {
"enable": {
Expand Down
6 changes: 3 additions & 3 deletions resources/config_zh_tw.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"additionalProperties": false
},
"race_camera": {
"description": "比賽相機設定",
"description": "比賽相機設定(已失效)",
"type": "object",
"properties": {
"free_camera": {
Expand Down Expand Up @@ -272,7 +272,7 @@
}
},
"replaceHomeStandChar": {
"description": "替換首頁角色",
"description": "替換首頁角色(暫時失效)",
"type": "object",
"properties": {
"enable": {
Expand Down Expand Up @@ -303,7 +303,7 @@
}
},
"replaceGlobalChar": {
"description": "全域角色替換\n暫時無法替換 預覽 和 育成角色",
"description": "全域角色替換\n暫時失效",
"type": "object",
"properties": {
"enable": {
Expand Down

0 comments on commit 8520003

Please sign in to comment.