Update: Refactor to absolute imports, fix QPS limits, and enhance Gitea sync with SQLite support

This commit is contained in:
2026-07-21 10:25:29 +08:00
parent ef04fc5627
commit 97d9d98b4c
67 changed files with 1691 additions and 457 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ import tkinter as tk
from tkinter import messagebox
from threading import Thread
from .logging_ui import LogRedirector
from .result_previews import show_result_preview
from app.ui.logging_ui import LogRedirector
from app.ui.result_previews import show_result_preview
# 任务状态跟踪
_RUNNING_TASK = None