chore: 验证推送流程-更新文件头部注释

服务器仓库权限已修复(lighthouse 用户),验证推送是否正常工作
This commit is contained in:
Developer
2026-06-26 08:51:34 +08:00
parent 81ea0f60dc
commit 2a66f565cc
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
/// 更新时间: 2026-06-26
/// 作用: Web端path_provider不可用提供空实现返回null
/// 上次更新: 同步新增 getAppDataDirectory() 和 migrateAppDataFromDocumentsToSupport()
/// 的 Web 端空实现
/// 的 Web 端空实现(已通过推送验证)
/// ============================================================
Future<String?> getAppDirPathImpl() async => null;

View File

@@ -3,7 +3,7 @@
/// 创建时间: 2026-04-25
/// 更新时间: 2026-06-26
/// 作用: 封装平台相关操作隔离dart:io/dart:html支持鸿蒙
/// 上次更新: 新增 safeAppDataPath 和 migrateAppData统一应用数据存储位置
/// 上次更新: 新增 safeAppDataPath 和 migrateAppData统一应用数据存储位置(已通过推送验证)
/// ============================================================
import 'package:flutter/widgets.dart';