mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-18 10:18:14 +08:00
feat(config): 配置文件的导入\读取\删除草创
* 后续只保留 appData,userData 默认清空
This commit is contained in:
8
src/data/index.ts
Normal file
8
src/data/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import appData from "./app";
|
||||
import userDate from "./user";
|
||||
|
||||
const TauriGenshinData = {
|
||||
appData: appData,
|
||||
userData: userDate,
|
||||
};
|
||||
export default TauriGenshinData;
|
||||
Reference in New Issue
Block a user