@steedos-labs/content-compliance 0.0.30 → 0.0.31

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.
@@ -65,11 +65,7 @@ data_type: text
65
65
  description: ''
66
66
  filters: []
67
67
  group: Content hub 材料标签
68
- inlineHelpText: |-
69
- 字段默认非必填、单选;<br>但当满足以下条件时字段必填:
70
- 1、素材类型=艺人素材
71
- 2、素材类型=IP素材
72
- 3、素材类型=Social素材/种草素材>短视频>KOL/KOC视频
68
+ inlineHelpText: ''
73
69
  is_wide: true
74
70
  label: 素材授权规则
75
71
  options:
@@ -8,7 +8,7 @@ filterable: true
8
8
  formula: 'CA-{0000}'
9
9
  group: Content hub 材料标签
10
10
  index: true
11
- inlineHelpText: 提交自动生成,规则为“编号:品牌-产品-分类第一层-可用渠道第一层"
11
+ inlineHelpText: ''
12
12
  is_wide: true
13
13
  label: 审核主题
14
14
  readonly: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos-labs/content-compliance",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "description": "内容审核系统",
5
5
  "main": "package.service.js",
6
6
  "scripts": {
@@ -71,4 +71,9 @@ body a {
71
71
 
72
72
  body a:hover {
73
73
  color: var(--private);
74
+ }
75
+
76
+
77
+ .antd-Avatar{
78
+ background: var(--private) !important;
74
79
  }
@@ -0,0 +1,21 @@
1
+
2
+ :root {
3
+ --private: #155a9f;
4
+ --private-bg: rgb(33 81 161 / 15%);
5
+ --private-onHover-bg: rgb(33 81 161 / 20%);
6
+ }
7
+
8
+
9
+ button{
10
+ background-color: var(--private) !important;
11
+ }
12
+
13
+ input{
14
+ color: var(--private) !important;
15
+ border-color: var(--private) !important;
16
+ }
17
+
18
+ h2{
19
+ color: var(--private) !important;
20
+ }
21
+