feat: 会员中心 hgcloud 主题初始化 + drone 部署步骤
All checks were successful
continuous-integration/drone/push Build is passing

- 解压官方默认主题 default_yfMBA.tar.gz 到 clientarea/hgcloud/
- .gitignore 排除压缩包和临时解压目录
- drone 新增步骤: 同步 hgcloud 到 /clientarea/template/pc/
This commit is contained in:
yiqiu
2026-03-19 17:56:44 +08:00
parent 75756e5a64
commit 3b41cffbc9
381 changed files with 386825 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
{include file="header"}
<link rel="stylesheet" href="/{$template_catalog}/template/{$themes}/css/transfer.css">
</head>
<body>
<div id="content" class="template transfer" style="font-size: 0.14rem;">
<div class="con" v-cloak>
<div class="logo">
<img :src="logoUrl" alt="">
</div>
<div class="info">
<p class="tit">{{lang.jump_tip1}}{{website_name}}</p>
<p class="des">{{lang.jump_tip2}}{{website_name}}{{lang.jump_tip3}}</p>
<p class="link">{{jumpUrl}}</p>
<div class="jump">
<div class="btn" @click="jumpLink">{{lang.jump_tip4}}</div>
</div>
</div>
</div>
</div>
<script src="/{$template_catalog}/template/{$themes}/js/transfer.js"></script>
{include file="footer"}