diff --git a/Yi.Bbs.Vue3/index.html b/Yi.Bbs.Vue3/index.html
index 4e40b468..e65d8ca9 100644
--- a/Yi.Bbs.Vue3/index.html
+++ b/Yi.Bbs.Vue3/index.html
@@ -1,47 +1,48 @@
-
-
+
+
+
- .Net意社区
-
-
-
-
-
-
-
-
-
-
- 意社区很大,你要等一下...
-
-
-
-
-
+ .Net意社区
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+ 意社区很大,你要等一下...
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Yi.Bbs.Vue3/src/main.js b/Yi.Bbs.Vue3/src/main.js
index da231070..8f2611cb 100644
--- a/Yi.Bbs.Vue3/src/main.js
+++ b/Yi.Bbs.Vue3/src/main.js
@@ -8,7 +8,7 @@ import piniaPluginPersistedstate from "pinia-plugin-persistedstate";
import "element-plus/dist/index.css";
import "./assets/main.css";
import "@/assets/styles/index.scss"; // global css
-
+import 'element-plus/theme-chalk/dark/css-vars.css'
import * as ElementPlusIconsVue from "@element-plus/icons-vue";
import directive from "./directive"; // directive
@@ -16,17 +16,17 @@ import VueLuckyCanvas from '@lucky-canvas/vue'
import "./permission";
-(async () => {
- const app = createApp(App);
- for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
- app.component(key, component);
- }
- const pinia = createPinia();
- pinia.use(piniaPluginPersistedstate);
- app.use(pinia);
- directive(app);
- app.use(router);
- app.use(VueLuckyCanvas);
- await router.isReady();
- app.mount("#app");
-})();
+(async() => {
+ const app = createApp(App);
+ for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
+ app.component(key, component);
+ }
+ const pinia = createPinia();
+ pinia.use(piniaPluginPersistedstate);
+ app.use(pinia);
+ directive(app);
+ app.use(router);
+ app.use(VueLuckyCanvas);
+ await router.isReady();
+ app.mount("#app");
+})();
\ No newline at end of file