Compare commits
2 Commits
9e7df08ccb
...
ffac18fd03
| Author | SHA1 | Date | |
|---|---|---|---|
| ffac18fd03 | |||
| c17225a780 |
@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"e4b8dca3f1b4ede4c30371002441c88c12187e
|
||||
|
||||
_flutter.loader.load({
|
||||
serviceWorkerSettings: {
|
||||
serviceWorkerVersion: "3819895539" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
|
||||
serviceWorkerVersion: "3701775034" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
|
||||
}
|
||||
});
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -209,7 +209,7 @@ class _WelfareCenterPageState extends State<WelfareCenterPage> {
|
||||
// Header Row: gift icon + 標題
|
||||
Row(
|
||||
children: [
|
||||
Icon(LucideIcons.gift, color: goldAccent, size: 24),
|
||||
Icon(LucideIcons.userPlus, color: goldAccent, size: 24),
|
||||
const SizedBox(width: 10),
|
||||
Text(
|
||||
'我的邀請碼',
|
||||
|
||||
Reference in New Issue
Block a user