VJudge Helper READMEFeatures/功能特性After you log in, you can view your contests, problems in them, and submit code directly in VS Code. 登录后,你可以直接在 VS Code 中查看比赛、比赛题目以及提交代码。 Release Notes/更新日志0.2.3Update @starcatmeow/vjudge-api to v0.5.0, fix https://github.com/starcatmeow/vjudge-helper/issues/2. 0.2.2Manually store cookies to avoid unexpected errors. 0.2.1Change the request method from puppeteer to actual HTTP API to provide better compatibility and performance. Features:
将请求方式从之前的Puppeteer模拟操作更换为HTTP API,带来更好的兼容性及性能 新功能:
0.1.0Complete basic features - view contests, problems in contests, and submit code. 完成基本功能(查看比赛、比赛题目、提交代码) |