add thanks

This commit is contained in:
Junyuan Feng
2022-05-25 13:18:51 +08:00
parent 1bd673a164
commit 8cbe76d9ff
7 changed files with 78 additions and 80 deletions

View File

@@ -280,9 +280,10 @@ class _MyHomePageState extends State<MyHomePage>
UrlText(
text: s.madeWithLove(myGithub), replace: 'LollipopKit'),
UrlText(
text: s.aboutThanks(rainSunMeGithub),
replace: 'RainSunMe',
text: s.aboutThanks,
),
const UrlText(text: rainSunMeGithub, replace: 'RainSunMe',),
const UrlText(text: fectureGithub, replace: 'fecture',)
],
child: Text(s.license),
)