五六论坛
标题:
腾龙娱乐游戏网址【xs10159.com】
[打印本页]
作者:
fg880111
时间:
前天 12:27
标题:
腾龙娱乐游戏网址【xs10159.com】
腾龙公司游戏APP下载链接【xs10159.com】
// https://quilljs.com/playground/snow
const
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);
// []
作者:
牧狼
时间:
前天 21:50
顶起顶起顶起!
作者:
shirley
时间:
昨天 08:25
顶起顶起顶起!
作者:
hua668
时间:
3 小时前
我也来顶一下。
欢迎光临 五六论坛 (https://www.gm56.com/)
Powered by Discuz! X3.5