{"id":17982616,"url":"https://github.com/hubertroy/myown","last_synced_at":"2025-11-02T17:02:55.705Z","repository":{"id":99929964,"uuid":"286635338","full_name":"HuberTRoy/myown","owner":"HuberTRoy","description":"Blog 分享一些前端的知识，流行库的源码阅读，前端可做的性能优化，SVG动画小知识。","archived":false,"fork":false,"pushed_at":"2023-03-29T01:57:28.000Z","size":96447,"stargazers_count":75,"open_issues_count":0,"forks_count":16,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-20T17:23:50.964Z","etag":null,"topics":["axios","javascript","luckydraw","performance","petite-vue","svg","svg-animations","vitrual","vue","vue3","wireshark"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/HuberTRoy.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}},"created_at":"2020-08-11T03:22:40.000Z","updated_at":"2024-11-18T02:35:27.000Z","dependencies_parsed_at":"2024-03-03T05:43:11.095Z","dependency_job_id":null,"html_url":"https://github.com/HuberTRoy/myown","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuberTRoy%2Fmyown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuberTRoy%2Fmyown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuberTRoy%2Fmyown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuberTRoy%2Fmyown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HuberTRoy","download_url":"https://codeload.github.com/HuberTRoy/myown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245530240,"owners_count":20630514,"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":["axios","javascript","luckydraw","performance","petite-vue","svg","svg-animations","vitrual","vue","vue3","wireshark"],"created_at":"2024-10-29T18:14:39.265Z","updated_at":"2025-11-02T17:02:55.617Z","avatar_url":"https://github.com/HuberTRoy.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blog\n\n    九层之台，起于累土；千里之行，始于足下。\n\n# 前端优化\n\n- [前端优化实践总结](https://juejin.cn/post/6966857691381645325)\n\n- [一个性能优化脑图](web程序优化思路.pdf)\n\n# TypeScript 类型\n\n包含自己理解/求证溯源的过程~。\n\n- [TypeScript 类型体操 1 遍历，推断，基础类型](https://juejin.cn/post/7206208345605849149)\n- [TypeScript 类型体操 2](https://juejin.cn/post/7209826725366366265)\n- [TypeScript 类型体操 3 深入联合类型](https://juejin.cn/post/7209826725366366265)\n\n# 框架向工具\n\n- [Vite + React 开源框架向脚手架(rollup 插件，style 分离合并)](https://juejin.cn/post/7112295067682865166)\n\n- [Vue3 + Vite + Webpack + Ts + Pinia 基础脚手架](小工具/vite-webpack-ts/)\n\n- [基于 CSS 的可配置大转盘 Vue3](小工具/vue3-luckdraw)\n\n- [虚拟列表 Vue3](小工具/vlist)\n\n- [拖拽插件 Vue2](小工具/drag-helper)\n\n- [基于 Proxy 的响应式系统](小工具/observable)\n\n# 源码阅读\n\n里面是一些自己解读的思考混有一些仿写。\n\n- [axios 源码阅读](源码阅读/axios源码阅读.md)\n\n- [webpack 动态加载阅读](源码阅读/webpack动态加载解析.md)\n\n- [fre 源码阅读](源码阅读/fre源码阅读.md)\n\n- [Vue3-Reactivity 仿写(基于 Observer-utils)](源码阅读/observer-util源码阅读.md)\n\n- [petite-vue 源码阅读+仿写(已实现模板解析，data 响应式，v-show，@事件功能)](源码阅读/petite-vue源码阅读+仿写.md)\n\n- [petite-vue 的仿写](https://github.com/HuberTRoy/fake-petite-vue)\n\n# SVG 方面\n\n- [微信炸屎 svg](小工具/一些有趣的特效/微信炸屎svg/index.html)\n\n- [任意元素添加水波纹 svg](小工具/一些有趣的特效/任意元素水波纹svg/svg任意元素水波纹.html)\n\n- [红包雨 svg](小工具/一些有趣的特效/红包雨svg/index.html)\n\n- [svg stroke-dasharray 做动画小例(可以做一些有趣的图标描边显隐)](小工具/svg初体验/index.html)\n\n- [SVG 指南(译)](https://github.com/HuberTRoy/svgTutorial)\n\n# canvas\n\n- [从零开始实现一个图片裁剪工具](https://juejin.cn/post/7024368216826724359)\n\n# Wireshark 抓包分析\n\n- tcp \u0026\u0026 ip.addr == 123.206.177.175.pcapng 拖到 Wireshark 中按条件过滤。\n\n# 安全方面\n\n- [浅浅的 XSS](基于思考所做的探索/安全性的探索.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhubertroy%2Fmyown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhubertroy%2Fmyown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhubertroy%2Fmyown/lists"}