Skip to content

Commit

Permalink
delete no use file and fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyahui committed Jan 19, 2019
1 parent 3ec3844 commit 1b6fd84
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 37 deletions.
73 changes: 38 additions & 35 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion local_transfer_file/file_select_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def softwareDetail(self):
QMessageBox.information(self, "软件说明", "1. 需要手机和电脑在一个网络中,wifi同处一个网段中。\n 2. 尽量不要分享文件夹\n 3. 注意保护个人隐私,造成的法律后果由使用者承担\n 4. 仅供学习使用,请勿商用")

def sotfwareVersion(self):
QMessageBox.information(self, "软件版本", "版本号:0.0.1")
QMessageBox.information(self, "软件版本", "版本号:0.0.2")

def aboutMe(self):
QMessageBox.information(self, "关于", "一个会点编程的小蚂蚁")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="local_transfer_file",
version="0.0.1",
version="0.0.2",
keywords=("local transfer file", "qr code"),
description="local transfer file",
long_description="eds sdk for python",
Expand Down

0 comments on commit 1b6fd84

Please sign in to comment.