File tree Expand file tree Collapse file tree 8 files changed +16
-12
lines changed
fastlane/metadata/android Expand file tree Collapse file tree 8 files changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ Traintime PDA,又称 XDYou,是为西电学生设计的开源信息查询软
27278 . 图书馆信息查询,个人借书状况和学校书库状况。
28289 . 校园卡流水查询,也就是在学校食堂的流水啦。
292910 . 其他小功能:请假,报修之类。
30- 11 . 双创需求大厅:找学校里的项目 。
31- 12 . XDU Planet:查看同学的博客 。
32- 13 . 物理实验查看功能 。
30+ 11 . XDU Planet:查看同学的博客 。
31+ 12 . 物理实验查看功能 。
32+ 13 . 查询校园网用量 。
333314 . Android 和 iOS 特有的日程查看桌面小部件。
3434
3535## 其他特性
@@ -54,10 +54,10 @@ Traintime PDA,又称 XDYou,是为西电学生设计的开源信息查询软
5454## 编译环境
5555
5656``` bash
57- Flutter 3.29.0 • channel stable • https://github.com/flutter/flutter.git
58- Framework • revision 35c388afb5 (11 days ago) • 2025-02-10 12:48:41 -0800
59- Engine • revision f73bfc4522
60- Tools • Dart 3.7.0 • DevTools 2.42.2
57+ Flutter 3.29.3 • channel stable • https://github.com/flutter/flutter.git
58+ Framework • revision ea121f8859 (3 weeks ago) • 2025-04-11 19:10:07 +0000
59+ Engine • revision cf56914b32
60+ Tools • Dart 3.7.2 • DevTools 2.42.3
6161```
6262
6363注意:要编译此项目,Dart 编译器必须在 3.0 以上。
Original file line number Diff line number Diff line change 55 - CP1919.svg.vec:基于 CP1919.svg 制作,公有领域
66 - pda_classtable_empty.png:LichtYy
77 - pda_empty_cover: ZCWzy
8- - pda_girl_default: Benderblog,PDA 娘
8+ - pda_girl_default_ver1: Benderblog,PDA 娘(初始版本)
9+ - pda_girl_default: Benderblog,PDA 娘(目前版本,配合开发代号)
910 - pda_girl_reading: Benderblog,PDA 娘在阅读
1011 - flutter_i18n:全部的翻译文件和转换脚本
1112 - random
Original file line number Diff line number Diff line change 222. Fix school card money fetch error. @BenderBlog
333. Change login in search score, now case insensitive. @Pairman
444. Some url in toolbox chagned. @ZYar-er
5- 5. (Non-mobile platform) Linux AppImage support. @lhx-666-cool
5+ 5. (Non-mobile platform) Linux AppImage support. @lhx-666-cool
6+ 6. Fix error on outputing schedule to system calendar. @BenderBlog
Original file line number Diff line number Diff line change 222. 修复校园卡余额获取错误 @BenderBlog
333. 修改成绩搜索逻辑,现在大小写不敏感 @Pairman
444. 修改部分快捷方式 @ZYar-er
5- 5. (非移动端) Linux AppImage 编译初步支持 @lhx-666-cool
5+ 5. (非移动端) Linux AppImage 编译初步支持 @lhx-666-cool
6+ 6. 导出课程表到系统日历有错误 @BenderBlog
Original file line number Diff line number Diff line change @@ -472,9 +472,7 @@ END:VTIMEZONE
472472 Result <bool > hasPermitted = await deviceCalendarPlugin.hasPermissions ();
473473 if (hasPermitted.data != true ) {
474474 await showDialog ();
475- print ("result haspermitted eval?" );
476475 hasPermitted = await deviceCalendarPlugin.requestPermissions ();
477- print ("result ${hasPermitted .data }" );
478476 if (hasPermitted.data != true ) {
479477 log.info (
480478 "[Classtable][outputToCalendar] "
Original file line number Diff line number Diff line change @@ -66,6 +66,9 @@ class _EasterEggPageState extends State<EasterEggPage> {
6666 ),
6767 textAlign: TextAlign .center,
6868 ),
69+ SizedBox (height: 20 ),
70+ Image .asset ("assets/art/pda_girl_default.png" ),
71+ Text ("Demon calling you..." )
6972 ]
7073 .toColumn (crossAxisAlignment: CrossAxisAlignment .center)
7174 .scrollable ()
You can’t perform that action at this time.
0 commit comments