Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ethan
/
appframe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 13785f72
authored
2026-05-06 17:03:04 +0800
by
ethanlamzs
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'feature-2604' of
http://120.24.213.56/ethan/appframe
into feature-2604
2 parents
a54bf0a8
b744c5d8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
7 deletions
lib/bloc/web_cubit.dart
lib/ui/pages/setting/setting_page.dart
pubspec.yaml
lib/bloc/web_cubit.dart
View file @
13785f7
...
...
@@ -809,7 +809,7 @@ class WebCubit extends Cubit<WebState> with WidgetsBindingObserver {
);
emit
(
state
.
copyWith
(
suggestAppUpgrade:
false
));
if
(
result
!=
null
)
{
final
uri
=
Uri
.
parse
(
'https://www.banxe.cn/apps/pro.html'
);
final
uri
=
Uri
.
parse
(
'https://www.banxe.cn/apps/pro.html
?t=
${DateTime.now().millisecondsSinceEpoch}
'
);
if
(
await
canLaunchUrl
(
uri
))
{
await
launchUrl
(
uri
,
mode:
LaunchMode
.
externalApplication
);
}
...
...
lib/ui/pages/setting/setting_page.dart
View file @
13785f7
...
...
@@ -96,7 +96,10 @@ class SettingPage extends StatelessWidget {
onTap:
()
{
router
.
push
(
'/link'
,
extra:
{
'url'
:
'https://bxr.banxiaoer.net/apps/versions.html'
,
'title'
:
'版本记录'
},
extra:
{
'url'
:
'https://bxr.banxiaoer.net/apps/versions.html?t=
${DateTime.now().millisecondsSinceEpoch}
'
,
'title'
:
'版本记录'
},
);
},
contentPadding:
const
EdgeInsets
.
symmetric
(
horizontal:
16
,
vertical:
4
),
...
...
@@ -112,7 +115,7 @@ class SettingPage extends StatelessWidget {
router
.
push
(
'/link'
,
extra:
{
'url'
:
'https://bxr.banxiaoer.net/apps/useragreement.html'
,
'url'
:
'https://bxr.banxiaoer.net/apps/useragreement.html
?t=
${DateTime.now().millisecondsSinceEpoch}
'
,
'title'
:
'用户协议'
},
);
...
...
@@ -130,7 +133,7 @@ class SettingPage extends StatelessWidget {
router
.
push
(
'/link'
,
extra:
{
'url'
:
'https://bxr.banxiaoer.net/apps/privacysettings.html'
,
'url'
:
'https://bxr.banxiaoer.net/apps/privacysettings.html
?t=
${DateTime.now().millisecondsSinceEpoch}
'
,
'title'
:
'隐私设置'
},
);
...
...
@@ -147,7 +150,10 @@ class SettingPage extends StatelessWidget {
onTap:
()
{
router
.
push
(
'/link'
,
extra:
{
'url'
:
'https://bxr.banxiaoer.net/apps/produce.html'
,
'title'
:
'关于'
},
extra:
{
'url'
:
'https://bxr.banxiaoer.net/apps/produce.html?t=
${DateTime.now().millisecondsSinceEpoch}
'
,
'title'
:
'关于'
},
);
},
contentPadding:
const
EdgeInsets
.
symmetric
(
horizontal:
16
,
vertical:
4
),
...
...
@@ -170,7 +176,7 @@ class SettingPage extends StatelessWidget {
leading:
const
Icon
(
Icons
.
download
,
size:
20
),
title:
const
Text
(
'下载与更新'
,
style:
TextStyle
(
fontSize:
14
)),
onTap:
()
async
{
final
uri
=
Uri
.
parse
(
'https://www.banxe.cn/apps/pro.html'
);
final
uri
=
Uri
.
parse
(
'https://www.banxe.cn/apps/pro.html
?t=
${DateTime.now().millisecondsSinceEpoch}
'
);
if
(
await
canLaunchUrl
(
uri
))
{
await
launchUrl
(
uri
,
mode:
LaunchMode
.
externalApplication
);
}
...
...
pubspec.yaml
View file @
13785f7
name
:
appframe
description
:
"
app
frame
project."
publish_to
:
'
none'
version
:
1.0.
9+5
version
:
1.0.
10+6
environment
:
sdk
:
"
>=3.5.0
<4.0.0"
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment