mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
🚸 默认最新回复
This commit is contained in:
@@ -21,7 +21,10 @@ const Mys = {
|
||||
Api: MysApi,
|
||||
Post: {
|
||||
get: getPostData,
|
||||
forum: getForumList,
|
||||
},
|
||||
Posts: {
|
||||
get: getForumList,
|
||||
card: getNewsCard,
|
||||
},
|
||||
Gacha: {
|
||||
get: getGachaData,
|
||||
|
||||
7
src/plugins/Mys/types/Forum.d.ts
vendored
7
src/plugins/Mys/types/Forum.d.ts
vendored
@@ -43,4 +43,11 @@ declare namespace TGApp.Plugins.Mys.Forum {
|
||||
databox: unknown;
|
||||
list: TGApp.Plugins.Mys.News.Item[];
|
||||
}
|
||||
|
||||
/**
|
||||
* @description 渲染数据
|
||||
* @since Beta v0.3.7
|
||||
* @interface RenderCard
|
||||
*/
|
||||
type RenderCard = TGApp.Plugins.Mys.News.RenderCard;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user