更新cursor检测
This commit is contained in:
parent
0011b1b558
commit
60d46a4951
5
.codegraph/.gitignore
vendored
Normal file
5
.codegraph/.gitignore
vendored
Normal 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.
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user