Skip to content

Commit

Permalink
feat: 新版挂件-动态平台管理
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Jun 24, 2023
1 parent 72d4f0b commit de09930
Show file tree
Hide file tree
Showing 16 changed files with 1,003 additions and 43 deletions.
12 changes: 12 additions & 0 deletions components.d.ts
Expand Up @@ -11,15 +11,27 @@ declare module '@vue/runtime-core' {
export interface GlobalComponents {
ChangeLocal: typeof import('./src/components/set/preference/ChangeLocal.vue')['default']
CnblogsTest: typeof import('./src/components/test/CnblogsTest.vue')['default']
ElAlert: typeof import('element-plus/es')['ElAlert']
ElAside: typeof import('element-plus/es')['ElAside']
ElButton: typeof import('element-plus/es')['ElButton']
ElButtonGroup: typeof import('element-plus/es')['ElButtonGroup']
ElContainer: typeof import('element-plus/es')['ElContainer']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElHeader: typeof import('element-plus/es')['ElHeader']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElInput: typeof import('element-plus/es')['ElInput']
ElMain: typeof import('element-plus/es')['ElMain']
ElOption: typeof import('element-plus/es')['ElOption']
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSpace: typeof import('element-plus/es')['ElSpace']
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
ElTabPane: typeof import('element-plus/es')['ElTabPane']
ElTabs: typeof import('element-plus/es')['ElTabs']
ElText: typeof import('element-plus/es')['ElText']
GeneralSetting: typeof import('./src/components/set/GeneralSetting.vue')['default']
HexoTest: typeof import('./src/components/test/HexoTest.vue')['default']
HugoTest: typeof import('./src/components/test/HugoTest.vue')['default']
Expand Down
12 changes: 7 additions & 5 deletions package.json
Expand Up @@ -46,17 +46,19 @@
"element-plus": "^2.3.7",
"js-base64": "^3.7.5",
"pinia": "^2.1.4",
"shorthash2": "^1.0.3",
"simple-xmlrpc": "^1.4.2",
"uuid": "^9.0.0",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.2",
"xmlbuilder2": "^3.1.1",
"zhi-blog-api": "^1.13.3",
"zhi-common": "^1.11.2",
"zhi-blog-api": "^1.13.4",
"zhi-common": "^1.11.3",
"zhi-device": "^2.3.0",
"zhi-fetch-middleware": "^0.1.16",
"zhi-fetch-middleware": "^0.1.17",
"zhi-lib-base": "0.4.1",
"zhi-siyuan-api": "^1.25.3",
"zhi-xmlrpc-middleware": "^0.2.16"
"zhi-siyuan-api": "^1.25.4",
"zhi-xmlrpc-middleware": "^0.2.17"
}
}
82 changes: 49 additions & 33 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions src/adaptors/github/config/GithubConfig.ts
@@ -0,0 +1,28 @@
/*
* 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.
*/

class GithubConfig {}

export { GithubConfig }

0 comments on commit de09930

Please sign in to comment.