Skip to content

Commit 79680c3

Browse files
authored
Update app_ui.py
1 parent c612b6f commit 79680c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app_ui.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
try:
1515
from app_resources import ICON_B64
1616
except ImportError:
17-
ICON_B64 = ""
17+
ICON_B64 = ""#(app.resources.py的图标自己可以随意找,如果不需要图标测可以删除这个文件中关于icon_b64图标的全部引用)
1818

1919
class FreeCursorApp:
2020
VERSION = "版本信息"
2121
VERSION_URL = "你的gist地址"
22-
GITHUB_REPO_URL = "有了新版本后希望跳转的地址"
22+
GITHUB_REPO_URL = "有了新版本、出现网络连接错误后希望跳转的地址,如果不需要可以删除这段版本可控制代码"
2323
def __init__(self, root, usage_limiter):
2424
self.root = root
2525
self.root.title("Free-Cursor")

0 commit comments

Comments
 (0)