update at 2025-10-16 14:06:24

This commit is contained in:
douboer
2025-10-16 14:06:24 +08:00
parent 93afc99e7d
commit 5e1351408e
6 changed files with 14 additions and 5 deletions

View File

@@ -3,6 +3,14 @@
"version": "1.3.0",
"description": "This is a plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://biboer.cn/gitea/gavin/note2any.git"
},
"homepage": "https://biboer.cn/gitea/gavin/note2any",
"bugs": {
"url": "https://biboer.cn/gitea/gavin/note2any/issues"
},
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "npm run build:bundle --",