From 862a340e2fbc93efda1db8ae5ebe3ac132e68f5b Mon Sep 17 00:00:00 2001 From: lxb <1580622474@qq.com> Date: Sun, 11 Jan 2026 14:37:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=B8=80=E4=B8=AA=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E9=80=89=E9=A1=B9=E2=80=9C=E5=B0=8F=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 12f6454..14bcaf3 100644 --- a/app.py +++ b/app.py @@ -13,7 +13,7 @@ from tkcalendar import Calendar # ----------------------- CONFIG ----------------------- # region 配置 -VERSION = "v1.0.3" +VERSION = "v1.0.4" DB_PATH = "tasks.db" # 数据库文件路径 TEMPLATES_PATH = "templates.json" # 检索模板文件路径 @@ -30,7 +30,7 @@ CTK_COLOR_THEME = "blue" # Options PRIORITY_OPTIONS = ["SSS", "SS", "S", "A", "B", "C", "D", "E"] -TYPE_OPTIONS = ["Bug", "需求", "其他"] +TYPE_OPTIONS = ["Bug", "需求", "其他", "小问题"] STATUS_OPTIONS = ["待处理", "进行中", "已完成", "保持跟进", "搁置", "取消"] # Display sets (icon + background)