mirror of
https://github.com/kmvan/x-prober.git
synced 2026-08-12 23:31:41 +08:00
change default language en to zh-CN
This commit is contained in:
+11
-11
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="zh-CN">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
@@ -32,19 +32,19 @@
|
||||
<script src="/main.tsx" type="module"></script>
|
||||
<style>
|
||||
:root {
|
||||
--x-init-fg: oklch(10% 0 0);
|
||||
--x-init-body-fg: oklch(10% 0 0);
|
||||
--x-init-body-bg: oklch(90% 0 0);
|
||||
--x-init-loading-bg: oklch(0% 0 0 / 0.3);
|
||||
--x-init-loading-fg: oklch(10% 0 0);
|
||||
--x-init-fg: oklch(0.1 0 0);
|
||||
--x-init-body-fg: oklch(0.1 0 0);
|
||||
--x-init-body-bg: oklch(0.9 0 0);
|
||||
--x-init-loading-bg: oklch(0 0 0 / 0.3);
|
||||
--x-init-loading-fg: oklch(0.1 0 0);
|
||||
}
|
||||
|
||||
[data-theme="dark"] {
|
||||
--x-init-fg: oklch(90% 0 0);
|
||||
--x-init-body-fg: oklch(90% 0 0);
|
||||
--x-init-body-bg: oklch(10% 0 0);
|
||||
--x-init-loading-bg: oklch(100% 0 0 / 0.3);
|
||||
--x-init-loading-fg: oklch(90% 0 0);
|
||||
--x-init-fg: oklch(0.9 0 0);
|
||||
--x-init-body-fg: oklch(0.9 0 0);
|
||||
--x-init-body-bg: oklch(0.1 0 0);
|
||||
--x-init-loading-bg: oklch(1 0 0 / 0.3);
|
||||
--x-init-loading-fg: oklch(0.9 0 0);
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
|
||||
Reference in New Issue
Block a user