@xuda.io/account_module 1.2.99 → 1.2.100

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 +4 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1509,6 +1509,10 @@ const get_prices = function (uid, item) {
1509
1509
  price = _conf.PRICE_OBJ.drive_addons.ocr.price;
1510
1510
  break;
1511
1511
 
1512
+ case "drive_edit_image":
1513
+ price = _conf.PRICE_OBJ.drive_addons.edit_image.price;
1514
+ break;
1515
+
1512
1516
  case "auto_backup":
1513
1517
  price = _conf.PRICE_OBJ.auto_backup_per_month;
1514
1518
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.99",
3
+ "version": "1.2.100",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {