Skip to content

Commit

Permalink
Merge pull request #106 from hc-advokate/main
Browse files Browse the repository at this point in the history
暗黑主题
  • Loading branch information
chao921125 authored Jul 8, 2023
2 parents c40d30c + a636de0 commit e5132ea
Show file tree
Hide file tree
Showing 20 changed files with 1,593 additions and 636 deletions.
2 changes: 1 addition & 1 deletion color.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
1 change: 1 addition & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ declare module 'vue' {
RouterView: typeof import('vue-router')['RouterView']
VanButton: typeof import('vant/es')['Button']
VanCol: typeof import('vant/es')['Col']
VanConfigProvider: typeof import('vant/es')['ConfigProvider']
VanGrid: typeof import('vant/es')['Grid']
VanGridItem: typeof import('vant/es')['GridItem']
VanRow: typeof import('vant/es')['Row']
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"vue": "^3.3.4",
"vue-clipboard3": "^2.0.0",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.3",
"vue-router": "^4.2.4",
"vue-treeselect": "^1.0.7",
"vue3-print-nb": "^0.1.4",
"vuedraggable": "^4.1.0",
Expand All @@ -75,7 +75,7 @@
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@typescript-eslint/types": "^5.61.0",
"@vitejs/plugin-legacy": "^4.0.5",
"@vitejs/plugin-legacy": "^4.1.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "3.3.4",
"@vue/test-utils": "^2.4.0",
Expand All @@ -94,15 +94,15 @@
"lint-staged": "^13.2.3",
"mockjs": "^1.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.24",
"postcss": "^8.4.25",
"postcss-html": "^1.5.0",
"postcss-px-to-viewport-8-plugin": "^1.2.2",
"prettier": "^3.0.0",
"rimraf": "^5.0.1",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.63.6",
"sass-loader": "^13.3.2",
"stylelint": "^15.10.0",
"stylelint": "^15.10.1",
"stylelint-config-html": "^1.1.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recess-order": "^4.2.0",
Expand All @@ -119,7 +119,7 @@
"unplugin-auto-import": "^0.16.6",
"unplugin-icons": "^0.16.3",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.9",
"vite": "^4.4.1",
"vite-plugin-cdn-import": "^0.3.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-ejs": "^1.6.4",
Expand Down
Loading

1 comment on commit e5132ea

@vercel
Copy link

@vercel vercel bot commented on e5132ea Jul 8, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

vue-vite – ./

vue-vite-git-main-chao921125.vercel.app
vue-vite-chao921125.vercel.app
vue-vite-ts.vercel.app

Please sign in to comment.