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