docs
This commit is contained in:
parent
6f79d3b2e8
commit
667db6bac8
0
docs/.nojekyll
Normal file
0
docs/.nojekyll
Normal file
16
docs/README.md
Normal file
16
docs/README.md
Normal 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
7
docs/_coverpage.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
# 学之思考试系统
|
||||||
|
|
||||||
|
> 学之思在线考试系统,支持多种题型:选择题、多选题、判断题、填空题、解答题以及数学公式,包含PC端、小程序端,扩展性强,部署方便、界面设计友好、代码结构清晰。
|
||||||
|
|
||||||
|
[Gitee](https://gitee.com/mindskip/uexam)
|
||||||
|
[Get Started](#quick-start)
|
23
docs/index.html
Normal file
23
docs/index.html
Normal 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
7
docs/xdd.css
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
table th {
|
||||||
|
min-width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
table td {
|
||||||
|
text-align: center;
|
||||||
|
}
|
7
docs/xzs.css
Normal file
7
docs/xzs.css
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
table th {
|
||||||
|
min-width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
table td {
|
||||||
|
text-align: center;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user