mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-06-16 21:03:58 +08:00
Remove redundant body notranslate markers
This commit is contained in:
@@ -7,8 +7,6 @@ import App from './App.tsx';
|
||||
document.title = 'CLI Proxy API Management Center';
|
||||
document.documentElement.setAttribute('translate', 'no');
|
||||
document.documentElement.classList.add('notranslate');
|
||||
document.body.classList.add('notranslate');
|
||||
document.body.setAttribute('translate', 'no');
|
||||
|
||||
const faviconEl = document.querySelector<HTMLLinkElement>('link[rel="icon"]');
|
||||
if (faviconEl) {
|
||||
|
||||
Reference in New Issue
Block a user