mirror of
https://github.com/flucont/btcloud.git
synced 2025-10-16 07:40:28 +00:00
update
This commit is contained in:
@@ -12,9 +12,9 @@ INSERT INTO `cloud_config` (`key`, `value`) VALUES
|
||||
('bt_key', ''),
|
||||
('whitelist', '0'),
|
||||
('download_page', '1'),
|
||||
('new_version', '9.1.0'),
|
||||
('new_version', '9.2.0'),
|
||||
('update_msg', '暂无更新日志'),
|
||||
('update_date', '2024-07-15'),
|
||||
('update_date', '2024-09-13'),
|
||||
('new_version_win', '8.1.0'),
|
||||
('update_msg_win', '暂无更新日志'),
|
||||
('update_date_win', '2024-07-17'),
|
||||
@@ -48,7 +48,7 @@ CREATE TABLE `cloud_white` (
|
||||
DROP TABLE IF EXISTS `cloud_record`;
|
||||
CREATE TABLE `cloud_record` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`ip` varchar(200) NOT NULL,
|
||||
`ip` varchar(20) NOT NULL,
|
||||
`addtime` datetime NOT NULL,
|
||||
`usetime` datetime NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
|
Reference in New Issue
Block a user