五六论坛

标题: 腾龙公司游戏网址【xs10159.com】 [打印本页]

作者: fg880111    时间: 前天 12:30
标题: 腾龙公司游戏网址【xs10159.com】
腾龙公司游戏APP下载链接 【xs10159.com】 -// https://quilljs.com/playground/snowconst Delta = Quill.imports.delta;let base = new Delta();const op1 = new Delta().insert(" ", { src: "blob" });const invert1 = op1.invert(base); // { delete: 1 }base = base.compose(op1); // { insert: " ", attributes: { src: "blob" } }const undoable = new Delta().retain(1, { src: "http" });base = base.compose(undoable); // { insert: " ", attributes: { src: "http" } }base = base.compose(invert1); // []// https://quilljs.com/playground/snowconst Delta = Quill.imports.delta;let base = new Delta();const op1 = new Delta().insert(" ", { src: "blob" });let invert1 = op1.invert(base); // { delete: 1 }base = base.compose(op1); // { insert: " ", attributes: { src: "blob" } }const undoable = new Delta().insert("1").retain(1, { src: "http" });base = base.compose(undoable); // { insert:"1" }, { insert: " ", attributes: { src: "http" } }invert1 = undoable.transform(invert1); // { retain: 1 }, { delete: 1 }base = base.compose(invert1); // { insert: "1" }


作者: 日月明    时间: 昨天 16:25
顶起顶起顶起!




欢迎光临 五六论坛 (https://gm56.com/) Powered by Discuz! X3.5