mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-03-13 21:27:19 +08:00
add admin
This commit is contained in:
@@ -80,7 +80,10 @@
|
||||
|
||||
你不需要安装 Java,不需要安装 Javascript,不需要安装 Vue,不需要安装 mysql,不需要配置这个,修改那个。
|
||||
|
||||
无论你是 Linux 还是 Mac 还是 Windows,都能够在 2 分钟内一键部署好整个系统。
|
||||
无论你是 Linux 还是 Mac 还是 Windows,都能够在 2 秒钟内一键部署好整个系统。
|
||||
|
||||

|
||||
|
||||
|
||||
**获取部署脚本,请加 QQ 群:638254979**
|
||||
|
||||
@@ -89,12 +92,14 @@
|
||||
本系统会在「开发环境->测试环境->生产环境」自动生成并配置免费的 Https 证书供你使用。不需要任何配置,只要运行部署脚本即可马上获取这项功能。
|
||||
|
||||
如果你是一个有经验的开发者,尤其是前端开发者,就应该能明白在开发和测试环境使用 Https 调试是多么的重要。
|
||||

|
||||
|
||||
>注意,开发环境和测试环境的证书是自签名的,这意味着访问网站时需要手动点击信任按钮
|
||||
|
||||
## ❗国服特色
|
||||
|
||||
本项目已将以下仓库自动替换为国内镜像仓库,省却了用户自行配置的烦恼
|
||||
|
||||
- npm 官方仓库 -> 腾讯云镜像仓库
|
||||
- maven 官方仓库 -> 腾讯云镜像仓库
|
||||
- gradle-wrapper 官方仓库 -> 腾讯云镜像仓库
|
||||
@@ -153,7 +158,7 @@
|
||||
| gradle | 8.13 |
|
||||
| docker | ^27 |
|
||||
|
||||
### 🔮 防失联,关注我各大社区账号
|
||||
## 🔮 防失联,关注各大社区同名账号
|
||||
|
||||
[](https://juejin.cn/user/3916896531658368)
|
||||
|
||||
|
||||
BIN
assets/dockerbuild.png
Normal file
BIN
assets/dockerbuild.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 295 KiB |
BIN
assets/https.png
Normal file
BIN
assets/https.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 239 KiB |
@@ -14,12 +14,12 @@
|
||||
</path>
|
||||
</svg>
|
||||
</button>
|
||||
<a href="https://www.mjga.cc" target="_blank" class="flex ms-2 md:me-24">
|
||||
<a href="https://github.com/ccmjga/zhilu-admin" target="_blank" class="flex ms-2 md:me-24">
|
||||
<span class="self-center text-xl font-semibold sm:text-2xl whitespace-nowrap dark:text-white">知路后台管理</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="flex items-center space-x-3">
|
||||
<a href="https://github.com/ccmjga/mjga-scaffold" target="_blank"
|
||||
<a href="https://github.com/ccmjga/zhilu-admin" target="_blank"
|
||||
class="flex items-center border rounded-sm border-gray-300">
|
||||
<span class=" bg-gray-200 rounded-r-none border-r border-r-gray-300">
|
||||
<svg class="me-0.5 inline pl-1.5 pb-1 w-6 h-6 text-gray-800 dark:text-white bg-gray-200 "
|
||||
@@ -30,7 +30,7 @@
|
||||
</svg>
|
||||
<span class="text-sm pl-0.5 pr-2 font-medium">Star</span>
|
||||
</span>
|
||||
<span class="text-sm py-0.5 px-2 font-medium">0.45k</span>
|
||||
<span class="text-sm py-0.5 px-2 font-medium">0.1k</span>
|
||||
</a>
|
||||
<span class="flex space-x-2">
|
||||
<svg class="w-6 h-6 text-gray-500" fill="currentColor" viewBox="0 0 20 20"
|
||||
|
||||
Reference in New Issue
Block a user