diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b315aa5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/__pycache__/ +/dist/ +/build/ +/*/__pycache__ +*.log \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..4c28c22 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +## Readme + +## issue + + +## bug fix +2023-04-11 修改 .gitignore \ No newline at end of file diff --git a/__pycache__/configuration.cpython-38.pyc b/__pycache__/configuration.cpython-38.pyc index a957762..368407f 100644 Binary files a/__pycache__/configuration.cpython-38.pyc and b/__pycache__/configuration.cpython-38.pyc differ diff --git a/__pycache__/dataplot.cpython-38.pyc b/__pycache__/dataplot.cpython-38.pyc index a74ae35..6eafde6 100644 Binary files a/__pycache__/dataplot.cpython-38.pyc and b/__pycache__/dataplot.cpython-38.pyc differ diff --git a/__pycache__/listctrl.cpython-38.pyc b/__pycache__/listctrl.cpython-38.pyc index 2548a6b..7220336 100644 Binary files a/__pycache__/listctrl.cpython-38.pyc and b/__pycache__/listctrl.cpython-38.pyc differ diff --git a/__pycache__/myconfig.cpython-38.pyc b/__pycache__/myconfig.cpython-38.pyc index 5af9e90..ab3aad0 100644 Binary files a/__pycache__/myconfig.cpython-38.pyc and b/__pycache__/myconfig.cpython-38.pyc differ diff --git a/__pycache__/myexception.cpython-38.pyc b/__pycache__/myexception.cpython-38.pyc index a5fb9d9..7a22482 100644 Binary files a/__pycache__/myexception.cpython-38.pyc and b/__pycache__/myexception.cpython-38.pyc differ diff --git a/__pycache__/mylogger.cpython-38.pyc b/__pycache__/mylogger.cpython-38.pyc index b9969b7..ba7ddd0 100644 Binary files a/__pycache__/mylogger.cpython-38.pyc and b/__pycache__/mylogger.cpython-38.pyc differ diff --git a/__pycache__/mypanel.cpython-38.pyc b/__pycache__/mypanel.cpython-38.pyc index fda19c4..aab29bd 100644 Binary files a/__pycache__/mypanel.cpython-38.pyc and b/__pycache__/mypanel.cpython-38.pyc differ diff --git a/__pycache__/mypath.cpython-38.pyc b/__pycache__/mypath.cpython-38.pyc index 4ab8db1..263509d 100644 Binary files a/__pycache__/mypath.cpython-38.pyc and b/__pycache__/mypath.cpython-38.pyc differ diff --git a/__pycache__/mythread.cpython-38.pyc b/__pycache__/mythread.cpython-38.pyc index 71c6963..794f54e 100644 Binary files a/__pycache__/mythread.cpython-38.pyc and b/__pycache__/mythread.cpython-38.pyc differ diff --git a/__pycache__/readcal.cpython-38.pyc b/__pycache__/readcal.cpython-38.pyc index 2885d76..140438b 100644 Binary files a/__pycache__/readcal.cpython-38.pyc and b/__pycache__/readcal.cpython-38.pyc differ diff --git a/__pycache__/uart.cpython-38.pyc b/__pycache__/uart.cpython-38.pyc index 0d082a3..e235ae4 100644 Binary files a/__pycache__/uart.cpython-38.pyc and b/__pycache__/uart.cpython-38.pyc differ diff --git a/__pycache__/viper.cpython-38.pyc b/__pycache__/viper.cpython-38.pyc index 6b0ae26..81553c9 100644 Binary files a/__pycache__/viper.cpython-38.pyc and b/__pycache__/viper.cpython-38.pyc differ diff --git a/__pycache__/yiwinframe.cpython-38.pyc b/__pycache__/yiwinframe.cpython-38.pyc index a44a125..6e59eb0 100644 Binary files a/__pycache__/yiwinframe.cpython-38.pyc and b/__pycache__/yiwinframe.cpython-38.pyc differ diff --git a/myconfig.py b/myconfig.py index 8adf84f..c91c82e 100644 --- a/myconfig.py +++ b/myconfig.py @@ -12,8 +12,8 @@ import yaml from enum import Enum from pathlib import Path -VERSION = "3.5.0" -LASTDATE = "2023-03-7" +VERSION = "3.6.0" +LASTDATE = "2023-04-11" COMPANY = u"奕枫仪器" CURRENT_DIR = Path() diff --git a/uiconfig/__pycache__/ui_com_setting.cpython-38.pyc b/uiconfig/__pycache__/ui_com_setting.cpython-38.pyc index 391fc76..d365e48 100644 Binary files a/uiconfig/__pycache__/ui_com_setting.cpython-38.pyc and b/uiconfig/__pycache__/ui_com_setting.cpython-38.pyc differ diff --git a/uiconfig/__pycache__/ui_filepath_setting.cpython-38.pyc b/uiconfig/__pycache__/ui_filepath_setting.cpython-38.pyc index 19cef30..53fc6a3 100644 Binary files a/uiconfig/__pycache__/ui_filepath_setting.cpython-38.pyc and b/uiconfig/__pycache__/ui_filepath_setting.cpython-38.pyc differ diff --git a/uiconfig/__pycache__/ui_log_setting.cpython-38.pyc b/uiconfig/__pycache__/ui_log_setting.cpython-38.pyc index ce0939a..383fbc7 100644 Binary files a/uiconfig/__pycache__/ui_log_setting.cpython-38.pyc and b/uiconfig/__pycache__/ui_log_setting.cpython-38.pyc differ diff --git a/uiconfig/__pycache__/ui_pathsn_setting.cpython-38.pyc b/uiconfig/__pycache__/ui_pathsn_setting.cpython-38.pyc index 71083e9..6aba552 100644 Binary files a/uiconfig/__pycache__/ui_pathsn_setting.cpython-38.pyc and b/uiconfig/__pycache__/ui_pathsn_setting.cpython-38.pyc differ diff --git a/uiconfig/__pycache__/ui_plot_setting.cpython-38.pyc b/uiconfig/__pycache__/ui_plot_setting.cpython-38.pyc index 6f31d6a..ca35c5a 100644 Binary files a/uiconfig/__pycache__/ui_plot_setting.cpython-38.pyc and b/uiconfig/__pycache__/ui_plot_setting.cpython-38.pyc differ diff --git a/uiconfig/__pycache__/uiabout.cpython-38.pyc b/uiconfig/__pycache__/uiabout.cpython-38.pyc index 1e0f3f2..8c043d1 100644 Binary files a/uiconfig/__pycache__/uiabout.cpython-38.pyc and b/uiconfig/__pycache__/uiabout.cpython-38.pyc differ diff --git a/uiconfig/__pycache__/uihelp.cpython-38.pyc b/uiconfig/__pycache__/uihelp.cpython-38.pyc index 14d360c..da02d45 100644 Binary files a/uiconfig/__pycache__/uihelp.cpython-38.pyc and b/uiconfig/__pycache__/uihelp.cpython-38.pyc differ