yxuse 1.0.17 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.cjs.js +1 -1
- package/lib/index.cjs4.js +1 -0
- package/lib/index.es.js +7 -5
- package/lib/index.es4.js +145 -0
- package/lib/theme.cjs.js +1 -1
- package/lib/theme.es.js +5 -136
- package/package.json +1 -1
package/lib/index.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";const e=require("./index.cjs2.js"),t=require("./index.cjs3.js"),i=require("./index.cjs4.js"),s={utils:e.utils,api:t.api,theme:i.theme};module.exports=s;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const b={green:{common:{color:{"main-100":"rgba(80, 165, 122, 1)","main-50":"rgba(80, 165, 122, 0.5)","main-25":"rgba(80, 165, 122, 0.25)","main-15":"rgba(80, 165, 122, 0.15)","main-5":"rgba(80, 165, 122, 0.05)","error-100":"rgba(255, 152, 146, 1)","error-50":"rgba(255, 152, 146, 0.5)","error-25":"rgba(255, 152, 146, 0.25)","error-15":"rgba(255, 152, 146, 0.15)","error-5":"rgba(255, 152, 146, 0.05)","warning-100":"rgba(249, 162, 33, 1)","warning-50":"rgba(249, 162, 33, 0.5)","warning-25":"rgba(249, 162, 33, 0.25)","warning-15":"rgba(249, 162, 33, 0.15)","warning-5":"rgba(249, 162, 33, 0.05)","info-100":"rgba(133, 233, 183, 1)","info-50":"rgba(133, 233, 183, 0.5)","info-25":"rgba(133, 233, 183, 0.25)","info-15":"rgba(133, 233, 183, 0.15)","info-5":"rgba(133, 233, 183, 0.05)","neutral-100":"rgba(85, 221, 221, 1)","neutral-50":"rgba(85, 221, 221, 0.5)","neutral-25":"rgba(85, 221, 221, 0.25)","neutral-15":"rgba(85, 221, 221, 0.15)","neutral-5":"rgba(85, 221, 221, 0.05)"},background:{"error-gradual":"linear-gradient(90deg, #FFCECB 0%, rgba(255,235,233,0.35) 100%)","warning-gradual":"linear-gradient(90deg, #FFE4BC 0%, rgba(255,250,233,0.35) 100%)","success-gradual":"linear-gradient(90deg, #D5ECBE 0%, rgba(234,255,233,0.35) 100%)"},button:{background:"rgba(103, 186, 145, 0.10)","border-color":"rgba(80, 165, 122, 1)","text-color":"rgba(80, 165, 122, 1)","active-background-color":"rgba(80, 165, 122, 1)","active-border-color":"rgba(154, 209, 162, 1)","active-text-color":"#fff"},checkbox:{background:"rgba(216, 233, 219, 1)","icon-color":"rgba(80, 165, 122, 0)","border-color":"rgba(154, 209, 162, 1)","text-color":"#9AD1A2","checked-text-color":"#1D4B34","checked-background":"rgba(216, 233, 219, 1)","checked-icon-color":"rgba(80, 165, 122, 1)","checked-border-color":"rgba(154, 209, 162, 1)"},input:{background:"rgba(237, 246, 239, 1)","border-color":"rgba(80, 165, 122, 1)",color:"rgba(29, 75, 52, 1)","placeholder-color":"rgba(80, 165, 122, 1)","hover-background":"rgba(237, 246, 239, 0.30)","hover-border-color":"rgba(80, 165, 122, 1)","hover-color":"rgba(80, 165, 122, 1)","active-background":"rgba(237, 246, 239, 0.30)","active-border-color":"rgba(80, 165, 122, 1)","active-color":"rgba(80, 165, 122, 1)","disabled-background":"rgba(237, 246, 239, 1)","disabled-border-color":"rgba(237, 246, 239, 1)","disabled-color":"rgba(83, 83, 83, 1)"},select:{"dropdown-background":"rgba(237, 246, 239, 1)","dropdown-border-color":"rgba(80, 165, 122, 1)","dropdown-item-color":"rgba(80, 165, 122, 1)","dropdown-item-hover-background":"rgba(178, 220, 198, 1)","dropdown-item-hover-color":"rgba(29, 75, 52, 1)","dropdown-item-selected-background":"rgba(178, 220, 198, 1)","dropdown-item-selected-color":"rgba(29, 75, 52, 1)"},tree:{},layout:{},table:{},chart:{},message:{},text:{main:"#50A57A",deep:"#1D4B34",light:"rgba(80, 165, 122, 0.50)",paler:"#637B6B",warning:"#F8B85A"}},cloud:{},"station-control-center":{}},blue:{common:{"--test1":"#fff","--test2":"#ccc"},cloud:{},"station-control-center":{}}},o="yxTheme",m="green",c=()=>{const r=e();localStorage.getItem(o)||localStorage.setItem(o,r);const a=document.documentElement,g=b[r].common;Object.keys(g).forEach(t=>{Object.keys(g[t]).forEach(n=>{const i=`--${t}-${n}`;a.style.setProperty(i,g[t][n])})})},l=r=>{localStorage.setItem(o,r),c()},e=()=>localStorage.getItem(o)||m,d=r=>{const a=e();return b[a][r]||{}},s=Object.freeze(Object.defineProperty({__proto__:null,changeTheme:l,getCurTheme:e,getSystemThemeConfig:d,install:c},Symbol.toStringTag,{value:"Module"}));exports.changeTheme=l;exports.getCurTheme=e;exports.getSystemThemeConfig=d;exports.install=c;exports.theme=s;
|
package/lib/index.es.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { u as
|
|
1
|
+
import { u as t } from "./index.es2.js";
|
|
2
2
|
import { a as o } from "./index.es3.js";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
import { t as a } from "./index.es4.js";
|
|
4
|
+
const s = {
|
|
5
|
+
utils: t,
|
|
6
|
+
api: o,
|
|
7
|
+
theme: a
|
|
6
8
|
};
|
|
7
9
|
export {
|
|
8
|
-
|
|
10
|
+
s as default
|
|
9
11
|
};
|
package/lib/index.es4.js
ADDED
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
const n = {
|
|
2
|
+
green: {
|
|
3
|
+
common: {
|
|
4
|
+
//公用颜色
|
|
5
|
+
color: {
|
|
6
|
+
//主题色
|
|
7
|
+
"main-100": "rgba(80, 165, 122, 1)",
|
|
8
|
+
"main-50": "rgba(80, 165, 122, 0.5)",
|
|
9
|
+
"main-25": "rgba(80, 165, 122, 0.25)",
|
|
10
|
+
"main-15": "rgba(80, 165, 122, 0.15)",
|
|
11
|
+
"main-5": "rgba(80, 165, 122, 0.05)",
|
|
12
|
+
//故障色
|
|
13
|
+
"error-100": "rgba(255, 152, 146, 1)",
|
|
14
|
+
"error-50": "rgba(255, 152, 146, 0.5)",
|
|
15
|
+
"error-25": "rgba(255, 152, 146, 0.25)",
|
|
16
|
+
"error-15": "rgba(255, 152, 146, 0.15)",
|
|
17
|
+
"error-5": "rgba(255, 152, 146, 0.05)",
|
|
18
|
+
//预警色
|
|
19
|
+
"warning-100": "rgba(249, 162, 33, 1)",
|
|
20
|
+
"warning-50": "rgba(249, 162, 33, 0.5)",
|
|
21
|
+
"warning-25": "rgba(249, 162, 33, 0.25)",
|
|
22
|
+
"warning-15": "rgba(249, 162, 33, 0.15)",
|
|
23
|
+
"warning-5": "rgba(249, 162, 33, 0.05)",
|
|
24
|
+
//信息色
|
|
25
|
+
"info-100": "rgba(133, 233, 183, 1)",
|
|
26
|
+
"info-50": "rgba(133, 233, 183, 0.5)",
|
|
27
|
+
"info-25": "rgba(133, 233, 183, 0.25)",
|
|
28
|
+
"info-15": "rgba(133, 233, 183, 0.15)",
|
|
29
|
+
"info-5": "rgba(133, 233, 183, 0.05)",
|
|
30
|
+
//中性色
|
|
31
|
+
"neutral-100": "rgba(85, 221, 221, 1)",
|
|
32
|
+
"neutral-50": "rgba(85, 221, 221, 0.5)",
|
|
33
|
+
"neutral-25": "rgba(85, 221, 221, 0.25)",
|
|
34
|
+
"neutral-15": "rgba(85, 221, 221, 0.15)",
|
|
35
|
+
"neutral-5": "rgba(85, 221, 221, 0.05)"
|
|
36
|
+
},
|
|
37
|
+
//背景色类
|
|
38
|
+
background: {
|
|
39
|
+
"error-gradual": "linear-gradient(90deg, #FFCECB 0%, rgba(255,235,233,0.35) 100%)",
|
|
40
|
+
"warning-gradual": "linear-gradient(90deg, #FFE4BC 0%, rgba(255,250,233,0.35) 100%)",
|
|
41
|
+
"success-gradual": "linear-gradient(90deg, #D5ECBE 0%, rgba(234,255,233,0.35) 100%)"
|
|
42
|
+
},
|
|
43
|
+
//按钮类
|
|
44
|
+
button: {
|
|
45
|
+
background: "rgba(103, 186, 145, 0.10)",
|
|
46
|
+
"border-color": "rgba(80, 165, 122, 1)",
|
|
47
|
+
"text-color": "rgba(80, 165, 122, 1)",
|
|
48
|
+
"active-background-color": "rgba(80, 165, 122, 1)",
|
|
49
|
+
"active-border-color": "rgba(154, 209, 162, 1)",
|
|
50
|
+
"active-text-color": "#fff"
|
|
51
|
+
},
|
|
52
|
+
checkbox: {
|
|
53
|
+
background: "rgba(216, 233, 219, 1)",
|
|
54
|
+
"icon-color": "rgba(80, 165, 122, 0)",
|
|
55
|
+
"border-color": "rgba(154, 209, 162, 1)",
|
|
56
|
+
"text-color": "#9AD1A2",
|
|
57
|
+
"checked-text-color": "#1D4B34",
|
|
58
|
+
"checked-background": "rgba(216, 233, 219, 1)",
|
|
59
|
+
"checked-icon-color": "rgba(80, 165, 122, 1)",
|
|
60
|
+
"checked-border-color": "rgba(154, 209, 162, 1)"
|
|
61
|
+
},
|
|
62
|
+
//input
|
|
63
|
+
input: {
|
|
64
|
+
background: "rgba(237, 246, 239, 1)",
|
|
65
|
+
"border-color": "rgba(80, 165, 122, 1)",
|
|
66
|
+
color: "rgba(29, 75, 52, 1)",
|
|
67
|
+
"placeholder-color": "rgba(80, 165, 122, 1)",
|
|
68
|
+
"hover-background": "rgba(237, 246, 239, 0.30)",
|
|
69
|
+
"hover-border-color": "rgba(80, 165, 122, 1)",
|
|
70
|
+
"hover-color": "rgba(80, 165, 122, 1)",
|
|
71
|
+
"active-background": "rgba(237, 246, 239, 0.30)",
|
|
72
|
+
"active-border-color": "rgba(80, 165, 122, 1)",
|
|
73
|
+
"active-color": "rgba(80, 165, 122, 1)",
|
|
74
|
+
"disabled-background": "rgba(237, 246, 239, 1)",
|
|
75
|
+
"disabled-border-color": "rgba(237, 246, 239, 1)",
|
|
76
|
+
"disabled-color": "rgba(83, 83, 83, 1)"
|
|
77
|
+
},
|
|
78
|
+
// select
|
|
79
|
+
select: {
|
|
80
|
+
"dropdown-background": "rgba(237, 246, 239, 1)",
|
|
81
|
+
"dropdown-border-color": "rgba(80, 165, 122, 1)",
|
|
82
|
+
"dropdown-item-color": "rgba(80, 165, 122, 1)",
|
|
83
|
+
"dropdown-item-hover-background": "rgba(178, 220, 198, 1)",
|
|
84
|
+
"dropdown-item-hover-color": "rgba(29, 75, 52, 1)",
|
|
85
|
+
"dropdown-item-selected-background": "rgba(178, 220, 198, 1)",
|
|
86
|
+
"dropdown-item-selected-color": "rgba(29, 75, 52, 1)"
|
|
87
|
+
},
|
|
88
|
+
tree: {},
|
|
89
|
+
//布局类
|
|
90
|
+
layout: {},
|
|
91
|
+
//表格类
|
|
92
|
+
table: {},
|
|
93
|
+
//曲线类
|
|
94
|
+
chart: {},
|
|
95
|
+
//提示类
|
|
96
|
+
message: {},
|
|
97
|
+
//文字颜色
|
|
98
|
+
text: {
|
|
99
|
+
main: "#50A57A",
|
|
100
|
+
deep: "#1D4B34",
|
|
101
|
+
light: "rgba(80, 165, 122, 0.50)",
|
|
102
|
+
paler: "#637B6B",
|
|
103
|
+
warning: "#F8B85A"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
cloud: {},
|
|
107
|
+
"station-control-center": {}
|
|
108
|
+
},
|
|
109
|
+
blue: {
|
|
110
|
+
common: {
|
|
111
|
+
"--test1": "#fff",
|
|
112
|
+
"--test2": "#ccc"
|
|
113
|
+
},
|
|
114
|
+
cloud: {},
|
|
115
|
+
"station-control-center": {}
|
|
116
|
+
}
|
|
117
|
+
}, o = "yxTheme", d = "green", b = () => {
|
|
118
|
+
const r = c();
|
|
119
|
+
localStorage.getItem(o) || localStorage.setItem(o, r);
|
|
120
|
+
const e = document.documentElement, a = n[r].common;
|
|
121
|
+
Object.keys(a).forEach((g) => {
|
|
122
|
+
Object.keys(a[g]).forEach((t) => {
|
|
123
|
+
const l = `--${g}-${t}`;
|
|
124
|
+
e.style.setProperty(l, a[g][t]);
|
|
125
|
+
});
|
|
126
|
+
});
|
|
127
|
+
}, i = (r) => {
|
|
128
|
+
localStorage.setItem(o, r), b();
|
|
129
|
+
}, c = () => localStorage.getItem(o) || d, s = (r) => {
|
|
130
|
+
const e = c();
|
|
131
|
+
return n[e][r] || {};
|
|
132
|
+
}, u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
133
|
+
__proto__: null,
|
|
134
|
+
changeTheme: i,
|
|
135
|
+
getCurTheme: c,
|
|
136
|
+
getSystemThemeConfig: s,
|
|
137
|
+
install: b
|
|
138
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
139
|
+
export {
|
|
140
|
+
s as a,
|
|
141
|
+
i as c,
|
|
142
|
+
c as g,
|
|
143
|
+
b as i,
|
|
144
|
+
u as t
|
|
145
|
+
};
|
package/lib/theme.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index.cjs4.js");exports.changeTheme=e.changeTheme;exports.getCurTheme=e.getCurTheme;exports.getSystemThemeConfig=e.getSystemThemeConfig;exports.install=e.install;
|
package/lib/theme.es.js
CHANGED
|
@@ -1,138 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
green: {
|
|
3
|
-
common: {
|
|
4
|
-
//公用颜色
|
|
5
|
-
color: {
|
|
6
|
-
//主题色
|
|
7
|
-
"main-100": "rgba(80, 165, 122, 1)",
|
|
8
|
-
"main-50": "rgba(80, 165, 122, 0.5)",
|
|
9
|
-
"main-25": "rgba(80, 165, 122, 0.25)",
|
|
10
|
-
"main-15": "rgba(80, 165, 122, 0.15)",
|
|
11
|
-
"main-5": "rgba(80, 165, 122, 0.05)",
|
|
12
|
-
//故障色
|
|
13
|
-
"error-100": "rgba(255, 152, 146, 1)",
|
|
14
|
-
"error-50": "rgba(255, 152, 146, 0.5)",
|
|
15
|
-
"error-25": "rgba(255, 152, 146, 0.25)",
|
|
16
|
-
"error-15": "rgba(255, 152, 146, 0.15)",
|
|
17
|
-
"error-5": "rgba(255, 152, 146, 0.05)",
|
|
18
|
-
//预警色
|
|
19
|
-
"warning-100": "rgba(249, 162, 33, 1)",
|
|
20
|
-
"warning-50": "rgba(249, 162, 33, 0.5)",
|
|
21
|
-
"warning-25": "rgba(249, 162, 33, 0.25)",
|
|
22
|
-
"warning-15": "rgba(249, 162, 33, 0.15)",
|
|
23
|
-
"warning-5": "rgba(249, 162, 33, 0.05)",
|
|
24
|
-
//信息色
|
|
25
|
-
"info-100": "rgba(133, 233, 183, 1)",
|
|
26
|
-
"info-50": "rgba(133, 233, 183, 0.5)",
|
|
27
|
-
"info-25": "rgba(133, 233, 183, 0.25)",
|
|
28
|
-
"info-15": "rgba(133, 233, 183, 0.15)",
|
|
29
|
-
"info-5": "rgba(133, 233, 183, 0.05)",
|
|
30
|
-
//中性色
|
|
31
|
-
"neutral-100": "rgba(85, 221, 221, 1)",
|
|
32
|
-
"neutral-50": "rgba(85, 221, 221, 0.5)",
|
|
33
|
-
"neutral-25": "rgba(85, 221, 221, 0.25)",
|
|
34
|
-
"neutral-15": "rgba(85, 221, 221, 0.15)",
|
|
35
|
-
"neutral-5": "rgba(85, 221, 221, 0.05)"
|
|
36
|
-
},
|
|
37
|
-
//背景色类
|
|
38
|
-
background: {
|
|
39
|
-
"error-gradual": "linear-gradient(90deg, #FFCECB 0%, rgba(255,235,233,0.35) 100%)",
|
|
40
|
-
"warning-gradual": "linear-gradient(90deg, #FFE4BC 0%, rgba(255,250,233,0.35) 100%)",
|
|
41
|
-
"success-gradual": "linear-gradient(90deg, #D5ECBE 0%, rgba(234,255,233,0.35) 100%)"
|
|
42
|
-
},
|
|
43
|
-
//按钮类
|
|
44
|
-
button: {
|
|
45
|
-
background: "rgba(103, 186, 145, 0.10)",
|
|
46
|
-
"border-color": "rgba(80, 165, 122, 1)",
|
|
47
|
-
"text-color": "rgba(80, 165, 122, 1)",
|
|
48
|
-
"active-background-color": "rgba(80, 165, 122, 1)",
|
|
49
|
-
"active-border-color": "rgba(154, 209, 162, 1)",
|
|
50
|
-
"active-text-color": "#fff"
|
|
51
|
-
},
|
|
52
|
-
checkbox: {
|
|
53
|
-
background: "rgba(216, 233, 219, 1)",
|
|
54
|
-
"icon-color": "rgba(80, 165, 122, 0)",
|
|
55
|
-
"border-color": "rgba(154, 209, 162, 1)",
|
|
56
|
-
"text-color": "#9AD1A2",
|
|
57
|
-
"checked-text-color": "#1D4B34",
|
|
58
|
-
"checked-background": "rgba(216, 233, 219, 1)",
|
|
59
|
-
"checked-icon-color": "rgba(80, 165, 122, 1)",
|
|
60
|
-
"checked-border-color": "rgba(154, 209, 162, 1)"
|
|
61
|
-
},
|
|
62
|
-
//input
|
|
63
|
-
input: {
|
|
64
|
-
background: "rgba(237, 246, 239, 1)",
|
|
65
|
-
"border-color": "rgba(80, 165, 122, 1)",
|
|
66
|
-
color: "rgba(29, 75, 52, 1)",
|
|
67
|
-
"placeholder-color": "rgba(80, 165, 122, 1)",
|
|
68
|
-
"hover-background": "rgba(237, 246, 239, 0.30)",
|
|
69
|
-
"hover-border-color": "rgba(80, 165, 122, 1)",
|
|
70
|
-
"hover-color": "rgba(80, 165, 122, 1)",
|
|
71
|
-
"active-background": "rgba(237, 246, 239, 0.30)",
|
|
72
|
-
"active-border-color": "rgba(80, 165, 122, 1)",
|
|
73
|
-
"active-color": "rgba(80, 165, 122, 1)",
|
|
74
|
-
"disabled-background": "rgba(237, 246, 239, 1)",
|
|
75
|
-
"disabled-border-color": "rgba(237, 246, 239, 1)",
|
|
76
|
-
"disabled-color": "rgba(83, 83, 83, 1)"
|
|
77
|
-
},
|
|
78
|
-
// select
|
|
79
|
-
select: {
|
|
80
|
-
"dropdown-background": "rgba(237, 246, 239, 1)",
|
|
81
|
-
"dropdown-border-color": "rgba(80, 165, 122, 1)",
|
|
82
|
-
"dropdown-item-color": "rgba(80, 165, 122, 1)",
|
|
83
|
-
"dropdown-item-hover-background": "rgba(178, 220, 198, 1)",
|
|
84
|
-
"dropdown-item-hover-color": "rgba(29, 75, 52, 1)",
|
|
85
|
-
"dropdown-item-selected-background": "rgba(178, 220, 198, 1)",
|
|
86
|
-
"dropdown-item-selected-color": "rgba(29, 75, 52, 1)"
|
|
87
|
-
},
|
|
88
|
-
tree: {},
|
|
89
|
-
//布局类
|
|
90
|
-
layout: {},
|
|
91
|
-
//表格类
|
|
92
|
-
table: {},
|
|
93
|
-
//曲线类
|
|
94
|
-
chart: {},
|
|
95
|
-
//提示类
|
|
96
|
-
message: {},
|
|
97
|
-
//文字颜色
|
|
98
|
-
text: {
|
|
99
|
-
main: "#50A57A",
|
|
100
|
-
deep: "#1D4B34",
|
|
101
|
-
light: "rgba(80, 165, 122, 0.50)",
|
|
102
|
-
paler: "#637B6B",
|
|
103
|
-
warning: "#F8B85A"
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
cloud: {},
|
|
107
|
-
"station-control-center": {}
|
|
108
|
-
},
|
|
109
|
-
blue: {
|
|
110
|
-
common: {
|
|
111
|
-
"--test1": "#fff",
|
|
112
|
-
"--test2": "#ccc"
|
|
113
|
-
},
|
|
114
|
-
cloud: {},
|
|
115
|
-
"station-control-center": {}
|
|
116
|
-
}
|
|
117
|
-
}, o = "yxTheme", l = "green", d = () => {
|
|
118
|
-
const r = n();
|
|
119
|
-
localStorage.getItem(o) || localStorage.setItem(o, r);
|
|
120
|
-
const e = document.documentElement, a = t[r].common;
|
|
121
|
-
Object.keys(a).forEach((g) => {
|
|
122
|
-
Object.keys(a[g]).forEach((c) => {
|
|
123
|
-
const b = `--${g}-${c}`;
|
|
124
|
-
e.style.setProperty(b, a[g][c]);
|
|
125
|
-
});
|
|
126
|
-
});
|
|
127
|
-
}, i = (r) => {
|
|
128
|
-
localStorage.setItem(o, r), d();
|
|
129
|
-
}, n = () => localStorage.getItem(o) || l, s = (r) => {
|
|
130
|
-
const e = n();
|
|
131
|
-
return t[e][r] || {};
|
|
132
|
-
};
|
|
1
|
+
import { c as s, g, a as m, i as t } from "./index.es4.js";
|
|
133
2
|
export {
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
3
|
+
s as changeTheme,
|
|
4
|
+
g as getCurTheme,
|
|
5
|
+
m as getSystemThemeConfig,
|
|
6
|
+
t as install
|
|
138
7
|
};
|