@deepberry/common
Advanced tools
+21
-7
| { | ||
| "typeMap": { | ||
| "feedback_types": { | ||
| "io": ["malfunction_repair"], | ||
| "software": ["bug", "suggestion"], | ||
| "mall": ["product_issues", "invoice_issues", "other"], | ||
| "other": ["other"] | ||
| }, | ||
| "type_map": { | ||
| "io": "硬件设备", | ||
@@ -8,9 +14,9 @@ "software": "软件平台", | ||
| }, | ||
| "feedbackTypeMap": { | ||
| "io": ["malfunction_repair"], | ||
| "software": ["bug", "suggestion"], | ||
| "mall": ["product_issues", "invoice_issues", "other"], | ||
| "other": ["other"] | ||
| "type_map_en": { | ||
| "io": "Hardware Devices", | ||
| "software": "Software Platform", | ||
| "mall": "Mall Orders", | ||
| "other": "Other" | ||
| }, | ||
| "feedbackSubtypeMap": { | ||
| "subtype_map": { | ||
| "malfunction_repair": "故障报修", | ||
@@ -22,3 +28,11 @@ "bug": "Bug异常", | ||
| "other": "其他" | ||
| }, | ||
| "subtype_map_en": { | ||
| "malfunction_repair": "Malfunction Repair", | ||
| "bug": "Bugs", | ||
| "suggestion": "Suggestions", | ||
| "product_issues": "Product Issues", | ||
| "invoice_issues": "Invoice Issues", | ||
| "other": "Other" | ||
| } | ||
| } |
+1
-1
| { | ||
| "name": "@deepberry/common", | ||
| "version": "0.3.7", | ||
| "version": "0.3.8", | ||
| "main": "data/common.json", | ||
@@ -5,0 +5,0 @@ "repository": "git://github.com/deepberry/common.git", |
18570
1.99%480
3%