feat: 添加用户中心仪表盘模板(hgcloud_home) + drone部署步骤
All checks were successful
continuous-integration/drone/push Build is passing

- 解压 default_iSM72.tar.gz 到 hgcloud_home 目录
- drone新增步骤: 同步 hgcloud_home 到 /public/home/template/pc/
This commit is contained in:
yiqiu
2026-03-20 21:21:38 +08:00
parent 9a296719ad
commit 5e150bcc82
28 changed files with 3095 additions and 0 deletions

View File

@@ -23,6 +23,9 @@ steps:
# 将会员中心全局主题 hgcloud 同步到运行目录
- cp -rf /www/wwwroot/hgdemo.hgidc.cn/public/web/BlackFruit-web/clientarea/hgcloud /www/wwwroot/hgdemo.hgidc.cn/public/clientarea/template/pc/
# 将用户中心仪表盘主题 hgcloud_home 同步到运行目录
- cp -rf /www/wwwroot/hgdemo.hgidc.cn/public/web/BlackFruit-web/clientarea/home/hgcloud_home /www/wwwroot/hgdemo.hgidc.cn/public/home/template/pc/
- name: Restart Nginx
commands:
- nginx -s reload