mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-27 17:26:03 +08:00
#### What this PR does / why we need it? #284 Support for scaling fonts using Ctrl+mouse wheel #446 support Editor config the eol. Currently, 1Panel only supports Linux, so directly set the default EOL to LF and add a new configuration item #### Summary of your change #### Please indicate you've done the following: - [x] Made sure tests are passing and test coverage is added if needed. - [x] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/). - [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .editorconfig | ||
| .env | ||
| .env.development | ||
| .env.production | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc.js | ||
| .stylelintignore | ||
| .stylelintrc.js | ||
| components.d.ts | ||
| index.html | ||
| LICENSE | ||
| lint-staged.config.js | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| STANDARD.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
1Panel 前端