{"id":18672762,"url":"https://github.com/yarna/myfiglog","last_synced_at":"2025-04-12T01:31:17.327Z","repository":{"id":214418965,"uuid":"735774688","full_name":"yArna/myFigLog","owner":"yArna","description":"🏁 分析我的 Figma 工作记录","archived":false,"fork":false,"pushed_at":"2024-12-30T07:02:16.000Z","size":2244,"stargazers_count":35,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T21:35:31.262Z","etag":null,"topics":["bookmarklet","figma"],"latest_commit_sha":null,"homepage":"https://moonvy.com/myfig/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yArna.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":"2023-12-26T03:33:55.000Z","updated_at":"2025-01-01T11:35:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"12e09ab9-4032-46c5-bd18-f2a9674078ab","html_url":"https://github.com/yArna/myFigLog","commit_stats":null,"previous_names":["yarna/myfiglog"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yArna%2FmyFigLog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yArna%2FmyFigLog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yArna%2FmyFigLog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yArna%2FmyFigLog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yArna","download_url":"https://codeload.github.com/yArna/myFigLog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248504230,"owners_count":21115135,"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":["bookmarklet","figma"],"created_at":"2024-11-07T09:12:58.810Z","updated_at":"2025-04-12T01:31:16.593Z","avatar_url":"https://github.com/yArna.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MyFigLog | 分析我的 Figma 工作记录\n\n**[https://moonvy.com/myfig/](https://moonvy.com/myfig/)**\n\n![293128349-90790012-5165-4715-bbda-18968183cbb8](https://github.com/yArna/myFigLog/assets/82231420/ac7a1685-5c9b-416a-be57-8135249da315)\n\n\n## 说明\n\n这是个可以分析你的 Figma 工作记录的工具，能让你看到你每天的 Figma 工作状况，生成一个你的工作记录热点图\n\n他通过扫描你每个的 Figma 文件历史版本数量来作为工作记录的依据。\n\n \n\u003e [!NOTE]  \n\u003e 具体来说，会检查你已登录的账号（支持多个账号），获取你账号的草稿和加入的团队（包含组织团队），扫描其中的每个文件的历史版本，过滤出属于你创建的历史版本，以历史版本创建时间作为工作的记录\n\n\n\n\n\n\n## 使用\n\n \n\u003e [!TIP]  \n\u003e 所有操作仅在浏览器中完成，数据仅存储在你的浏览器中，不会向外发送任何数据\n\n\n### 普通浏览器\n - 打开 **[https://moonvy.com/myfig/](https://moonvy.com/myfig/)** 找到里面的「启动书签」链接，添加到你的书签中。\n - 打开你的 [Figma](https://www.figma.com/files/recents-and-sharing/recently-viewed)，点击「启动书签」。\n\n\n### Arc 浏览器\n\nArc 浏览器没有书签功能，所以你需要打开 [Figma](https://www.figma.com/files/recents-and-sharing/recently-viewed) 网页后 ，打开开发者工具（菜单: View \u003e Devloper \u003e Devloper Tool ），切换到 Console 输入以下代码，然后回车执行：\n\n```js\n fetch(\"https://moonvy.com/myfig/script/myfig-app.js\").then((r) =\u003e r.text().then((c) =\u003e eval(c)))\n```\n\n### Figma 客户端\n \u003cimg width=\"982\" alt=\"image\" src=\"https://github.com/yArna/myFigLog/assets/82231420/b59270ae-df56-48ec-8296-de2a3bf7131a\"\u003e\n\n\n- 打开开发者工具：菜单： Help（帮助）\u003e Troubleshooting \u003e Toggle Developer Tools\n- 切换到 Console 输入以下代码，然后回车执行：\n```js\n fetch(\"https://moonvy.com/myfig/script/myfig-app.js\").then((r) =\u003e r.text().then((c) =\u003e eval(c)))\n```\n \n## 开发\n这是一个 [Bookmarklet](https://en.wikipedia.org/wiki/Bookmarklet) Web 应用\n\n\n### 作为浏览器 Extension 来调试功能\n```\nnpm run dev\n```\n\n### 作为普通网页来调试界面\n```\nnpm run dev:html\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyarna%2Fmyfiglog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyarna%2Fmyfiglog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyarna%2Fmyfiglog/lists"}