Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
v2.1.0 发布
Browse files Browse the repository at this point in the history
  • Loading branch information
maodaisuki committed Dec 6, 2023
1 parent 69d6868 commit 8dcb414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pages/about_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ class _AboutPageState extends State<AboutPage> {
margin: EdgeInsets.only(left: 15),
child: Icon(Icons.sticky_note_2_outlined, color: themeConfig['drawerIconColor']),
),
title: Text('毎日のんびり日本語教師', style: TextStyle(fontSize: 20, color: themeConfig['textColor'])),
subtitle: Text('提供了软件所使用的语法数据', style: TextStyle(fontSize: 14, color: themeConfig['textColor'])),
title: Text('语法数据来源网站', style: TextStyle(fontSize: 20, color: themeConfig['textColor'])),
subtitle: Text('© 毎日のんびり日本語教師 All Rights Reserved.', style: TextStyle(fontSize: 14, color: themeConfig['textColor'])),
minVerticalPadding: 10,
onTap: () {
print("打开官网");
Expand Down

0 comments on commit 8dcb414

Please sign in to comment.