Refactor password and notice

This commit is contained in:
chris
2022-06-22 21:36:42 +08:00
parent 2364a6c756
commit 46e5477509
2 changed files with 29 additions and 25 deletions

View File

@@ -4,8 +4,6 @@ import { markdownToBlocks, } from "@tryfabric/martian";
import * as yamlFrontMatter from "yaml-front-matter";
import * as yaml from "yaml"
import MyPlugin from "main";
import { join } from "path";
export class Upload2Notion {
app: MyPlugin;
notion: Client;