This commit is contained in:
mindskip 2020-09-24 09:55:31 +08:00
parent 6f79d3b2e8
commit 667db6bac8
6 changed files with 60 additions and 0 deletions

0
docs/.nojekyll Normal file
View File

16
docs/README.md Normal file
View File

@ -0,0 +1,16 @@
# 目录
## 介绍
学之思在线考试系统支持多种题型选择题、多选题、判断题、填空题、解答题以及数学公式包含PC端、小程序端扩展性强部署方便、界面设计友好、代码结构清晰
官网地址:<http://www.mindskip.net/xzs.html>
## 运行环境
| 环境 | 版本 |
| ---- | ---- |
| 操作系统 | Windows / Linux |
| Jdk | 11.0 |
| Redis | 3.0 |
| PostgreSql / Mysql | 12.0 / 8.0 |

7
docs/_coverpage.md Normal file
View File

@ -0,0 +1,7 @@
# 学之思考试系统
> 学之思在线考试系统支持多种题型选择题、多选题、判断题、填空题、解答题以及数学公式包含PC端、小程序端扩展性强部署方便、界面设计友好、代码结构清晰。
[Gitee](https://gitee.com/mindskip/uexam)
[Get Started](#quick-start)

23
docs/index.html Normal file
View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>学之思考试系统</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<link rel="stylesheet" href="xzs.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: '学之思考试系统',
repo: 'http://www.mindskip.net/xzs.html',
coverpage: false
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
</body>
</html>

7
docs/xdd.css Normal file
View File

@ -0,0 +1,7 @@
table th {
min-width: 200px;
}
table td {
text-align: center;
}

7
docs/xzs.css Normal file
View File

@ -0,0 +1,7 @@
table th {
min-width: 200px;
}
table td {
text-align: center;
}