🔍 系统检查报告
数据库连接
✓ 数据库连接正常 (数据库: yeahmy_888)
escape() 函数 null 处理
✓ escape(null) 正确返回空字符串
Session 配置
✓ Session 状态检查已添加,不会产生警告
bottles 表结构
✓ bottles 表包含 percentage 字段
SQL 查询 remaining_amount
✓ SQL 查询正确生成 remaining_amount 字段
PWA Meta 标签
✓ header.php 包含 mobile-web-app-capable meta 标签
📋 修复摘要
- config.php: 添加 session 状态检查,避免配置警告
- includes/functions.php: escape() 函数处理 null 值
- includes/header.php: 添加 mobile-web-app-capable meta 标签
- dashboard.php: SQL 查询添加 remaining_amount 计算字段
- list.php: SQL 查询添加 remaining_amount 计算字段
- icons/: 创建 PWA 图标目录