Skip to content

Commit 12e3f32

Browse files
committed
chore: code cleanup and fix: wrong identication of testing and stable
1 parent c8ae438 commit 12e3f32

File tree

9 files changed

+26
-4
lines changed

9 files changed

+26
-4
lines changed

assets/copying.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
由于 XDYou 不是自由软件,必须说明本程序资产授权。
2+
未声明均按照 MPL 授权:
3+
4+
- art
5+
- CP1919.svg.vec:基于 CP1919.svg 制作,公有领域
6+
- pda_classtable_empty.png:LichtYy
7+
- pda_empty_cover: ZCWzy
8+
- pda_girl_default: Benderblog,PDA 娘
9+
- pda_girl_reading: Benderblog,PDA 娘在阅读
10+
- flutter_i18n:全部的翻译文件和转换脚本
11+
- random
12+
- CP1919.svg:基于 PSR B1919+21 脉冲星数据生成,公有领域
13+
- Credit-1.jpg:早期版本感谢名单,最终产物没有使用
14+
- Credit-2.jpg:早期版本感谢名单,最终产物没有使用
15+
- Ray.jpg:贡献者 Ray(Elliot Edition)自画像,最终产物没有使用。版权所有,作者保留一切权利
16+
- xdyou_girl:Ray(Elliot Edition),XDYou 娘,仅 iOS 版本使用。版权所有,作者保留一切权利
17+
- ZCWzy-MPL-License:ZCWzy 授权文书
18+
- captcha-solver-payment.tflite:stalomeow,缴费系统验证码模型,MIT 授权
19+
- captcha-solver-zfw.tflite:stalomeow,网络计费查询系统验证码模型,MIT 授权
20+
- Icon-App-iTunes-Background:lsy223622,XDYou 图标,仅 iOS 版本使用。版权所有,作者保留一切权利
21+
- Icon-App-iTunes:lsy223622,XDYou 图标,仅 iOS 版本使用。版权所有,作者保留一切权利
22+
- icon.png:Benderblog / lsy223622,Traintime PDA 图标
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

assets/random/ZCWzy-MPL-License.jpg

144 KB
Loading

assets/random/xdyou_girl.png

1.35 MB
Loading

lib/page/empty_classroom/empty_classroom_search_window.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class _EmptyClassroomSearchWindowState
106106
? Text(
107107
index.toString(),
108108
style: TextStyle(
109-
fontWeight: FontWeight.bold,
109+
fontWeight: FontWeight.w500,
110110
fontSize: 12,
111111
color: isUsed
112112
? Theme.of(context).colorScheme.onPrimary
@@ -116,7 +116,7 @@ class _EmptyClassroomSearchWindowState
116116
: null,
117117
).decorated(
118118
border: Border.all(
119-
width: 2,
119+
width: 1,
120120
color: Theme.of(context).colorScheme.primary,
121121
),
122122
borderRadius: BorderRadius.circular(6),

lib/page/setting/setting.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ class _SettingWindowState extends State<SettingWindow> {
191191
msg: FlutterI18n.translate(
192192
context,
193193
value == null
194-
? "setting.current_stable"
195-
: "setting.current_testing",
194+
? "setting.current_testing"
195+
: "setting.current_stable",
196196
),
197197
);
198198
}

0 commit comments

Comments
 (0)