style: web-bak页面设计优化,采用浅色设计语言

- index.css: 添加CSS自定义属性设计系统色彩令牌
- App.css: 所有组件样式更新为CSS自定义属性
- App.tsx: 主题配置更新,通知位置改为右上角
- LoginPage.tsx: 重新设计登录页面
- RemoteControlApp.tsx: 移除所有emoji,替换硬编码颜色
- AuthGuard.tsx: 移除emoji,替换渐变背景
- InstallPage.tsx: 移除emoji,替换硬编码颜色
- DeviceFilter.tsx: 替换硬编码颜色
- DeviceInfoCard.tsx: 替换硬编码颜色
- GalleryView.tsx: 移除emoji,替换硬编码颜色
- ScreenReader.tsx: 移除所有emoji,替换注释为英文
This commit is contained in:
wdvipa
2026-02-15 15:28:48 +08:00
parent f91c6dc2eb
commit 115b15c0fc
17 changed files with 833 additions and 3441 deletions

View File

@@ -63,7 +63,7 @@ import {
useComposeRef,
useInsertStyles,
warning2 as warning
} from "./chunk-5Q2RTODE.js";
} from "./chunk-MBOWMX2L.js";
import {
require_react
} from "./chunk-NZP3G7XT.js";

View File

@@ -1,85 +1,85 @@
{
"hash": "3570225d",
"hash": "f188899e",
"configHash": "632304f4",
"lockfileHash": "80049c3e",
"browserHash": "517aea31",
"lockfileHash": "ee2683e5",
"browserHash": "11bb468f",
"optimized": {
"react": {
"src": "../../react/index.js",
"file": "react.js",
"fileHash": "2ffb555a",
"fileHash": "82b88bac",
"needsInterop": true
},
"react-dom": {
"src": "../../react-dom/index.js",
"file": "react-dom.js",
"fileHash": "497e92e9",
"fileHash": "f147bcf0",
"needsInterop": true
},
"@reduxjs/toolkit": {
"src": "../../@reduxjs/toolkit/dist/redux-toolkit.modern.mjs",
"file": "@reduxjs_toolkit.js",
"fileHash": "326be4c8",
"fileHash": "e2e532ed",
"needsInterop": false
},
"react-redux": {
"src": "../../react-redux/dist/react-redux.mjs",
"file": "react-redux.js",
"fileHash": "c9e96044",
"fileHash": "49e0dcfd",
"needsInterop": false
},
"antd": {
"src": "../../antd/es/index.js",
"file": "antd.js",
"fileHash": "fbadf007",
"fileHash": "1c827006",
"needsInterop": false
},
"socket.io-client": {
"src": "../../socket.io-client/build/esm/index.js",
"file": "socket__io-client.js",
"fileHash": "3a7d980f",
"fileHash": "f1f126a4",
"needsInterop": false
},
"react/jsx-dev-runtime": {
"src": "../../react/jsx-dev-runtime.js",
"file": "react_jsx-dev-runtime.js",
"fileHash": "771481b3",
"fileHash": "92554eaf",
"needsInterop": true
},
"react/jsx-runtime": {
"src": "../../react/jsx-runtime.js",
"file": "react_jsx-runtime.js",
"fileHash": "fba82193",
"fileHash": "c9146743",
"needsInterop": true
},
"@ant-design/icons": {
"src": "../../@ant-design/icons/es/index.js",
"file": "@ant-design_icons.js",
"fileHash": "6de612e4",
"fileHash": "5c57aafc",
"needsInterop": false
},
"antd/locale/zh_CN": {
"src": "../../antd/locale/zh_CN.js",
"file": "antd_locale_zh_CN.js",
"fileHash": "335584cf",
"fileHash": "731388b8",
"needsInterop": true
},
"dayjs": {
"src": "../../dayjs/dayjs.min.js",
"file": "dayjs.js",
"fileHash": "7f4736e7",
"fileHash": "581df681",
"needsInterop": true
},
"react-dom/client": {
"src": "../../react-dom/client.js",
"file": "react-dom_client.js",
"fileHash": "f5462f19",
"fileHash": "f34fbc85",
"needsInterop": true
}
},
"chunks": {
"chunk-5Q2RTODE": {
"file": "chunk-5Q2RTODE.js"
"chunk-MBOWMX2L": {
"file": "chunk-MBOWMX2L.js"
},
"chunk-624ZMHH6": {
"file": "chunk-624ZMHH6.js"

2
node_modules/.vite/deps/antd.js generated vendored
View File

@@ -86,7 +86,7 @@ import {
useMemo,
warning,
warning_default
} from "./chunk-5Q2RTODE.js";
} from "./chunk-MBOWMX2L.js";
import {
require_dayjs_min
} from "./chunk-624ZMHH6.js";

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long