refactor: update import paths from ppanel-server to server

This commit is contained in:
Chang lue Tsen
2025-04-25 15:09:31 +09:00
parent 52063049c5
commit 34c09c4618
679 changed files with 2985 additions and 2992 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
**PPanel 是一个纯净、专业、完美的开源代理面板工具,旨在成为您学习和实际使用的理想选择。**
[English](README.md) | [中文](readme_zh.md) | [报告问题](https://github.com/perfect-panel/ppanel-server/issues/new) | [功能请求](https://github.com/perfect-panel/ppanel-server/issues/new)
[English](README.md) | [中文](readme_zh.md) | [报告问题](https://github.com/perfect-panel/server/issues/new) | [功能请求](https://github.com/perfect-panel/server/issues/new)
</div>
@@ -41,7 +41,7 @@ PPanel 服务端是 PPanel 项目的后端组件,为 PPanel 系统提供强大
1. 克隆仓库
```bash
git clone https://github.com/perfect-panel/ppanel-server.git
git clone https://github.com/perfect-panel/server.git
cd ppanel-server
```