mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-28 06:15:51 +08:00
opt: readlist url, note item
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -195,7 +195,7 @@ class _ArticleListPageState extends State<ArticleListPage> {
|
||||
tooltip: '浏览器打开',
|
||||
onPressed: () {
|
||||
PageUtils.inAppWebview(
|
||||
'${HttpString.baseUrl}/read/readlist/rl${_controller.id}');
|
||||
'${HttpString.baseUrl}/read/mobile-readlist/rl${_controller.id}');
|
||||
},
|
||||
icon: const Icon(Icons.open_in_browser_outlined, size: 19),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user