1Panel/frontend
gengxin d71e2a74b4
feat: xterm-Support for Ctrl+MouseWheel to scaling fonts (#448)
#### 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.
2023-03-31 03:16:15 +00:00
..
public
src feat: xterm-Support for Ctrl+MouseWheel to scaling fonts (#448) 2023-03-31 03:16:15 +00:00
.editorconfig
.env
.env.development
.env.production
.eslintignore
.eslintrc.js
.gitignore style: 修改 .gitignore 2023-02-16 16:37:16 +08:00
.prettierignore
.prettierrc.js
.stylelintignore
.stylelintrc.js
components.d.ts fix: 解决计划任务保存到第三方备份账号不生效的问题 2023-03-17 09:08:31 +00:00
index.html
LICENSE
lint-staged.config.js
package-lock.json fix: 解决打开文件编辑,控制台报错的问题 2023-03-16 09:44:28 +00:00
package.json fix: 解决打开文件编辑,控制台报错的问题 2023-03-16 09:44:28 +00:00
postcss.config.js
README.md
STANDARD.md
tsconfig.json
vite.config.ts fix: 解决打开文件编辑,控制台报错的问题 2023-03-16 09:44:28 +00:00

1Panel 前端