Skip to content

Commit

Permalink
docs: 1.Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHuHu committed Oct 7, 2023
1 parent 4d56f4e commit 36643d9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@
## v1.1.1
### docs:
1. 更新文档,增加注意事项

## v1.1.2
### feat:
1. 优化日历工具栏样式
2. 将添加日程分类按钮更改为图标按钮
3. 添加标识日程状态的图标 [#5]
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Schedule Manager

**Note: Upgrading from version "1.0. x" to version "1.1. x" may require reopening the plugin to update the format of the schedule records**
<b><font color="#dd0000">Note: Upgrading from version "1.0. x" to version "1.1. x" may require reopening the plugin to update the format of the schedule records</font></b>

## Introduction
The schedule management plugin manages to-do items in the form of a calendar, and currently supports multiple views such as month, week, day, and list.
Expand All @@ -14,6 +14,8 @@ The calendar is displayed as a tab and automatically creates a **Schedule Manage
>- **Mind using with caution!!!**
>- **Please do not remove the notebook. I'm new to Vue, Typescript, etc., and have not added enough exception handling, removing the notebook may cause unnecessary trouble !!!**
The icons of schedule statuses:☕ Todo, 🏃‍♂️ Doing, ✅ Done, 📦 Archive(**The archive function may be implemented in the next version.**

## Function
### 1. Add Schedule Category
[![pPoggeS.png](https://z1.ax1x.com/2023/09/22/pPoggeS.png)](https://imgse.com/i/pPoggeS)
Expand Down Expand Up @@ -67,7 +69,7 @@ Thank you for the support of the following framework for this project (in no par
- FullCalendar

## By me a cup of coffee
![](https://raw.gitmirror.com/RogerHuHu/siyuan-plugin-schedule-manager/master/asset/code.png)
<img src="https://raw.gitmirror.com/RogerHuHu/siyuan-plugin-schedule-manager/master/asset/code.png" alt="" width="653" height="360" align="left">

## Changelog
[CHANGELOG](https://github.com/RogerHuHu/siyuan-plugin-schedule-manager/blob/main/CHANGELOG.md)
6 changes: 4 additions & 2 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# 日程管理

**注意:从 1.0.x 版本升级到 1.1.x 版本可能需要重新开关下插件,以更新日程记录的格式**
<b><font color="#dd0000">注意:从 1.0.x 版本升级到 1.1.x 版本可能需要重新开关下插件,以更新日程记录的格式</font></b>

## 简介
日程管理插件通过日历的形式管理待办事项,目前支持月、周、日、列表多种视图。
Expand All @@ -14,6 +14,8 @@
>- **介意的谨慎使用!!!**
>- **请勿删除该笔记本,由于刚接触vue、typescript等,未做很多异常处理,删除可能会带来不必要的麻烦!!!**
日程状态图标:☕ 待完成、🏃‍♂️ 进行中、✅ 已完成、📦 归档(**暂未实现实际功能,考虑在下个版本实现**

## 功能
### 1. 添加日程分类
[![pPoggeS.png](https://z1.ax1x.com/2023/09/22/pPoggeS.png)](https://imgse.com/i/pPoggeS)
Expand Down Expand Up @@ -70,7 +72,7 @@
## 捐赠
开发不易,如果你喜欢本插件,欢迎给作者发电。

![](https://raw.gitmirror.com/RogerHuHu/siyuan-plugin-schedule-manager/master/asset/code.png)
<img src="https://raw.gitmirror.com/RogerHuHu/siyuan-plugin-schedule-manager/master/asset/code.png" alt="" width="653" height="360" align="left">

## 更新日志
[CHANGELOG](https://github.com/RogerHuHu/siyuan-plugin-schedule-manager/blob/main/CHANGELOG.md)
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "siyuan-plugin-schedule-manager",
"author": "RogerHuHu",
"url": "https://github.com/RogerHuHu/siyuan-plugin-schedule-manager",
"version": "1.1.1",
"version": "1.1.2",
"minAppVersion": "2.10.6",
"backends": ["all"],
"frontends": ["all"],
Expand Down

0 comments on commit 36643d9

Please sign in to comment.