From 7243cfc41395979b3aa8aaa566d34330a9abb601 Mon Sep 17 00:00:00 2001 From: zjwmiao <1723168479@qq.com> Date: Thu, 20 Feb 2025 19:45:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20cookie=E6=94=BF=E7=AD=96=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/cookie-notice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/cookie-notice.js b/static/js/cookie-notice.js index e820256bc..2ea8fa062 100644 --- a/static/js/cookie-notice.js +++ b/static/js/cookie-notice.js @@ -118,7 +118,7 @@ $(function () { ? "我们在本网站上使用Cookie,包括第三方Cookie,以便网站正常运行和提升浏览体验。单击“全部接受”即表示您同意这些目的;单击“全部拒绝”即表示您拒绝非必要的Cookie;单击“管理Cookie”以选择接受或拒绝某些Cookie。需要了解更多信息或随时更改您的 Cookie 首选项,请参阅我们的 " : 'This site uses cookies from us and our partners to improve your browsing experience and make the site work properly. By clicking "Accept All", you consent to the use of cookies. By clicking "Reject All", you disable the use of unnecessary cookies. You can manage your cookie settings by clicking "Manage Cookies". For more information or to change your cookie settings, please refer to our', cookie: !isEn ? "《关于cookies》。" : "About Cookies.", - cookieHref: `https://opengauss.org${!isEn ? "/cookies" : "/cookies/en"}`, + cookieHref: `https://opengauss.org${!isEn ? "/zh" : "/en"}/cookies/`, action: [ { btn: "全部接受", -- Gitee