Skip to content

Commit

Permalink
说明文档
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuJiewenTT committed Jan 31, 2024
1 parent cf044da commit a988a96
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
venv
keep_local
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# 《尘白禁区》服务器切换器 前端(tk)

此前端程序由tkinter库支持。

当前版本暂不支持配置文件。

![icon_png](res/icon1.png)

## 构建

### 环境配置

作者的Python版本为`3.8.8`,使用的库见<venv/Lib/installation_notes/pip_list.txt>。

### 构建exe

此项目使用PyInstaller-6.3.0构建。

## 使用

当前版本在当前路径下查找脚本`CBJQ_SS.main.bat`,可以通过`-cwd [path/to/script]`切换工作目录。

## 程序说明

版本说明:
1. A版为单文件版,且启用了upx压缩,运行前会临时解压到暂存目录下,因此启动较慢。
2. B版为文件夹版,此版本暂不提供。

## License

当前版本使用:MIT License。
12 changes: 12 additions & 0 deletions venv/Lib/installation_notes/pip_list.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Package Version
------------------------- --------
altgraph 0.17.4
importlib-metadata 7.0.1
packaging 23.2
pefile 2023.2.7
pip 23.3.2
pyinstaller 6.3.0
pyinstaller-hooks-contrib 2024.0
pywin32-ctypes 0.2.2
setuptools 69.0.3
zipp 3.17.0

0 comments on commit a988a96

Please sign in to comment.