{"id":15626117,"url":"https://github.com/jaywcjlove/fed","last_synced_at":"2025-05-16T18:06:46.827Z","repository":{"id":37382160,"uuid":"54978788","full_name":"jaywcjlove/FED","owner":"jaywcjlove","description":"✪ 这是一个很酷炫的前端网站搜集器，导航网  http://jaywcjlove.github.io/FED","archived":false,"fork":false,"pushed_at":"2024-06-29T14:17:00.000Z","size":3126,"stargazers_count":465,"open_issues_count":19,"forks_count":155,"subscribers_count":13,"default_branch":"gh-pages","last_synced_at":"2025-05-09T09:27:17.585Z","etag":null,"topics":["fed"],"latest_commit_sha":null,"homepage":"http://jaywcjlove.github.io/FED","language":"JavaScript","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/jaywcjlove.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"ko_fi":"jaywcjlove","buy_me_a_coffee":"jaywcjlove","custom":["https://www.paypal.me/kennyiseeyou","https://jaywcjlove.github.io/#/sponsor"]}},"created_at":"2016-03-29T13:38:23.000Z","updated_at":"2025-03-27T10:47:26.000Z","dependencies_parsed_at":"2022-07-08T07:39:57.603Z","dependency_job_id":"190bd5e2-2c40-4753-8ca9-65a75b98f237","html_url":"https://github.com/jaywcjlove/FED","commit_stats":{"total_commits":216,"total_committers":32,"mean_commits":6.75,"dds":"0.23611111111111116","last_synced_commit":"27fac53d26bb9314e0fb16907dbcc3985665553e"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaywcjlove%2FFED","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaywcjlove%2FFED/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaywcjlove%2FFED/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaywcjlove%2FFED/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaywcjlove","download_url":"https://codeload.github.com/jaywcjlove/FED/tar.gz/refs/heads/gh-pages","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254582905,"owners_count":22095518,"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":["fed"],"created_at":"2024-10-03T10:10:44.716Z","updated_at":"2025-05-16T18:06:46.804Z","avatar_url":"https://github.com/jaywcjlove.png","language":"JavaScript","funding_links":["https://ko-fi.com/jaywcjlove","https://buymeacoffee.com/jaywcjlove","https://www.paypal.me/kennyiseeyou","https://jaywcjlove.github.io/#/sponsor"],"categories":[],"sub_categories":[],"readme":"# 前端导航网\n\n[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)\n\n弄个纯静态，便于维护的前端导航站。顺便放一些前端资源。[提交网址](https://github.com/jaywcjlove/FED/wiki/%E6%B7%BB%E5%8A%A0%E7%BD%91%E7%AB%99)\n\n```bash\nnpm i @wcj/fed\n```\n\n```js\nimport data from '@wcj/fed';\n\n[\n  {\n    \"name\":\"Mozilla 开发者网络\",\n    \"url\":\"https://developer.mozilla.org/zh-CN/\",\n    \"icon\":\"https://developer.cdn.mozilla.net/static/img/opengraph-logo.dc4e08e2f6af.png\",\n    \"des\":\"Mozilla 开发者网络（MDN）提供有关开放网络技术（Open Web）的信息，包括 HTML、CSS 和万维网及 HTML5 应用的 API。它还记录了  Mozilla 产品的文档，例如 Firefox OS。\",\n    \"tags\":[\"社区\"]\n  },\n  // ....\n]\n```\n\n## 分类搜索\n\n![FED](https://raw.githubusercontent.com/jaywcjlove/FED/gh-pages/img/fed.gif)\n\n## 关键字搜索\n\n![FED](https://raw.githubusercontent.com/jaywcjlove/FED/gh-pages/img/fed2.gif)\n\n## 关键字点击\n\n![FED](https://raw.githubusercontent.com/jaywcjlove/FED/gh-pages/img/fed3.gif)\n\n# 添加网站\n\n\n## 方法一\n\n- [Fork](https://github.com/jaywcjlove/FED/issues#fork-destination-box)到自己仓库\n- 修改根目录的`data.json`文件\n- `Pull requests` 给我 哈！哈！哈！\n\n```js\n{\n    // 必填－名字\n    \"name\":\"JSLint\", \n    // 必填－网址\n    \"url\":\"http://jslint.com/\", \n    // 选填－图标 \n    // =\u003e 默认在根目录下的 favicon.ico 可以不填这项\n    \"ico\":\"http://easings.net/favicon.png\",\n    // 必填－可以留空 － 描述说明\n    \"des\":\"在线JS校验工具\" ,\n    // 选填－标签，便于归类\n    \"tags\":[\"工具\"]\n}\n```\n\n如果你已经fork了你得先更新上游代码，方法如下：\n\n```shell\n# 列出远程仓库 URL\n$ git remote -v\n# List the current remotes （列出当前远程仓库）\n# origin  https://github.com/user/repo.git (fetch)\n# origin  https://github.com/user/repo.git (push)\n\n# 添加上游仓库URL\n$ git remote add upstream https://github.com/otheruser/repo.git\n# Set a new remote (设置一个新的远程仓库)\n\n# 再次列出远程仓库 URL\n$ git remote -v\n# Verify new remote (验证新的原唱仓库)\n# origin    https://github.com/user/repo.git (fetch)\n# origin    https://github.com/user/repo.git (push)\n# upstream  https://github.com/otheruser/repo.git (fetch)\n# upstream  https://github.com/otheruser/repo.git (push)\n\n# 获取上游代码\n$ git fetch upstream\n\n# 检查你的 fork’s 本地 master 分支，如果不在master 分支就切换到该分支\n$ git checkout master\n# Switched to branch 'master'\n\n# 合并来自 upstream/master 的更改到本地 master 分支上。\n$ git merge upstream/master\n```\n\n## 方法二\n\n给我来个 [issue](https://github.com/jaywcjlove/FED/issues) 告诉我，数据填写参考方法一。\n\n# 开发\n\n```bash\n$ npm install\n$ npm run build\n$ npm run watch:css\n$ npm run watch:js\n$ npm run server\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaywcjlove%2Ffed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaywcjlove%2Ffed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaywcjlove%2Ffed/lists"}