feat: automated most of operator config detection
This commit is contained in:
@@ -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: '
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user