diff --git a/datas/start.bat b/datas/start.bat index 45b24c8..60e4ac5 100644 --- a/datas/start.bat +++ b/datas/start.bat @@ -1 +1 @@ -D:/database/start.exe --startWindow \ No newline at end of file +D:/database/start.exe --startWindow=True \ No newline at end of file diff --git a/src/start.py b/src/start.py index 2e95aaa..e010e75 100644 --- a/src/start.py +++ b/src/start.py @@ -127,7 +127,7 @@ if __name__ == '__main__': parser.add_argument('--startWindow', type=lambda x: x.lower() == 'true', default=None, - help='设置为true则执行open_window(),false或未设置则不执行') + help='设置为true则打开本地窗口,false或未设置则不执行') args = parser.parse_args() if args.startWindow: open_web() diff --git a/数据库本地运行说明文档.docx b/数据库本地运行说明文档.docx index 80c365c..de2fe5f 100644 Binary files a/数据库本地运行说明文档.docx and b/数据库本地运行说明文档.docx differ