添加 API 速查文档和相关数据,更新导航以支持新页面

This commit is contained in:
boybook
2025-03-26 17:14:19 +08:00
parent 5382f625fc
commit 7f56fbdb06
11 changed files with 40076 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
const file = require('./events.json');
export default {
load() {
return file;
}
}

View File

@@ -0,0 +1,7 @@
const file = require('./interface.json');
export default {
load() {
return file;
}
}