{"id":49079362,"url":"https://github.com/zeroduhyy/iclass_buaa","last_synced_at":"2026-04-20T12:10:38.568Z","repository":{"id":280957081,"uuid":"943735355","full_name":"zeroduhyy/iclass_buaa","owner":"zeroduhyy","description":"北航上课签到二维码","archived":false,"fork":false,"pushed_at":"2026-04-10T16:54:57.000Z","size":276,"stargazers_count":112,"open_issues_count":1,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-10T18:32:56.616Z","etag":null,"topics":["automation","beihang","buaa","iclass","python","script"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeroduhyy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-06T07:20:41.000Z","updated_at":"2026-04-10T16:55:00.000Z","dependencies_parsed_at":"2025-03-06T08:38:05.338Z","dependency_job_id":null,"html_url":"https://github.com/zeroduhyy/iclass_buaa","commit_stats":null,"previous_names":["zeroduhyy/iclass_buaa"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/zeroduhyy/iclass_buaa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroduhyy%2Ficlass_buaa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroduhyy%2Ficlass_buaa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroduhyy%2Ficlass_buaa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroduhyy%2Ficlass_buaa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeroduhyy","download_url":"https://codeload.github.com/zeroduhyy/iclass_buaa/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroduhyy%2Ficlass_buaa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32046472,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","beihang","buaa","iclass","python","script"],"created_at":"2026-04-20T12:10:37.972Z","updated_at":"2026-04-20T12:10:38.558Z","avatar_url":"https://github.com/zeroduhyy.png","language":"TypeScript","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# 🎓 北航 iClass 签到系统 \n\n## 📢 本次更新说明(2026.04.20) - v1.0.3\n\n- 修复了 Windows 端在 WebVPN 模式下可能因时间戳偏大导致的“参数错误”，现在可正常进行 VPN 打卡。\n- 在登录阶段继续读取服务器 `Date` 响应头同步签到时间，并针对 VPN 链路加入了单独的负向时间修正，尽量避免时间戳落到服务端未来时间。\n- 直连打卡逻辑保持不变，主要调整的是 Windows 端 VPN 模式下的时间偏移处理。\n- 重要提醒：学校服务器目前不再支持补签打卡，请务必在上课时间内完成打卡。\n- 由于网络波动，直接打卡或 VPN 打卡仍可能偶发失败，建议确认页面显示成功后再离开。\n\n\u003e **支持 校园网直连 / WebVPN 登录**\n\u003e\n\u003e ⚠️ **免责声明**\n\u003e 本项目为开源代码，使用者需自行选择是否使用，并应遵守北京航空航天大学的相关规定。因使用本项目产生的一切后果均由使用者本人承担。\n\n---\n\n## 🛠️ 部署与打包指南\n\n*注：原先的 Python 版本代码已迁移至 `python` 分支，全新版本请参考当前分支。*\n\n### 1. 一键式部署 (本地运行)\n\n在项目根目录下运行以下脚本命令，会自动安装相关依赖：\n\n**Windows 环境:**\n```cmd\n./scripts/setup.bat\n```\n\n**Linux / Mac 环境:**\n```bash\n./scripts/setup.sh\n```\n*运行成功后会自动打开客户端界面，即可访问并使用。*\n\n### 2. 打包生成 Windows 软件 (.exe)\n\n项目目前已配置为仅打包 Windows 版本。如需生成独立的可执行程序，可在项目根目录下运行以下命令：\n\n```bash\nnpm run build:win\n```\n*提示：编译打包完成后，生成的免安装绿色版及 `.exe` 安装程序将自动输出在项目根目录的 `dist_exe` 文件夹中。*\n\n### 🎨 附：修改应用图标\n\n如果需要更换打包生成软件的图标，请直接替换/覆盖项目根目录下的对应文件：\n- `icon.ico`（替换为你自己的 Windows 图标文件，保持名字不变即可）\n\n---\n\n## ⚠️ 注意事项\n\n- 本项目仅用于个人学习和研究交流，**请勿用于违反学校规定的用途**。\n- 系统会话 (Session) 仅在本地存储登录状态，**绝不会**收集或上传个人的账号与密码。\n- 若 iClass 系统接口更新，可能需要调整代码后才能继续使用，本项目无法保证长期及时更新。\n\n---\n\n💡 *希望本工具能为你的学习和签到管理带来便利！🚀*\n\n## ✨ 致谢\n\n感谢以下 PR 贡献者对本项目的支持与改进：\n\n- [@Yiki21](https://github.com/Yiki21)\n- [@el-ev](https://github.com/el-ev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroduhyy%2Ficlass_buaa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeroduhyy%2Ficlass_buaa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroduhyy%2Ficlass_buaa/lists"}