We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c612b6f commit 79680c3Copy full SHA for 79680c3
app_ui.py
@@ -14,12 +14,12 @@
14
try:
15
from app_resources import ICON_B64
16
except ImportError:
17
- ICON_B64 = ""
+ ICON_B64 = ""#(app.resources.py的图标自己可以随意找,如果不需要图标测可以删除这个文件中关于icon_b64图标的全部引用)
18
19
class FreeCursorApp:
20
VERSION = "版本信息"
21
VERSION_URL = "你的gist地址"
22
- GITHUB_REPO_URL = "有了新版本后希望跳转的地址"
+ GITHUB_REPO_URL = "有了新版本、出现网络连接错误后希望跳转的地址,如果不需要可以删除这段版本可控制代码"
23
def __init__(self, root, usage_limiter):
24
self.root = root
25
self.root.title("Free-Cursor")
0 commit comments