diff --git a/LICENSE b/LICENSE index 8fd5175..22edc0e 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/index.html b/index.html index 6ee5924..aeae7ef 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ + Electron + Vite + React diff --git a/package.json b/package.json index 4457c8f..bfd9b63 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/index.scss b/src/index.scss index 614cc25..64aafe8 100644 --- a/src/index.scss +++ b/src/index.scss @@ -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;