mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
🚨 fix qodana warn
This commit is contained in:
@@ -15,7 +15,7 @@ const Referer: Readonly<string> = "https://bbs.mihoyo.com/";
|
|||||||
/**
|
/**
|
||||||
* @description 获取所有版块
|
* @description 获取所有版块
|
||||||
* @since Beta v0.6.8
|
* @since Beta v0.6.8
|
||||||
* @return {Promise<TGApp.Plugins.Mys.Forum.GamesResp>}
|
* @return {Promise<Array<TGApp.BBS.Forum.GameForum>>}
|
||||||
*/
|
*/
|
||||||
async function getAllGamesForums(): Promise<Array<TGApp.BBS.Forum.GameForum>> {
|
async function getAllGamesForums(): Promise<Array<TGApp.BBS.Forum.GameForum>> {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user