{"id":19151908,"url":"https://github.com/azcodingaccount/itime","last_synced_at":"2025-02-22T21:14:17.320Z","repository":{"id":219153593,"uuid":"746750613","full_name":"AZCodingAccount/iTime","owner":"AZCodingAccount","description":"一个基于electron、vue3、Arco Design的桌面端效率软件","archived":false,"fork":false,"pushed_at":"2024-12-25T12:41:46.000Z","size":22517,"stargazers_count":53,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-03T18:46:39.297Z","etag":null,"topics":["arco-design","clock","electron-app","todo","tools","vue3"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/AZCodingAccount.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}},"created_at":"2024-01-22T15:50:35.000Z","updated_at":"2025-01-02T20:25:27.000Z","dependencies_parsed_at":"2025-01-03T18:41:41.983Z","dependency_job_id":"54bf3c7c-7fa5-4cd5-a9e6-b3816e65b894","html_url":"https://github.com/AZCodingAccount/iTime","commit_stats":null,"previous_names":["azcodingaccount/easytodo","azcodingaccount/itime"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AZCodingAccount%2FiTime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AZCodingAccount%2FiTime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AZCodingAccount%2FiTime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AZCodingAccount%2FiTime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AZCodingAccount","download_url":"https://codeload.github.com/AZCodingAccount/iTime/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240236361,"owners_count":19769580,"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":["arco-design","clock","electron-app","todo","tools","vue3"],"created_at":"2024-11-09T08:16:02.950Z","updated_at":"2025-02-22T21:14:17.302Z","avatar_url":"https://github.com/AZCodingAccount.png","language":"Vue","readme":"# iTime\n\n## 介绍 📘\n\n​ iTime🕰️ 是一款基于**vue3**、**arco design**、**electron**开发的桌面端效率应用，slogan 是`让每一秒都刚刚好`，意为提高您的效率，帮助您充分利用自己的每一秒。项目功能模块有**待办模块**、**倒计时模块**、**番茄钟模块**、**自定义设置模块**。\n## 项目预览 👀\n视频版本(B站)：[基于electron开发的桌面端效率软件—第一期【功能介绍】](https://www.bilibili.com/video/BV1Yt421W79i)\n\n文字版本：移步[iTime软件使用介绍](https://github.com/AZCodingAccount/iTime/blob/master/软件使用说明书.md)，内有详细功能介绍与Gif图\n\n## 代码仓库 🌟\n\n- Gitee：https://gitee.com/AZCodingAccount/iTime\n- GitHub：https://github.com/AZCodingAccount/iTime\n\n## 快速开始 🚀\n\n- **拉取项目** (您需要先安装 Git)\n\n```bash\n# Gitee\ngit pull https://gitee.com/AZCodingAccount/iTime.git\n# GitHub\ngit pull https://github.com/AZCodingAccount/iTime.git\n```\n\n- 运行项目\n\n\n\n```bash\ncd 拉取项目目录\npnpm i\t    # 安装依赖\npnpm dev    # 运行vue程序\npnpm start\t# 运行electron桌面程序\n```\n\nℹ️ 在开发环境下，您需要设置相应的图片和语音路径，默认路径为生产环境下的\n\n## 项目技术应用 🛠️\n\n1. `Vue3`+`Electron`为主要开发技术\n2. 采用`aro design`组件库并进行一定程度定制\n3. 数据持久化采用`pinia`\n4. 引入`quill`富文本编辑器\n5. 第三方包\n   1. `uuid`生成 TODO 随机 id\n   2. `dayjs`格式化时间\n   3. `electron-is-dev`判断开发或生产环境\n   4. `electron-win-state`持久化窗口状态\n   5. `pinia-plugin-persistedstate`持久化 pinia\n   6. [`unplugin-vue-components`](https://github.com/antfu/unplugin-vue-components)+ [`unplugin-auto-import`](https://github.com/antfu/unplugin-auto-import) 按需引入组件\n6. 打包使用`electron-builder`\n\n## 未来 🔮\n\n- 🪄 自定义外观\n- 📸 集成截图和 OCR 功能\n- 🤖 集成 ChatGPT\n\n## 贡献 🤝\n\n项目欢迎任何形式的贡献\n\n- 提出[issue](https://github.com/AZCodingAccount/iTime/issues)报告 bug 或要求新功能\n- 提交[PR](https://github.com/AZCodingAccount/iTime/pulls)帮助完善应用\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazcodingaccount%2Fitime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazcodingaccount%2Fitime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazcodingaccount%2Fitime/lists"}