Merge pull request #104 from xhayper/patch-1

feat: update package + pull changes from upstream
This commit is contained in:
草鞋没号 2023-01-20 08:08:58 +08:00 committed by GitHub
commit 57da1121e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2021 草鞋没号
Copyright (c) 2023 草鞋没号
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
<title>Electron + Vite + React</title>
</head>
<body>

View File

@ -18,18 +18,18 @@
"e2e": "npx playwright test"
},
"devDependencies": {
"@playwright/test": "^1.29.1",
"@types/react": "^18.0.26",
"@playwright/test": "^1.29.2",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.0.0",
"electron": "^22.0.0",
"@vitejs/plugin-react": "^3.0.1",
"electron": "^22.0.3",
"electron-builder": "^23.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.57.1",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vite-electron-plugin": "^0.7.3",
"vite-electron-plugin": "^0.7.4",
"vite-plugin-electron-renderer": "^0.11.4"
},
"engines": {

View File

@ -1,7 +1,6 @@
:root {
font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 24px;
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;
font-weight: 400;
color-scheme: light dark;