Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore: rebase main
Browse files Browse the repository at this point in the history
  • Loading branch information
hibig committed Mar 1, 2024
1 parent 0e343aa commit a71a92d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/vite.config.dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export default mergeConfig(
strict: true
},
https: true,
port: 4000,
proxy: createProxyTable('https://192.168.50.123')
port: 5050,
proxy: createProxyTable()
},
plugins: [
basicSsl(),
Expand Down
2 changes: 1 addition & 1 deletion src/assets/style/variable.less
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ body[arco-theme='dark'] {
--color-text-3: rgba(255, 255, 255, 0.3);
--color-text-1: rgba(255, 255, 255, 0.7);
--color-text-2: var(--color-text-1);
--color-mask-bg: rgba(112, 112, 112, 0.7);
--color-mask-bg: rgba(115, 119, 126, 0.4);
--color-border-input-disabled: rgba(255, 255, 255, 0.05);
--color-bg-input-disabled: rgba(0, 0, 0, 0.7);
--color-control-bg: var(--black-1);
Expand Down

0 comments on commit a71a92d

Please sign in to comment.