This commit is contained in:
root 2019-10-29 14:15:02 +08:00
parent c5b56bda00
commit 71e15dcf3a
5 changed files with 11 additions and 48 deletions

View File

@ -43,6 +43,7 @@ CREATE TABLE `v2_plan` (
`transfer_enable` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`show` tinyint(1) NOT NULL DEFAULT '0',
`renew` tinyint(1) NOT NULL DEFAULT '1',
`content` text,
`month_price` int(11) NOT NULL DEFAULT '0',
`quarter_price` int(11) NOT NULL DEFAULT '0',
@ -114,6 +115,8 @@ CREATE TABLE `v2_user` (
`v2ray_level` tinyint(4) NOT NULL DEFAULT '0',
`group_id` int(11) DEFAULT NULL,
`plan_id` int(11) DEFAULT NULL,
`remind_expire` tinyint(4) DEFAULT '1',
`remind_traffic` tinyint(4) DEFAULT '1',
`token` char(32) NOT NULL,
`expired_at` bigint(20) NOT NULL DEFAULT '0',
`created_at` int(11) NOT NULL,
@ -123,4 +126,4 @@ CREATE TABLE `v2_user` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- 2019-10-26 10:55:55
-- 2019-10-29 06:15:21

9
public/umi.css vendored

File diff suppressed because one or more lines are too long

2
public/umi.js vendored

File diff suppressed because one or more lines are too long

42
umi.css vendored

File diff suppressed because one or more lines are too long

1
umi.js vendored

File diff suppressed because one or more lines are too long