From b305a4777ee0c06c2abe78fede3422db44bf118f Mon Sep 17 00:00:00 2001 From: Writeup Date: Sat, 5 Sep 2020 22:33:27 +0800 Subject: [PATCH 01/10] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20windows-tail=20?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Windows 版 tail 命令,可在 CMD 下直接使用,解决 Windows 日志查看问题。 --- README-Programmer-Edition.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README-Programmer-Edition.md b/README-Programmer-Edition.md index c1d7d88..07921e5 100644 --- a/README-Programmer-Edition.md +++ b/README-Programmer-Edition.md @@ -14,6 +14,12 @@ Issue 和 PR 里偶尔有人提交一些不错的东西,但打开一看,不 程序员版开始于2019年4月11号, 主版面开始于2018年3月 + +### 2020年9月5号添加 +--- +#### Writeup001 - [Github](https://github.com/Writeup001/windows-tail) +* :white_check_mark: [Windows 版 tail 命令](https://github.com/Writeup001/windows-tail):Windows 版 tail 命令,可在 CMD 下直接使用,解决 Windows 日志查看问题。 + ### 2020年7月15号添加 --- #### Elliot(杭州) - [GitHub](https://github.com/elliotreborn) From 91ff94dcddc93ef2985e5e356db82f613d53fc98 Mon Sep 17 00:00:00 2001 From: Cheng Zheng Date: Sun, 6 Sep 2020 01:58:54 +0800 Subject: [PATCH 02/10] Fix format --- README-Programmer-Edition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-Programmer-Edition.md b/README-Programmer-Edition.md index 07921e5..5e21287 100644 --- a/README-Programmer-Edition.md +++ b/README-Programmer-Edition.md @@ -17,7 +17,7 @@ Issue 和 PR 里偶尔有人提交一些不错的东西,但打开一看,不 ### 2020年9月5号添加 --- -#### Writeup001 - [Github](https://github.com/Writeup001/windows-tail) +#### Writeup001 - [Github](https://github.com/Writeup001) * :white_check_mark: [Windows 版 tail 命令](https://github.com/Writeup001/windows-tail):Windows 版 tail 命令,可在 CMD 下直接使用,解决 Windows 日志查看问题。 ### 2020年7月15号添加 From 28016316bed30b7a7f783c484433822906453ea5 Mon Sep 17 00:00:00 2001 From: Cheng Zheng Date: Wed, 23 Sep 2020 13:35:01 +0800 Subject: [PATCH 03/10] Add IRext --- README-Programmer-Edition.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README-Programmer-Edition.md b/README-Programmer-Edition.md index 5e21287..537988a 100644 --- a/README-Programmer-Edition.md +++ b/README-Programmer-Edition.md @@ -14,6 +14,10 @@ Issue 和 PR 里偶尔有人提交一些不错的东西,但打开一看,不 程序员版开始于2019年4月11号, 主版面开始于2018年3月 +### 2020年9月23号添加 +--- +#### Strawmanbobi(南京) - [Github](https://irext/irext) +* :white_check_mark: [IRext](https://irext.net):万能红外遥控解决方案,全球唯一开源万能红外遥控码库+编解码方案(IRext open source organization) ### 2020年9月5号添加 --- From 0a99b24b1d5d2078debf73057301beed8816fdf9 Mon Sep 17 00:00:00 2001 From: Cheng Zheng Date: Wed, 23 Sep 2020 19:47:47 +0800 Subject: [PATCH 04/10] Fix link --- README-Programmer-Edition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-Programmer-Edition.md b/README-Programmer-Edition.md index 537988a..2773882 100644 --- a/README-Programmer-Edition.md +++ b/README-Programmer-Edition.md @@ -16,7 +16,7 @@ Issue 和 PR 里偶尔有人提交一些不错的东西,但打开一看,不 ### 2020年9月23号添加 --- -#### Strawmanbobi(南京) - [Github](https://irext/irext) +#### Strawmanbobi(南京) - [Github](https://github.com/irext/irext), * :white_check_mark: [IRext](https://irext.net):万能红外遥控解决方案,全球唯一开源万能红外遥控码库+编解码方案(IRext open source organization) ### 2020年9月5号添加 From 31af83b9014f474657c10acc1b1273a7f85474a1 Mon Sep 17 00:00:00 2001 From: Cheng Zheng Date: Sat, 26 Sep 2020 10:31:47 +0800 Subject: [PATCH 05/10] Add RabiAPI --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5316147..b254b96 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ ## 3. 项目列表 (名字按时间排序,最新添加的在最上面) +### 2020年9月26号添加 +--- +#### WhiteCosm0s(上海) - [Github](https://github.com/WhiteCosmos) +* :white_check_mark: [RabiAPI](https://apps.apple.com/cn/app/id1524200727):一个开箱即用的Java接口文档生成工具 - [更多介绍](https://github.com/RabiAPI/RabiAPI-Support) + ### 2020年7月27号添加 --- #### Lenix(北京) - [Github](https://github.com/w3yyb), [博客](http://blog.p2hp.com/) From 6797d14f8af322727e40cbb1924587e539c85f87 Mon Sep 17 00:00:00 2001 From: mrdear Date: Tue, 6 Oct 2020 15:47:45 +0800 Subject: [PATCH 06/10] =?UTF-8?q?1.=20=E7=94=B3=E8=AF=B7=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=20=E5=8A=A8=E6=A3=AE=E7=94=9F=E6=B4=BB=E5=AE=B6=20=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E5=B0=8F=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b254b96..d737229 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ ## 3. 项目列表 (名字按时间排序,最新添加的在最上面) +### 2020年10月06号添加 +--- +#### Mr.Dear(杭州) - [Github](https://github.com/mrdear) +* :white_check_mark: [动森生活家](https://mrdear.cn/posts/animal_crossing_recommed.html):动森服装码收集,归类以及分享的微信小程序 - [更多介绍](https://mrdear.cn/posts/animal_crossing_recommed.html) + ### 2020年9月26号添加 --- #### WhiteCosm0s(上海) - [Github](https://github.com/WhiteCosmos) From 6da6ada3f40d061b9747ca06cb004ca164b34ac7 Mon Sep 17 00:00:00 2001 From: Baiyuan Qiu <51898470+bugmaker2@users.noreply.github.com> Date: Sat, 10 Oct 2020 10:40:12 +0800 Subject: [PATCH 07/10] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E6=97=A0=E6=B3=95=E6=89=93=E5=BC=80=E7=9A=84=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E7=9A=84=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 普通版页面供非程序员使用,所以我在没开梯子的情况下检查了所有项目的运行情况,部分项目已经打不开链接或者关闭了。 仅检查了2019.4.11以后的链接,我想暂时先pull一下 --- README.md | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index d737229..07414b8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ **2. 项目有 3 种状态** -| 开发中 | 已上线 | 已关闭 | +| 开发中 | 已上线 | 已关闭或缺乏维护 | |--------|--------|--------| | :clock8: | :white_check_mark: | :x: | @@ -136,7 +136,7 @@ ### 2020年2月29号添加 --- #### Roderick Qiu(杭州) - [Github](https://github.com/RoderickQiu), [网站](https://r-q.name/) -* :white_check_mark: [wnr](https://wnr.scris.top):跨平台的轻量计时软件,让你更高效、强力地管理作与息 - [更多介绍](https://wnr.scris.top/zh/) +* :x: [wnr](https://wnr.scris.top):跨平台的轻量计时软件,让你更高效、强力地管理作与息 - [更多介绍](https://wnr.scris.top/zh/) ### 2020年2月11号添加 --- @@ -189,7 +189,7 @@ * :white_check_mark: [自考英语查询](https://eng.sxisa.com/):英语单词查询网站,支持简单的笔记记录 - [更多介绍](https://github.com/imlinhanchao/eng) * :white_check_mark: [Code Snippet](https://code-snippet.cn/):代码片段分享网站,类似 Gist,新增了代码在线运行和网页预览的功能 - [更多介绍](https://github.com/imlinhanchao/code-snippet) * :white_check_mark: [Google 翻译 VSCode 扩展](https://marketplace.visualstudio.com/items?itemName=hancel.google-translate):基于 Google 翻译的 VSCode 扩展 - [更多介绍](https://github.com/imlinhanchao/vsc-google-translate) -* :white_check_mark: [婚礼邀请函制作工具](http://marry.git.hancel.org/):快速自定义批量制作婚礼邀请函 - [更多介绍](https://github.com/imlinhanchao/invitation-card-maker) +* :x: [婚礼邀请函制作工具](http://marry.git.hancel.org/):快速自定义批量制作婚礼邀请函 - [更多介绍](https://github.com/imlinhanchao/invitation-card-maker) * :white_check_mark: [KeyGenius](https://github.com/imlinhanchao/KeyGenius/releases/download/1.0.2/KeyGenius.exe):用来定时按下某个按键。比如 Ctrl + S,免得忘记保存 - [更多介绍](https://github.com/imlinhanchao/KeyGenius) * :clock8: [Librejo 我的书](https://librejo.cn):一个图书笔记借阅管理的网站 - [更多介绍](https://github.com/imlinhanchao/librejo) * :white_check_mark: [Markdown Image](https://marketplace.visualstudio.com/items?itemName=hancel.markdown-image):VSCode 扩展,直接复制粘贴即可在 Markdown 文件即可插入图片,支持上传到多种图床 - [更多介绍](https://github.com/imlinhanchao/vsc-markdown-image) @@ -198,7 +198,7 @@ ### 2019年12月9号添加 --- #### nicejade(ShenZhen) - [Github](https://github.com/nicejade), [博客](https://www.jeffjade.com) -* :white_check_mark: [Arya - 在线 Markdown 编辑器](https://markdown.lovejade.cn):一款基于 Vue、Vditor 所构建的在线 Markdown 编辑器 - [更多介绍](https://www.jeffjade.com/2019/05/31/155-arya-markdown-online-editor/) +* :x: [Arya - 在线 Markdown 编辑器](https://markdown.lovejade.cn):一款基于 Vue、Vditor 所构建的在线 Markdown 编辑器 - [更多介绍](https://www.jeffjade.com/2019/05/31/155-arya-markdown-online-editor/) ### 2019年11月27号添加 --- @@ -228,7 +228,6 @@ * :white_check_mark: [足迹中国](https://apps.apple.com/cn/app/id1482250279):用地图截图记录你去过的中国的省市(上架不久,完善中) * :white_check_mark: [假装来电](https://apps.apple.com/cn/app/id1475866564):设置一定时间后,收到虚假的来电,用于逃离某些场合 * :white_check_mark: [iStat Widget](https://apps.apple.com/cn/app/id1476638491):查看硬件信息 -* :white_check_mark: [App Store 全部作品](https://apps.apple.com/us/developer/yiwu-madan-network-technology-co-ltd/id1131521364) ### 2019年11月6号添加 --- @@ -256,7 +255,7 @@ ### 2019年10月26号添加 --- #### sdmtai(山东) - [Github](https://github.com/faithxie) -* :white_check_mark: [历史地图](https://sdmtai.github.io/):中国历史疆域地图 +* :x: [历史地图](https://sdmtai.github.io/):中国历史疆域地图 ### 2019年10月21号添加 --- @@ -270,7 +269,7 @@ * :white_check_mark: [markdown-resume](https://resume.mdnice.com/):支持 Markdown 和富文本的在线简历排版工具 - [更多介绍](https://github.com/mdnice/markdown-resume) #### 痕迹(深圳) - [Github](https://github.com/lijy91), [博客](https://thecode.me) -* :white_check_mark: [wordway](https://wordway.thecode.me):由社区驱动的背单词应用 - [更多介绍](https://github.com/wordway/wordway-app/issues/1) +* :x: [wordway](https://wordway.thecode.me):由社区驱动的背单词应用 - [更多介绍](https://github.com/wordway/wordway-app/issues/1) ### 2019年10月18号添加 --- @@ -295,7 +294,7 @@ ### 2019年10月7号添加 --- #### zhshch2002 - [Github](https://github.com/zhshch2002) -* :white_check_mark: [星文 - Xstar News](https://xstar.news/#/):一个有理想的~~划水~~独立创作博客聚合网站 +* :x: [星文 - Xstar News](https://xstar.news/#/):一个有理想的~~划水~~独立创作博客聚合网站 ### 2019年9月30号添加 --- @@ -334,13 +333,13 @@ ### 2019年8月18号添加 --- #### weilaihui(成都) - [GitHub](https://github.com/weilaihui) -* :white_check_mark: [GRLib](https://www.grlib.com/):收藏优质 GitHub 项目 +* :x: [GRLib](https://www.grlib.com/):收藏优质 GitHub 项目 ### 2019年8月11号添加 --- #### Kiddyu(保定) - [Github](https://github.com/kiddyuchina) * :white_check_mark: [新趣集](https://xinquji.com):一个互联网新产品发现社区,36kr next 的替代品 -* :white_check_mark: [独角兽排行](https://dujiaoshou.io):全球独角兽企业榜单与招聘 +* :x: [独角兽排行](https://dujiaoshou.io):全球独角兽企业榜单与招聘 ### 2019年8月2号添加 --- @@ -350,7 +349,7 @@ ### 2019年8月1号添加 --- #### Andy - [Github](https://github.com/ifrontend-xyz) -* :white_check_mark: [Research](http://www.suiyuanka.com/?q=%E7%8B%AC%E7%AB%8B%E5%BC%80%E5%8F%91%E8%80%85):快速搜索相关内容 +* :x: [Research](http://www.suiyuanka.com/?q=%E7%8B%AC%E7%AB%8B%E5%BC%80%E5%8F%91%E8%80%85):快速搜索相关内容 #### fancy - [Github](https://github.com/fanchangyong) * :white_check_mark: [橙子简历](https://wonderfulcv.com):在线简历制作网站-制作简历,告别word排版 @@ -385,12 +384,12 @@ ### 2019年6月24号添加 --- #### 土豆(北京) - [Github](https://github.com/iphysresearch/) -* :white_check_mark: [Data Science Challenge / Competition Deadlines](https://iphysresearch.github.io/DataSciComp/):数据科学赛题汇编+赛题注册倒计时 +* :x: [Data Science Challenge / Competition Deadlines](https://iphysresearch.github.io/DataSciComp/):数据科学赛题汇编+赛题注册倒计时 ### 2019年6月23号添加 --- #### jiajunhuang(深圳) - [Github](https://github.com/jiajunhuang), [博客](https://jiajunhuang.com/) -* :white_check_mark: [把Kindle笔记导出成纯文本](https://tools.jiajunhuang.com/):一键将 Kindle 笔记导出成纯文本,方便编辑成 markdown 等 +* :x: [把Kindle笔记导出成纯文本](https://tools.jiajunhuang.com/):一键将 Kindle 笔记导出成纯文本,方便编辑成 markdown 等 ### 2019年6月19号添加 --- @@ -400,7 +399,7 @@ ### 2019年6月5号添加 --- #### vulgur - [Github](https://github.com/vulgur), [博客](https://vulgur.github.io) -* :white_check_mark: [极简翻页时钟(Zen Flip Clock)](https://itunes.apple.com/us/app/zen-flip-clock/id1265404088?l=zh&ls=1&mt=8):一款免费无广告的极简主义翻页钟&番茄钟 app +* :x: [极简翻页时钟(Zen Flip Clock)](https://itunes.apple.com/us/app/zen-flip-clock/id1265404088?l=zh&ls=1&mt=8):一款免费无广告的极简主义翻页钟&番茄钟 app ### 2019年6月4号添加 --- @@ -444,7 +443,7 @@ ### 2019年4月29号添加 --- #### YuzhouZhang(杭州) - [Github](https://github.com/YuzhouZhang) -* :white_check_mark: [闪电词典](https://play.google.com/store/apps/details?id=com.wingtech.quicklearnersdictionary):取词最快的英英词典! +* :x: [闪电词典](https://play.google.com/store/apps/details?id=com.wingtech.quicklearnersdictionary):取词最快的英英词典! ### 2019年4月28号添加 --- @@ -459,7 +458,7 @@ ### 2019年4月26号添加 --- #### a188037445 - [Github](https://github.com/a188037445) -* :white_check_mark: [Hash Calculator](https://github.com/a188037445/Hash-Calculator):极速哈希计算器 +* :x: [Hash Calculator](https://github.com/a188037445/Hash-Calculator):极速哈希计算器 ### 2019年4月22号添加 --- From 60e669a55b121b1ae074429e1c21970102244f43 Mon Sep 17 00:00:00 2001 From: Baiyuan Qiu <51898470+bugmaker2@users.noreply.github.com> Date: Sat, 10 Oct 2020 14:04:49 +0800 Subject: [PATCH 08/10] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BA=86=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 处于限制访问地区,打开VPN后发现能够访问部分网页 仍然是 :x: 状态的网页为内容不符、404、找不到网页 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 07414b8..bf40308 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ ### 2020年2月29号添加 --- #### Roderick Qiu(杭州) - [Github](https://github.com/RoderickQiu), [网站](https://r-q.name/) -* :x: [wnr](https://wnr.scris.top):跨平台的轻量计时软件,让你更高效、强力地管理作与息 - [更多介绍](https://wnr.scris.top/zh/) +* :white_check_mark: [wnr](https://wnr.scris.top):跨平台的轻量计时软件,让你更高效、强力地管理作与息 - [更多介绍](https://wnr.scris.top/zh/) ### 2020年2月11号添加 --- @@ -189,7 +189,7 @@ * :white_check_mark: [自考英语查询](https://eng.sxisa.com/):英语单词查询网站,支持简单的笔记记录 - [更多介绍](https://github.com/imlinhanchao/eng) * :white_check_mark: [Code Snippet](https://code-snippet.cn/):代码片段分享网站,类似 Gist,新增了代码在线运行和网页预览的功能 - [更多介绍](https://github.com/imlinhanchao/code-snippet) * :white_check_mark: [Google 翻译 VSCode 扩展](https://marketplace.visualstudio.com/items?itemName=hancel.google-translate):基于 Google 翻译的 VSCode 扩展 - [更多介绍](https://github.com/imlinhanchao/vsc-google-translate) -* :x: [婚礼邀请函制作工具](http://marry.git.hancel.org/):快速自定义批量制作婚礼邀请函 - [更多介绍](https://github.com/imlinhanchao/invitation-card-maker) +* :white_check_mark: [婚礼邀请函制作工具](http://marry.git.hancel.org/):快速自定义批量制作婚礼邀请函 - [更多介绍](https://github.com/imlinhanchao/invitation-card-maker) * :white_check_mark: [KeyGenius](https://github.com/imlinhanchao/KeyGenius/releases/download/1.0.2/KeyGenius.exe):用来定时按下某个按键。比如 Ctrl + S,免得忘记保存 - [更多介绍](https://github.com/imlinhanchao/KeyGenius) * :clock8: [Librejo 我的书](https://librejo.cn):一个图书笔记借阅管理的网站 - [更多介绍](https://github.com/imlinhanchao/librejo) * :white_check_mark: [Markdown Image](https://marketplace.visualstudio.com/items?itemName=hancel.markdown-image):VSCode 扩展,直接复制粘贴即可在 Markdown 文件即可插入图片,支持上传到多种图床 - [更多介绍](https://github.com/imlinhanchao/vsc-markdown-image) @@ -198,7 +198,7 @@ ### 2019年12月9号添加 --- #### nicejade(ShenZhen) - [Github](https://github.com/nicejade), [博客](https://www.jeffjade.com) -* :x: [Arya - 在线 Markdown 编辑器](https://markdown.lovejade.cn):一款基于 Vue、Vditor 所构建的在线 Markdown 编辑器 - [更多介绍](https://www.jeffjade.com/2019/05/31/155-arya-markdown-online-editor/) +* :white_check_mark: [Arya - 在线 Markdown 编辑器](https://markdown.lovejade.cn):一款基于 Vue、Vditor 所构建的在线 Markdown 编辑器 - [更多介绍](https://www.jeffjade.com/2019/05/31/155-arya-markdown-online-editor/) ### 2019年11月27号添加 --- @@ -255,7 +255,7 @@ ### 2019年10月26号添加 --- #### sdmtai(山东) - [Github](https://github.com/faithxie) -* :x: [历史地图](https://sdmtai.github.io/):中国历史疆域地图 +* :white_check_mark: [历史地图](https://sdmtai.github.io/):中国历史疆域地图 ### 2019年10月21号添加 --- @@ -384,7 +384,7 @@ ### 2019年6月24号添加 --- #### 土豆(北京) - [Github](https://github.com/iphysresearch/) -* :x: [Data Science Challenge / Competition Deadlines](https://iphysresearch.github.io/DataSciComp/):数据科学赛题汇编+赛题注册倒计时 +* :white_check_mark: [Data Science Challenge / Competition Deadlines](https://iphysresearch.github.io/DataSciComp/):数据科学赛题汇编+赛题注册倒计时 ### 2019年6月23号添加 --- From 30adf7481780bbada3f86d37ad32975ed0ee65f3 Mon Sep 17 00:00:00 2001 From: GeorgeZou Date: Tue, 20 Oct 2020 09:53:16 +0800 Subject: [PATCH 09/10] Add Tefact SaaS and Tefact Weekly Add Tefact SaaS and Tefact Weekly --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bf40308..659eb48 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ ## 3. 项目列表 (名字按时间排序,最新添加的在最上面) +### 2020年10月20号添加 +--- +#### GeorgeZou(北京) - [Github](https://github.com/georgezouq), [博客](https://blog.tefact.com/) +* :clock8: [Tefact](https://github.com/Tefact/tefact-saas):无代码平台,通过配置自动生成页面和增删改查后台 - [更多介绍](https://github.com/Tefact/tefact-saas) +* :white_check_mark: [真科技周刊](https://github.com/Tefact/tefact-weekly):科技 · 商业 · 人文 · 未来 - [更多介绍](https://github.com/Tefact/tefact-weekly) + ### 2020年10月06号添加 --- #### Mr.Dear(杭州) - [Github](https://github.com/mrdear) From d88e7644a27d1bf8aeefcf7f35adf3fa03b71dfe Mon Sep 17 00:00:00 2001 From: Cheng Zheng Date: Tue, 20 Oct 2020 17:31:50 +0800 Subject: [PATCH 10/10] =?UTF-8?q?=E5=88=A0=E5=8E=BB=E4=B8=80=E6=A0=B7?= =?UTF-8?q?=E7=9A=84=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 659eb48..d2703ce 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ ### 2020年10月20号添加 --- #### GeorgeZou(北京) - [Github](https://github.com/georgezouq), [博客](https://blog.tefact.com/) -* :clock8: [Tefact](https://github.com/Tefact/tefact-saas):无代码平台,通过配置自动生成页面和增删改查后台 - [更多介绍](https://github.com/Tefact/tefact-saas) -* :white_check_mark: [真科技周刊](https://github.com/Tefact/tefact-weekly):科技 · 商业 · 人文 · 未来 - [更多介绍](https://github.com/Tefact/tefact-weekly) +* :clock8: [Tefact](https://github.com/Tefact/tefact-saas):无代码平台,通过配置自动生成页面和增删改查后台 +* :white_check_mark: [真科技周刊](https://github.com/Tefact/tefact-weekly):科技 · 商业 · 人文 · 未来 ### 2020年10月06号添加 --- #### Mr.Dear(杭州) - [Github](https://github.com/mrdear) -* :white_check_mark: [动森生活家](https://mrdear.cn/posts/animal_crossing_recommed.html):动森服装码收集,归类以及分享的微信小程序 - [更多介绍](https://mrdear.cn/posts/animal_crossing_recommed.html) +* :white_check_mark: [动森生活家](https://mrdear.cn/posts/animal_crossing_recommed.html):动森服装码收集,归类以及分享的微信小程序 ### 2020年9月26号添加 ---