{"id":50237281,"url":"https://github.com/mowtwo/metering-do","last_synced_at":"2026-05-26T20:08:56.212Z","repository":{"id":337214437,"uuid":"1152633878","full_name":"mowtwo/metering-do","owner":"mowtwo","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-08T13:20:49.000Z","size":540,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-08T17:31:12.512Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://metering.mowtwo.com","language":"TypeScript","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/mowtwo.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-08T07:07:12.000Z","updated_at":"2026-02-08T13:22:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mowtwo/metering-do","commit_stats":null,"previous_names":["mowtwo/metering-do"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mowtwo/metering-do","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mowtwo%2Fmetering-do","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mowtwo%2Fmetering-do/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mowtwo%2Fmetering-do/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mowtwo%2Fmetering-do/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mowtwo","download_url":"https://codeload.github.com/mowtwo/metering-do/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mowtwo%2Fmetering-do/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33536958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2026-05-26T20:08:55.629Z","updated_at":"2026-05-26T20:08:56.203Z","avatar_url":"https://github.com/mowtwo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Metering Do - 个人资产费用追踪\n\n一个帮助你追踪个人资产持有成本的 PWA 应用。不仅记录购买价格，还能追踪资产相关的各类支出（初始费用、一次性支出、周期性费用、出售收入等），并自动计算日均成本、净成本等关键指标。\n\n**在线访问：[https://metering.mowtwo.com/](https://metering.mowtwo.com/)**\n\n## 功能特性\n\n- **资产管理** - 创建和管理个人资产，支持分类、子分类和 Emoji 标识\n- **多类型费用记录** - 支持初始费用、一次性支出、周期性费用（日/月/年）、出售收入四种类型\n- **自动费用计算** - 自动计算总成本、净成本、日均成本、持有天数等指标\n- **全局统计** - 首页展示所有资产的总净成本、平均日均成本概览\n- **模糊搜索** - 按资产名称快速搜索，支持多种排序方式\n- **分类管理** - 预置电子产品、家居、出行、穿搭、娱乐等分类，支持自定义\n- **多种视图** - 卡片视图和列表视图自由切换\n- **主题皮肤** - 内置简约、P5、科技三种主题风格\n- **数据导入/导出** - 支持 JSON 格式的数据备份与恢复\n- **纯本地存储** - 所有数据存储在浏览器 IndexedDB 中，保护隐私\n- **PWA 支持** - 可安装到桌面，支持离线使用\n\n## 技术栈\n\n- **框架**: Next.js 16 + React 19 + TypeScript\n- **样式**: Tailwind CSS 4 + Shadcn/ui + Radix UI\n- **数据存储**: Dexie (IndexedDB)\n- **表单**: React Hook Form + Zod\n- **搜索**: Fuse.js\n- **PWA**: Serwist\n\n## 开始使用\n\n```bash\n# 安装依赖\npnpm install\n\n# 启动开发服务器\npnpm dev\n\n# 构建生产版本\npnpm build\n```\n\n打开 [http://localhost:3000](http://localhost:3000) 即可访问。\n\n## 项目结构\n\n```\nsrc/\n├── app/            # 页面路由\n├── components/     # UI 组件\n│   ├── assets/     # 资产相关组件\n│   ├── expenses/   # 费用相关组件\n│   ├── categories/ # 分类管理组件\n│   ├── search/     # 搜索与筛选\n│   ├── layout/     # 布局组件\n│   └── ui/         # 基础 UI 组件\n├── hooks/          # 自定义 Hooks\n├── lib/            # 工具函数与数据库\n└── types/          # TypeScript 类型定义\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmowtwo%2Fmetering-do","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmowtwo%2Fmetering-do","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmowtwo%2Fmetering-do/lists"}