vue-chat-im 1.1.19-beta.8 → 1.1.19-beta.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-chat-im",
3
- "version": "1.1.19-beta.8",
3
+ "version": "1.1.19-beta.9",
4
4
  "private": false,
5
5
  "main": "lib/chatIM.umd.min.js",
6
6
  "scripts": {
package/public/index.html CHANGED
@@ -1,3 +1,11 @@
1
+ <!--
2
+ * @Author: 高瑞廷 2419056691@qq.com
3
+ * @Date: 2021-07-09 15:52:53
4
+ * @LastEditors: 高瑞廷 2419056691@qq.com
5
+ * @LastEditTime: 2023-03-09 16:01:52
6
+ * @FilePath: \vue-chat-im\public\index.html
7
+ * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
8
+ -->
1
9
  <!DOCTYPE html>
2
10
  <html lang="">
3
11
  <head>
@@ -6,23 +14,7 @@
6
14
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
7
15
  <link rel="icon" href="<%= BASE_URL %>favicon.ico">
8
16
  <title><%= htmlWebpackPlugin.options.title %></title>
9
- <!-- 使用CDN的CSS文件 -->
10
- <!-- <% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.css) { %>
11
- <link href="<%= htmlWebpackPlugin.options.cdn.css[i] %>" rel="preload" as="style">
12
- <link href="<%= htmlWebpackPlugin.options.cdn.css[i] %>" rel="stylesheet">
13
- <% } %> -->
14
- <!-- 使用CDN的JS文件 -->
15
- <!-- <% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.js) { %>
16
- <script src="<%= htmlWebpackPlugin.options.cdn.js[i] %>" type="text/javascript"></script>
17
- <% } %> -->
18
- <link href="https://cdn.static.jingyingbang.com/web/libs/element-ui/2.13.0/theme-chalk/index.css" rel="preload"
19
- as="style">
20
- <link href="https://cdn.static.jingyingbang.com/web/libs/element-ui/2.13.0/theme-chalk/index.css" rel="stylesheet">
21
- <script src="https://cdn.static.jingyingbang.com/web/libs/vue/2.6.10/vue.runtime.min.js"></script>
22
- <script src="https://cdn.static.jingyingbang.com/web/libs/vue-router/3.1.3/vue-router.min.js"></script>
23
- <script src="https://cdn.static.jingyingbang.com/web/libs/vuex/3.1.1/vuex.min.js"></script>
24
- <script src="https://cdn.static.jingyingbang.com/web/libs/axios/0.21.1/axios.min.js"></script>
25
- <script src="https://cdn.static.jingyingbang.com/web/libs/element-ui/2.12.0/index.js"></script>
17
+
26
18
  </head>
27
19
  <body>
28
20
  <noscript>
@@ -31,4 +23,4 @@
31
23
  <div id="app"></div>
32
24
  <!-- built files will be auto injected -->
33
25
  </body>
34
- </html>
26
+ </html>