All checks were successful
continuous-integration/drone/push Build is passing
- 解压官方默认主题 default_yfMBA.tar.gz 到 clientarea/hgcloud/ - .gitignore 排除压缩包和临时解压目录 - drone 新增步骤: 同步 hgcloud 到 /clientarea/template/pc/
31 lines
1.1 KiB
PHP
31 lines
1.1 KiB
PHP
{include file="header"}
|
|
<!-- 页面独有样式 -->
|
|
<link rel="stylesheet" href="/{$template_catalog}/template/{$themes}/css/networkErro.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">
|
|
<div class="tips-box">
|
|
<p class="tips-text">{{lang.status_text3}}</p>
|
|
<p class="tran-again" @click="goBack">{{lang.status_text4}}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</el-main>
|
|
</el-container>
|
|
</el-container>
|
|
</div>
|
|
<!-- =======页面独有======= -->
|
|
<script src="/{$template_catalog}/template/{$themes}/js/networkErro.js"></script>
|
|
{include file="footer"}
|