xheditor实现ai文本续写重写自定义按钮富文本编辑框效果代码

代码语言:html

所属分类:其他

代码描述:xheditor实现ai文本续写重写自定义按钮富文本编辑框效果代码

代码标签: xheditor ai 文本 续写 重写 自定义 按钮 富文本 编辑框

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html>

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum=1.0,minimum=1.0,user-scalable=0" />
    <title>BFW NEW PAGE</title>
    <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/jquery-3.2.1.min.js"></script>

    <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/xheditor/xheditor.js"></script>
    <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/xheditor/xheditor_lang/zh-cn.js"></script>
    <style>
    .xheBtnAi{
        background: url("//repo.bfw.wiki/bfwrepo/icon/641ae8b0be862.png");
        background-repeat: no-repeat;
    background-size: cover;
}
    }
    </style>
</head>

<body>
    <textarea id="elm1" style="width:100%;height:400px;">
       hello
    </textarea>.........完整代码请登录后点击上方下载按钮下载查看

网友评论0