icon优化
This commit is contained in:
@@ -958,26 +958,26 @@ class _AppInfoPageState extends State<AppInfoPage> {
|
||||
],
|
||||
),
|
||||
),
|
||||
Divider(height: 1, color: isDark ? Colors.grey[800] : null),
|
||||
Padding(
|
||||
padding: const EdgeInsets.all(16),
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
_buildUpdateItem('版本 1.2.40', '2026-03-27', [
|
||||
'新增:主题个性化页面',
|
||||
'新增:设计风格卡片',
|
||||
'优化:界面布局和响应式设计',
|
||||
], isDark),
|
||||
const SizedBox(height: 16),
|
||||
_buildUpdateItem('版本 1.2.39', '2026-03-27', [
|
||||
'修复:引导页滑动问题',
|
||||
'优化:左侧进度条位置',
|
||||
'新增:协议内容焦点功能',
|
||||
], isDark),
|
||||
],
|
||||
),
|
||||
),
|
||||
// Divider(height: 1, color: isDark ? Colors.grey[800] : null),
|
||||
// Padding(
|
||||
// padding: const EdgeInsets.all(16),
|
||||
// child: Column(
|
||||
// crossAxisAlignment: CrossAxisAlignment.start,
|
||||
// children: [
|
||||
// _buildUpdateItem('版本 1.2.40', '2026-03-27', [
|
||||
// '新增:主题个性化页面',
|
||||
// '新增:设计风格卡片',
|
||||
// '优化:界面布局和响应式设计',
|
||||
// ], isDark),
|
||||
// const SizedBox(height: 16),
|
||||
// _buildUpdateItem('版本 1.2.39', '2026-03-27', [
|
||||
// '修复:引导页滑动问题',
|
||||
// '优化:左侧进度条位置',
|
||||
// '新增:协议内容焦点功能',
|
||||
// ], isDark),
|
||||
// ],
|
||||
// ),
|
||||
// ),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user