Compare commits

..

No commits in common. "075dfc6481f905f3a07b51715ef0ee6b4925d90f" and "2622fae5558fac489121e4d7b07a7ad40021ee11" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -413,7 +413,3 @@ body {
border-radius: 22px;
padding: 24px;
}
.ant-badge .ant-badge-count-sm {
font-size: 10px;
}

View File

@ -72,7 +72,7 @@
"build": "vite build",
"dev:electron": "concurrently \"cross-env NODE_ENV=development vite --no-open\" \"cross-env ELECTRON_START_URL=http://localhost:5780 cross-env NODE_ENV=development electron public/electron.js\"",
"build:electron": "vite build && electron-builder",
"deploy": "vite build && wrangler pages deploy --branch main"
"deploy": "vite build && wrangler pages deploy"
},
"eslintConfig": {
"extends": [