From d49c482e2753c9bce97dfe4849c683bb9d6caf5f Mon Sep 17 00:00:00 2001 From: mindskip Date: Fri, 19 Aug 2022 14:40:50 +0800 Subject: [PATCH] update --- README.md | 54 +++++++++--------------------------------------------- 1 file changed, 9 insertions(+), 45 deletions(-) diff --git a/README.md b/README.md index fad2b7b9..9d7b40c9 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,15 @@
-[![Gitee star](https://gitee.com/mindskip/xzs-mysql/badge/star.svg?theme=gitee)](https://gitee.com/mindskip/xzs-mysql) -[![Gitee fork](https://gitee.com/mindskip/xzs-mysql/badge/fork.svg?theme=gitee)](https://gitee.com/mindskip/xzs-mysql) -[![Github stars](https://img.shields.io/github/stars/mindskip/xzs-mysql?logo=github)](https://github.com/mindskip/xzs-mysql) -[![Github forks](https://img.shields.io/github/forks/mindskip/xzs-mysql?logo=github)](https://github.com/mindskip/xzs-mysql) -[![Github license](https://img.shields.io/badge/license-AGPL-yellow)](https://gitee.com/mindskip/xzs-mysql/blob/master/LICENSE) +[![Gitee star](https://gitee.com/mindskip/uexam/badge/star.svg?theme=gvp)](https://gitee.com/mindskip/uexam) +[![Gitee fork](https://gitee.com/mindskip/uexam/badge/fork.svg?theme=gvp)](https://gitee.com/mindskip/uexam) +[![Github stars](https://img.shields.io/github/stars/mindskip/xzs?logo=github)](https://github.com/mindskip/xzs) +[![Github forks](https://img.shields.io/github/forks/mindskip/xzs?logo=github)](https://github.com/mindskip/xzs) +[![Github license](https://img.shields.io/badge/license-AGPL-yellow)](https://gitee.com/mindskip/uexam/blob/master/LICENSE)
-# 学之思开源考试系统 - Mysql版 +# 学之思开源考试系统 - Postgresql版 ## 项目介绍 @@ -33,8 +33,8 @@ ### 文档视频教程 -* 数据库脚本下载地址:[https://www.mindskip.net:999](https://www.mindskip.net:999) -* 文档教程:[https://www.mindskip.net:999](https://www.mindskip.net:999) +* 数据库脚本下载地址:[https://www.mindskip.net:888](https://www.mindskip.net:888) +* 文档教程:[https://www.mindskip.net:888](https://www.mindskip.net:888) * 视频教程:[https://ke.qq.com/course/3614230](https://ke.qq.com/course/3614230) * QQ交流群16:`556522923` * 商务QQ:`2732007709` @@ -49,7 +49,6 @@ * github - mysql :[https://github.com/mindskip/xzs-mysql](https://github.com/mindskip/xzs-mysql) - ### 学生系统功能 | 模块 | 介绍 | @@ -104,39 +103,4 @@ | 个人信息 | 显示学生个人资料 | | 更新信息 | 修改个人资料、头像 | | 个人动态 | 显示用户最近的个人动态 | -| 消息中心 | 用于接收管理员发送的消息 | - -### 系统展示 - -* 学生考试系统 - - - - - -
- -* 小程序考试系统 - - - - - - - - - - - - - -
- -* 后台管理系统 - - - - - - -
\ No newline at end of file +| 消息中心 | 用于接收管理员发送的消息 | \ No newline at end of file -- Gitee