build: sync config

This commit is contained in:
jialin
2026-04-24 14:28:30 +08:00
committed by jialin
parent 48b357b1c6
commit 6c161c6ae7
55 changed files with 731 additions and 90 deletions
+1
View File
@@ -0,0 +1 @@
export const COLOR_PRIMARY = '#007BFF';
+1 -1
View File
@@ -1,4 +1,4 @@
import { COLOR_PRIMARY } from './index';
import { COLOR_PRIMARY } from './constants';
export default {
'root-entry-name': 'variable',
+3 -2
View File
@@ -1,10 +1,11 @@
import { COLOR_PRIMARY } from './constants';
import dark from './dark';
import light from './light';
export const COLOR_PRIMARY = '#007BFF';
export default {
light,
dark,
colorPrimary: COLOR_PRIMARY
};
export { COLOR_PRIMARY };
+1 -1
View File
@@ -1,4 +1,4 @@
import { COLOR_PRIMARY } from './index';
import { COLOR_PRIMARY } from './constants';
export default {
'root-entry-name': 'variable',