File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 172
172
const aboutCookies = lang === 'zh' ? '《关于cookies》' : 'About Cookies' ;
173
173
cookieNotice . innerHTML = `
174
174
${ notice }
175
- <a href="https://website.openubmc.cn/cookies" target="_blank">
175
+ <a href="https://website.openubmc.cn/cookies/ " target="_blank">
176
176
${ aboutCookies }
177
177
</a>
178
178
${ lang === 'zh' ? '。' : '.' }
Original file line number Diff line number Diff line change @@ -526,7 +526,7 @@ <h1>Skin Builder</h1>
526
526
const aboutCookies = lang === 'zh' ? '《关于cookies》' : 'About Cookies' ;
527
527
cookieNotice . innerHTML = `
528
528
${ notice }
529
- <a href="https://website.openubmc.cn/cookies" target="_blank">
529
+ <a href="https://website.openubmc.cn/cookies/ " target="_blank">
530
530
${ aboutCookies }
531
531
</a>
532
532
${ lang === 'zh' ? '。' : '.' }
Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ <h1 data-l10n-id="pad.settings.padSettings"></h1>
315
315
const aboutCookies = lang === 'zh' ? '《关于cookies》' : 'About Cookies' ;
316
316
cookieNotice . innerHTML = `
317
317
${ notice }
318
- <a href="https://website.openubmc.cn/cookies" target="_blank">
318
+ <a href="https://website.openubmc.cn/cookies/ " target="_blank">
319
319
${ aboutCookies }
320
320
</a>
321
321
${ lang === 'zh' ? '。' : '.' }
You can’t perform that action at this time.
0 commit comments