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:
31
clientarea/hgcloud/404.php
Normal file
31
clientarea/hgcloud/404.php
Normal file
@@ -0,0 +1,31 @@
|
||||
{include file="header"}
|
||||
<link rel="stylesheet" href="/{$template_catalog}/template/{$themes}/css/NotFound.css" />
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="template">
|
||||
<el-container>
|
||||
<aside-menu></aside-menu>
|
||||
<el-container>
|
||||
<top-menu></top-menu>
|
||||
<el-main>
|
||||
<!-- 自己的东西 -->
|
||||
<div class="main-card">
|
||||
<div class="content-box">
|
||||
<div class="img-box">
|
||||
<img src="/{$template_catalog}/template/{$themes}/img/common/404.png" alt="">
|
||||
</div>
|
||||
<div class="tips-box">
|
||||
{{lang.status_text1}}
|
||||
<p class="tran-again" @click="goBack">{{lang.status_text2}}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</el-main>
|
||||
</el-container>
|
||||
</el-container>
|
||||
</div>
|
||||
<!-- =======页面独有======= -->
|
||||
<script src="/{$template_catalog}/template/{$themes}/js/NotFound.js"></script>
|
||||
{include file="footer"}
|
||||
Reference in New Issue
Block a user