generated from dellevin/template
微调备份
This commit is contained in:
@@ -70,7 +70,8 @@ flutter pub get
|
||||
$env:HTTP_PROXY="http://127.0.0.1:10808"
|
||||
$env:HTTPS_PROXY="http://127.0.0.1:10808"
|
||||
flutter pub get
|
||||
|
||||
# 运行
|
||||
flutter run
|
||||
# 构建 APK
|
||||
flutter build apk --release
|
||||
# 或构建 App Bundle(推荐用于 Google Play)
|
||||
|
||||
@@ -712,15 +712,14 @@ class SettingsPage extends StatelessWidget {
|
||||
const Divider(height: 0.5, indent: 24, endIndent: 24),
|
||||
|
||||
// 关于作者
|
||||
_buildLinkItem(
|
||||
context: context,
|
||||
icon: Icons.person_outline,
|
||||
title: '关于作者',
|
||||
subtitle: '了解更多信息',
|
||||
url: 'https://www.iletter.top/',
|
||||
),
|
||||
|
||||
const Divider(height: 0.5, indent: 24, endIndent: 24),
|
||||
// _buildLinkItem(
|
||||
// context: context,
|
||||
// icon: Icons.person_outline,
|
||||
// title: '关于作者',
|
||||
// subtitle: '了解更多信息',
|
||||
// url: 'https://www.iletter.top/',
|
||||
// ),
|
||||
// const Divider(height: 0.5, indent: 24, endIndent: 24),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user