mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2026-06-13 10:35:07 +00:00
- Updated Vue components in `src/pages/list/index.vue`, `src/pages/settings.vue`, and `src/pages/socket-debugger.vue` for better readability by adjusting indentation and line breaks. - Enhanced the `dataProvider.js` utility to streamline server and local data handling, including the introduction of a sync queue for offline write buffering. - Incremented the local database version in `kvLocalProvider.js` to accommodate new sync queue features. - Added a new `CLAUDE.md` file to provide project overview and development guidelines. - Commented out the Sentry vendor chunk in `vite.config.mjs` for potential future use.
Classworks
适用于班级大屏的作业板小工具
请打开 https://cs.houlangs.com 立刻使用
交流
QQ:964979747
📦 快速开始
环境准备
- Node.js 16+
- pnpm
安装步骤
# 克隆项目
git clone https://github.com/ZeroCatDev/Classworks.git
cd Classworks
# 安装依赖
pnpm install
# 启动开发服务器
pnpm run dev
# 构建生产版本
pnpm run build
🤝 参与贡献
Classworks 非常欢迎你的加入!提一个 Issue 或者提交一个 Pull Request。对于小白问题,最好在 qq 群里问,我们会尽量回答。
ZeroCat 的项目 遵循 Contributor Covenant 行为规范
孙悟元 希望你遵循 提问的智慧
👥 联系我们
- QQ交流群:964979747
- 开发者:@SunWuyuan
- 官网:ZeroCat
🙏 致谢
感谢所有为项目做出贡献的开发者!
📄 开源协议
ZeroCat 社区项目遵循 AGPL-3.0 许可证。
Copyright (C) 2020-2026 Sunwuyuan.
Description
Languages
Vue
88.3%
JavaScript
10.1%
SCSS
1.4%
HTML
0.2%
