feat: Add basic theme feature
This commit is contained in:
parent
8c6aa5ac09
commit
dd1ede93d9
3 changed files with 105 additions and 1 deletions
|
@ -10,6 +10,10 @@ if (process.env.FEATURE_DARKMODE === '1') {
|
|||
import('./darkmode')
|
||||
}
|
||||
|
||||
if (process.env.FEATURE_THEME === '1') {
|
||||
import('./theme')
|
||||
}
|
||||
|
||||
if (process.env.FEATURE_FLOWCHART === '1') {
|
||||
import('./flowchart')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue