chore(ui): redesign interface with SF Pro fonts and modern styling

- Update theme variables and styles for light/dark modes
- Implement SF Pro font family across all components
- Redesign cards, buttons, forms, and scrollbars
- Add backdrop filters and improve visual hierarchy
- Optimize spacing, typography, and interactive elements
This commit is contained in:
2026-04-13 18:41:09 +08:00
parent 3859a4170c
commit d87b3268fb
16 changed files with 797 additions and 532 deletions

View File

@@ -1,7 +1,7 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
const APP_TARGET = '192.168.1.19:8080'
const APP_TARGET = '10.0.64.19:8080'
export default defineConfig({
define: {