mirror of
https://github.com/201206030/novel-plus.git
synced 2025-07-07 17:56:39 +00:00
feat(templates): 新增绿色主题模版,并设置为默认模版
和文档站点 docs.xxyopen.com 风格保持一致
This commit is contained in:
15
templates/green/static/wangEditor/example/demo/test-amd.html
Normal file
15
templates/green/static/wangEditor/example/demo/test-amd.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>wangEditor 使用 AMD 加载</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>wangEditor 使用 AMD 加载</p>
|
||||
<div id="div3">
|
||||
<p>欢迎使用 wangEditor 富文本编辑器</p>
|
||||
</div>
|
||||
|
||||
<script data-main="./test-amd-main.js" src="//cdn.bootcss.com/require.js/2.3.3/require.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user