修复内容:
- 修正 sendDesktopNotification 函数中的字符串转义
- warnings.join('\n') 改为 warnings.join('\n')
- 解决浏览器控制台 SyntaxError 错误
14 lines
690 B
Plaintext
14 lines
690 B
Plaintext
[2026-06-01 11:40:58] ==================================================
|
||
[2026-06-01 11:40:58] 项目服务管理面板 v2.0.0 启动
|
||
[2026-06-01 11:40:58] 访问地址: http://localhost:16022
|
||
[2026-06-01 11:40:58] 进程PID: 774683
|
||
[2026-06-01 11:40:58] ==================================================
|
||
* Serving Flask app 'app'
|
||
* Debug mode: off
|
||
[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
|
||
* Running on all addresses (0.0.0.0)
|
||
* Running on http://127.0.0.1:16022
|
||
* Running on http://192.168.0.101:16022
|
||
[33mPress CTRL+C to quit[0m
|
||
127.0.0.1 - - [01/Jun/2026 11:41:03] "GET / HTTP/1.1" 200 -
|