2
0
mirror of https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git synced 2024-12-22 19:10:53 +08:00

fix:修正

This commit is contained in:
ctrlcvs 2023-01-14 22:49:52 +08:00
parent 230cfe0d4c
commit f4461f8912

View File

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