代码拉取完成,页面将自动刷新
同步操作将从 harvey/ctfe 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<title>CTFe - Deployed by CTFe</title>
<link rel="stylesheet" href="lib/app.css" />
<link rel="stylesheet" href="lib/theme-chalk/index.css" />
<script src="lib/vue.js"></script>
<script src="lib/index.js"></script>
<script src="lib/md5.js"></script>
</head>
<body>
<div id="app" style="height: 100vh;">
<el-scrollbar style="height: 101%;">
<h1 class="main" style="margin:35px auto auto auto;">SMUCTF</h1>
<div id="problems" class="main"></div>
<el-dialog :visible.sync="show_visible" v-bind:title="show_title">
<div v-html="show_intro">{{show_intro}}</div>
<el-form :inline="true" class="demo-form-inline" style="margin: 30px auto 0 auto;" @submit.native.prevent>
<el-form-item>
<el-input placeholder="请输入flag" v-model="show_flag" clearable @keyup.enter.native="onSubmit"></el-input>
</el-form-item>
<el-form-item>
<el-button type="primary" @click="onSubmit">验证</el-button>
</el-form-item>
</el-form>
</el-dialog>
<!-- 本版权信息请勿删除,否则视为违反开源协议 -->
<div class="main" style="margin:35px auto 30px auto;">
Deployed by <a href="https://github.com/mmdjiji/ctfe">CTFe</a>(<a href="https://github.com/mmdjiji">Author: JiJi</a>) in <a href="https://choosealicense.com/licenses/gpl-3.0/">GPLv3.0</a> license.
</div>
</el-scrollbar>
</div>
</body>
<script src="lib/app.js"></script>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。