新增影评海报功能

This commit is contained in:
DelLevin-Home
2026-03-06 16:09:56 +08:00
parent 17de976d4b
commit f2ab6a17ba
18 changed files with 2260 additions and 698 deletions

View File

@@ -24,15 +24,6 @@ class CustomDrawer extends StatelessWidget {
child: ListView(
padding: EdgeInsets.zero,
children: [
_buildMenuItem(
icon: Icons.analytics_outlined,
title: '统计',
onTap: () {
Navigator.pop(context);
_showToast(context, '统计功能开发中');
},
),
const Divider(height: 0.5, thickness: 0.5, indent: 56, color: Color(0xFFE5E5E5)),
_buildMenuItem(
icon: Icons.delete_outline,