更新cursor检测

This commit is contained in:
2026-06-17 00:22:26 +08:00
parent 0011b1b558
commit 60d46a4951
4 changed files with 1072 additions and 109 deletions
+5
View File
@@ -0,0 +1,5 @@
# CodeGraph data files — local to each machine, not for committing.
# Ignore everything in .codegraph/ except this file itself, so transient
# files (the database, daemon.pid, sockets, logs) never show up in git.
*
!.gitignore
Binary file not shown.
+1031 -73
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1120,7 +1120,7 @@ class MainWindow(QMainWindow):
self.statusBar().addPermanentWidget(QLabel(f"Version: {__VERSION__}")) self.statusBar().addPermanentWidget(QLabel(f"Version: {__VERSION__}"))
self.log("🚀 程序启动成功") self.log("🚀 程序启动成功")
self.log("📋 请先粘贴Token,然后点击换号") # self.log("📋 请先粘贴Token,然后点击换号")
if self._splash: if self._splash:
self._splash.finish(self) self._splash.finish(self)