2
0

feat: 门户拦截定向跳转

This commit is contained in:
TsMask
2024-12-06 21:28:43 +08:00
parent 222ecc7558
commit 2c9d6e4e07
8 changed files with 104 additions and 11 deletions

View File

@@ -3,6 +3,8 @@ declare namespace StorageType {
interface Session {
/** The theme color */
themeColor: string;
/** Redirect Params */
wanfiRedirectParams: string;
// /**
// * the theme settings
// */