feat: update chat URLs and paths from /kefu to /support for consistency

This commit is contained in:
mlogclub
2026-05-30 10:48:05 +08:00
parent dbcb1d83de
commit 64eb3b18b0
10 changed files with 11 additions and 8 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(), "/kefu/closed")
assert.equal(getStandaloneClosedUrl(), "/support/closed")
})
+1 -1
View File
@@ -1,4 +1,4 @@
export const KEFU_CLOSED_PATH = "/kefu/closed"
export const KEFU_CLOSED_PATH = "/support/closed"
export function getStandaloneClosedUrl() {
return KEFU_CLOSED_PATH