Skip to content

Commit

Permalink
refactor: 完善 API
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed May 28, 2023
1 parent 5ef7f1a commit 3dbd7d4
Show file tree
Hide file tree
Showing 17 changed files with 749 additions and 1,242 deletions.
27 changes: 27 additions & 0 deletions custom.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/*
* Copyright (c) 2023, Terwer . All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Terwer designates this
* particular file as subject to the "Classpath" exception as provided
* by Terwer in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Terwer, Shenzhen, Guangdong, China, youweics@163.com
* or visit www.terwer.space if you need additional information or have any
* questions.
*/

declare module "vite-plugin-html"

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@terwer/eslint-config-custom": "^1.2.0",
"@types/node": "^18.16.14",
"@types/node": "^18.16.16",
"@vitejs/plugin-vue": "^4.2.3",
"fast-glob": "^3.2.12",
"minimist": "^1.2.8",
Expand All @@ -32,7 +32,7 @@
"unplugin-auto-import": "^0.16.2",
"unplugin-vue-components": "^0.24.1",
"vercel": "^29.4.0",
"vite": "^4.3.8",
"vite": "^4.3.9",
"vite-plugin-html": "^3.2.0",
"vue-tsc": "^1.6.5"
},
Expand All @@ -43,11 +43,11 @@
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.1",
"zhi-blog-api": "^1.3.1",
"zhi-common": "^1.6.0",
"zhi-blog-api": "^1.3.3",
"zhi-common": "^1.6.2",
"zhi-device": "^0.7.3",
"zhi-env": "^1.17.2",
"zhi-log": "^1.13.3",
"zhi-siyuan-api": "^1.2.1"
"zhi-siyuan-api": "^1.3.2"
}
}
Loading

0 comments on commit 3dbd7d4

Please sign in to comment.