diff --git a/applications/common/script/app_data/init.json b/applications/common/script/app_data/init.json index 3c3513e..48d3716 100644 --- a/applications/common/script/app_data/init.json +++ b/applications/common/script/app_data/init.json @@ -1,1298 +1,1415 @@ { - "depts": [ - { - "id": 1, - "parent_id": 0, - "dept_name": "总公司", - "sort": 1, - "leader": "就眠仪式", - "phone": "12312345679", - "email": "123qq.com", - "status": 1, - "remark": "这是总公司", - "create_at": "2023-01-01 10:00:00" - }, - { - "id": 4, - "parent_id": 1, - "dept_name": "济南分公司", - "sort": 2, - "leader": "就眠仪式", - "phone": "12312345679", - "email": "123qq.com", - "status": 1, - "remark": "这是济南", - "create_at": "2023-01-01 10:00:00" - }, - { - "id": 5, - "parent_id": 1, - "dept_name": "唐山分公司", - "sort": 4, - "leader": "mkg", - "phone": "12312345679", - "email": "123qq.com", - "status": 1, - "remark": "这是唐山", - "create_at": "2023-01-01 10:00:00" - }, - { - "id": 7, - "parent_id": 4, - "dept_name": "济南分公司开发部", - "sort": 5, - "leader": "就眠仪式", - "phone": "12312345679", - "email": "123qq.com", - "status": 1, - "remark": "测试", - "create_at": "2023-01-01 10:00:00" - }, - { - "id": 8, - "parent_id": 5, - "dept_name": "唐山测试部", - "sort": 5, - "leader": "mkg", - "phone": "12312345679", - "email": "123qq.com", - "status": 1, - "remark": "测试部", - "create_at": "2023-01-01 10:00:00" - } - ], - "powers": [ - { - "id": 1, - "name": "系统管理", - "type": "0", - "code": "", - "url": null, - "open_type": null, - "parent_id": "0", - "icon": "layui-icon layui-icon-set-fill", - "sort": 1, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 3, - "name": "用户管理", - "type": "1", - "code": "system:user:main", - "url": "/system/user/", - "open_type": "_iframe", - "parent_id": "1", - "icon": "layui-icon layui-icon layui-icon layui-icon layui-icon-rate", - "sort": 1, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 4, - "name": "权限管理", - "type": "1", - "code": "system:power:main", - "url": "/system/power/", - "open_type": "_iframe", - "parent_id": "1", - "icon": null, - "sort": 2, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 9, - "name": "角色管理", - "type": "1", - "code": "system:role:main", - "url": "/system/role/", - "open_type": "_iframe", - "parent_id": "1", - "icon": "layui-icon layui-icon-username", - "sort": 2, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 12, - "name": "系统监控", - "type": "1", - "code": "system:monitor:main", - "url": "/system/monitor/", - "open_type": "_iframe", - "parent_id": "1", - "icon": "layui-icon layui-icon-vercode", - "sort": 5, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 13, - "name": "日志管理", - "type": "1", - "code": "system:log:main", - "url": "/system/log/", - "open_type": "_iframe", - "parent_id": "1", - "icon": "layui-icon layui-icon-read", - "sort": 4, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 17, - "name": "文件管理", - "type": "0", - "code": "", - "url": "", - "open_type": "", - "parent_id": "0", - "icon": "layui-icon layui-icon-camera", - "sort": 2, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 18, - "name": "图片上传", - "type": "1", - "code": "system:file:main", - "url": "/system/file/", - "open_type": "_iframe", - "parent_id": "17", - "icon": "layui-icon layui-icon-camera", - "sort": 5, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 21, - "name": "权限增加", - "type": "2", - "code": "system:power:add", - "url": "", - "open_type": "", - "parent_id": "4", - "icon": "layui-icon layui-icon-add-circle", - "sort": 1, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 22, - "name": "用户增加", - "type": "2", - "code": "system:user:add", - "url": "", - "open_type": "", - "parent_id": "3", - "icon": "layui-icon layui-icon-add-circle", - "sort": 1, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 23, - "name": "用户编辑", - "type": "2", - "code": "system:user:edit", - "url": "", - "open_type": "", - "parent_id": "3", - "icon": "layui-icon layui-icon-rate", - "sort": 2, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 24, - "name": "用户删除", - "type": "2", - "code": "system:user:remove", - "url": "", - "open_type": "", - "parent_id": "3", - "icon": "", - "sort": 3, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 25, - "name": "权限编辑", - "type": "2", - "code": "system:power:edit", - "url": "", - "open_type": "", - "parent_id": "4", - "icon": "", - "sort": 2, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 26, - "name": "权限删除", - "type": "2", - "code": "system:power:remove", - "url": "", - "open_type": "", - "parent_id": "4", - "icon": "", - "sort": 3, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 27, - "name": "用户增加", - "type": "2", - "code": "system:role:add", - "url": "", - "open_type": "", - "parent_id": "9", - "icon": "", - "sort": 1, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 28, - "name": "角色编辑", - "type": "2", - "code": "system:role:edit", - "url": "", - "open_type": "", - "parent_id": "9", - "icon": "", - "sort": 2, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 29, - "name": "角色删除", - "type": "2", - "code": "system:role:remove", - "url": "", - "open_type": "", - "parent_id": "9", - "icon": "", - "sort": 3, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 30, - "name": "角色授权", - "type": "2", - "code": "system:role:power", - "url": "", - "open_type": "", - "parent_id": "9", - "icon": "", - "sort": 4, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 31, - "name": "图片增加", - "type": "2", - "code": "system:file:add", - "url": "", - "open_type": "", - "parent_id": "18", - "icon": "", - "sort": 1, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 32, - "name": "图片删除", - "type": "2", - "code": "system:file:delete", - "url": "", - "open_type": "", - "parent_id": "18", - "icon": "", - "sort": 2, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 44, - "name": "数据字典", - "type": "1", - "code": "system:dict:main", - "url": "/system/dict/", - "open_type": "_iframe", - "parent_id": "1", - "icon": "layui-icon layui-icon-console", - "sort": 6, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 45, - "name": "字典增加", - "type": "2", - "code": "system:dict:add", - "url": "", - "open_type": "", - "parent_id": "44", - "icon": "", - "sort": 1, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 46, - "name": "字典修改", - "type": "2", - "code": "system:dict:edit", - "url": "", - "open_type": "", - "parent_id": "44", - "icon": "", - "sort": 2, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 47, - "name": "字典删除", - "type": "2", - "code": "system:dict:remove", - "url": "", - "open_type": "", - "parent_id": "44", - "icon": "", - "sort": 3, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 48, - "name": "部门管理", - "type": "1", - "code": "system:dept:main", - "url": "/system/dept/", - "open_type": "_iframe", - "parent_id": "1", - "icon": "layui-icon layui-icon-group", - "sort": 3, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 49, - "name": "部门增加", - "type": "2", - "code": "system:dept:add", - "url": "", - "open_type": "", - "parent_id": "48", - "icon": "", - "sort": 1, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 50, - "name": "部门编辑", - "type": "2", - "code": "system:dept:edit", - "url": "", - "open_type": "", - "parent_id": "48", - "icon": "", - "sort": 2, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 51, - "name": "部门删除", - "type": "2", - "code": "system:dept:remove", - "url": "", - "open_type": "", - "parent_id": "48", - "icon": "", - "sort": 3, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 57, - "name": "邮件管理", - "type": "1", - "code": "system:mail:main", - "url": "/system/mail/", - "open_type": "_iframe", - "parent_id": "1", - "icon": "layui-icon ", - "sort": 7, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 58, - "name": "邮件发送", - "type": "2", - "code": "system:mail:add", - "url": "", - "open_type": "", - "parent_id": "57", - "icon": "layui-icon layui-icon-ok-circle", - "sort": 1, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 59, - "name": "邮件删除", - "type": "2", - "code": "system:mail:remove", - "url": "", - "open_type": "", - "parent_id": "57", - "icon": "", - "sort": 2, - "create_time": "2023-01-01 10:00:00", - "enable": 1 - }, - { - "id": 60, - "name": "导航管理", - "type": "1", - "code": "system:nav:main", - "url": "/system/nav/", - "open_type": "_iframe", - "parent_id": "64", - "icon": "layui-icon layui-icon-link", - "sort": 1, - "create_time": "2026-09-05 14:30:00", - "enable": 1 - }, - { - "id": 61, - "name": "导航新增", - "type": "2", - "code": "system:nav:add", - "url": "", - "open_type": "", - "parent_id": "60", - "icon": "", - "sort": 1, - "create_time": "2026-09-05 14:30:00", - "enable": 1 - }, - { - "id": 62, - "name": "导航编辑", - "type": "2", - "code": "system:nav:edit", - "url": "", - "open_type": "", - "parent_id": "60", - "icon": "", - "sort": 2, - "create_time": "2026-09-05 14:30:00", - "enable": 1 - }, - { - "id": 63, - "name": "导航删除", - "type": "2", - "code": "system:nav:remove", - "url": "", - "open_type": "", - "parent_id": "60", - "icon": "", - "sort": 3, - "create_time": "2026-09-05 14:30:00", - "enable": 1 - }, - { - "id": 64, - "name": "网站管理", - "type": "0", - "code": "", - "url": "", - "open_type": "", - "parent_id": "0", - "icon": "layui-icon layui-icon-website", - "sort": 3, - "create_time": "2026-09-05 17:00:00", - "enable": 1 - }, - { - "id": 65, - "name": "关于本站", - "type": "1", - "code": "site:about:main", - "url": "/system/about/", - "open_type": "_iframe", - "parent_id": "64", - "icon": "layui-icon layui-icon-about", - "sort": 2, - "create_time": "2026-09-05 17:00:00", - "enable": 1 - }, - { - "id": 66, - "name": "友情链接", - "type": "1", - "code": "site:friend:main", - "url": "/system/friend/", - "open_type": "_iframe", - "parent_id": "64", - "icon": "layui-icon layui-icon-link", - "sort": 3, - "create_time": "2026-09-05 17:00:00", - "enable": 1 - }, - { - "id": 67, - "name": "访问统计", - "type": "1", - "code": "site:stats:main", - "url": "/system/stats/", - "open_type": "_iframe", - "parent_id": "64", - "icon": "layui-icon layui-icon-chart", - "sort": 4, - "create_time": "2026-09-05 17:00:00", - "enable": 1 - } - ], - "roles": [ - { - "id": 1, - "code": "admin", - "name": "管理员", - "enable": 1, - "details": "管理员", - "sort": 1, - "create_time": "2023-01-01 10:00:00", - "power_ids": [] - }, - { - "id": 2, - "code": "common", - "name": "普通用户", - "enable": 1, - "details": "只有查看,没有增删改权限", - "sort": 2, - "create_time": "2023-01-01 10:00:00", - "power_ids": [ - 1, - 3, - 4, - 9, - 12, - 13, - 17, - 18, - 44, - 48 - ] - } - ], - "users": [ - { - "id": 1, - "username": "admin", - "password_hash": "pbkdf2:sha256:150000$raM7mDSr$58fe069c3eac01531fc8af85e6fc200655dd2588090530084d182e6ec9d52c85", - "create_at": "2023-01-01 10:00:00", - "enable": 1, - "realname": "超级管理", - "remark": "要是不能把握时机,就要终身蹭蹬,一事无成!", - "avatar": "/static/system/admin/images/avatar.jpg", - "dept_id": 1, - "role_ids": [ - 1 - ] - }, - { - "id": 2, - "username": "test", - "password_hash": "pbkdf2:sha256:150000$cRS8bYNh$adb57e64d929863cf159f924f74d0634f1fecc46dba749f1bfaca03da6d2e3ac", - "create_at": "2023-01-01 10:00:00", - "enable": 1, - "realname": "测试", - "remark": "要是不能把握时机,就要终身蹭蹬,一事无成!", - "avatar": "/static/system/admin/images/avatar.jpg", - "dept_id": 1, - "role_ids": [ - 2 - ] - }, - { - "id": "3", - "username": "wind", - "password_hash": "pbkdf2:sha256:150000$skME1obT$6a2c20cd29f89d7d2f21d9e373a7e3445f70ebce3ef1c3a555e42a7d17170b37", - "create_at": "2023-01-01 10:00:00", - "enable": 1, - "realname": "风", - "remark": "要是不能把握时机,就要终身蹭蹬,一事无成!", - "avatar": "/static/system/admin/images/avatar.jpg", - "dept_id": 7, - "role_ids": [] - } - ], - "navs": [ - { - "category": "常用分类", - "title": "短信平台", - "url": "https://entrust.zucp.net/", - "description": "", - "icon": "layui-icon-link", - "sort": 1, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "常用分类", - "title": "BT网站大全", - "url": "http://m.02516.com/bt/", - "description": "", - "icon": "layui-icon-link", - "sort": 2, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "常用分类", - "title": "菜鸟教程", - "url": "https://www.runoob.com/", - "description": "", - "icon": "layui-icon-link", - "sort": 3, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "常用分类", - "title": "旺柯博客", - "url": "http://blog.nxbw.net", - "description": "", - "icon": "layui-icon-link", - "sort": 4, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "旺珂内网", - "title": "MoviePilot", - "url": "http://192.168.1.100:3000/#/login", - "description": "内网服务,仅限本地访问)", - "icon": "layui-icon-link", - "sort": 1, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "旺珂内网", - "title": "Jellyfin", - "url": "http://192.168.1.100:8096/web/index.html#/home.html", - "description": "内网服务,仅限本地访问)", - "icon": "layui-icon-link", - "sort": 2, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "旺珂内网", - "title": "qBittorent", - "url": "http://192.168.1.100:8080/index.html", - "description": "内网服务,仅限本地访问)", - "icon": "layui-icon-link", - "sort": 3, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "旺珂内网", - "title": "旁路由(iStoreOS)", - "url": "http://192.168.1.5", - "description": "内网服务,仅限本地访问)", - "icon": "layui-icon-link", - "sort": 4, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "旺珂内网", - "title": "小雅电影", - "url": "http://192.168.100.1:5678/", - "description": "内网服务,仅限本地访问)", - "icon": "layui-icon-link", - "sort": 5, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "旺珂内网", - "title": "QNAP Turbo NAS", - "url": "http://192.168.1.100:5000/cgi-bin/", - "description": "内网服务,仅限本地访问)", - "icon": "layui-icon-link", - "sort": 6, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "旺珂内网", - "title": "NextCloud", - "url": "http://192.168.100.1:8082/login", - "description": "内网服务,仅限本地访问)", - "icon": "layui-icon-link", - "sort": 7, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "旺珂内网", - "title": "PVE", - "url": "https://192.168.1.200:8006/", - "description": "内网服务,仅限本地访问)", - "icon": "layui-icon-link", - "sort": 8, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "旺珂内网", - "title": "BW gitea", - "url": "http://192.168.1.102:8418/", - "description": "内网服务,仅限本地访问)", - "icon": "layui-icon-link", - "sort": 9, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "旺珂内网", - "title": "家庭服务器", - "url": "http://192.168.1.88:38103/be46a2d268", - "description": "内网服务,仅限本地访问)", - "icon": "layui-icon-link", - "sort": 10, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "常用网站", - "title": "百度一下,你就知道", - "url": "http://www.baidu.com", - "description": "", - "icon": "layui-icon-link", - "sort": 1, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "常用网站", - "title": "豆瓣电影", - "url": "https://movie.douban.com/", - "description": "", - "icon": "layui-icon-link", - "sort": 2, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "常用网站", - "title": "新浪", - "url": "http://www.sina.com.cn", - "description": "", - "icon": "layui-icon-link", - "sort": 3, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "常用网站", - "title": "DeepSeek", - "url": "https://chat.deepseek.com/", - "description": "", - "icon": "layui-icon-link", - "sort": 4, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "休闲娱乐", - "title": "HDFans", - "url": "https://hdfans.org/login.php", - "description": "", - "icon": "layui-icon-link", - "sort": 1, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "休闲娱乐", - "title": "OKPT", - "url": "https://www.okpt.net/login.php?returnto=attendance.php", - "description": "", - "icon": "layui-icon-link", - "sort": 2, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "休闲娱乐", - "title": "HDTime", - "url": "https://hdtime.org/torrents.php", - "description": "", - "icon": "layui-icon-link", - "sort": 3, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "休闲娱乐", - "title": "小蚂蚁PT", - "url": "https://hdmayi.com/attendance.php", - "description": "", - "icon": "layui-icon-link", - "sort": 4, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "休闲娱乐", - "title": "HDArea", - "url": "https://hdarea.club/", - "description": "", - "icon": "layui-icon-link", - "sort": 5, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "休闲娱乐", - "title": "铂金学院", - "url": "https://ptchina.org", - "description": "", - "icon": "layui-icon-link", - "sort": 6, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "休闲娱乐", - "title": "https://carpt.net/", - "url": "https://carpt.net/", - "description": "", - "icon": "layui-icon-link", - "sort": 7, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "休闲娱乐", - "title": "https://www.hdkyl.in/", - "url": "https://www.hdkyl.in/", - "description": "", - "icon": "layui-icon-link", - "sort": 8, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "休闲娱乐", - "title": "tosky", - "url": "https://t.tosky.club", - "description": "", - "icon": "layui-icon-link", - "sort": 9, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "休闲娱乐", - "title": "52PT", - "url": "https://52pt.site/torrents.php", - "description": "", - "icon": "layui-icon-link", - "sort": 10, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "休闲娱乐", - "title": "1PTBA", - "url": "https://1ptba.com/torrents.php", - "description": "", - "icon": "layui-icon-link", - "sort": 11, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "休闲娱乐", - "title": "PTZONE", - "url": "https://www.ptzone.xyz/index.php", - "description": "", - "icon": "layui-icon-link", - "sort": 12, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "休闲娱乐", - "title": "馒头", - "url": "https://kp.m-team.cc/", - "description": "", - "icon": "layui-icon-link", - "sort": 13, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "休闲娱乐", - "title": "铜钟音乐官网-音乐免费下载,MP3歌曲免费下载,在线音乐免费听", - "url": "https://tonzhon.com/", - "description": "", - "icon": "layui-icon-link", - "sort": 14, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "休闲娱乐", - "title": "PTFans :: 登录 - Powered by NexusPHP", - "url": "https://ptfans.cc/", - "description": "", - "icon": "layui-icon-link", - "sort": 15, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "休闲娱乐", - "title": "咖啡 :: 登录 - Powered by NexusPHP", - "url": "https://ptcafe.club/torrents.php", - "description": "", - "icon": "layui-icon-link", - "sort": 16, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "休闲娱乐", - "title": "BTSCHOOL :: 登录 比特校园PT小乐园 - Powered by NexusPHP", - "url": "https://pt.btschool.club/", - "description": "", - "icon": "layui-icon-link", - "sort": 17, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "休闲娱乐", - "title": "库非 :: 登录 PT|下载|电影|电视剧|动漫 - Powered by NexusPHP", - "url": "https://kufei.org/index.php", - "description": "", - "icon": "layui-icon-link", - "sort": 18, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "技术网站", - "title": "JFinal 极速开发", - "url": "https://jfinal.com/", - "description": "", - "icon": "layui-icon-link", - "sort": 1, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "技术网站", - "title": "shadmin: 基于jboot和vue的轻量级后台管理系统,uniapp开发脚手架", - "url": "https://gitee.com/mobileapp/shadmin", - "description": "", - "icon": "layui-icon-link", - "sort": 2, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "技术网站", - "title": "layuijfinal", - "url": "https://gitee.com/dkmilk/layuijfinal", - "description": "", - "icon": "layui-icon-link", - "sort": 3, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "技术网站", - "title": "respeed-dl-web", - "url": "https://respeed.chromiumer.com/", - "description": "", - "icon": "layui-icon-link", - "sort": 4, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "技术网站", - "title": "网站代理", - "url": "https://toietor.com/", - "description": "", - "icon": "layui-icon-link", - "sort": 5, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "技术网站", - "title": "Layui - 极简模块化前端 UI 组件库(官方文档)", - "url": "https://layui.dev/", - "description": "", - "icon": "layui-icon-link", - "sort": 6, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "技术网站", - "title": "GitHub下载加速", - "url": "https://github.linxi.info/", - "description": "", - "icon": "layui-icon-link", - "sort": 7, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "技术网站", - "title": "https://down.npee.cn/", - "url": "https://down.npee.cn/", - "description": "", - "icon": "layui-icon-link", - "sort": 8, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "技术网站", - "title": "DNS记录查询_DNS解析查询_A记录_CNAME查询_AAAA查询_MX查询_TXT查询_NS查询_PTR查询_SRV查询", - "url": "https://www.itdog.cn/dns", - "description": "", - "icon": "layui-icon-link", - "sort": 9, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "技术网站", - "title": "DOCK状态查询", - "url": "https://status.1panel.top/status/docker", - "description": "", - "icon": "layui-icon-link", - "sort": 10, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "技术网站", - "title": "博旺服务器", - "url": "http://156.238.251.6:12452/5000ae76c8", - "description": "", - "icon": "layui-icon-link", - "sort": 11, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "技术网站", - "title": "chromeDriver", - "url": "https://googlechromelabs.github.io/chrome-for-testing/#stable", - "description": "", - "icon": "layui-icon-link", - "sort": 12, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "技术网站", - "title": "系统更新", - "url": "https://massgrave.dev/", - "description": "", - "icon": "layui-icon-link", - "sort": 13, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "技术网站", - "title": "免费节点 - Clash Meta免费节点订阅站 - 第2页", - "url": "https://clash-meta.github.io/free-nodes/", - "description": "", - "icon": "layui-icon-link", - "sort": 14, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "技术网站", - "title": "免费clash节点|免费机场 - 免费公益SSR/V2ray/Shadowrocket/Clash节点/小火箭订阅链接|科学上网|免费梯子|免费机场", - "url": "https://clashgithub.com/", - "description": "", - "icon": "layui-icon-link", - "sort": 15, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "技术网站", - "title": "登录 | 狐蒂云计算平台", - "url": "https://www.szhdy.com/login", - "description": "", - "icon": "layui-icon-link", - "sort": 16, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "技术网站", - "title": "chatgpt.com", - "url": "http://chatgpt.com/", - "description": "", - "icon": "layui-icon-link", - "sort": 17, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - }, - { - "category": "技术网站", - "title": "英伟达AI平台", - "url": "https://build.nvidia.com/", - "description": "", - "icon": "layui-icon-link", - "sort": 18, - "is_external": 1, - "create_by": "admin", - "create_at": "2026-09-05 15:00:00", - "enable": 1 - } - ] + "depts": [ + { + "id": 1, + "parent_id": 0, + "dept_name": "总公司", + "sort": 1, + "leader": "就眠仪式", + "phone": "12312345679", + "email": "123qq.com", + "status": 1, + "remark": "这是总公司", + "create_at": "2023-01-01 10:00:00" + }, + { + "id": 4, + "parent_id": 1, + "dept_name": "济南分公司", + "sort": 2, + "leader": "就眠仪式", + "phone": "12312345679", + "email": "123qq.com", + "status": 1, + "remark": "这是济南", + "create_at": "2023-01-01 10:00:00" + }, + { + "id": 5, + "parent_id": 1, + "dept_name": "唐山分公司", + "sort": 4, + "leader": "mkg", + "phone": "12312345679", + "email": "123qq.com", + "status": 1, + "remark": "这是唐山", + "create_at": "2023-01-01 10:00:00" + }, + { + "id": 7, + "parent_id": 4, + "dept_name": "济南分公司开发部", + "sort": 5, + "leader": "就眠仪式", + "phone": "12312345679", + "email": "123qq.com", + "status": 1, + "remark": "测试", + "create_at": "2023-01-01 10:00:00" + }, + { + "id": 8, + "parent_id": 5, + "dept_name": "唐山测试部", + "sort": 5, + "leader": "mkg", + "phone": "12312345679", + "email": "123qq.com", + "status": 1, + "remark": "测试部", + "create_at": "2023-01-01 10:00:00" + } + ], + "powers": [ + { + "id": 1, + "name": "系统管理", + "type": "0", + "code": "", + "url": null, + "open_type": null, + "parent_id": "0", + "icon": "layui-icon layui-icon-set-fill", + "sort": 1, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 3, + "name": "用户管理", + "type": "1", + "code": "system:user:main", + "url": "/system/user/", + "open_type": "_iframe", + "parent_id": "1", + "icon": "layui-icon layui-icon layui-icon layui-icon layui-icon-rate", + "sort": 1, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 4, + "name": "权限管理", + "type": "1", + "code": "system:power:main", + "url": "/system/power/", + "open_type": "_iframe", + "parent_id": "1", + "icon": null, + "sort": 2, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 9, + "name": "角色管理", + "type": "1", + "code": "system:role:main", + "url": "/system/role/", + "open_type": "_iframe", + "parent_id": "1", + "icon": "layui-icon layui-icon-username", + "sort": 2, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 12, + "name": "系统监控", + "type": "1", + "code": "system:monitor:main", + "url": "/system/monitor/", + "open_type": "_iframe", + "parent_id": "1", + "icon": "layui-icon layui-icon-vercode", + "sort": 5, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 13, + "name": "日志管理", + "type": "1", + "code": "system:log:main", + "url": "/system/log/", + "open_type": "_iframe", + "parent_id": "1", + "icon": "layui-icon layui-icon-read", + "sort": 4, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 17, + "name": "文件管理", + "type": "0", + "code": "", + "url": "", + "open_type": "", + "parent_id": "0", + "icon": "layui-icon layui-icon-camera", + "sort": 2, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 18, + "name": "图片上传", + "type": "1", + "code": "system:file:main", + "url": "/system/file/", + "open_type": "_iframe", + "parent_id": "17", + "icon": "layui-icon layui-icon-camera", + "sort": 5, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 21, + "name": "权限增加", + "type": "2", + "code": "system:power:add", + "url": "", + "open_type": "", + "parent_id": "4", + "icon": "layui-icon layui-icon-add-circle", + "sort": 1, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 22, + "name": "用户增加", + "type": "2", + "code": "system:user:add", + "url": "", + "open_type": "", + "parent_id": "3", + "icon": "layui-icon layui-icon-add-circle", + "sort": 1, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 23, + "name": "用户编辑", + "type": "2", + "code": "system:user:edit", + "url": "", + "open_type": "", + "parent_id": "3", + "icon": "layui-icon layui-icon-rate", + "sort": 2, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 24, + "name": "用户删除", + "type": "2", + "code": "system:user:remove", + "url": "", + "open_type": "", + "parent_id": "3", + "icon": "", + "sort": 3, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 25, + "name": "权限编辑", + "type": "2", + "code": "system:power:edit", + "url": "", + "open_type": "", + "parent_id": "4", + "icon": "", + "sort": 2, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 26, + "name": "权限删除", + "type": "2", + "code": "system:power:remove", + "url": "", + "open_type": "", + "parent_id": "4", + "icon": "", + "sort": 3, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 27, + "name": "用户增加", + "type": "2", + "code": "system:role:add", + "url": "", + "open_type": "", + "parent_id": "9", + "icon": "", + "sort": 1, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 28, + "name": "角色编辑", + "type": "2", + "code": "system:role:edit", + "url": "", + "open_type": "", + "parent_id": "9", + "icon": "", + "sort": 2, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 29, + "name": "角色删除", + "type": "2", + "code": "system:role:remove", + "url": "", + "open_type": "", + "parent_id": "9", + "icon": "", + "sort": 3, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 30, + "name": "角色授权", + "type": "2", + "code": "system:role:power", + "url": "", + "open_type": "", + "parent_id": "9", + "icon": "", + "sort": 4, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 31, + "name": "图片增加", + "type": "2", + "code": "system:file:add", + "url": "", + "open_type": "", + "parent_id": "18", + "icon": "", + "sort": 1, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 32, + "name": "图片删除", + "type": "2", + "code": "system:file:delete", + "url": "", + "open_type": "", + "parent_id": "18", + "icon": "", + "sort": 2, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 44, + "name": "数据字典", + "type": "1", + "code": "system:dict:main", + "url": "/system/dict/", + "open_type": "_iframe", + "parent_id": "1", + "icon": "layui-icon layui-icon-console", + "sort": 6, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 45, + "name": "字典增加", + "type": "2", + "code": "system:dict:add", + "url": "", + "open_type": "", + "parent_id": "44", + "icon": "", + "sort": 1, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 46, + "name": "字典修改", + "type": "2", + "code": "system:dict:edit", + "url": "", + "open_type": "", + "parent_id": "44", + "icon": "", + "sort": 2, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 47, + "name": "字典删除", + "type": "2", + "code": "system:dict:remove", + "url": "", + "open_type": "", + "parent_id": "44", + "icon": "", + "sort": 3, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 48, + "name": "部门管理", + "type": "1", + "code": "system:dept:main", + "url": "/system/dept/", + "open_type": "_iframe", + "parent_id": "1", + "icon": "layui-icon layui-icon-group", + "sort": 3, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 49, + "name": "部门增加", + "type": "2", + "code": "system:dept:add", + "url": "", + "open_type": "", + "parent_id": "48", + "icon": "", + "sort": 1, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 50, + "name": "部门编辑", + "type": "2", + "code": "system:dept:edit", + "url": "", + "open_type": "", + "parent_id": "48", + "icon": "", + "sort": 2, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 51, + "name": "部门删除", + "type": "2", + "code": "system:dept:remove", + "url": "", + "open_type": "", + "parent_id": "48", + "icon": "", + "sort": 3, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 57, + "name": "邮件管理", + "type": "1", + "code": "system:mail:main", + "url": "/system/mail/", + "open_type": "_iframe", + "parent_id": "1", + "icon": "layui-icon ", + "sort": 7, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 58, + "name": "邮件发送", + "type": "2", + "code": "system:mail:add", + "url": "", + "open_type": "", + "parent_id": "57", + "icon": "layui-icon layui-icon-ok-circle", + "sort": 1, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 59, + "name": "邮件删除", + "type": "2", + "code": "system:mail:remove", + "url": "", + "open_type": "", + "parent_id": "57", + "icon": "", + "sort": 2, + "create_time": "2023-01-01 10:00:00", + "enable": 1 + }, + { + "id": 60, + "name": "导航管理", + "type": "1", + "code": "system:nav:main", + "url": "/system/nav/", + "open_type": "_iframe", + "parent_id": "64", + "icon": "layui-icon layui-icon-link", + "sort": 1, + "create_time": "2026-09-05 14:30:00", + "enable": 1 + }, + { + "id": 61, + "name": "导航新增", + "type": "2", + "code": "system:nav:add", + "url": "", + "open_type": "", + "parent_id": "60", + "icon": "", + "sort": 1, + "create_time": "2026-09-05 14:30:00", + "enable": 1 + }, + { + "id": 62, + "name": "导航编辑", + "type": "2", + "code": "system:nav:edit", + "url": "", + "open_type": "", + "parent_id": "60", + "icon": "", + "sort": 2, + "create_time": "2026-09-05 14:30:00", + "enable": 1 + }, + { + "id": 63, + "name": "导航删除", + "type": "2", + "code": "system:nav:remove", + "url": "", + "open_type": "", + "parent_id": "60", + "icon": "", + "sort": 3, + "create_time": "2026-09-05 14:30:00", + "enable": 1 + }, + { + "id": 64, + "name": "网站管理", + "type": "0", + "code": "", + "url": "", + "open_type": "", + "parent_id": "0", + "icon": "layui-icon layui-icon-website", + "sort": 3, + "create_time": "2026-09-05 17:00:00", + "enable": 1 + }, + { + "id": 65, + "name": "关于本站", + "type": "1", + "code": "site:about:main", + "url": "/system/about/", + "open_type": "_iframe", + "parent_id": "64", + "icon": "layui-icon layui-icon-about", + "sort": 2, + "create_time": "2026-09-05 17:00:00", + "enable": 1 + }, + { + "id": 66, + "name": "友情链接", + "type": "1", + "code": "site:friend:main", + "url": "/system/friend/", + "open_type": "_iframe", + "parent_id": "64", + "icon": "layui-icon layui-icon-link", + "sort": 3, + "create_time": "2026-09-05 17:00:00", + "enable": 1 + }, + { + "id": 67, + "name": "访问统计", + "type": "1", + "code": "site:stats:main", + "url": "/system/stats/", + "open_type": "_iframe", + "parent_id": "64", + "icon": "layui-icon layui-icon-chart", + "sort": 4, + "create_time": "2026-09-05 17:00:00", + "enable": 1 + }, + { + "id": 76, + "name": "Cookie管理", + "type": "0", + "code": "", + "url": "", + "open_type": "", + "parent_id": "0", + "icon": "layui-icon layui-icon-ear-phone", + "sort": 5, + "create_time": "2026-09-08 16:00:00", + "enable": 1 + }, + { + "id": 77, + "name": "登录用户", + "type": "1", + "code": "system:cookie-user:main", + "url": "/system/cookie-user/", + "open_type": "_iframe", + "parent_id": "76", + "icon": "layui-icon layui-icon-username", + "sort": 1, + "create_time": "2026-09-08 16:00:00", + "enable": 1 + }, + { + "id": 78, + "name": "登录用户新增", + "type": "2", + "code": "system:cookie-user:add", + "url": "", + "open_type": "", + "parent_id": "77", + "icon": "", + "sort": 1, + "create_time": "2026-09-08 16:00:00", + "enable": 1 + }, + { + "id": 79, + "name": "登录用户编辑", + "type": "2", + "code": "system:cookie-user:edit", + "url": "", + "open_type": "", + "parent_id": "77", + "icon": "", + "sort": 2, + "create_time": "2026-09-08 16:00:00", + "enable": 1 + }, + { + "id": 80, + "name": "登录用户删除", + "type": "2", + "code": "system:cookie-user:remove", + "url": "", + "open_type": "", + "parent_id": "77", + "icon": "", + "sort": 3, + "create_time": "2026-09-08 16:00:00", + "enable": 1 + }, + { + "id": 81, + "name": "登录网站", + "type": "1", + "code": "system:cookie-site:main", + "url": "/system/cookie-site/", + "open_type": "_iframe", + "parent_id": "76", + "icon": "layui-icon layui-icon-web", + "sort": 2, + "create_time": "2026-09-08 16:00:00", + "enable": 1 + }, + { + "id": 82, + "name": "登录网站新增", + "type": "2", + "code": "system:cookie-site:add", + "url": "", + "open_type": "", + "parent_id": "81", + "icon": "", + "sort": 1, + "create_time": "2026-09-08 16:00:00", + "enable": 1 + }, + { + "id": 83, + "name": "登录网站编辑", + "type": "2", + "code": "system:cookie-site:edit", + "url": "", + "open_type": "", + "parent_id": "81", + "icon": "", + "sort": 2, + "create_time": "2026-09-08 16:00:00", + "enable": 1 + }, + { + "id": 84, + "name": "登录网站删除", + "type": "2", + "code": "system:cookie-site:remove", + "url": "", + "open_type": "", + "parent_id": "81", + "icon": "", + "sort": 3, + "create_time": "2026-09-08 16:00:00", + "enable": 1 + } + ], + "roles": [ + { + "id": 1, + "code": "admin", + "name": "管理员", + "enable": 1, + "details": "管理员", + "sort": 1, + "create_time": "2023-01-01 10:00:00", + "power_ids": [] + }, + { + "id": 2, + "code": "common", + "name": "普通用户", + "enable": 1, + "details": "只有查看,没有增删改权限", + "sort": 2, + "create_time": "2023-01-01 10:00:00", + "power_ids": [ + 1, + 3, + 4, + 9, + 12, + 13, + 17, + 18, + 44, + 48 + ] + } + ], + "users": [ + { + "id": 1, + "username": "admin", + "password_hash": "pbkdf2:sha256:150000$raM7mDSr$58fe069c3eac01531fc8af85e6fc200655dd2588090530084d182e6ec9d52c85", + "create_at": "2023-01-01 10:00:00", + "enable": 1, + "realname": "超级管理", + "remark": "要是不能把握时机,就要终身蹭蹬,一事无成!", + "avatar": "/static/system/admin/images/avatar.jpg", + "dept_id": 1, + "role_ids": [ + 1 + ] + }, + { + "id": 2, + "username": "test", + "password_hash": "pbkdf2:sha256:150000$cRS8bYNh$adb57e64d929863cf159f924f74d0634f1fecc46dba749f1bfaca03da6d2e3ac", + "create_at": "2023-01-01 10:00:00", + "enable": 1, + "realname": "测试", + "remark": "要是不能把握时机,就要终身蹭蹬,一事无成!", + "avatar": "/static/system/admin/images/avatar.jpg", + "dept_id": 1, + "role_ids": [ + 2 + ] + }, + { + "id": "3", + "username": "wind", + "password_hash": "pbkdf2:sha256:150000$skME1obT$6a2c20cd29f89d7d2f21d9e373a7e3445f70ebce3ef1c3a555e42a7d17170b37", + "create_at": "2023-01-01 10:00:00", + "enable": 1, + "realname": "风", + "remark": "要是不能把握时机,就要终身蹭蹬,一事无成!", + "avatar": "/static/system/admin/images/avatar.jpg", + "dept_id": 7, + "role_ids": [] + } + ], + "navs": [ + { + "category": "常用分类", + "title": "短信平台", + "url": "https://entrust.zucp.net/", + "description": "", + "icon": "layui-icon-link", + "sort": 1, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "常用分类", + "title": "BT网站大全", + "url": "http://m.02516.com/bt/", + "description": "", + "icon": "layui-icon-link", + "sort": 2, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "常用分类", + "title": "菜鸟教程", + "url": "https://www.runoob.com/", + "description": "", + "icon": "layui-icon-link", + "sort": 3, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "常用分类", + "title": "旺柯博客", + "url": "http://blog.nxbw.net", + "description": "", + "icon": "layui-icon-link", + "sort": 4, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "旺珂内网", + "title": "MoviePilot", + "url": "http://192.168.1.100:3000/#/login", + "description": "内网服务,仅限本地访问)", + "icon": "layui-icon-link", + "sort": 1, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "旺珂内网", + "title": "Jellyfin", + "url": "http://192.168.1.100:8096/web/index.html#/home.html", + "description": "内网服务,仅限本地访问)", + "icon": "layui-icon-link", + "sort": 2, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "旺珂内网", + "title": "qBittorent", + "url": "http://192.168.1.100:8080/index.html", + "description": "内网服务,仅限本地访问)", + "icon": "layui-icon-link", + "sort": 3, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "旺珂内网", + "title": "旁路由(iStoreOS)", + "url": "http://192.168.1.5", + "description": "内网服务,仅限本地访问)", + "icon": "layui-icon-link", + "sort": 4, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "旺珂内网", + "title": "小雅电影", + "url": "http://192.168.100.1:5678/", + "description": "内网服务,仅限本地访问)", + "icon": "layui-icon-link", + "sort": 5, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "旺珂内网", + "title": "QNAP Turbo NAS", + "url": "http://192.168.1.100:5000/cgi-bin/", + "description": "内网服务,仅限本地访问)", + "icon": "layui-icon-link", + "sort": 6, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "旺珂内网", + "title": "NextCloud", + "url": "http://192.168.100.1:8082/login", + "description": "内网服务,仅限本地访问)", + "icon": "layui-icon-link", + "sort": 7, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "旺珂内网", + "title": "PVE", + "url": "https://192.168.1.200:8006/", + "description": "内网服务,仅限本地访问)", + "icon": "layui-icon-link", + "sort": 8, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "旺珂内网", + "title": "BW gitea", + "url": "http://192.168.1.102:8418/", + "description": "内网服务,仅限本地访问)", + "icon": "layui-icon-link", + "sort": 9, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "旺珂内网", + "title": "家庭服务器", + "url": "http://192.168.1.88:38103/be46a2d268", + "description": "内网服务,仅限本地访问)", + "icon": "layui-icon-link", + "sort": 10, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "常用网站", + "title": "百度一下,你就知道", + "url": "http://www.baidu.com", + "description": "", + "icon": "layui-icon-link", + "sort": 1, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "常用网站", + "title": "豆瓣电影", + "url": "https://movie.douban.com/", + "description": "", + "icon": "layui-icon-link", + "sort": 2, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "常用网站", + "title": "新浪", + "url": "http://www.sina.com.cn", + "description": "", + "icon": "layui-icon-link", + "sort": 3, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "常用网站", + "title": "DeepSeek", + "url": "https://chat.deepseek.com/", + "description": "", + "icon": "layui-icon-link", + "sort": 4, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "休闲娱乐", + "title": "HDFans", + "url": "https://hdfans.org/login.php", + "description": "", + "icon": "layui-icon-link", + "sort": 1, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "休闲娱乐", + "title": "OKPT", + "url": "https://www.okpt.net/login.php?returnto=attendance.php", + "description": "", + "icon": "layui-icon-link", + "sort": 2, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "休闲娱乐", + "title": "HDTime", + "url": "https://hdtime.org/torrents.php", + "description": "", + "icon": "layui-icon-link", + "sort": 3, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "休闲娱乐", + "title": "小蚂蚁PT", + "url": "https://hdmayi.com/attendance.php", + "description": "", + "icon": "layui-icon-link", + "sort": 4, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "休闲娱乐", + "title": "HDArea", + "url": "https://hdarea.club/", + "description": "", + "icon": "layui-icon-link", + "sort": 5, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "休闲娱乐", + "title": "铂金学院", + "url": "https://ptchina.org", + "description": "", + "icon": "layui-icon-link", + "sort": 6, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "休闲娱乐", + "title": "https://carpt.net/", + "url": "https://carpt.net/", + "description": "", + "icon": "layui-icon-link", + "sort": 7, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "休闲娱乐", + "title": "https://www.hdkyl.in/", + "url": "https://www.hdkyl.in/", + "description": "", + "icon": "layui-icon-link", + "sort": 8, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "休闲娱乐", + "title": "tosky", + "url": "https://t.tosky.club", + "description": "", + "icon": "layui-icon-link", + "sort": 9, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "休闲娱乐", + "title": "52PT", + "url": "https://52pt.site/torrents.php", + "description": "", + "icon": "layui-icon-link", + "sort": 10, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "休闲娱乐", + "title": "1PTBA", + "url": "https://1ptba.com/torrents.php", + "description": "", + "icon": "layui-icon-link", + "sort": 11, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "休闲娱乐", + "title": "PTZONE", + "url": "https://www.ptzone.xyz/index.php", + "description": "", + "icon": "layui-icon-link", + "sort": 12, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "休闲娱乐", + "title": "馒头", + "url": "https://kp.m-team.cc/", + "description": "", + "icon": "layui-icon-link", + "sort": 13, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "休闲娱乐", + "title": "铜钟音乐官网-音乐免费下载,MP3歌曲免费下载,在线音乐免费听", + "url": "https://tonzhon.com/", + "description": "", + "icon": "layui-icon-link", + "sort": 14, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "休闲娱乐", + "title": "PTFans :: 登录 - Powered by NexusPHP", + "url": "https://ptfans.cc/", + "description": "", + "icon": "layui-icon-link", + "sort": 15, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "休闲娱乐", + "title": "咖啡 :: 登录 - Powered by NexusPHP", + "url": "https://ptcafe.club/torrents.php", + "description": "", + "icon": "layui-icon-link", + "sort": 16, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "休闲娱乐", + "title": "BTSCHOOL :: 登录 比特校园PT小乐园 - Powered by NexusPHP", + "url": "https://pt.btschool.club/", + "description": "", + "icon": "layui-icon-link", + "sort": 17, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "休闲娱乐", + "title": "库非 :: 登录 PT|下载|电影|电视剧|动漫 - Powered by NexusPHP", + "url": "https://kufei.org/index.php", + "description": "", + "icon": "layui-icon-link", + "sort": 18, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "技术网站", + "title": "JFinal 极速开发", + "url": "https://jfinal.com/", + "description": "", + "icon": "layui-icon-link", + "sort": 1, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "技术网站", + "title": "shadmin: 基于jboot和vue的轻量级后台管理系统,uniapp开发脚手架", + "url": "https://gitee.com/mobileapp/shadmin", + "description": "", + "icon": "layui-icon-link", + "sort": 2, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "技术网站", + "title": "layuijfinal", + "url": "https://gitee.com/dkmilk/layuijfinal", + "description": "", + "icon": "layui-icon-link", + "sort": 3, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "技术网站", + "title": "respeed-dl-web", + "url": "https://respeed.chromiumer.com/", + "description": "", + "icon": "layui-icon-link", + "sort": 4, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "技术网站", + "title": "网站代理", + "url": "https://toietor.com/", + "description": "", + "icon": "layui-icon-link", + "sort": 5, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "技术网站", + "title": "Layui - 极简模块化前端 UI 组件库(官方文档)", + "url": "https://layui.dev/", + "description": "", + "icon": "layui-icon-link", + "sort": 6, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "技术网站", + "title": "GitHub下载加速", + "url": "https://github.linxi.info/", + "description": "", + "icon": "layui-icon-link", + "sort": 7, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "技术网站", + "title": "https://down.npee.cn/", + "url": "https://down.npee.cn/", + "description": "", + "icon": "layui-icon-link", + "sort": 8, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "技术网站", + "title": "DNS记录查询_DNS解析查询_A记录_CNAME查询_AAAA查询_MX查询_TXT查询_NS查询_PTR查询_SRV查询", + "url": "https://www.itdog.cn/dns", + "description": "", + "icon": "layui-icon-link", + "sort": 9, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "技术网站", + "title": "DOCK状态查询", + "url": "https://status.1panel.top/status/docker", + "description": "", + "icon": "layui-icon-link", + "sort": 10, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "技术网站", + "title": "博旺服务器", + "url": "http://156.238.251.6:12452/5000ae76c8", + "description": "", + "icon": "layui-icon-link", + "sort": 11, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "技术网站", + "title": "chromeDriver", + "url": "https://googlechromelabs.github.io/chrome-for-testing/#stable", + "description": "", + "icon": "layui-icon-link", + "sort": 12, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "技术网站", + "title": "系统更新", + "url": "https://massgrave.dev/", + "description": "", + "icon": "layui-icon-link", + "sort": 13, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "技术网站", + "title": "免费节点 - Clash Meta免费节点订阅站 - 第2页", + "url": "https://clash-meta.github.io/free-nodes/", + "description": "", + "icon": "layui-icon-link", + "sort": 14, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "技术网站", + "title": "免费clash节点|免费机场 - 免费公益SSR/V2ray/Shadowrocket/Clash节点/小火箭订阅链接|科学上网|免费梯子|免费机场", + "url": "https://clashgithub.com/", + "description": "", + "icon": "layui-icon-link", + "sort": 15, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "技术网站", + "title": "登录 | 狐蒂云计算平台", + "url": "https://www.szhdy.com/login", + "description": "", + "icon": "layui-icon-link", + "sort": 16, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "技术网站", + "title": "chatgpt.com", + "url": "http://chatgpt.com/", + "description": "", + "icon": "layui-icon-link", + "sort": 17, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + }, + { + "category": "技术网站", + "title": "英伟达AI平台", + "url": "https://build.nvidia.com/", + "description": "", + "icon": "layui-icon-link", + "sort": 18, + "is_external": 1, + "create_by": "admin", + "create_at": "2026-09-05 15:00:00", + "enable": 1 + } + ] } \ No newline at end of file