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, {
|
||||
render
|
||||
}, poke) {
|
||||
if (!Cfg.get("sys.Note") && !poke && !this.e?.isTask) {
|
||||
if (!Cfg.get("sys.Note") && !poke && !e?.isTask) {
|
||||
return false;
|
||||
}
|
||||
let notes = new note(e);
|
||||
|
Loading…
Reference in New Issue
Block a user