Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/update use docs #27

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ export default defineConfig({
editLinkText: '编辑文档',
lastUpdated: '最后更新时间',
nav: [
// TODO:名字待定
{ text: '使用手册', link: '/use/' },
{ text: '私有化部署', link: '/deploy/' },
// { text: '规划', link: '/plan/' },
{ text: '更新日志', link: '/plan/log' },
Expand All @@ -34,6 +36,23 @@ export default defineConfig({
{ text: '联系作者', link: "https://ep.sugarat.top/author" }
],
sidebar: {
'use': [{
text: '用户手册',
children: [
{
text: '🔧 应用介绍',
link: '/use/',
},
{
text: '⭐️ 功能介绍',
link: '/use/feature',
},
{
text: '❓ 常见问题',
link: '/use/faq',
},
],
}],
'deploy': [{
text: '私有化部署',
children: [
Expand Down
8 changes: 5 additions & 3 deletions docs/plan/todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
| 20 | 限制人员名单,支持导入模板 | QQ群 | ❌ |
| 21 | 自动重命名,支持固定内容(表单支持固定内容) | QQ群 | ❌ |
| 22 | 表单支持下拉选择 | QQ群 | ❌ |
| 24 | 接口耗时统计 | - | ❌ |
| 25 | 上传前,显示文件的MD5校验进度 | GitHub | ❌ |
| | | | |


Expand All @@ -51,13 +53,13 @@
| 序号 | 简介 | 来源 | 进度 |
| ---- | --------------------------------------------------------------- | ---- | ---- |
| 1 | Excel报表下载打开乱码 | 问卷 | ✅ |
| 2 | 自动预览浏览器支持的文件 | - | ❌ |
| 3 | 创建任务后,分类列表进行了刷新 | - | |
| 2 | 下载时,会自动预览浏览器支持的文件(可以先用批量下载解决) | - | ❌ |
| 3 | 创建任务后,分类列表进行了刷新 | - | |
| 4 | 带特殊字符的文件,批量下载失败 | QQ群 | ✅ |
| 5 | 人员限制,部分可以提交部分不可以 | QQ群 | ✅ |
| 6 | 批量操作UI卡顿 | - | ✅ |
| 7 | 单个文件记录删除,导致指向同一文件删除 | QQ群 | ✅ |
| 8 | 批量文件记录删除,导致指向同一文件删除 | QQ群 | |
| 8 | 批量文件记录删除,导致指向同一文件删除 | QQ群 | |
| 9 | 任务删除,未删除关联文件OSS上的资源(不删除,将其单独展示出来) | QQ群 | ✅ |
| 10 | 提交文件,未选择文件也会弹窗 | QQ群 | ✅ |
| | | | |
6 changes: 6 additions & 0 deletions docs/use/faq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# FAQ&常见问题

内容待完善

## TODO
### TODO
6 changes: 6 additions & 0 deletions docs/use/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 功能介绍

内容待完善

## TODO
### TODO
27 changes: 27 additions & 0 deletions docs/use/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 应用介绍



## EasyPicker (轻取)在线文件收集平台

- [EasyPicker (轻取)官网](https://docs.ep.sugarat.top)

- EasyPicker (轻取)是一个在线收集文档、图片文件等一体 支持文件名自动重命名打包、并支持导出 收集任务时人员信息及情况(Excel)的平台,使用时仅需要一个浏览器即可不需要下载任何程序和APP ,主要用于完成上级的行政任务。

- 程序采用的是前后端分离 、收集文件也分离、系统稳定性好。即使服务器不小心到期收集的资料依旧不受影响保存

![图片](https://img.cdn.sugarat.top/mdImg/MTY1MDA5MTQ1Njk5OA==1.jpg)

![图片](https://img.cdn.sugarat.top/mdImg/MTY1MDA5MTQ2NzczMQ==3.jpg)

![图片](https://img.cdn.sugarat.top/mdImg/MTY1MDA5MjEwNzQ4Mg==5.jpg)


## 介绍(轻取)使用场景如下

工作校园学习场景:

- 每次碰到上机课的时候,都会遇到收取实验报告。
- 需要收取每个人填写的各种电子表格。
- 需要通过QQ/微信等等收集各种截图
- 班干团支书 收集青年大学校截图和健康吗行程码
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script
src="https://polyfill.alicdn.com/polyfill.min.js?features=es2019%2Ces2018%2Ces2017%2Ces5%2Ces6%2Ces7%2Cdefault"></script>
<!-- 七牛云 -->
<script src="https://img.cdn.sugarat.top/qiniu-js/3.0.3/qiniu.min.js"></script>
<script src="https://cdn.staticfile.org/qiniu-js/3.4.0/qiniu.min.js"></script>
<!-- 二维码 -->
<script src="https://img.cdn.sugarat.top/arale-qrcode/3.0.5/index.js"></script>
<!-- frontjs监控 -->
Expand Down