广丰卷烟厂数采质量分析系统
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
  "name": "Azir's Preset",
  "desc": "It is a cold and elegant preset that Azir likes",
  "i18nkey": "theme.appearance.preset.azir",
  "version": "1.0.1",
  "sort": 20,
  "themeScheme": "light",
  "recommendColor": true,
  "themeColor": "#78a878",
  "otherColor": {
    "info": "#89b989",
    "success": "#99c299",
    "warning": "#d4bb9d",
    "error": "#c49a9a"
  },
  "isInfoFollowPrimary": true,
  "tokens": {
    "light": {
      "colors": {
        "container": "rgb(255, 255, 255)",
        "layout": "rgb(247, 250, 252)",
        "inverted": "rgb(0, 20, 40)",
        "base-text": "rgb(31, 31, 31)"
      },
      "boxShadow": {
        "header": "0 1px 2px rgb(0, 21, 41, 0.08)",
        "sider": "2px 0 8px 0 rgb(29, 35, 41, 0.05)",
        "tab": "0 1px 2px rgb(0, 21, 41, 0.08)"
      }
    },
    "dark": {
      "colors": {
        "container": "rgb(28, 28, 28)",
        "layout": "rgb(18, 18, 18)",
        "base-text": "rgb(224, 224, 224)"
      }
    }
  },
  "naiveui": {
    "Alert": {
      "borderRadiusMedium": "12px",
      "fontWeightStrong": "600",
      "paddingMedium": "0 20px"
    },
    "Card": {
      "borderRadius": "16px",
      "paddingMedium": "24px"
    },
    "Input": {
      "borderRadius": "10px"
    }
  }
}