Skip to content

Commit 778d520

Browse files
committed
refactor: 更新源码链接地址
- 将提示信息中的 URL 从 constants.URL_REPORT 修改为 constants.URL_REPOSITORY - 这个修改确保了用户能够访问到正确的源代码仓库地址
1 parent 1f53965 commit 778d520

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vcf_generator_lite/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def main():
2525
enable_dpi_aware()
2626

2727
logging.info("Starting VCF Generator...")
28-
print(f"💡Tip: The source code is hosted at {constants.URL_REPORT}")
28+
print(f"💡Tip: The source code is hosted at {constants.URL_REPOSITORY}")
2929

3030
main_window, _ = create_main_window()
3131
main_window.mainloop()

0 commit comments

Comments
 (0)