Skip to content

Commit

Permalink
移除无用代码和文件
Browse files Browse the repository at this point in the history
  • Loading branch information
lvzhenbo committed May 9, 2024
1 parent 56a06c6 commit 2f7d971
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .browserslistrc

This file was deleted.

10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,13 @@
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^2.0.16"
},
"description": "一个跨平台的第三方天使动漫论坛客户端"
"description": "一个跨平台的第三方天使动漫论坛客户端",
"browserslist": [
"Chrome >=89",
"ChromeAndroid >=89",
"Firefox >=75",
"Edge >=89",
"Safari >=15",
"iOS >=15"
]
}
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ SafeArea.enable({
config: {
customColorsForSystemBars: true,
statusBarColor: isDark ? '#111111' : '#ffffff',
statusBarContent: 'light',
},
});

Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export default defineConfig({
},
build: {
chunkSizeWarningLimit: 1024,
target: 'esnext',
},
test: {
globals: true,
Expand Down

0 comments on commit 2f7d971

Please sign in to comment.