初志鑫 4 years ago
parent
commit
22e54f1f92

+ 1 - 1
src/layouts/components/index.js

@@ -16,6 +16,6 @@ export { default as SideBar } from "zx-layouts/SideBar";
 export { default as Breadcrumb } from "zx-layouts/Breadcrumb";
 export { default as FullScreenBar } from "zx-layouts/FullScreenBar";
 export { default as ErrorLog } from "zx-layouts/ErrorLog";
-export { default as ThemeBar } from "./zx-layouts/ThemeBar";
+export { default as ThemeBar } from "zx-layouts/ThemeBar";
 export { default as TopBar } from "zx-layouts/TopBar";
 export { default as NavBar } from "zx-layouts/NavBar";

+ 4 - 0
src/styles/themes/dark.scss

@@ -0,0 +1,4 @@
+/**
+ * @copyright chuzhixin 1204505056@qq.com
+ * @description 暗黑之子主题(VIP群专享)
+ */

+ 4 - 0
src/styles/themes/glory.scss

@@ -0,0 +1,4 @@
+/**
+ * @copyright chuzhixin 1204505056@qq.com
+ * @description 荣耀典藏主题(VIP群专享)
+ */

+ 4 - 0
src/styles/themes/green.scss

@@ -0,0 +1,4 @@
+/**
+ * @copyright chuzhixin 1204505056@qq.com
+ * @description 绿荫操场主题(VIP群专享)
+ */

+ 4 - 0
src/styles/themes/ocean.scss

@@ -0,0 +1,4 @@
+/**
+ * @copyright chuzhixin 1204505056@qq.com
+ * @description 海洋之心主题(VIP群专享)
+ */

+ 4 - 1
src/styles/vab.scss

@@ -8,7 +8,10 @@
 @import "./normalize.scss";
 @import "./transition.scss";
 @import "./loading.scss";
-
+@import "./themes/ocean.scss";
+@import "./themes/green.scss";
+@import "./themes/glory.scss";
+@import "./themes/dark.scss";
 $base: ".vab";
 
 @mixin scrollbar {