更新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
.codegraph/.gitignore vendored Normal file
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.

1146
main.py

File diff suppressed because it is too large Load Diff

View File

@ -1120,7 +1120,7 @@ class MainWindow(QMainWindow):
self.statusBar().addPermanentWidget(QLabel(f"Version: {__VERSION__}"))
self.log("🚀 程序启动成功")
self.log("📋 请先粘贴Token然后点击换号")
# self.log("📋 请先粘贴Token然后点击换号")
if self._splash:
self._splash.finish(self)