@xuda.io/account_module 1.2.52 → 1.2.54

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.
Files changed (2) hide show
  1. package/index.js +24 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1434,6 +1434,30 @@ exports.get_prices = async function (uid, item) {
1434
1434
  price = _conf.PRICE_OBJ.drive_ocr_per_month;
1435
1435
  break;
1436
1436
 
1437
+ case auto_backup:
1438
+ price = _conf.PRICE_OBJ.auto_backup_per_month;
1439
+ break;
1440
+
1441
+ case deployment_offline:
1442
+ price = _conf.PRICE_OBJ.deployment_offline_per_month;
1443
+ break;
1444
+
1445
+ case xuda_subdomain:
1446
+ price = _conf.PRICE_OBJ.xuda_subdomain_per_month;
1447
+ break;
1448
+
1449
+ case custom_domain:
1450
+ price = _conf.PRICE_OBJ.custom_domain_per_month;
1451
+ break;
1452
+
1453
+ case user_monitor:
1454
+ price = _conf.PRICE_OBJ.user_monitor_per_month;
1455
+ break;
1456
+
1457
+ case branding:
1458
+ price = _conf.PRICE_OBJ.branding_per_month;
1459
+ break;
1460
+
1437
1461
  default:
1438
1462
  price = 0;
1439
1463
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.52",
3
+ "version": "1.2.54",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {