fix(config): 数据文件内容优化

* 应用自带的文件应该用于初始化,不过好像也没有更改文件的途径
This commit is contained in:
BTMuli
2023-03-08 11:59:04 +08:00
parent 2e3710f908
commit 22703c8e23
7 changed files with 73 additions and 5334 deletions

View File

@@ -1,10 +0,0 @@
import achievements from "./achievements.json?raw";
const appData = [
{
name: "achievements.json",
data: achievements,
},
];
export default appData;