mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: change icon
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -81,7 +81,7 @@ class _AboutPageState extends State<AboutPage> {
|
||||
constraints: const BoxConstraints(maxHeight: 150),
|
||||
child: ExcludeSemantics(
|
||||
child: Image.asset(
|
||||
'assets/images/logo/logo_android_2.png',
|
||||
'assets/images/logo/logo.png',
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
@@ -179,9 +179,9 @@ class _UpPanelState extends State<UpPanel> {
|
||||
type: 'avatar',
|
||||
)
|
||||
: const CircleAvatar(
|
||||
radius: 19,
|
||||
backgroundColor: Color(0xFF5CB67B),
|
||||
backgroundImage: AssetImage(
|
||||
'assets/images/logo/logo_android_2.png',
|
||||
'assets/images/logo/logo.png',
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
@@ -27,7 +27,7 @@ class _MinePageState extends State<MinePage> {
|
||||
children: [
|
||||
const SizedBox(width: 12),
|
||||
Image.asset(
|
||||
'assets/images/logo/logo_android_2.png',
|
||||
'assets/images/logo/logo.png',
|
||||
width: 35,
|
||||
),
|
||||
const SizedBox(width: 5),
|
||||
|
||||
Reference in New Issue
Block a user