mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-22 21:59:49 +08:00
🚨 修复 Qodana 报错
This commit is contained in:
@@ -10,7 +10,7 @@ import TGLogger from "../../utils/TGLogger";
|
||||
|
||||
interface TpUnknownProps {
|
||||
data: TGApp.Plugins.Mys.SctPost.Empty;
|
||||
next: unknown;
|
||||
next?: unknown;
|
||||
}
|
||||
|
||||
const props = defineProps<TpUnknownProps>();
|
||||
|
||||
Reference in New Issue
Block a user