Results 19 issues of Seidko

## 功能描述 1. 像起点,QQ阅读,纵横等网站一样的段评 2. 还希望有段评缓存功能,像QQ阅读一样能够保存评论离线阅读 ![MKB%QA22YLP}BP(U8SDFFU8](https://user-images.githubusercontent.com/64234553/173090732-04c50294-8e2c-44ed-9c75-be1ecc734ccf.png) ![image](https://user-images.githubusercontent.com/64234553/174067980-e4a1f399-b4b2-48ca-a934-be53c0d88343.png) ## 然后,正版网站的评论api是开放的,无论是不是收费章节,所以不要质疑可行性 ## 期望实现方式 起点的api结构是: 先通过`reviewSummary`获取段评的数量 然后通过`reviewList`获取具体的段评 如果要获取评论的回复,则要使用`quoteReviewList` 据了解,QQ阅读,纵横的api结构也大差不差,因此可以作为通用的框架来判断 **还有一个细节,起点的`reviewList`有一个`quoteContent`,这个`quoteContent`是该段评所评论的段落的内容,可以通过字符串比较来判断这个段落是否属于这个段落** ~甚至有可能通过这个手段来从正版获得内容(幻想~ ## 附加信息 我已经把起点有关的api扒下来了,下面是api获取到的内容demo,可以作为框架参考: *希望大佬能教教我手机程序的请求拦截,只会用devtools的菜鸟哭了,扒不了QQ阅读的api* #### `reviewSummary`: 获取段评的数量信息,就像是刚刚打开起点阅读界面的时候,每个段落评论数量的信息 URL:`https://read.qidian.com/ajax/chapterReview/reviewSummary?_csrfToken={_csrfToken}&bookId={bookId}&chapterId={chapterId}` ```json { "code":...

需求

当手动填写歌曲网易云id后,下载歌词有误。经检查,所有歌词都是第一个输入id的歌曲的歌词 推测可能是配置文件"name"使用的是MP3文件属性内的名字而不是文件名,导致下载时歌词按照字典遍历到第一个空字符串就下载该歌词 建议配置文件中"name"用文件属性中的命名方法改为用文件名命名的方法

### description Hello! For some reason. I need to use `.` in my column name, but I found a problem. This is my code: ```ts import postgres from 'postgres' const...

### Describe the bug 使用 `yarn pub` 发布包但是失败时仍然显示成功发布,如下图: ### Steps to reproduce 开启 npm 2fa 并通过 `yarn pub` 发布包,但是不填写 otp 或者 token。 ### Expected behavior 当发布包失败时,提示哪些包发布失败并显示原因。 ### Screenshots ![image](https://github.com/koishijs/koishi/assets/64234553/738c9f5e-5576-4d80-bb1a-d059b9aaa825) ![image](https://github.com/koishijs/koishi/assets/64234553/dbac1aee-4560-4917-a8a7-9f9e19420db4)...

bug
development

### Describe the bug 在 discord 适配器中通过 `bot.getMessageList` 获得的消息没有 `quote.id`,具体如下图: ### Steps to reproduce 1. create koishi 2. 启动 discord 适配器 3. 安装 @seidko/messages 插件 4. 让机器人接收到某个频道的消息后关闭适配器 5. 发一条带有 quote...

bug

### Describe the problem related to the feature request When a channel within a guild undergoes a change, the modification cannot be immediately obtained. ### Describe the solution you'd like...

feature

### Describe the problem related to the feature request 让 `h.i18n()` 像 `session.text()` 一样支持传入一个对象以支持具名模板。 ### Describe the solution you'd like 更改 `h.i18n()` 的类型(?)以支持具名模板。 ### Describe alternatives you've considered _No response_...

feature
domain: satori

### Describe the problem related to the feature request 在我配置了全局代理以后,我的 onebot adapter 也走了代理。因为代理服务器和 onebot 不在同一个主机上导致 onebot adapter 连不上 onebot。 ### Describe the solution you'd like 希望添加一个配置项允许某些地址不使用代理 ### Describe alternatives you've...

feature

### 功能描述 / Feature description 添加[透明代理端口](https://wiki.metacubex.one/config/inbound/port/#_2)配置项支持。 ### 使用场景 / Use case 在 Linux 下我想要使用 clash verge 管理 clash 透明代理及代理组。 我愿意为此 issue 提出 pr。

enhancement