From 6a194aee9f20a02dfc9492fe6bcdbc9df51d7334 Mon Sep 17 00:00:00 2001 From: Dian Date: Sat, 1 Feb 2025 17:01:34 +0800 Subject: [PATCH] update notice message --- main.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/main.ts b/main.ts index b38d17d..9aafe97 100644 --- a/main.ts +++ b/main.ts @@ -2,9 +2,6 @@ import { ExampleView, VIEW_TYPE_EXAMPLE } from "CustomView"; import { addIcon, App, - Editor, - MarkdownView, - Modal, Notice, Plugin, PluginSettingTab, @@ -132,7 +129,7 @@ export default class NemesisPlugin extends Plugin { "Sample Plugin", (evt: MouseEvent) => { // Called when the user clicks the icon. - new Notice("Hello My Nemesis!"); + new Notice("Generating response!"); // console.log("click"); this.activateView(); this.testFunction();