Skip to content

Commit

Permalink
feat: 支持 Notion 发布新页面、删除页面
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Aug 5, 2023
1 parent b7adffa commit f9c6ef0
Show file tree
Hide file tree
Showing 10 changed files with 593 additions and 115 deletions.
26 changes: 26 additions & 0 deletions custom.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/*
* 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 "markdown-to-notion"
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@terwer/esbuild-config-custom": "^1.0.12",
"@terwer/eslint-config-custom": "^1.3.6",
"@types/node": "^18.17.2",
"@types/node": "^18.17.3",
"@vitejs/plugin-vue": "^4.2.3",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-style-plugin": "^1.6.2",
Expand Down Expand Up @@ -60,13 +60,14 @@
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.4",
"xmlbuilder2": "^3.1.1",
"zhi-blog-api": "^1.20.10",
"zhi-blog-api": "^1.20.11",
"zhi-common": "^1.11.8",
"zhi-device": "^2.3.0",
"zhi-fetch-middleware": "^0.2.8",
"zhi-github-middleware": "^0.1.5",
"zhi-lib-base": "^0.4.4",
"zhi-siyuan-api": "^1.29.11",
"zhi-notion-markdown": "^0.1.1",
"zhi-siyuan-api": "^1.29.13",
"zhi-xmlrpc-middleware": "^0.4.3"
}
}
Loading

0 comments on commit f9c6ef0

Please sign in to comment.