Skip to content

Commit

Permalink
build(projects): perf logo
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Feb 9, 2023
1 parent 919376b commit a8a6ed9
Show file tree
Hide file tree
Showing 21 changed files with 875 additions and 777 deletions.
2 changes: 1 addition & 1 deletion build/plugins/unplugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function unplugin(viteEnv: ImportMetaEnv) {
compiler: 'vue3',
customCollections: {
[collectionName]: FileSystemIconLoader(localIconPath, svg =>
svg.replace(/^<svg /, '<svg width="1em" height="1em" ')
svg.replace(/^<svg\s/, '<svg width="1em" height="1em" ')
)
},
scale: 1,
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="zh-cmn-Hans">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/logo.png" />
<link rel="icon" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><%= appName %></title>
</head>
Expand Down
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"pinia": "^2.0.30",
"print-js": "^1.6.0",
"qs": "^6.11.0",
"swiper": "^9.0.1",
"swiper": "^9.0.3",
"ua-parser-js": "^1.0.33",
"vditor": "^3.9.0",
"vue": "3.2.47",
Expand All @@ -85,13 +85,13 @@
},
"devDependencies": {
"@amap/amap-jsapi-types": "^0.0.10",
"@iconify/json": "^2.2.15",
"@iconify/json": "^2.2.19",
"@iconify/vue": "^4.1.0",
"@soybeanjs/cli": "^0.1.6",
"@soybeanjs/vite-plugin-vue-page-route": "^0.0.5",
"@types/bmapgl": "^0.0.5",
"@types/crypto-js": "^4.1.1",
"@types/node": "18.11.18",
"@types/node": "18.13.0",
"@types/qs": "^6.9.7",
"@types/ua-parser-js": "^0.7.36",
"@unocss/preset-uno": "^0.49.4",
Expand All @@ -101,26 +101,24 @@
"conventional-changelog": "^3.1.25",
"cross-env": "^7.0.3",
"eslint": "^8.33.0",
"eslint-config-soybeanjs-vue": "^0.2.2",
"eslint-config-soybeanjs-vue": "^0.2.3",
"lint-staged": "12.5.0",
"mockjs": "^1.1.0",
"node-html-to-image": "^3.3.0",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.58.0",
"simple-git-hooks": "^2.8.1",
"standard-version": "^9.5.0",
"tsx": "^3.12.2",
"tsx": "^3.12.3",
"typescript": "4.9.5",
"unplugin-icons": "^0.15.2",
"unplugin-vue-components": "0.23.0",
"unplugin-vue-macros": "1.6.4",
"utility-types": "^3.10.0",
"vite": "^4.1.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-progress": "^0.0.6",
"vite-plugin-pwa": "^0.14.1",
"vite-plugin-pwa": "^0.14.3",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.0.24"
},
Expand Down
Loading

1 comment on commit a8a6ed9

@vercel
Copy link

@vercel vercel bot commented on a8a6ed9 Feb 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.