@bams-app/configs 0.0.1
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.
- package/app-config.json +23 -0
- package/component-defaults.js +5 -0
- package/index.js +7 -0
- package/package.json +12 -0
package/app-config.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bxjc-cmp": {
|
|
3
|
+
"appName": "生产管理系统",
|
|
4
|
+
"theme": "blue",
|
|
5
|
+
"logo": "/logo-device.png",
|
|
6
|
+
"features": ["monitoring", "maintenance"],
|
|
7
|
+
"showHeader": false
|
|
8
|
+
},
|
|
9
|
+
"bxjc-energy": {
|
|
10
|
+
"appName": "能源管理系统",
|
|
11
|
+
"theme": "green",
|
|
12
|
+
"logo": "/logo-energy.png",
|
|
13
|
+
"features": ["statistics", "analysis"],
|
|
14
|
+
"showHeader": false
|
|
15
|
+
},
|
|
16
|
+
"bams-pds": {
|
|
17
|
+
"appName": "调度管理系统",
|
|
18
|
+
"theme": "red",
|
|
19
|
+
"logo": "/logo-mes.png",
|
|
20
|
+
"features": ["production", "quality"],
|
|
21
|
+
"showHeader": true
|
|
22
|
+
}
|
|
23
|
+
}
|
package/index.js
ADDED
package/package.json
ADDED