mirror of
https://gitee.com/dromara/go-view.git
synced 2024-12-02 11:48:36 +08:00
fix: 修改 Color TS 类型出错导致无法打包的问题
This commit is contained in:
parent
109a1a8d7a
commit
db0641c937
@ -25,5 +25,3 @@ const getDarkTheme = getDarkThemeHook()
|
||||
// 主题配置
|
||||
const getThemeOverrides = getThemeOverridesHook()
|
||||
</script>
|
||||
|
||||
<style lang="scss"></style>
|
||||
|
@ -1,23 +1,64 @@
|
||||
[{
|
||||
"RGB": [81, 214, 169],
|
||||
[
|
||||
{
|
||||
"CMYK": [
|
||||
62,
|
||||
0,
|
||||
21,
|
||||
16
|
||||
],
|
||||
"RGB": [
|
||||
81,
|
||||
214,
|
||||
169
|
||||
],
|
||||
"hex": "#51d6a9",
|
||||
"name": "碧空绿",
|
||||
"pinyin": "bikonlv"
|
||||
},
|
||||
{
|
||||
"RGB": [16, 174, 194],
|
||||
"CMYK": [
|
||||
93,
|
||||
0,
|
||||
31,
|
||||
0
|
||||
],
|
||||
"RGB": [
|
||||
16,
|
||||
174,
|
||||
194
|
||||
],
|
||||
"hex": "#10aec2",
|
||||
"name": "甸子蓝",
|
||||
"pinyin": "dianzilan"
|
||||
},
|
||||
{
|
||||
"RGB": [60, 126, 255],
|
||||
"CMYK": [
|
||||
76,
|
||||
51,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"RGB": [
|
||||
60,
|
||||
126,
|
||||
255
|
||||
],
|
||||
"hex": "#3c7eff",
|
||||
"name": "深海蓝",
|
||||
"pinyin": "shenhailan"
|
||||
},
|
||||
{
|
||||
"RGB": [248, 223, 114],
|
||||
"CMYK": [
|
||||
4,
|
||||
13,
|
||||
67,
|
||||
0
|
||||
],
|
||||
"RGB": [
|
||||
248,
|
||||
223,
|
||||
114
|
||||
],
|
||||
"hex": "#f8df72",
|
||||
"name": "茉莉黄",
|
||||
"pinyin": "molihuang"
|
||||
|
Loading…
Reference in New Issue
Block a user