...
 
Commits (2)
    https://gitcode.net/horse_sword/tagdox/-/commit/cd81ebbb9bdf02fb7ce6bc9238cae128ec57833f 增加说明 2021-12-25T18:09:39+08:00 horsesword horsesword@qq.com https://gitcode.net/horse_sword/tagdox/-/commit/37b050c11c63d0ca62003f4b83d306708c7f7e0b 更新了gitee主页的网址 2021-12-25T18:22:50+08:00 horsesword horsesword@qq.com
这里预计要用作配置文件所在目录。
只不过目前版本还没有实现这方面的代码。
\ No newline at end of file
src/二维码设计.png

47.5 KB | W: | H:

src/二维码设计.png

55.5 KB | W: | H:

src/二维码设计.png
src/二维码设计.png
src/二维码设计.png
src/二维码设计.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -45,9 +45,9 @@ from libs.markdown import MarkdownRel # 对 markdown 的特殊处理
# import my_logger
# import send2trash # 回收站(目前作废)
URL_HELP = 'https://gitee.com/horse_sword/my-local-library' # 帮助的超链接,目前是 gitee 主页
URL_ADV = 'https://gitee.com/horse_sword/my-local-library/issues' # 提建议的位置
URL_CHK_UPDATE = 'https://gitee.com/horse_sword/my-local-library/releases' # 检查更新的位置
URL_HELP = 'https://gitee.com/horse_sword/tagdox' # 帮助的超链接,目前是 gitee 主页
URL_ADV = 'https://gitee.com/horse_sword/tagdox/issues' # 提建议的位置
URL_CHK_UPDATE = 'https://gitee.com/horse_sword/tagdox/releases' # 检查更新的位置
TAR = 'Tagdox / 标签文库' # 程序名称
VER = 'v0.22.0.2' # 版本号
......@@ -5990,7 +5990,7 @@ if __name__ == '__main__':
"folder_75_20": tk.PhotoImage(file="./src/folder_75_20.png"),
"folder_50_20": tk.PhotoImage(file="./src/folder_50_20.png"),
"folder_25_20": tk.PhotoImage(file="./src/folder_25_20.png")}
IMAGE_FOLDER = tk.PhotoImage(file='./src/在线帮助.png')
IMAGE_FOLDER = tk.PhotoImage(file='./src/gitee_homepage.png')
#
# 运行
update_folder_list() # 文件夹列表
......