feat: implement standalone closed page navigation and add related tests

This commit is contained in:
mlogclub
2026-05-06 19:36:32 +08:00
parent 15710d294f
commit 8ff68acc54
4 changed files with 55 additions and 48 deletions
+5
View File
@@ -0,0 +1,5 @@
export const KEFU_CLOSED_PATH = "/kefu/closed"
export function getStandaloneClosedUrl() {
return KEFU_CLOSED_PATH
}