mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 18:48:14 -05:00
Compare commits
7 Commits
74de21fe5a
...
ea87f38477
Author | SHA1 | Date | |
---|---|---|---|
|
ea87f38477 | ||
|
cf44a62db7 | ||
|
5b3474a06d | ||
|
dde41da139 | ||
|
cddcb144ef | ||
|
ae249f8e96 | ||
|
ddac216e2d |
@ -88,7 +88,8 @@ class ClashMeta
|
||||
return response($yaml, 200)
|
||||
->header('subscription-userinfo', "upload={$user['u']}; download={$user['d']}; total={$user['transfer_enable']}; expire={$user['expired_at']}")
|
||||
->header('profile-update-interval', '24')
|
||||
->header('content-disposition', 'attachment;filename*=UTF-8\'\'' . rawurlencode($appName));
|
||||
->header('content-disposition', 'attachment;filename*=UTF-8\'\'' . rawurlencode($appName))
|
||||
->header('profile-web-page-url', admin_setting('app_url'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -83,7 +83,8 @@
|
||||
3. 在站点目录中执行以下命令从 Github 克隆到当前目录:
|
||||
|
||||
```
|
||||
git clone -b docker-compose --depth 1 https://github.com/cedar2025/Xboard ./
|
||||
git clone https://github.com/cedar2025/Xboard ./
|
||||
cp docker-compose.sample.yaml docker-compose.yaml
|
||||
```
|
||||
|
||||
4. 执行以下命令安装 Xboard:
|
||||
|
Loading…
Reference in New Issue
Block a user