Explorar o código

update: ui optimization

tokumeikoi %!s(int64=3) %!d(string=hai) anos
pai
achega
c3a74e6610

+ 2 - 2
database/install.sql

@@ -342,7 +342,7 @@ CREATE TABLE `v2_user` (
                            `password_salt` char(10) DEFAULT NULL,
                            `balance` int(11) NOT NULL DEFAULT '0',
                            `discount` int(11) DEFAULT NULL,
-                           `commission_type` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0: system 1: cycle 2: onetime',
+                           `commission_type` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0: system 1: period 2: onetime',
                            `commission_rate` int(11) DEFAULT NULL,
                            `commission_balance` int(11) NOT NULL DEFAULT '0',
                            `t` int(11) NOT NULL DEFAULT '0',
@@ -369,4 +369,4 @@ CREATE TABLE `v2_user` (
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
 
 
--- 2022-01-04 05:39:52
+-- 2022-01-04 16:20:42

+ 3 - 0
database/update.sql

@@ -474,3 +474,6 @@ ALTER TABLE `v2_order`
 
 ALTER TABLE `v2_server_v2ray`
 DROP `alter_id`;
+
+ALTER TABLE `v2_user`
+    CHANGE `commission_type` `commission_type` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0: system 1: period 2: onetime' AFTER `discount`;

+ 2 - 1
public/theme/v2board/assets/i18n/en-US.js

@@ -282,5 +282,6 @@ window.settings.i18n['en-US'] = {
   'Join now': 'Join now',
   'Renew': 'Renew',
   'Buy': 'Buy',
-  'This subscription cannot be renewed. Only new users are allowed to purchase it': 'This subscription cannot be renewed. Only new users are allowed to purchase it'
+  'This subscription cannot be renewed. Only new users are allowed to purchase it': 'This subscription cannot be renewed. Only new users are allowed to purchase it',
+  'Reset current month flow': 'Reset current month flow'
 }

+ 2 - 1
public/theme/v2board/assets/i18n/ja-JP.js

@@ -312,5 +312,6 @@ window.settings.i18n['ja-JP'] = {
   'Join now': '参加する',
   'Renew': '継続料金のお支払い',
   'Buy': '買う',
-  'This subscription cannot be renewed. Only new users are allowed to purchase it': 'このサブスクリプションは更新できません。新しいユーザだけがそれを購入できます。'
+  'This subscription cannot be renewed. Only new users are allowed to purchase it': 'このサブスクリプションは更新できません。新しいユーザだけがそれを購入できます。',
+  'Reset current month flow': 'リセット月フロー'
 }

+ 2 - 1
public/theme/v2board/assets/i18n/vi-VN.js

@@ -312,5 +312,6 @@ window.settings.i18n['vi-VN'] = {
   'Join now': 'Tham gia ngay',
   'Renew': 'Gia hạn',
   'Buy': 'Mua',
-  'This subscription cannot be renewed. Only new users are allowed to purchase it': 'Không thể thay đổi bản đăng ký này. Chỉ có người dùng mới được phép mua nó.'
+  'This subscription cannot be renewed. Only new users are allowed to purchase it': 'Không thể thay đổi bản đăng ký này. Chỉ có người dùng mới được phép mua nó.',
+  'Reset current month flow': 'Làm lại dòng tháng hiện tại'
 }

+ 2 - 1
public/theme/v2board/assets/i18n/zh-CN.js

@@ -314,5 +314,6 @@ window.settings.i18n['zh-CN'] = {
   'Join now': '立即加入',
   'Renew': '续费',
   'Buy': '购买',
-  'This subscription cannot be renewed. Only new users are allowed to purchase it': '该订阅无法续费,仅允许新用户购买'
+  'This subscription cannot be renewed. Only new users are allowed to purchase it': '该订阅无法续费,仅允许新用户购买',
+  'Reset current month flow': '重置当月流量'
 }

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
public/theme/v2board/assets/umi.js


Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio