@steedos-labs/content-compliance 0.6.27 → 0.6.28

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.
@@ -7,4 +7,12 @@ group: 审核信息
7
7
  inlineHelpText: ''
8
8
  label: 需要kid审核
9
9
  sort_no: 1150
10
- type: boolean
10
+ options:
11
+ - label: √
12
+ value: true
13
+ - label: X
14
+ value: false
15
+ - label: Bypass
16
+ value: pass
17
+ color: '#02355a'
18
+ type: select
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos-labs/content-compliance",
3
- "version": "0.6.27",
3
+ "version": "0.6.28",
4
4
  "description": "内容审核系统",
5
5
  "main": "package.service.js",
6
6
  "scripts": {