From 2d4aea0700c29a581ce5ab3337429adf74531399 Mon Sep 17 00:00:00 2001 From: zxkmm Date: Mon, 9 Sep 2024 15:17:49 +0800 Subject: [PATCH] bump 2 v0.0.4 --- package.json | 2 +- plugin.json | 2 +- src/index.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index dff5ca1..482c320 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siyuan_auto_codeblock", - "version": "0.0.3", + "version": "0.0.4", "type": "module", "description": "Auto detect the programming language of the code block", "repository": "", diff --git a/plugin.json b/plugin.json index e2e059c..2956a93 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "name": "siyuan_auto_codeblock", "author": "zxkmm", "url": "https://github.com/zxkmm/siyuan_auto_codeblock", - "version": "0.0.3", + "version": "0.0.4", "minAppVersion": "3.0.12", "backends": ["windows", "linux", "darwin", "docker", "ios", "android"], "frontends": [ diff --git a/src/index.ts b/src/index.ts index fbf2a63..a4e56d0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -43,7 +43,7 @@ export default class SiyuanAutoCodeblock extends Plugin { } handleSlashEvent() { - showMessage(this.isMobile ? "Mobile" : "Desktop"); + // showMessage(this.isMobile ? "Mobile" : "Desktop"); var autoMode = this.settingUtils.get("autoMode"); this.protyleSlash = [ {