浏览代码

Guide developer to use logseq.UI.showMsg

lord63 3 年之前
父节点
当前提交
5dd7312342
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libs/src/LSPlugin.ts

+ 1 - 1
libs/src/LSPlugin.ts

@@ -386,7 +386,7 @@ export interface IAppProxy {
   queryElementRect: (selector: string) => Promise<DOMRectReadOnly | null>
 
   /**
-   * @deprecated
+   * @deprecated Use `logseq.UI.showMsg` instead
    * @param content
    * @param status
    */