update notice message

This commit is contained in:
Dian 2025-02-01 17:01:34 +08:00
parent 5f816bcbe2
commit 6a194aee9f

View file

@ -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();