1
0
forked from bot/app

📝 新增全球统计

This commit is contained in:
2024-08-05 06:02:53 +08:00
parent 16930e96aa
commit 2b537d27ec
4 changed files with 0 additions and 80 deletions

View File

@ -1,5 +1,4 @@
import {defineClientConfig} from "vuepress/client";
import { defineEChartsConfig } from "vuepress-plugin-md-enhance/client";
import resourceStoreComp from "./components/ResStore.vue";
import pluginStoreComp from "./components/PluginStore.vue";
@ -9,17 +8,6 @@ import geoComp from "./components/Geo.vue";
// import ElementPlus from 'element-plus';
defineEChartsConfig({
options: {
// 全局 ECharts 配置
},
setup: async () => {
// ECharts 设置
// 例如: await import("echarts-wordcloud")
},
});
export default defineClientConfig({
enhance: ({app, router, siteData}) => {
app.component("homeComp", homeComp);

View File

@ -20,11 +20,6 @@ export default sidebar({
icon: "store",
prefix: "store/",
children: "structure",
},{
text: "其他",
icon: "question-circle",
prefix: "other/",
children: "structure",
}
],
});