Skip to content

Commit 16f4ce7

Browse files
committed
fix(site): fix error when build saas site
1 parent 4d51590 commit 16f4ce7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export default {
2+
id: 'tiny-aurora-theme',
3+
name: 'AuroraTheme',
4+
cnName: '欧若拉主题',
5+
css: ''
6+
}

packages/theme-saas/src/old-theme-index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ export default {
22
id: 'tiny-old-theme',
33
name: 'OldTheme',
44
cnName: '旧的主题',
5-
css: ``
5+
css: ''
66
}

packages/theme-saas/src/theme-tool.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import tinyOldTheme from './old-theme-index.js'
2+
import tinyAuroraTheme from './aurora-theme-index.js'
23

3-
export { tinyOldTheme }
4+
export { tinyOldTheme, tinyAuroraTheme }
45

56
/**
67
* 动态切换文档或影子根节点的样式类

0 commit comments

Comments
 (0)