mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
fix(config): 数据文件内容优化
* 应用自带的文件应该用于初始化,不过好像也没有更改文件的途径
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
import achievements from "./achievements.json?raw";
|
||||
|
||||
const appData = [
|
||||
{
|
||||
name: "achievements.json",
|
||||
data: achievements,
|
||||
},
|
||||
];
|
||||
|
||||
export default appData;
|
||||
Reference in New Issue
Block a user