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 36914fc1
authored
2025-12-23 10:18:06 +0800
by
Administrator
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
优化相关的内容页面
1 parent
1df730a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
lib/ui/pages/web_page.dart
lib/ui/pages/web_page.dart
View file @
36914fc
...
...
@@ -225,7 +225,7 @@ class WebPage extends StatelessWidget {
Navigator
.
pop
(
ctx
);
router
.
push
(
'/link'
,
extra:
{
'url'
:
'https://bxr.banxiaoer.net/apps/
index
.html'
,
'title'
:
'版本记录'
},
extra:
{
'url'
:
'https://bxr.banxiaoer.net/apps/
versions
.html'
,
'title'
:
'版本记录'
},
);
},
contentPadding:
const
EdgeInsets
.
symmetric
(
horizontal:
16
,
vertical:
4
),
...
...
@@ -241,7 +241,7 @@ class WebPage extends StatelessWidget {
Navigator
.
pop
(
ctx
);
router
.
push
(
'/link'
,
extra:
{
'url'
:
'https://
www.baidu.com/duty/
'
,
'title'
:
'用户协议'
},
extra:
{
'url'
:
'https://
bxr.banxiaoer.net/apps/useragreement.html
'
,
'title'
:
'用户协议'
},
);
},
contentPadding:
const
EdgeInsets
.
symmetric
(
horizontal:
16
,
vertical:
4
),
...
...
@@ -257,7 +257,7 @@ class WebPage extends StatelessWidget {
Navigator
.
pop
(
ctx
);
router
.
push
(
'/link'
,
extra:
{
'url'
:
'https://
www.baidu.com/duty/
'
,
'title'
:
'隐私设置'
},
extra:
{
'url'
:
'https://
bxr.banxiaoer.net/apps/privacysettings.html
'
,
'title'
:
'隐私设置'
},
);
},
contentPadding:
const
EdgeInsets
.
symmetric
(
horizontal:
16
,
vertical:
4
),
...
...
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