Skip to content

Commit

Permalink
feat: update cdn link
Browse files Browse the repository at this point in the history
  • Loading branch information
llnancy committed Oct 17, 2024
1 parent b1fa8dc commit 32056ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="https://images.lilu.org.cn/website/logo/zhenyaojian-logo.png" alt="logo" style="width: 180px; height: 180px" />
<img src="https://cdn.lilu.org.cn/website/logo/zhenyaojian-logo.png" alt="logo" style="width: 180px; height: 180px" />
<h1 align="center">zhenyaojian</h1>
<div align="center">
⚔ 镇妖剑 - 权限管理系统
Expand Down Expand Up @@ -177,4 +177,4 @@ Copyright (c) 2022-present llnancy

| 支付宝 | 微信 |
|--------------------------------------------|-----------------------------------------------|
| ![支付宝](https://images.lilu.org.cn/website/base/alipay.png) | ![微信](https://images.lilu.org.cn/website/base/wechat-pay.png) |
| ![支付宝](https://cdn.lilu.org.cn/website/base/alipay.png) | ![微信](https://cdn.lilu.org.cn/website/base/wechat-pay.png) |
2 changes: 1 addition & 1 deletion zhenyaojian-system/src/main/resources/scripts/initdb.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- 初始用户名密码为 admin/123456
INSERT INTO `sunchaser_zyj`.`zyj_user` (`id`, `account`, `password`, `nick_name`, `avatar`, `sex`, `email`, `phone_number`, `status`, `is_deleted`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1, 'admin', '$2a$10$EOjcQYs1lBXeWFfcYXExY.pCjTQ5aLdzu126w7hBbeRUMq21w.HjK', '超级管理员', 'https://images.lilu.org.cn/website/base/avatar.png', '', '[email protected]', '10086', 0, 0, 'system', NOW(), 'system', NOW());
INSERT INTO `sunchaser_zyj`.`zyj_user` (`id`, `account`, `password`, `nick_name`, `avatar`, `sex`, `email`, `phone_number`, `status`, `is_deleted`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1, 'admin', '$2a$10$EOjcQYs1lBXeWFfcYXExY.pCjTQ5aLdzu126w7hBbeRUMq21w.HjK', '超级管理员', 'https://cdn.lilu.org.cn/website/base/avatar.png', '', '[email protected]', '10086', 0, 0, 'system', NOW(), 'system', NOW());

INSERT INTO `sunchaser_zyj`.`zyj_role` (`id`, `code`, `name`, `sort_value`, `status`, `is_deleted`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1, 'super-admin', '超级管理员', 0, 0, 0, 'system', NOW(), 'system', NOW());

Expand Down

0 comments on commit 32056ee

Please sign in to comment.