diff --git a/public/index.html b/public/index.html index 48821c2..b423f61 100644 --- a/public/index.html +++ b/public/index.html @@ -1,4 +1,5 @@ - + +
@@ -12,45 +13,47 @@ --bg-color-dark: #1e1e2f; --text-color-dark: #f0f0f0; --accent-color: #00d1b2; - }[data-theme="light"] body { - background-color: var(--bg-color-light); - color: var(--text-color-light); - } + } - [data-theme="dark"] body { - background-color: var(--bg-color-dark); - color: var(--text-color-dark); - } + [data-theme="light"] body { + background-color: var(--bg-color-light); + color: var(--text-color-light); + } - .form-container { - max-width: 800px; - margin: 3rem auto; - padding: 2rem; - border-radius: 1rem; - box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); - background: inherit; - backdrop-filter: blur(10px); - } + [data-theme="dark"] body { + background-color: var(--bg-color-dark); + color: var(--text-color-dark); + } - label { - font-weight: 600; - } + .form-container { + max-width: 800px; + margin: 3rem auto; + padding: 2rem; + border-radius: 1rem; + box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); + background: inherit; + backdrop-filter: blur(10px); + } - .form-control:read-only { - background-color: #f5f5f5; - cursor: pointer; - } + label { + font-weight: 600; + } - .toggle-theme { - position: fixed; - top: 1rem; - right: 1rem; - } - - a { - text-decoration: none; - } - + .form-control:read-only { + background-color: #f5f5f5; + cursor: pointer; + } + + .toggle-theme { + position: fixed; + top: 1rem; + right: 1rem; + } + + a { + text-decoration: none; + } + @@ -59,89 +62,56 @@
+ 本工具所有信息只以Cookie形式存储于浏览器本地
+ 开源于 GitHub | by OpenListTeam
+
- 本工具不储存任何用户信息
- 开源于 GitHub | by OpenListTeam
-