Refactor project structure and update import paths to GMWalletApp/epusdt

This commit is contained in:
line-6000
2026-04-23 02:17:21 +08:00
parent 91936d580f
commit 89be1fc967
86 changed files with 254 additions and 254 deletions
+2 -2
View File
@@ -15,11 +15,11 @@
### 二、导入Sql
登录管理刚刚新增数据库,导入`Epusdt`所需的sql文件。
以下为示范0.01版本 最新数据库请以 https://github.com/assimon/epusdt/blob/master/sql/ 为准
以下为示范0.01版本 最新数据库请以 https://github.com/GMWalletApp/epusdt/blob/master/sql/ 为准
#### 1.手动下载导入
数据库地址:https://github.com/assimon/epusdt/blob/master/sql/v0.0.1.sql
数据库地址:https://github.com/GMWalletApp/epusdt/blob/master/sql/v0.0.1.sql
![导入Sql](img/sql.png)
#### 2.使用phpMyAdmin导入
+2 -2
View File
@@ -8,7 +8,7 @@ cd /var/www/
mkdir epusdt
chmod 777 -R /var/www/epusdt
cd epusdt
wget https://github.com/assimon/epusdt/releases/download/v0.0.3/epusdt_0.0.3_Linux_x86_64.tar.gz
wget https://github.com/GMWalletApp/epusdt/releases/download/v0.0.3/epusdt_0.0.3_Linux_x86_64.tar.gz
tar -xzf epusdt_0.0.3_Linux_x86_64.tar.gz
rm epusdt_0.0.3_Linux_x86_64.tar.gz
```
@@ -206,7 +206,7 @@ supervisorctl tail epusdt
| |___| |_) | |_| \__ \ (_| | |_
|_____| .__/ \__,_|___/\__,_|\__|
|_|
Epusdt version(0.0.2) Powered by assimon https://github.com/assimon/epusdt
Epusdt version(0.0.2) Powered by GMWalletApp https://github.com/GMWalletApp/epusdt
⇨ http server started on [::]:8000
```
## 其他注意事项