// +----------------------------------------------------------------------
// | 主机管理 By Bty5.0
// +----------------------------------------------------------------------
// | Copyright (c) 2020 https://www.youngxj.cn
// +----------------------------------------------------------------------
// | Author: Youngxj 1170535111@qq.com
// +--------------------------------------------------------------------
更新时间:
2020年6月03日
发布人:
Youngxj
更新介绍:
- 优化续费后主机状态
- 新增网安备案配置
- 新增商品首页描述
- 铺设vhost模版
- 优化对外api中一键登录的条件
- 新增任务队列主机恢复
- 更多细节优化
更新方式:
sql:
仅供参考,请勿直接执行
INSERT INTO `__db_prefix__theme` (`id`, `name`, `type`, `status`) VALUES (null, 'light', 'vhost', '1');
INSERT INTO `__db_prefix__config` (`id`, `name`, `group`, `title`, `tip`, `type`, `value`, `content`, `rule`, `extend`) VALUES (null, 'beian_gov', 'basic', '公安部备案号', '', 'string', '', '', '', '');
ALTER TABLE `__db_prefix__ware` ADD COLUMN `describe_index` text NULL COMMENT '首页描述' AFTER `weigh`;
涉及文件:
Youngxj
由于oss特殊原因,国外服务器暂时不支持更新,请等待恢复通知