{"id":24989171,"url":"https://github.com/lc044/annualreport","last_synced_at":"2025-04-19T18:39:19.221Z","repository":{"id":270697197,"uuid":"911186798","full_name":"LC044/AnnualReport","owner":"LC044","description":"微信年度聊天报告模板","archived":false,"fork":false,"pushed_at":"2025-03-13T16:07:16.000Z","size":22556,"stargazers_count":48,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T11:43:08.283Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/LC044.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":"2025-01-02T12:43:39.000Z","updated_at":"2025-03-29T04:02:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"102df19c-20a6-4bb8-9ecb-9b038e5f9865","html_url":"https://github.com/LC044/AnnualReport","commit_stats":null,"previous_names":["lc044/annualreport"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LC044%2FAnnualReport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LC044%2FAnnualReport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LC044%2FAnnualReport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LC044%2FAnnualReport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LC044","download_url":"https://codeload.github.com/LC044/AnnualReport/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249766536,"owners_count":21322616,"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":"2025-02-04T12:30:18.419Z","updated_at":"2025-04-19T18:39:19.193Z","avatar_url":"https://github.com/LC044.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 年度报告模板\n\n## 运行示例\n\n[个人年度报告在线预览](https://memotrace.cn/2024/single/)\n\n手机可以扫码观看\n\n\u003cimg src=\"./doc/image/qrcode2.png\" height=\"300px\"/\u003e\n\n![](/doc/demo1.gif)\n\n[双人年度报告在线预览](https://memotrace.cn/2024Report/)\n\n手机可以扫码观看\n\n\u003cimg src=\"./doc/image/qrcode1.png\" height=\"300px\"/\u003e\n\n## 使用\n\n需要安装 node.js 版本 20\n\n### 克隆代码\n\n```bash\ngit clone https://github.com/LC044/AnnualReport\n\ncd AnnualReport\n\ncd report-2024\n\ncd single\n```\n\n### 安装依赖\n\n```bash\nnpm install\n```\n\n### 运行\n\n```bash\nnpm run dev\n```\n\n### 打包\n\n```bash\nnpm run build\n```\n\n### 修改数据\n\n为了方便修改、自定义，所有数据均定义在getData.js里，你可以只修改这里面的数据来定制专属于你自己的年度报告。\n\n```javascript\n/**********第一页************/\n// Welcome.vue\n// 欢迎页数据\nexport const Welcome_data = reactive({\n    avatarSrc: './header/header7.webp',\n    nickname: \"初霜\",\n    descriptionText: {\n        hello: \"Hello World!\",\n        text1: \"时光荏苒，转眼间我们又走过了一年。\",\n        text2: \"在过去的365天里，从深夜的长谈到清晨的祝福，从好友间的调侃到工作中的忙碌……\",\n        text4: \"这些聊天记录，是属于你的独家记忆。\",\n        text7: \"打开报告，开启你的专属年度记忆吧！\"\n    }\n});\n\n\n\n/**********第二页************/\n// ChatData.vue\n// 全年消息统计数据\nexport var statsData = {\n    // 一年中的天数\n    daysInWeChat: 365, \n    // 聊天人数\n    numOfFriends: 113,\n    // 发出的消息数\n    messagesSent: 14404,\n    // 收到的消息数\n    messagesReceived: 18708,\n    // 总字数\n    totalWords: 493092\n};\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flc044%2Fannualreport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flc044%2Fannualreport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flc044%2Fannualreport/lists"}