feat: automated most of operator config detection

This commit is contained in:
Haoyu Xu
2025-05-06 14:04:17 +08:00
parent ea7947d900
commit f3f84068da
89 changed files with 667 additions and 849 deletions

View File

@@ -34,6 +34,8 @@ module:
directory_assets: _directory
MonoBehaviour: MonoBehaviour
Texture2D: Texture2D
character_table_json: character_table.json
skin_table_json: skin_table.json
title:
zh-CN: '明日方舟:'
en-US: 'Arknights: '

View File

@@ -42,6 +42,8 @@ export type Config = {
directory_assets: string
MonoBehaviour: string
Texture2D: string
character_table_json: string
skin_table_json: string
title: {
'zh-CN': string
'en-US': string