Compare commits
2 Commits
e6c63982a0
...
0.0.9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
27e4b9b46a | ||
|
|
38e182bbda |
@@ -309,6 +309,10 @@ class _WebToolsExamplePageState extends State<WebToolsExamplePage> {
|
|||||||
bridge.sendToFlutter(
|
bridge.sendToFlutter(
|
||||||
ToFlutterAppEnum.lovingDayChooseFriend.code, {});
|
ToFlutterAppEnum.lovingDayChooseFriend.code, {});
|
||||||
}),
|
}),
|
||||||
|
_buildMethodTile("恩爱节我的邀请页面", "恩爱节我的邀请页面", () {
|
||||||
|
bridge
|
||||||
|
.sendToFlutter(ToFlutterAppEnum.lovingDayMyInvite.code, {});
|
||||||
|
}),
|
||||||
ListTile(
|
ListTile(
|
||||||
title: const Text('跳转到网页',
|
title: const Text('跳转到网页',
|
||||||
style: TextStyle(fontWeight: FontWeight.bold)),
|
style: TextStyle(fontWeight: FontWeight.bold)),
|
||||||
@@ -645,6 +649,11 @@ class _WebToolsExamplePageState extends State<WebToolsExamplePage> {
|
|||||||
"updateType": "1" // 1 刷新整个挂件数据,2刷新观时礼的宝箱列表数据
|
"updateType": "1" // 1 刷新整个挂件数据,2刷新观时礼的宝箱列表数据
|
||||||
}),
|
}),
|
||||||
),
|
),
|
||||||
|
_buildMethodTile(
|
||||||
|
'刷新当前网页',
|
||||||
|
'刷新当前网页',
|
||||||
|
() => bridge.sendToFlutter(ToFlutterAppEnum.reload.code, {}),
|
||||||
|
),
|
||||||
_buildMethodTile(
|
_buildMethodTile(
|
||||||
'翻译',
|
'翻译',
|
||||||
'多语言翻译',
|
'多语言翻译',
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: web_tools
|
name: web_tools
|
||||||
description: "A new Flutter package project."
|
description: "A new Flutter package project."
|
||||||
version: 0.0.5
|
version: 0.0.9
|
||||||
publish_to: 'none' # 不发布到pub.dev
|
publish_to: 'none' # 不发布到pub.dev
|
||||||
homepage: https://gitea.sdws.shop/xim/web_tools.git
|
homepage: https://gitea.sdws.shop/xim/web_tools.git
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user