优化 main.ts 文件的导入顺序,提升代码可读性;调整 styles.scss 中的样式定位

This commit is contained in:
jxxghp
2025-01-15 14:10:23 +08:00
parent 07c815e943
commit 7fb78a86ba
3 changed files with 24 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "moviepilot",
"version": "2.2.1",
"version": "2.2.2",
"private": true,
"bin": "dist/service.js",
"scripts": {
@@ -104,4 +104,4 @@
"resolutions": {
"postcss": "8"
}
}
}