mirror of
https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git
synced 2024-12-23 03:20:52 +08:00
fix:修正
This commit is contained in:
parent
230cfe0d4c
commit
f4461f8912
@ -28,7 +28,7 @@ function init() {
|
|||||||
export async function Note(e, {
|
export async function Note(e, {
|
||||||
render
|
render
|
||||||
}, poke) {
|
}, poke) {
|
||||||
if (!Cfg.get("sys.Note") && !poke && !this.e?.isTask) {
|
if (!Cfg.get("sys.Note") && !poke && !e?.isTask) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
let notes = new note(e);
|
let notes = new note(e);
|
||||||
|
Loading…
Reference in New Issue
Block a user