WangXuMing b139a0cb56 feat: 添加 pyproject.toml + 清理 sys.path.insert 2 тижнів тому
..
README.md 9d40938319 feat: 统一模型配置加载并重构审查/编写模块 1 місяць тому
grammar_check_server.py b139a0cb56 feat: 添加 pyproject.toml + 清理 sys.path.insert 2 тижнів тому
grammar_check_test.html adc0593910 chore: 清理冗余文件及小幅修复 2 тижнів тому

README.md

词句语法审查前端测试

启动测试

python grammar_check_server.py --port 8022

浏览器打开 http://localhost:8022

终止测试(杀掉端口)

# 查找并强制终止占用 8022 端口的进程
for /f "tokens=5" %a in ('netstat -ano ^| findstr ":8022"') do taskkill /PID %a /F