feat: 会员中心 hgcloud 主题初始化 + drone 部署步骤
All checks were successful
continuous-integration/drone/push Build is passing
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:
22
clientarea/hgcloud/transfer.php
Normal file
22
clientarea/hgcloud/transfer.php
Normal 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"}
|
||||
Reference in New Issue
Block a user