fish 1 year ago
parent
commit
2975a4617a

+ 7 - 23
README.md

@@ -1,30 +1,14 @@
-# Lemon IMUI
+# im-smartjob
 
-[中文文档](docs/APIs_zh.md).  
-基于 VUE 2.0 的 IM 聊天组件
 
-#### 特性
+## Develop
 
-- 拥有丰富的自定义功能,任意搭配出不同风格的聊天界面
-- 可以单独使用内部组件,比如编辑框/按钮/popover 等
-- 不依赖任何第三方组件库
-- 可任意扩展的聊天消息类型
-
-#### 安装
-
-> npm install lemon-imui -S
-
-#### 使用
-
-```javascript
-import LemonIMUI from 'lemon-imui'
-Vue.use(LemonIMUI)
 ```
-
-```html
-<lemon-imui ref="IMUI" />
+export NODE_OPTIONS=--openssl-legacy-provider
+yarn serve
+yarn build
 ```
 
-#### 示例
+## Reference
 
-[lemon-imui-examples](http://june000.gitee.io/lemon-im).
+[Vue2 IM聊天组件](https://june000.gitee.io/lemon-im/)

+ 4 - 4
examples/App.vue

@@ -30,14 +30,14 @@
           自定义联系人信息 {{ contact.displayName }}
         </template> -->
         <template #message-sidebar>
-          <div class="bar">自定义消息顶部</div>
+          <div class="bar">自定义消息顶22部</div>
         </template>
         <template #contact-sidebar>
-          <div class="bar">自定义联系人顶部</div>
+          <div class="bar">自定义联系人221顶部</div>
         </template>
       </lemon-imui>
       <div class="link">
-        <a target="_blank" href="https://github.com/fanjyy/lemon-imui">Thank fanjyy</a>
+        <a target="_blank" href="https://git.yoqi.me/Zwise/im-smartjob">天问科技</a>
       </div>
     </div>
   </div>
@@ -547,7 +547,7 @@ export default {
         return (
           <div class="drawer-content">
             <p>
-              <b>自定义抽屉</b>
+              <b>自定15义抽屉</b>
             </p>
             <p>{contact.displayName}</p>
           </div>

File diff suppressed because it is too large
+ 0 - 0
examples/dist/css/index.8d01bcd8.css


BIN
examples/dist/favicon.ico


+ 0 - 1
examples/dist/index.html

@@ -1 +0,0 @@
-<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><link rel=icon href=favicon.ico><title>小舟智聘</title><link href=css/index.8d01bcd8.css rel=preload as=style><link href=js/chunk-vendors.e4810482.js rel=preload as=script><link href=js/index.16ea263b.js rel=preload as=script><link href=css/index.8d01bcd8.css rel=stylesheet></head><body><noscript><strong>We're sorry but flat-im doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.e4810482.js></script><script src=js/index.16ea263b.js></script></body></html>

File diff suppressed because it is too large
+ 0 - 0
examples/dist/js/chunk-vendors.e4810482.js


File diff suppressed because it is too large
+ 0 - 0
examples/dist/js/index.16ea263b.js


+ 1 - 1
package.json

@@ -25,4 +25,4 @@
   },
   "author": "fanjun",
   "license": "MIT"
-}
+}

+ 19 - 21
public/index.html

@@ -1,23 +1,21 @@
 <!DOCTYPE html>
 <html lang="en">
-  <head>
-    <meta charset="utf-8" />
-    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <meta
-      name="viewport"
-      content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no"
-    />
-    <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
-    <title>小舟智聘</title>
-  </head>
-  <body>
-    <noscript>
-      <strong
-        >We're sorry but flat-im doesn't work properly without JavaScript
-        enabled. Please enable it to continue.</strong
-      >
-    </noscript>
-    <div id="app"></div>
-    <!-- built files will be auto injected -->
-  </body>
-</html>
+
+<head>
+  <meta charset="utf-8" />
+  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+  <meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no" />
+  <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
+  <title>小舟智聘</title>
+</head>
+
+<body>
+  <noscript>
+    <strong>We're sorry but flat-im doesn't work properly without JavaScript
+      enabled. Please enable it to continue.</strong>
+  </noscript>
+  <div id="app"></div>
+  <!-- built files will be auto injected -->
+</body>
+
+</html>

+ 0 - 7
yarn.lock

@@ -4883,13 +4883,6 @@ launch-editor@^2.2.1:
     chalk "^2.3.0"
     shell-quote "^1.6.1"
 
-lemon-imui@^1.0.3:
-  version "1.0.3"
-  resolved "https://registry.npm.taobao.org/lemon-imui/download/lemon-imui-1.0.3.tgz#cffa72907d4f0da11be29b590288cefee8dba917"
-  integrity sha1-z/pykH1PDaEb4ptZAojO/ujbqRc=
-  dependencies:
-    vue "^2.6.10"
-
 levn@^0.3.0, levn@~0.3.0:
   version "0.3.0"
   resolved "https://registry.npm.taobao.org/levn/download/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee"

Some files were not shown because too many files changed in this diff