根据定义「咨讯」应为「资讯」。

News 是「资讯」
而「咨讯」在网络上检索到的定义为 Valuable Information,且现代汉语词典(第 7 版)中未收录该词
This commit is contained in:
LuoYunXi
2025-12-21 11:26:25 +08:00
committed by GitHub
parent 5b896e9e56
commit 696ca40f7f
8 changed files with 15 additions and 15 deletions

View File

@@ -44,17 +44,17 @@ declare namespace TGApp.BBS.Post {
};
/**
* 讯返回响应
* 讯返回响应
* @since Beta v0.7.2
*/
type NewsResp = TGApp.BBS.Response.BaseWithData<NewsRes>;
/**
* 讯数据
* 讯数据
* @since Beta v0.7.2
*/
type NewsRes = {
/** 讯列表 */
/** 讯列表 */
list: Array<FullData>;
/** 列表内最后一个 ID用于索引 */
last_id: string;
@@ -147,7 +147,7 @@ declare namespace TGApp.BBS.Post {
forum_rank_info: unknown | null;
/** 链接卡片列表,可能为空 */
link_card_list: Array<LinkCard>;
/** 讯元数据,可能为 null */
/** 讯元数据,可能为 null */
news_meta?: NewsMeta | null;
/** 推荐理由,可能为 null */
recommend_reason: RecommendReason | null;
@@ -643,7 +643,7 @@ declare namespace TGApp.BBS.Post {
};
/**
* 讯元数据,只有活动讯才有
* 讯元数据,只有活动讯才有
* @since Beta v0.7.1
*/
type NewsMeta = {