@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:
|
package/package.json
CHANGED
|
@@ -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
|
+
|