feat: add closed page component and update navigation paths for chat support

This commit is contained in:
mlogclub
2026-05-30 13:47:44 +08:00
parent af9d0319b1
commit 3078488018
3 changed files with 2 additions and 2 deletions
@@ -25,5 +25,5 @@ async function loadCloseNavigation() {
test("standalone close navigates to the non-bootstrapping closed page", async () => {
const { getStandaloneClosedUrl } = await loadCloseNavigation()
assert.equal(getStandaloneClosedUrl(), "/support/closed")
assert.equal(getStandaloneClosedUrl(), "/support/chat/closed")
})
+1 -1
View File
@@ -1,4 +1,4 @@
export const KEFU_CLOSED_PATH = "/support/closed"
export const KEFU_CLOSED_PATH = "/support/chat/closed"
export function getStandaloneClosedUrl() {
return KEFU_CLOSED_PATH