ts-glitter 20.6.8 → 20.7.0
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/lowcode/Entry.js +2 -2
- package/lowcode/Entry.ts +2 -2
- package/lowcode/backend-manager/bg-blog.js +617 -621
- package/lowcode/backend-manager/bg-blog.ts +2323 -2325
- package/lowcode/backend-manager/bg-line.js +5 -4
- package/lowcode/backend-manager/bg-line.ts +5 -4
- package/lowcode/backend-manager/bg-list-component.js +9 -0
- package/lowcode/backend-manager/bg-list-component.ts +15 -1
- package/lowcode/backend-manager/bg-notify.js +6 -4
- package/lowcode/backend-manager/bg-notify.ts +6 -4
- package/lowcode/backend-manager/bg-product.js +145 -0
- package/lowcode/backend-manager/bg-product.ts +153 -0
- package/lowcode/backend-manager/bg-sns.js +5 -3
- package/lowcode/backend-manager/bg-sns.ts +5 -3
- package/lowcode/backend-manager/bg-widget.js +92 -4
- package/lowcode/backend-manager/bg-widget.ts +122 -6
- package/lowcode/backend-manager/splitPage.js +0 -39
- package/lowcode/backend-manager/splitPage.ts +0 -40
- package/lowcode/cms-plugin/auto-fcm-advertise.js +17 -5
- package/lowcode/cms-plugin/auto-fcm-advertise.ts +19 -6
- package/lowcode/cms-plugin/auto-fcm-history.js +2732 -0
- package/lowcode/cms-plugin/auto-fcm-history.ts +2995 -0
- package/lowcode/cms-plugin/cms-router.js +5 -0
- package/lowcode/cms-plugin/cms-router.ts +6 -0
- package/lowcode/cms-plugin/filter-options.js +80 -27
- package/lowcode/cms-plugin/filter-options.ts +83 -27
- package/lowcode/cms-plugin/language-backend.js +50 -39
- package/lowcode/cms-plugin/language-backend.ts +109 -95
- package/lowcode/cms-plugin/menus-setting.js +175 -151
- package/lowcode/cms-plugin/menus-setting.ts +620 -591
- package/lowcode/cms-plugin/model/order.d.ts +1 -0
- package/lowcode/cms-plugin/module/data.js +7 -7
- package/lowcode/cms-plugin/module/data.ts +262 -233
- package/lowcode/cms-plugin/module/delivery-html.js +18 -10
- package/lowcode/cms-plugin/module/delivery-html.ts +26 -10
- package/lowcode/cms-plugin/module/order-setting.js +458 -328
- package/lowcode/cms-plugin/module/order-setting.ts +622 -351
- package/lowcode/cms-plugin/module/product-excel.js +1 -1
- package/lowcode/cms-plugin/module/product-excel.ts +2 -1
- package/lowcode/cms-plugin/order/order-module.js +90 -1
- package/lowcode/cms-plugin/order/order-module.ts +106 -1
- package/lowcode/cms-plugin/pos-pages/payment-page.js +11 -8
- package/lowcode/cms-plugin/pos-pages/payment-page.ts +28 -15
- package/lowcode/cms-plugin/pos-pages/products-page.js +0 -39
- package/lowcode/cms-plugin/pos-pages/products-page.ts +0 -40
- package/lowcode/cms-plugin/shopping-collections.ts +1 -3
- package/lowcode/cms-plugin/shopping-finance-setting.js +19 -80
- package/lowcode/cms-plugin/shopping-finance-setting.ts +19 -87
- package/lowcode/cms-plugin/shopping-order-manager.js +122 -38
- package/lowcode/cms-plugin/shopping-order-manager.ts +160 -58
- package/lowcode/cms-plugin/shopping-product-setting.js +364 -376
- package/lowcode/cms-plugin/shopping-product-setting.ts +406 -415
- package/lowcode/cms-plugin/shopping-setting-advance.js +57 -16
- package/lowcode/cms-plugin/shopping-setting-advance.ts +69 -18
- package/lowcode/cms-plugin/stock-history.js +75 -63
- package/lowcode/cms-plugin/stock-history.ts +390 -376
- package/lowcode/cms-plugin/user/user-module.js +2 -43
- package/lowcode/cms-plugin/user/user-module.ts +2 -46
- package/lowcode/cms-plugin/user-list.js +4 -6
- package/lowcode/cms-plugin/user-list.ts +35 -38
- package/lowcode/css/editor.css +42 -3
- package/lowcode/glitter-base/global/language.js +6 -1
- package/lowcode/glitter-base/global/language.ts +10 -4
- package/lowcode/glitter-base/global/payment-config.js +19 -16
- package/lowcode/glitter-base/global/payment-config.ts +22 -16
- package/lowcode/glitter-base/global/shipment-config.js +6 -5
- package/lowcode/glitter-base/global/shipment-config.ts +12 -10
- package/lowcode/glitter-base/route/fcm.js +21 -1
- package/lowcode/glitter-base/route/fcm.ts +22 -2
- package/lowcode/glitter-base/route/shopping.js +8 -32
- package/lowcode/glitter-base/route/shopping.ts +10 -33
- package/lowcode/glitter-base/route/stock.ts +1 -0
- package/lowcode/glitter-base/route/user.js +11 -2
- package/lowcode/glitter-base/route/user.ts +23 -12
- package/lowcode/jspage/function-page/setting_editor.js +9 -0
- package/lowcode/jspage/function-page/setting_editor.ts +9 -0
- package/lowcode/public-components/blogs/list.js +223 -195
- package/lowcode/public-components/blogs/list.ts +383 -352
- package/lowcode/public-components/product/product-list.js +8 -4
- package/lowcode/public-components/product/product-list.ts +9 -4
- package/lowcode/public-components/terms-related/index.js +1 -1
- package/lowcode/public-components/terms-related/index.ts +1 -1
- package/lowcode/public-components/user-manager/um-login.js +1 -1
- package/lowcode/public-components/user-manager/um-login.ts +2 -2
- package/lowcode/public-components/user-manager/um-order.js +41 -5
- package/lowcode/public-components/user-manager/um-order.ts +58 -20
- package/lowcode/public-components/user-manager/um-voucher.ts +2 -2
- package/nhi4veq3gk.json +1 -0
- package/package.json +1 -1
- package/src/Language.d.ts +2 -0
- package/src/Language.js +66 -65
- package/src/Language.js.map +1 -1
- package/src/Language.ts +719 -715
- package/src/api-public/config/shipment-config.js +3 -2
- package/src/api-public/config/shipment-config.js.map +1 -1
- package/src/api-public/config/shipment-config.ts +3 -2
- package/src/api-public/controllers/ai-chat.js.map +1 -1
- package/src/api-public/controllers/ai-chat.ts +1 -2
- package/src/api-public/controllers/fcm.js +23 -58
- package/src/api-public/controllers/fcm.js.map +1 -1
- package/src/api-public/controllers/fcm.ts +28 -56
- package/src/api-public/controllers/shop.js +7 -1
- package/src/api-public/controllers/shop.js.map +1 -1
- package/src/api-public/controllers/shop.ts +17 -10
- package/src/api-public/controllers/user.js +1 -0
- package/src/api-public/controllers/user.js.map +1 -1
- package/src/api-public/controllers/user.ts +2 -0
- package/src/api-public/services/auto-send-email.js +247 -187
- package/src/api-public/services/auto-send-email.js.map +1 -1
- package/src/api-public/services/auto-send-email.ts +568 -505
- package/src/api-public/services/delivery.js +1 -1
- package/src/api-public/services/delivery.js.map +1 -1
- package/src/api-public/services/delivery.ts +6 -5
- package/src/api-public/services/financial-service.js +1 -2
- package/src/api-public/services/financial-service.js.map +1 -1
- package/src/api-public/services/financial-service.ts +4 -6
- package/src/api-public/services/manager.d.ts +4 -3
- package/src/api-public/services/manager.js +8 -12
- package/src/api-public/services/manager.js.map +1 -1
- package/src/api-public/services/manager.ts +57 -59
- package/src/api-public/services/model/handlePaymentTransaction.d.ts +1 -1
- package/src/api-public/services/model/handlePaymentTransaction.js +23 -3
- package/src/api-public/services/model/handlePaymentTransaction.js.map +1 -1
- package/src/api-public/services/model/handlePaymentTransaction.ts +25 -36
- package/src/api-public/services/schedule.d.ts +1 -0
- package/src/api-public/services/schedule.js +27 -0
- package/src/api-public/services/schedule.js.map +1 -1
- package/src/api-public/services/schedule.ts +30 -0
- package/src/api-public/services/shopping.d.ts +22 -2
- package/src/api-public/services/shopping.js +371 -95
- package/src/api-public/services/shopping.js.map +1 -1
- package/src/api-public/services/shopping.ts +499 -141
- package/src/api-public/services/stock.js +0 -3
- package/src/api-public/services/stock.js.map +1 -1
- package/src/api-public/services/stock.ts +3 -3
- package/src/api-public/services/user.d.ts +1 -0
- package/src/api-public/services/user.js +32 -12
- package/src/api-public/services/user.js.map +1 -1
- package/src/api-public/services/user.ts +38 -19
- package/src/api-public/services/workers.js +3 -3
- package/src/api-public/services/workers.js.map +1 -1
- package/src/api-public/services/workers.ts +103 -103
- package/src/app-project/ios/proshake/AppDelegate.swift +51 -7
- package/src/app-project/ios/proshake/Info.plist +11 -9
- package/src/app-project/ios/proshake/SceneDelegate.swift +18 -0
- package/src/app-project/ios/proshake/glitter-interface/BasicUtil.swift +43 -2
- package/src/app-project/ios/proshake/glitter-interface/Ecommerce.swift +56 -0
- package/src/app-project/ios/proshake.xcodeproj/project.xcworkspace/xcuserdata/jianzhi.wang.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/src/app-project/serverless/src/modules/database.js +1 -1
- package/src/app-project/serverless/src/modules/database.js.map +1 -1
- package/src/app-project/serverless/src/modules/database.ts +171 -171
- package/src/controllers/template.d.ts +1 -1
- package/src/controllers/template.js +16 -16
- package/src/controllers/template.js.map +1 -1
- package/src/controllers/template.ts +98 -84
- package/src/modules/database.js +3 -1
- package/src/modules/database.js.map +1 -1
- package/src/modules/database.ts +185 -181
- package/src/modules/firebase.d.ts +17 -0
- package/src/modules/firebase.js +126 -0
- package/src/modules/firebase.js.map +1 -1
- package/src/modules/firebase.ts +169 -0
- package/src/public-config-initial/auto-fcm.js +8 -2
- package/src/public-config-initial/auto-fcm.js.map +1 -1
- package/src/public-config-initial/auto-fcm.ts +15 -6
- package/src/services/app.d.ts +2 -1
- package/src/services/app.js.map +1 -1
- package/src/services/app.ts +2 -1
- package/src/services/ios-project.js +12 -6
- package/src/services/ios-project.js.map +1 -1
- package/src/services/ios-project.ts +12 -6
- package/src/services/template.d.ts +3 -2
- package/src/services/template.js +2 -1
- package/src/services/template.js.map +1 -1
- package/src/services/template.ts +13 -20
|
@@ -383,6 +383,8 @@ export class ApiShop {
|
|
|
383
383
|
json.minPrice && par.push(`min_price=${json.minPrice}`);
|
|
384
384
|
json.status && par.push(`status=${json.status}`);
|
|
385
385
|
json.channel && par.push(`channel=${json.channel}`);
|
|
386
|
+
json.general_tag && par.push(`general_tag=${json.general_tag}`);
|
|
387
|
+
json.manager_tag && par.push(`manager_tag=${json.manager_tag}`);
|
|
386
388
|
json.whereStore && par.push(`whereStore=${json.whereStore}`);
|
|
387
389
|
if (json.schedule === true || json.schedule === false) {
|
|
388
390
|
par.push(`schedule=${json.schedule}`);
|
|
@@ -479,6 +481,12 @@ export class ApiShop {
|
|
|
479
481
|
if (obj.payment_select && obj.payment_select.length > 0) {
|
|
480
482
|
list.push(`payment_select=${obj.payment_select.join(',')}`);
|
|
481
483
|
}
|
|
484
|
+
if (obj.manager_tag && obj.manager_tag.length > 0) {
|
|
485
|
+
list.push(`manager_tag=${obj.manager_tag.join(',')}`);
|
|
486
|
+
}
|
|
487
|
+
if (obj.member_levels && obj.member_levels.length > 0) {
|
|
488
|
+
list.push(`member_levels=${obj.member_levels.join(',')}`);
|
|
489
|
+
}
|
|
482
490
|
}
|
|
483
491
|
return list;
|
|
484
492
|
}
|
|
@@ -1059,38 +1067,6 @@ export class ApiShop {
|
|
|
1059
1067
|
{ title: '已退款', value: '-2' },
|
|
1060
1068
|
];
|
|
1061
1069
|
}
|
|
1062
|
-
static getProgressArray(shipment_number) {
|
|
1063
|
-
return [
|
|
1064
|
-
{
|
|
1065
|
-
title: '出貨狀態',
|
|
1066
|
-
value: '',
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
title: '已出貨',
|
|
1070
|
-
value: 'shipping',
|
|
1071
|
-
},
|
|
1072
|
-
{
|
|
1073
|
-
title: '待預購',
|
|
1074
|
-
value: 'pre_order',
|
|
1075
|
-
},
|
|
1076
|
-
{
|
|
1077
|
-
title: shipment_number ? `備貨中` : '未出貨',
|
|
1078
|
-
value: 'wait',
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
title: '已取貨',
|
|
1082
|
-
value: 'finish',
|
|
1083
|
-
},
|
|
1084
|
-
{
|
|
1085
|
-
title: '已退貨',
|
|
1086
|
-
value: 'returns',
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
title: '已到貨',
|
|
1090
|
-
value: 'arrived',
|
|
1091
|
-
},
|
|
1092
|
-
];
|
|
1093
|
-
}
|
|
1094
1070
|
static getVariants(json) {
|
|
1095
1071
|
return BaseApi.create({
|
|
1096
1072
|
url: getBaseUrl() +
|
|
@@ -410,6 +410,8 @@ export class ApiShop {
|
|
|
410
410
|
minPrice?: string;
|
|
411
411
|
status?: string;
|
|
412
412
|
channel?: string;
|
|
413
|
+
general_tag?: string;
|
|
414
|
+
manager_tag?: string;
|
|
413
415
|
whereStore?: string;
|
|
414
416
|
schedule?: boolean;
|
|
415
417
|
orderBy?: string;
|
|
@@ -438,6 +440,8 @@ export class ApiShop {
|
|
|
438
440
|
json.minPrice && par.push(`min_price=${json.minPrice}`);
|
|
439
441
|
json.status && par.push(`status=${json.status}`);
|
|
440
442
|
json.channel && par.push(`channel=${json.channel}`);
|
|
443
|
+
json.general_tag && par.push(`general_tag=${json.general_tag}`);
|
|
444
|
+
json.manager_tag && par.push(`manager_tag=${json.manager_tag}`);
|
|
441
445
|
json.whereStore && par.push(`whereStore=${json.whereStore}`);
|
|
442
446
|
if (json.schedule === true || json.schedule === false) {
|
|
443
447
|
par.push(`schedule=${json.schedule}`);
|
|
@@ -552,6 +556,12 @@ export class ApiShop {
|
|
|
552
556
|
if (obj.payment_select && obj.payment_select.length > 0) {
|
|
553
557
|
list.push(`payment_select=${obj.payment_select.join(',')}`);
|
|
554
558
|
}
|
|
559
|
+
if (obj.manager_tag && obj.manager_tag.length > 0) {
|
|
560
|
+
list.push(`manager_tag=${obj.manager_tag.join(',')}`);
|
|
561
|
+
}
|
|
562
|
+
if (obj.member_levels && obj.member_levels.length > 0) {
|
|
563
|
+
list.push(`member_levels=${obj.member_levels.join(',')}`);
|
|
564
|
+
}
|
|
555
565
|
}
|
|
556
566
|
|
|
557
567
|
return list;
|
|
@@ -1359,39 +1369,6 @@ export class ApiShop {
|
|
|
1359
1369
|
];
|
|
1360
1370
|
}
|
|
1361
1371
|
|
|
1362
|
-
static getProgressArray(shipment_number: any) {
|
|
1363
|
-
return [
|
|
1364
|
-
{
|
|
1365
|
-
title: '出貨狀態',
|
|
1366
|
-
value: '',
|
|
1367
|
-
},
|
|
1368
|
-
{
|
|
1369
|
-
title: '已出貨',
|
|
1370
|
-
value: 'shipping',
|
|
1371
|
-
},
|
|
1372
|
-
{
|
|
1373
|
-
title: '待預購',
|
|
1374
|
-
value: 'pre_order',
|
|
1375
|
-
},
|
|
1376
|
-
{
|
|
1377
|
-
title: shipment_number ? `備貨中` : '未出貨',
|
|
1378
|
-
value: 'wait',
|
|
1379
|
-
},
|
|
1380
|
-
{
|
|
1381
|
-
title: '已取貨',
|
|
1382
|
-
value: 'finish',
|
|
1383
|
-
},
|
|
1384
|
-
{
|
|
1385
|
-
title: '已退貨',
|
|
1386
|
-
value: 'returns',
|
|
1387
|
-
},
|
|
1388
|
-
{
|
|
1389
|
-
title: '已到貨',
|
|
1390
|
-
value: 'arrived',
|
|
1391
|
-
},
|
|
1392
|
-
];
|
|
1393
|
-
}
|
|
1394
|
-
|
|
1395
1372
|
static getVariants(json: {
|
|
1396
1373
|
limit: number;
|
|
1397
1374
|
page: number;
|
|
@@ -220,11 +220,11 @@ export class ApiUser {
|
|
|
220
220
|
data: JSON.stringify({
|
|
221
221
|
phone_number: phone_number,
|
|
222
222
|
}),
|
|
223
|
-
}).then(
|
|
223
|
+
}).then(res => {
|
|
224
224
|
if (res.response.out_limit) {
|
|
225
225
|
const dialog = new ShareDialog(window.glitter);
|
|
226
226
|
dialog.errorMessage({
|
|
227
|
-
text: '連續驗證失敗超過三次,請聯絡客服進行修改'
|
|
227
|
+
text: '連續驗證失敗超過三次,請聯絡客服進行修改',
|
|
228
228
|
});
|
|
229
229
|
}
|
|
230
230
|
else {
|
|
@@ -318,6 +318,7 @@ export class ApiUser {
|
|
|
318
318
|
let par = [`type=list`, `limit=${json.limit}`, `page=${json.page}`];
|
|
319
319
|
json.search && par.push(`search=${json.search}`);
|
|
320
320
|
json.search_type && par.push(`searchType=${json.search_type}`);
|
|
321
|
+
json.only_id && par.push(`only_id=${json.only_id}`);
|
|
321
322
|
json.id && par.push(`id=${json.id}`);
|
|
322
323
|
return par.join('&');
|
|
323
324
|
})()}`,
|
|
@@ -799,6 +800,14 @@ export class ApiUser {
|
|
|
799
800
|
});
|
|
800
801
|
}
|
|
801
802
|
}
|
|
803
|
+
ApiUser.normalMember = {
|
|
804
|
+
id: '',
|
|
805
|
+
duration: { type: 'noLimit', value: 0 },
|
|
806
|
+
tag_name: '一般會員',
|
|
807
|
+
condition: { type: 'total', value: 0 },
|
|
808
|
+
dead_line: { type: 'noLimit' },
|
|
809
|
+
create_date: '2024-01-01T00:00:00.000Z',
|
|
810
|
+
};
|
|
802
811
|
ApiUser.getting_config = [];
|
|
803
812
|
function getConfig() {
|
|
804
813
|
const saasConfig = window.parent.saasConfig;
|
|
@@ -220,7 +220,7 @@ export class ApiUser {
|
|
|
220
220
|
}
|
|
221
221
|
|
|
222
222
|
public static phoneVerify(phone_number: string) {
|
|
223
|
-
return new Promise<{result:boolean
|
|
223
|
+
return new Promise<{ result: boolean; response: any }>((resolve, reject) => {
|
|
224
224
|
BaseApi.create({
|
|
225
225
|
url: getBaseUrl() + `/api-public/v1/user/phone-verify`,
|
|
226
226
|
type: 'POST',
|
|
@@ -231,17 +231,17 @@ export class ApiUser {
|
|
|
231
231
|
data: JSON.stringify({
|
|
232
232
|
phone_number: phone_number,
|
|
233
233
|
}),
|
|
234
|
-
}).then(
|
|
235
|
-
if(res.response.out_limit){
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
}else{
|
|
241
|
-
resolve(res)
|
|
234
|
+
}).then(res => {
|
|
235
|
+
if (res.response.out_limit) {
|
|
236
|
+
const dialog = new ShareDialog((window as any).glitter);
|
|
237
|
+
dialog.errorMessage({
|
|
238
|
+
text: '連續驗證失敗超過三次,請聯絡客服進行修改',
|
|
239
|
+
});
|
|
240
|
+
} else {
|
|
241
|
+
resolve(res);
|
|
242
242
|
}
|
|
243
|
-
})
|
|
244
|
-
})
|
|
243
|
+
});
|
|
244
|
+
});
|
|
245
245
|
}
|
|
246
246
|
|
|
247
247
|
public static registerFCM(userID: string, deviceToken: string, app_name?: string) {
|
|
@@ -336,7 +336,7 @@ export class ApiUser {
|
|
|
336
336
|
search?: string;
|
|
337
337
|
id?: string;
|
|
338
338
|
search_type?: string;
|
|
339
|
-
only_id?:
|
|
339
|
+
only_id?: boolean;
|
|
340
340
|
}) {
|
|
341
341
|
return BaseApi.create({
|
|
342
342
|
url:
|
|
@@ -345,7 +345,9 @@ export class ApiUser {
|
|
|
345
345
|
let par = [`type=list`, `limit=${json.limit}`, `page=${json.page}`];
|
|
346
346
|
json.search && par.push(`search=${json.search}`);
|
|
347
347
|
json.search_type && par.push(`searchType=${json.search_type}`);
|
|
348
|
+
json.only_id && par.push(`only_id=${json.only_id}`);
|
|
348
349
|
json.id && par.push(`id=${json.id}`);
|
|
350
|
+
|
|
349
351
|
return par.join('&');
|
|
350
352
|
})()}`,
|
|
351
353
|
type: 'GET',
|
|
@@ -402,6 +404,15 @@ export class ApiUser {
|
|
|
402
404
|
return list;
|
|
403
405
|
}
|
|
404
406
|
|
|
407
|
+
public static normalMember = {
|
|
408
|
+
id: '',
|
|
409
|
+
duration: { type: 'noLimit', value: 0 },
|
|
410
|
+
tag_name: '一般會員',
|
|
411
|
+
condition: { type: 'total', value: 0 },
|
|
412
|
+
dead_line: { type: 'noLimit' },
|
|
413
|
+
create_date: '2024-01-01T00:00:00.000Z',
|
|
414
|
+
};
|
|
415
|
+
|
|
405
416
|
public static async getUserListOrders(json: {
|
|
406
417
|
limit: number;
|
|
407
418
|
page: number;
|
|
@@ -1508,6 +1508,15 @@ Setting_editor.menuItems = () => {
|
|
|
1508
1508
|
groupIcon: 'https://d3jnmi1tfjgtti.cloudfront.net/file/252530754/1713414599944-Component 56 (5).svg',
|
|
1509
1509
|
moduleName: '訂閱裝置管理',
|
|
1510
1510
|
},
|
|
1511
|
+
{
|
|
1512
|
+
icon: '',
|
|
1513
|
+
page: 'auto_fcm_history',
|
|
1514
|
+
group: '品牌APP',
|
|
1515
|
+
title: 'APP推播紀錄',
|
|
1516
|
+
appName: 'cms_system',
|
|
1517
|
+
groupIcon: 'https://d3jnmi1tfjgtti.cloudfront.net/file/252530754/1713414599944-Component 56 (5).svg',
|
|
1518
|
+
moduleName: '訂閱裝置管理',
|
|
1519
|
+
},
|
|
1511
1520
|
{
|
|
1512
1521
|
icon: '',
|
|
1513
1522
|
page: 'shop_list',
|
|
@@ -737,6 +737,15 @@ export class Setting_editor {
|
|
|
737
737
|
groupIcon: 'https://d3jnmi1tfjgtti.cloudfront.net/file/252530754/1713414599944-Component 56 (5).svg',
|
|
738
738
|
moduleName: '訂閱裝置管理',
|
|
739
739
|
},
|
|
740
|
+
{
|
|
741
|
+
icon: '',
|
|
742
|
+
page: 'auto_fcm_history',
|
|
743
|
+
group: '品牌APP',
|
|
744
|
+
title: 'APP推播紀錄',
|
|
745
|
+
appName: 'cms_system',
|
|
746
|
+
groupIcon: 'https://d3jnmi1tfjgtti.cloudfront.net/file/252530754/1713414599944-Component 56 (5).svg',
|
|
747
|
+
moduleName: '訂閱裝置管理',
|
|
748
|
+
},
|
|
740
749
|
// {
|
|
741
750
|
// icon: '',
|
|
742
751
|
// page: 'auto_fcm_template',
|