{"id":19241660,"url":"https://github.com/qwqcode/qwquiver","last_synced_at":"2025-04-21T09:32:28.707Z","repository":{"id":79169754,"uuid":"132334488","full_name":"qwqcode/qwquiver","owner":"qwqcode","description":"🎐 成绩查询，Material Design 风格的学生考试成绩 查询 / 统计 / 分析 网站 Excel 表格快速导入 / 条件查询 / 图表 / 多维排名 / 多平台 / 手机端（原 QwQuery）","archived":false,"fork":false,"pushed_at":"2023-02-25T06:27:00.000Z","size":6421,"stargazers_count":52,"open_issues_count":7,"forks_count":13,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T12:03:56.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qwqcode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-05-06T12:03:34.000Z","updated_at":"2025-03-22T14:45:25.000Z","dependencies_parsed_at":"2023-03-15T08:30:17.900Z","dependency_job_id":null,"html_url":"https://github.com/qwqcode/qwquiver","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwqcode%2Fqwquiver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwqcode%2Fqwquiver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwqcode%2Fqwquiver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwqcode%2Fqwquiver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qwqcode","download_url":"https://codeload.github.com/qwqcode/qwquiver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250032145,"owners_count":21363780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-09T17:12:07.589Z","updated_at":"2025-04-21T09:32:27.662Z","avatar_url":"https://github.com/qwqcode.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://user-images.githubusercontent.com/22412567/89914023-fb3a6e80-dc26-11ea-82ba-5ed80e2ffb69.jpg)\n\n# qwquiver\n\n\u003e A website for exploring and analyzing exam results.\n\n## Features\n- 多平台支持 (Win, macOS, Linux)\n- Material Design 风格\n- 多条件查询\n  - 支持正则表达式\n  - 数据模糊查询\n  - 根据学校班级查询\n- 单科成绩\n  - 多视角排名\n  - 数据排序\n- 表格\n  - 固定表头\n  - 大屏幕展示\n  - 字体大小手动调整\n  - 自定义字段显示隐藏\n  - 每页项目数量设定\n- 快速查看数据平均分\n- 下载为 `.xlsx` 表格文件\n- 在线直接打印\n- 考生数统计\n- 趋势，统计图\n  - 历史成绩\n  - 总分趋势\n  - 平均分趋势\n  - 多科对比\n- 命令行功能\n  - 考试管理\n  - 成绩导入（从电子表格文件）\n  - 构建排名（高考录取人数排名风格）\n- 适配手机端 响应式页面\n\n## Quick Start\n\n```bash\n# 运行服务器\n$ qwquiver serve\n\n# 考试管理\n$ qwquiver exam\n\n# 列出所有考试\n$ qwquiver exam list\n\n# 导入工具帮助文档\n$ qwquiver import -h\n\n# 导入考试成绩 xlsx\n$ qwquiver import \"20200811.xlsx\" --exam-name \"期末考试\" --exam-conf '{\"Grp\":\"高中\",\"Label\":\"期末考试\",\"Subj\":[\"YW\",\"SX\",\"YY\",\"WL\",\"HX\",\"SW\"],\"SubjFullScore\":{\"HX\":100,\"SW\":100,\"SX\":150,\"WL\":100,\"YW\":150,\"YY\":150},\"Date\":\"202008\",\"Note\":\"备注\"}'\n\n# 编辑考试数据\n$ qwquiver exam config set -h\n\n# 获取考试数据\n$ qwquiver exam config get -h\n```\n\n## Build Setup\n\n```bash\n# clone qwquiver project\n$ git clone --recurse-submodules https://github.com/qwqcode/qwquiver.git\n\n# install frontend dependencies\n$ cd frontend\n$ yarn install\n$ cd ../\n\n# build qwquiver\n$ cd build\n$ ./build_frontend.sh # build frontend\n$ ./build_win.sh # build for windows\n```\n\n## Screenshots\n\n![](https://user-images.githubusercontent.com/22412567/89917968-0b088180-dc2c-11ea-882e-204382d49818.png)\n![](https://user-images.githubusercontent.com/22412567/89917972-0ba11800-dc2c-11ea-9793-d584f1837361.png)\n![](https://user-images.githubusercontent.com/22412567/89917976-0c39ae80-dc2c-11ea-8064-dc4a19f79bd8.png)\n![](https://user-images.githubusercontent.com/22412567/89917979-0cd24500-dc2c-11ea-9139-cc751d95e07b.png)\n![](https://user-images.githubusercontent.com/22412567/89917982-0d6adb80-dc2c-11ea-92c4-cb86774728c6.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwqcode%2Fqwquiver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqwqcode%2Fqwquiver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwqcode%2Fqwquiver/lists"}