diff --git a/README-zh.md b/README-zh.md index 3ea8131..ea1a9c9 100644 --- a/README-zh.md +++ b/README-zh.md @@ -62,33 +62,55 @@ MrDoc 全系产品目前涵盖以下终端: ## 功能特性 -- **站点管理** - - 用户注册、用户登录、用户管理、图片管理、附件管理、文档管理、文集管理、注册邀请码配置、全站关闭注册开关、全站强制登录开关; - - 广告代码配置、统计代码配置、站点信息配置、备案号配置; - - 附件格式配置、附件大小配置、图片大小配置; +- **⚙站点管理** + - 用户管理 + - 图片管理 + - 附件管理 + - 文档管理 + - 文集管理 + - 注册邀请码配置 + - 登录验证码配置 + - 全站禁止注册配置 + - 全站强制登录配置 + - 广告代码配置 + - 统计代码配置 + - 站点信息配置 + - 备案号配置 + - 附件配置 -- **个人管理** - - 文集管理:新建、删除、权限控制、转让、协作、导出、生成电子书格式文件 +- **🧑个人管理** + - 文集管理 - 文档管理:新建、删除、回收站、历史版本 - 文档模板管理:新建、删除 - 图片管理:上传、分组、删除 - 附件管理:上传、删除 - - Token管理:借助Token高效新建和获取文档; + - Token管理:借助Token API 接口高效新建和获取文档; - 个人信息管理:修改昵称、修改电子邮箱、切换文档编辑器; - -- **文档书写** + +- **📚文集控制** + - 文集图标配置 + - 文字水印配置 + - 文集权限配置:公开、私密、指定用户可见、访问码可见 + - 下载配置:PDF、EPUB文件生成和下载 + - 文集协作成员配置 + - 文集文档拖拽排序 + - 文集导出 + - 文集转让 + +- **✍文档书写** - 文本文档、表格文档两种文档类型,`Markdown` 、富文本两种编辑模式,`Editor.md`、`Vditor`、`iceEditor`三种编辑器加持,自由选择、自由切换; - 图片、附件、科学公式、音视频、思维导图、流程图、Echart图表; - 文档排序、文档上级设置、文档模板插入; - 文档标签设置; -- **文档阅读** +- **📖文档阅读** - 两栏式布局,三级目录层级显示,左侧文集大纲,右侧文档正文; - 文档阅读字体缩放、字体类型切换、日间夜间模式切换、页面社交分享、移动端阅读优化; - - 文集EPUB、PDF文件下载,文档Markdown文件下载; + - 文档 Markdown 文件下载; - 标签关系网络图; - 文档全文搜索; - - 私密文档分享码分享; + - 文档分享码分享; + - 文档收藏; - **其他特性** - 搜索引擎收录支持; diff --git a/README.md b/README.md index 9bad666..a803311 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,12 @@ username:test1 password:123456 ## Feature -- **Site Manage & User Manage** +- **⚙Site Manage & User Manage** - Support user registration, login, management, administrator and other basic user functions; - Support site configuration registration invitation code, advertising code, statistics code, email retrieval password, site wide close registration, site wide forced login and other management functions; - It supports the configuration of the permission of the Project, and provides four permission modes: public, private, visible to the specified user and visible to the access code; -- **Document System** +- **📚Document System** - Document writing and reading are based on the Project, with five modules, namely **project**, **document**, **document template**, **image** and **attachment**; - The `markdown` editor based on `editormd` and `vditor` is used to optimize and extend, and the `markdown` syntax is used for document writing, and image management and uploading, table pasting, mind mapping, flow chart drawing and sequence diagram drawing are supported; - Two column **document reading** page, three-level directory level display, document reading font scaling, font type switching, page social sharing, mobile reading optimization, text collection export PDF, ePub file;