Skip to content

Commit c4e7e80

Browse files
committed
release: 1.3.0
1 parent d801052 commit c4e7e80

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ _✨ 从 https://github.com/advent259141/astrbot_plugin_CourseSchedule 移植
2626
- 课表图片可以自适应显示,防止超长课程名
2727
- 现在可以显示课程地点
2828
- 对于相同时间相同名称的课程可以去重
29-
- 修正 WakeUp 课程表导入单双周错误的问题
3029
- **支持课前自动提醒**,提醒时间可配置
3130

3231
## 💿 安装
@@ -101,10 +100,9 @@ _✨ 从 https://github.com/advent259141/astrbot_plugin_CourseSchedule 移植
101100
- 中文日期:`昨天``前天``明天``后天``4月2号``4月2日`
102101
- 星期描述:`周三``星期三``下周三`
103102

104-
## ❓ 如何获取 .ics 文件或 WakeUp 口令
103+
## ❓ 如何获取 .ics 文件
105104

106-
* **.ics 文件**:将你的课表导入课表软件(如 **Wakeup课程表** 或类似应用),然后从软件的设置中选择“导出”,并导出为日历文件(通常文件后缀为 `.ics`),即可获得所需文件。
107-
* **WakeUp 口令**:在 **WakeUp课程表** 应用中,选择“分享课表”,然后选择“分享给好友”,复制生成的口令即可。
105+
将你的课表导入课表软件(如 **Wakeup课程表** 或类似应用),然后从软件的设置中选择“导出”,并导出为日历文件(通常文件后缀为 `.ics`),即可获得所需文件。
108106

109107
## 🤝 贡献
110108

nonebot_plugin_course_schedule/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
homepage="https://github.com/GLDYM/nonebot-plugin-course-schedule",
2121
config=Config,
2222
supported_adapters={"~onebot.v11"},
23-
extra={"author": "Polaris_Light", "version": "1.2.2", "priority": 5},
23+
extra={"author": "Polaris_Light", "version": "1.3.0", "priority": 5},
2424
)
2525

2626
from nonebot import require

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[project]
66
name = "nonebot-plugin-course-schedule"
7-
version = "1.2.2"
7+
version = "1.3.0"
88
description = "电子课程表"
99
authors = [
1010
{name = "Polaris_Light", email = "995905922@qq.com" },

0 commit comments

Comments
 (0)