Files
BlackFruit-UI/clientarea/hgcloud/transfer.php
yiqiu 3b41cffbc9
All checks were successful
continuous-integration/drone/push Build is passing
feat: 会员中心 hgcloud 主题初始化 + drone 部署步骤
- 解压官方默认主题 default_yfMBA.tar.gz 到 clientarea/hgcloud/
- .gitignore 排除压缩包和临时解压目录
- drone 新增步骤: 同步 hgcloud 到 /clientarea/template/pc/
2026-03-19 17:56:44 +08:00

22 lines
768 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{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"}