From 62eb8f2d9a306145e85d9b4d205f80a980bc4862 Mon Sep 17 00:00:00 2001 From: lijiahang Date: Mon, 23 Dec 2024 11:23:49 +0800 Subject: [PATCH] =?UTF-8?q?:pencil:=20=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NOTICE | 2 +- README.md | 10 +++++----- sql/init-4-data.sql | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NOTICE b/NOTICE index 5896e2ac..64df0a06 100644 --- a/NOTICE +++ b/NOTICE @@ -5,5 +5,5 @@ 1. 禁止修改或删除 LICENSE 文件。 2. 禁止修改或删除源码头部的版权声明。 3. 本项目可免费商业使用,商业使用请保留项目源码、出处、描述文件和作者声明等。 - 4. 分发源码时候,请注明软件出处 https://visor.orionsec.cn/ + 4. 分发源码时候,请注明软件出处 https://visor.dromara.org/ 5. 不可二次开发或参与同类竞品的开发。 diff --git a/README.md b/README.md index 9e3d5f52..edc7f739 100644 --- a/README.md +++ b/README.md @@ -73,11 +73,11 @@ docker compose up -d ## 项目文档 -* [文档地址](https://visor.orionsec.cn/) -* [安装文档](https://visor.orionsec.cn/quickstart/docker.html) -* [更新日志](https://visor.orionsec.cn/update/change-log.html) -* [操作手册](https://visor.orionsec.cn/operator/asset.html) -* [常见问题](https://visor.orionsec.cn/support/faq.html) +* [文档地址](https://visor.dromara.org/) +* [安装文档](https://visor.dromara.org/quickstart/docker.html) +* [更新日志](https://visor.dromara.org/update/change-log.html) +* [操作手册](https://visor.dromara.org/operator/asset.html) +* [常见问题](https://visor.dromara.org/support/faq.html) ## 技术栈 diff --git a/sql/init-4-data.sql b/sql/init-4-data.sql index a6790c51..8326e9bf 100644 --- a/sql/init-4-data.sql +++ b/sql/init-4-data.sql @@ -326,7 +326,7 @@ INSERT INTO `dict_value` VALUES (432, 2, 'operatorLogType', 'exec-job:update-exe -- 菜单配置 INSERT INTO `system_menu` VALUES (1, 0, '工作台', NULL, 1, 10, 1, 1, 1, 0, 'IconComputer', NULL, 'workplace', '2023-07-28 10:51:50', '2024-08-11 00:05:44', '1', '1', 0); INSERT INTO `system_menu` VALUES (5, 0, '用户管理', NULL, 1, 700, 1, 1, 1, 0, 'icon-user', NULL, 'userModule', '2023-07-28 10:55:38', '2024-06-17 20:45:29', '1', '1', 0); -INSERT INTO `system_menu` VALUES (8, 0, '项目地址', NULL, 1, 1000, 1, 1, 1, 0, 'icon-link', 'https://visor.orionsec.cn', '', '2023-07-28 11:04:59', '2024-08-29 18:10:57', '1', '1', 0); +INSERT INTO `system_menu` VALUES (8, 0, '项目地址', NULL, 1, 1000, 1, 1, 1, 0, 'icon-link', 'https://visor.dromara.org', '', '2023-07-28 11:04:59', '2024-08-29 18:10:57', '1', '1', 0); INSERT INTO `system_menu` VALUES (10, 5, '角色管理', NULL, 2, 10, 1, 1, 1, 0, 'IconUserGroup', '', 'role', '2023-07-28 10:55:52', '2024-03-07 19:10:13', '1', '1', 0); INSERT INTO `system_menu` VALUES (12, 0, '系统管理', NULL, 1, 800, 1, 1, 1, 0, 'icon-tool', NULL, 'systemModule', '2023-08-02 18:24:24', '2024-06-17 20:45:39', '1', '1', 0); INSERT INTO `system_menu` VALUES (13, 12, '系统菜单', '', 2, 10, 1, 1, 1, 0, 'icon-menu', NULL, 'systemMenu', '2023-08-02 18:29:01', '2024-03-07 22:25:00', '1', '1', 0);