📝 新增全球统计
This commit is contained in:
@ -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);
|
||||
|
@ -20,11 +20,6 @@ export default sidebar({
|
||||
icon: "store",
|
||||
prefix: "store/",
|
||||
children: "structure",
|
||||
},{
|
||||
text: "其他",
|
||||
icon: "question-circle",
|
||||
prefix: "other/",
|
||||
children: "structure",
|
||||
}
|
||||
],
|
||||
});
|
||||
|
Reference in New Issue
Block a user