Commit 22e54f1f by 初志鑫

deploy

parent 6664949d
...@@ -16,6 +16,6 @@ export { default as SideBar } from "zx-layouts/SideBar"; ...@@ -16,6 +16,6 @@ export { default as SideBar } from "zx-layouts/SideBar";
export { default as Breadcrumb } from "zx-layouts/Breadcrumb"; export { default as Breadcrumb } from "zx-layouts/Breadcrumb";
export { default as FullScreenBar } from "zx-layouts/FullScreenBar"; export { default as FullScreenBar } from "zx-layouts/FullScreenBar";
export { default as ErrorLog } from "zx-layouts/ErrorLog"; 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 TopBar } from "zx-layouts/TopBar";
export { default as NavBar } from "zx-layouts/NavBar"; export { default as NavBar } from "zx-layouts/NavBar";
/**
* @copyright chuzhixin 1204505056@qq.com
* @description 暗黑之子主题(VIP群专享)
*/
/**
* @copyright chuzhixin 1204505056@qq.com
* @description 荣耀典藏主题(VIP群专享)
*/
/**
* @copyright chuzhixin 1204505056@qq.com
* @description 绿荫操场主题(VIP群专享)
*/
/**
* @copyright chuzhixin 1204505056@qq.com
* @description 海洋之心主题(VIP群专享)
*/
...@@ -8,7 +8,10 @@ ...@@ -8,7 +8,10 @@
@import "./normalize.scss"; @import "./normalize.scss";
@import "./transition.scss"; @import "./transition.scss";
@import "./loading.scss"; @import "./loading.scss";
@import "./themes/ocean.scss";
@import "./themes/green.scss";
@import "./themes/glory.scss";
@import "./themes/dark.scss";
$base: ".vab"; $base: ".vab";
@mixin scrollbar { @mixin scrollbar {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment