This commit is contained in:
Putoo
2026-04-28 14:41:12 +08:00
parent efe62d2ab4
commit dccf21527f
4 changed files with 101 additions and 86 deletions

View File

@@ -8,4 +8,5 @@ export class PageExtend {
const value = route.query[params]
return value ? String(value) : ''
}
}