chore: 发布v0.2.6版本,新增重置图标缓存工具

1. 新增reseticon命令行工具用于重置Windows图标缓存
2. 重构平台常量导出逻辑,移除顶层直接导出的IS_*变量
3. 为系统任务相关的TaskSpec添加verbose输出
4. 优化测试用例的列表格式和平台条件写法
5. 更新依赖锁定文件和项目配置
This commit is contained in:
2026-06-27 08:45:48 +08:00
parent 9d79cddbd6
commit f15f235ecf
8 changed files with 139 additions and 239 deletions
Generated
+1 -1
View File
@@ -2184,7 +2184,7 @@ wheels = [
[[package]]
name = "pyflowx"
version = "0.2.5"
version = "0.2.6"
source = { editable = "." }
dependencies = [
{ name = "graphlib-backport", marker = "python_full_version < '3.9'" },