@bee-hole/server 1.42.0 → 1.42.3
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/i18n/zh-CN.toml +3 -1
- package/main.exe +0 -0
- package/mainD +0 -0
- package/package.json +2 -2
- package/resource/public/cp/css/{lang-trans~748942c6.312ba2a9.css → lang-trans~748942c6.0d987045.css} +1 -1
- package/resource/public/cp/css/lang-trans~748942c6.0d987045.css.gz +0 -0
- package/resource/public/cp/index.html +1 -1
- package/resource/public/cp/js/{app~f075b844.a5e43fb8.js → app~f075b844.37c66f37.js} +1 -1
- package/resource/public/cp/js/app~f075b844.37c66f37.js.gz +0 -0
- package/resource/public/cp/js/lang-trans~748942c6.84585993.js +9 -0
- package/resource/public/cp/js/lang-trans~748942c6.84585993.js.gz +0 -0
- package/version +1 -1
- package/resource/public/cp/css/lang-trans~748942c6.312ba2a9.css.gz +0 -0
- package/resource/public/cp/js/app~f075b844.a5e43fb8.js.gz +0 -0
- package/resource/public/cp/js/lang-trans~748942c6.87867f2a.js +0 -9
- package/resource/public/cp/js/lang-trans~748942c6.87867f2a.js.gz +0 -0
- /package/resource/public/cp/js/{chunk-04d7c8ea.3dc64b3f.js → chunk-04d7c8ea.b90fd318.js} +0 -0
- /package/resource/public/cp/js/{chunk-120e4efc.256583a0.js → chunk-120e4efc.647454bf.js} +0 -0
- /package/resource/public/cp/js/{chunk-32ca08dd.91be1f67.js → chunk-32ca08dd.64d53c9b.js} +0 -0
- /package/resource/public/cp/js/{chunk-61c1aab3.6d1171c3.js → chunk-61c1aab3.368e94f4.js} +0 -0
- /package/resource/public/cp/js/{chunk-61c1aab3.6d1171c3.js.gz → chunk-61c1aab3.368e94f4.js.gz} +0 -0
- /package/resource/public/cp/js/{chunk-6c3fad0b.ffb8aa19.js → chunk-6c3fad0b.763acd05.js} +0 -0
- /package/resource/public/cp/js/{chunk-ac5b10a4.ef796559.js → chunk-ac5b10a4.ae19db7c.js} +0 -0
- /package/resource/public/cp/js/{chunk-e26859e4.ddd96784.js → chunk-e26859e4.1cceede6.js} +0 -0
- /package/resource/public/cp/js/{chunk-fc40dc74.43b29da7.js → chunk-fc40dc74.a450f9e7.js} +0 -0
- /package/resource/public/cp/js/{lang-id-ID-service~8773d05b.8d94ca98.js → lang-id-ID-service~8773d05b.6dba255c.js} +0 -0
package/i18n/zh-CN.toml
CHANGED
|
@@ -329,4 +329,6 @@ SHIP_GOODS_NUM_GT_ORDER_NUM = "商品发货数量大于订单中此商品的购
|
|
|
329
329
|
SELECT_SHIP_GOODS = "请选择要发货的商品"
|
|
330
330
|
NO_SET_SYN_CONFIG = "未设置同步配置"
|
|
331
331
|
ORDER_DELIVER_STATE_IS_NULL = "订单收货省份为空"
|
|
332
|
-
PUR_ORD_CNT_HANDLE_PAY = "采购类型的订单不允许手工支付"
|
|
332
|
+
PUR_ORD_CNT_HANDLE_PAY = "采购类型的订单不允许手工支付"
|
|
333
|
+
DEFAULT_VIEW_NOT_EXIST = "默认视图不存在"
|
|
334
|
+
DEFAULT_VIEW_EXIST = "默认视图已存在"
|
package/main.exe
CHANGED
|
Binary file
|
package/mainD
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bee-hole/server",
|
|
3
|
-
"version": "1.42.
|
|
3
|
+
"version": "1.42.3",
|
|
4
4
|
"description": "www.bee-hole.com",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"directories": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"scripts": {
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@bee-hole/admin": "1.
|
|
13
|
+
"@bee-hole/admin": "1.22.0"
|
|
14
14
|
},
|
|
15
15
|
"keywords": [
|
|
16
16
|
"E-commerce",
|