mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-13 17:04:59 +08:00
Fix typo (#187)
根据定义「咨讯」应为「资讯」。 News 是「资讯」 而「咨讯」在网络上检索到的定义为 Valuable Information,且现代汉语词典(第 7 版)中未收录该词
This commit is contained in:
@@ -13,7 +13,7 @@ const bapBu: Readonly<string> = "https://bbs-api.miyoushe.com/painter/wapi/";
|
||||
* @description 获取 News 列表
|
||||
* @since Beta v0.7.1
|
||||
* @param {string} gid GID
|
||||
* @param {string} newsType 咨讯类型: 1 为公告,2 为活动,3 为咨讯
|
||||
* @param {string} newsType 资讯类型: 1 为公告,2 为活动,3 为资讯
|
||||
* @param {number} pageSize 返回数量
|
||||
* @param {number} lastId 上一次请求的最后一条数据的 id
|
||||
* @return {Promise<TGApp.BBS.Post.NewsRes>}
|
||||
|
||||
Reference in New Issue
Block a user