This repository was archived by the owner on Dec 17, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +17
-8
lines changed
src/HITScheduleMasterPlus Expand file tree Collapse file tree 4 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 1
1
# 哈工大课表大师增强版 <del >(打安排御主加)</del >
2
+
2
3
本应用使用` ASP dotnet core ` +` Electron.Net ` 编写,完全开放、开源
3
4
4
5
** 本程序仍在早期开发阶段,虽然已经满足基本使用需求,但请在导出之后检查日历是否有问题,以免误课。**
27
28
- 由于日历一般为系统自带应用,因此UI往往与系统原生UI相同,并且系统的日历应用往往有优化。而且若不喜欢系统的日历应用,还可以使用第三方的日历应用。
28
29
- 原生日历支持跨平台同步
29
30
- ** 本程序导出的课表默认在开课前进行提醒,能够有效防止忘课。**
30
- - 可以将课表或者单个课程储存为JSON,方便** 共享课程(蹭课) **
31
+ - 可以将课表或者单个课程储存为JSON,方便** 共享课程< del >蹭课</ del > **
31
32
- 支持手动增加/删除课程 ** (可以追加考试时间记录)**
32
33
33
34
## 一些特性
43
44
44
45
## 已知BUG以及修复情况
45
46
46
- 暂无
47
+ - < del >导入或载入时如不选择文件会导致渲染线程崩溃</ del >
47
48
48
49
## 重要:为什么不再提供课表自动获取
49
50
80
81
81
82
在导入后,日历将于您的Gmail账户同步,在移动端登录Gmail账户,或者下载Google日历客户端就可以使用。
82
83
83
- ### iOS 如何导入
84
+ ### iOS / iPadOS 如何导入
84
85
85
86
#### 方法一
86
87
87
- 在Windows下使用Windows日历,Outlook日历或者Google日历,在iOS的'邮件'应用中登录对应的电子邮件账户就可以导入日历到iOS设备 。
88
+ 在Windows下使用Windows日历,Outlook日历或者Google日历,在 ` 邮件 ` 应用中登录对应的电子邮件账户就可以自动导入日历 。
88
89
89
90
#### 方法二
90
91
91
- 在Windows下使用电子邮件将` ics ` 文件通过QQ传到手机,或者作为附件发送到iOS` 邮件 ` 应用中登录的账户,按照提示即可完成导入。
92
+ 在Windows下使用电子邮件将` ics ` 文件通过QQ传到手机,或者作为附件发送电子邮件到` 邮件 ` 应用中登录的账户,按照提示即可完成导入。
93
+
94
+ #### 方法三
95
+
96
+ 通过登录` iCloud ` 的macOS设备导入。
97
+
98
+ ### macOS 如何导入
99
+
100
+ 双击生成的` ics ` 文件,选择要导入的日历即可。导入的日历将会通过` iCloud ` 自动同步到您的iOS以及iPadOS设备中(如果登录)。
92
101
93
102
### Android 如何导入
94
103
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ await Electron.Dialog.ShowMessageBoxAsync(new MessageBoxOptions("生成成功")
241
241
{
242
242
Process . Start (
243
243
new ProcessStartInfo (
244
- "https://github. com/HCGStudio/HIT-Schedule-Master-Plus " )
244
+ "https://site.hcgstudio. com/" )
245
245
{ UseShellExecute = true } ) ;
246
246
}
247
247
} ,
Original file line number Diff line number Diff line change 8
8
"appId" : " com.hcgstudio.HITScheduleMaster.app" ,
9
9
"productName" : " HITScheduleMasterPlus" ,
10
10
"copyright" : " Copyright © HCGStudio 2020" ,
11
- "buildVersion" : " 0.1.0 " ,
11
+ "buildVersion" : " 0.1.1 " ,
12
12
"compression" : " maximum" ,
13
13
"directories" : {
14
14
"output" : " ../../../bin/Desktop"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.hcgstudio.hitschedulemaster" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " Remake of HIT Schedule Master" ,
5
5
"repository" : {
6
6
"url" : " https://github.com/HCGStudio/HIT-Schedule-Master-Plus"
You can’t perform that action at this time.
0 commit comments