Ryan Yin

Results 226 comments of Ryan Yin

/remove-lifecycle stale

我测试的时候发现第一个 example 不会报 404,这和第二个 example 不一样。 查了下文档,原来默认使用的 ServerMux 有特殊的模式匹配规则。

@tokers Currently not, just curious about it~

前辈好,我跟你经历略有些相似,目前也在干运维这一行。 希望能申请个友链,也可以交流交流各类话题~ 我这边友链已加 https://thiscute.world/friends/ ``` 站点名称:This Cute World 站点地址:https://thiscute.world/ 个人形象:https://thiscute.world/avatar/myself.webp 站点描述:赞美快乐~ ```

这样的话,我觉得你想做的是把 nonebot 写成一个通用的机器人框架了,不如干脆提供统一的 websocket api,用 aiocqhttp 桥接 nonebot 和 酷Q,tg 也可以直接通过 websocket api 接入同一个 nonebot.

或者说把 酷Q 独有的一些东西,写成一个 nonebot 插件,独立提供。 tg 也是,写成一个插件。甚至可以提供 tg 账号绑定 QQ 账号的功能,两头不误hhh 群/用户级别的权限,或者一些比较通用的命令,也可以通过 Web 页面来设置、组合。

围观精分现场

This will be a great feature, as `nix build` currently provides nice download progress updates: ``` $ nix build .#darwinConfigurations.harmonica.system [1/1/2 copied (158.6/296.0 MiB), 25.8/47.6 MiB DL] fetching source from...

Any updates to SEO Improvement? I did not find any examples of meta tags / JSON-LD.

@brc-dd I want to insert a JSON-LD to the head of every page. For example, Home Page should contain a `head` like this: ```html { "@context":"http://schema.org", "@type":"WebSite", "url":"https:\/\/nixos-and-flakes.thiscute.world\/zh\/", "inLanguage":"zh-CN", "author":{"@type":"Person","name":"ryan4yin"},...