diff --git a/src/lib/tos.ts b/src/lib/tos.ts index de2e7fe..0943a61 100644 --- a/src/lib/tos.ts +++ b/src/lib/tos.ts @@ -14,7 +14,7 @@ * 立即看到更新后的内容,不必等 TTL 过期或手动 invalidate。 */ const TOS_BASE = (process.env.NEXT_PUBLIC_TOS_DOMAIN ?? "").replace(/\/+$/, ""); -const TOS_VERSION = "6"; +const TOS_VERSION = "7"; export function tosUrl(path: string): string { const clean = path.replace(/^\/+/, "");