From ad9adc56b289f8120f777e447658035dfe46a839 Mon Sep 17 00:00:00 2001 From: ADoyle Date: Thu, 29 Aug 2024 23:31:17 +0800 Subject: [PATCH] update --- README.md | 10 +++++++++- chrome/README.md | 1 + go/README.md | 3 +++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bd846f..da97a4c 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ Read the [NOTICE][] file distributed with this work for additional information r - [游戏开发](#游戏开发) - [二维码](#二维码) - [FTP](#ftp) +- [RSS](#rss) - [别人的工具列表](#别人的工具列表) @@ -244,7 +245,7 @@ Read the [NOTICE][] file distributed with this work for additional information r - [wakeonlan](https://github.com/jpoliv/wakeonlan): 网络唤醒工具 - [plasmo](https://github.com/PlasmoHQ/plasmo): 浏览器插件开发框架 - [homepage](https://github.com/gethomepage/homepage): 用 YAML 配置的导航首页。简单好用。 - - [glance](https://github.com/glanceapp/glance): 备选方案,界面也挺漂亮的 +- [glance](https://github.com/glanceapp/glance): 用 YAML 配置的导航页。支持 RSS 展示,这个功能很棒。不支持热更新。插件略少。 ### 养生 @@ -1324,6 +1325,7 @@ Read the [NOTICE][] file distributed with this work for additional information r - [wiki.js](https://github.com/Requarks/wiki): 现代化的 WIKI。AGPL-3.0 License - [sphinx-doc](https://www.sphinx-doc.org): reStructuredText 文档渲染工具 - [memos](https://github.com/usememos/memos): 轻笔记服务,功能类似 Flomo。简单好用易部署 +- [scalar](https://github.com/scalar/scalar): 根据 OpenAPI/Swagger 文件生成漂亮的 API 文档网站. https://scalar.com/ ### 文档处理 @@ -1483,6 +1485,12 @@ Read the [NOTICE][] file distributed with this work for additional information r - [WinSCP](https://winscp.net/): 免费开源的 FTP GUI 客户端。也支持 SCP、WebDAV、S3。支持中文文件名。`ⓦ` - [muCommander](https://www.mucommander.com/): 开源、跨平台的 FTP GUI 客户端。支持 FTP, SFTP, SMB, NFS, HTTP, Amazon S3, Hadoop HDFS, Bonjour。缺点:中文文件名会显示乱码。 +## RSS + +- [RSSHub](https://github.com/DIYgod/RSSHub): 从任何内容生成 RSS/Atom/JSON 订阅源。定制转换路由需要自己写 JS 代码,略麻烦。 +- [RSSHub-Radar](https://github.com/DIYgod/RSSHub-Radar): 浏览器插件,用于查询 RSS 或 RSSHub 订阅 +- [TTRSS](https://github.com/HenryQW/Awesome-TTRSS): 自部署的 RSS 阅读器 Web 服务 + ----- ## 别人的工具列表 diff --git a/chrome/README.md b/chrome/README.md index bfa11ca..3fb1519 100644 --- a/chrome/README.md +++ b/chrome/README.md @@ -69,3 +69,4 @@ - [空格之神](https://greasyfork.org/zh-CN/scripts/444252-%E7%A9%BA%E6%A0%BC%E4%B9%8B%E7%A5%9E): 中英文之间自动加空格。 - [CSDNGreener](https://greasyfork.org/zh-CN/scripts/378351-csdngreener-csdn%E5%B9%BF%E5%91%8A%E5%AE%8C%E5%85%A8%E8%BF%87%E6%BB%A4-%E5%85%8D%E7%99%BB%E5%BD%95-%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%92%E7%89%88-%E6%9C%80%E5%BC%BA%E8%80%81%E7%89%8C%E8%84%9A%E6%9C%AC-%E6%8C%81%E7%BB%AD%E6%9B%B4%E6%96%B0): CSDN 广告过滤、免登录、个性化排版 - [elecfans 电子发烧网阅读全文](https://greasyfork.org/zh-CN/scripts/404813-elecfans%E7%94%B5%E5%AD%90%E5%8F%91%E7%83%A7%E7%BD%91%E9%98%85%E8%AF%BB%E5%85%A8%E6%96%87%E4%BC%98%E5%8C%96) +- [护眼模式](https://greasyfork.org/zh-CN/scripts/426377-%E6%8A%A4%E7%9C%BC%E6%A8%A1%E5%BC%8F): 全网通用护眼模式,有配置选项,功能丰富 diff --git a/go/README.md b/go/README.md index 5ffc70c..97598d1 100644 --- a/go/README.md +++ b/go/README.md @@ -105,6 +105,9 @@ - [goconvey](https://github.com/smartystreets/goconvey): Go testing in the browser. Integrates with `go test` - [testify](https://github.com/stretchr/testify): 提供 assert, require, mock, suit 工具函数 - [gomock](https://github.com/golang/mock/) +- [monkey](https://github.com/go-kiss/monkey): Monkey patch。目前只支持 amd64 架构。 + - [原理](https://bou.ke/blog/monkey-patching-in-go/) +- [testaroli](https://github.com/qrdl/testaroli): Monkey patch。支持 amd64 和 arm64 架构。 ## Profiling