|
@@ -6,6 +6,7 @@
|
|
|
<title>memos记录</title>
|
|
|
<!-- 引入Quill样式 -->
|
|
|
<link rel="stylesheet" href="./js/quill.snow.css">
|
|
|
+ <script src="https://api.map.baidu.com/api?v=2.0&ak=WMYeXwq7z0VcaiUXTuYTGPZsm8Selmfd"></script>
|
|
|
<style>
|
|
|
#editor {
|
|
|
height: 150px;
|
|
@@ -14,6 +15,8 @@
|
|
|
</head>
|
|
|
<body>
|
|
|
<a href="https://memos.tianyunperfect.cn/">memos主页</a><br><br>
|
|
|
+
|
|
|
+<div></div>
|
|
|
<!-- 创建一个用于编辑的容器 -->
|
|
|
<div id="editor"></div>
|
|
|
|
|
@@ -36,7 +39,6 @@
|
|
|
|
|
|
<!-- 引入Quill库 -->
|
|
|
<script src="./js/cdn.quilljs.com_1.3.6_quill.js"></script>
|
|
|
-<script src="https://web.tianyunperfect.cn/simple/js/util.js"></script>
|
|
|
<!--异步请求示例:requestUtil.sync('https://jsonplaceholder.typicode.com/posts/1', 'post', data, headers) .then(data => console.log(data))-->
|
|
|
<script>
|
|
|
const quill = new Quill('#editor', {
|