ai-read-over-mobile 0.0.1
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/README.md +33 -0
- package/components/demo/api/index.js +104 -0
- package/components/demo/index.js +7 -0
- package/components/demo/plugins/cache.js +77 -0
- package/components/demo/src/chat-tools.vue +420 -0
- package/components/demo/src/main.vue +783 -0
- package/components/demo/src/member-table.vue +298 -0
- package/components/demo/src/read-over.vue +398 -0
- package/components/demo/src/tab-filter.vue +313 -0
- package/components/demo/static/bg-img.svg +10 -0
- package/components/demo/static/cai-active.png +0 -0
- package/components/demo/static/cai.png +0 -0
- package/components/demo/static/correct.png +0 -0
- package/components/demo/static/error.png +0 -0
- package/components/demo/static/filter-block.svg +23 -0
- package/components/demo/static/filter-block_hover.svg +23 -0
- package/components/demo/static/filter-block_selected.svg +23 -0
- package/components/demo/static/filter.png +0 -0
- package/components/demo/static/iconfont/iconfont.css +29 -0
- package/components/demo/static/iconfont/iconfont.js +1 -0
- package/components/demo/static/iconfont/iconfont.json +37 -0
- package/components/demo/static/iconfont/iconfont.ttf +0 -0
- package/components/demo/static/logo.png +0 -0
- package/components/demo/static/robot.png +0 -0
- package/components/demo/static/send-icon.png +0 -0
- package/components/demo/static/zan-active.png +0 -0
- package/components/demo/static/zan.png +0 -0
- package/components/demo/utils/aes-utils.js +35 -0
- package/components/demo/utils/config.js +46 -0
- package/components/demo/utils/constants.js +15 -0
- package/components/demo/utils/request.js +74 -0
- package/components/index.js +15 -0
- package/dist/ai-read-over-mobile.common.js +12129 -0
- package/dist/ai-read-over-mobile.common.js.map +1 -0
- package/dist/ai-read-over-mobile.css +1 -0
- package/dist/ai-read-over-mobile.umd.js +12148 -0
- package/dist/ai-read-over-mobile.umd.js.map +1 -0
- package/dist/ai-read-over-mobile.umd.min.js +18 -0
- package/dist/ai-read-over-mobile.umd.min.js.map +1 -0
- package/dist/demo.html +1 -0
- package/dist/img/filter-block.6f369747.svg +23 -0
- package/dist/img/filter-block_hover.5314be0a.svg +23 -0
- package/dist/img/filter-block_selected.f523d7f3.svg +23 -0
- package/package.json +44 -0
package/dist/demo.html
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!doctype html><meta charset="utf-8"><title>ai-read-over-mobile demo</title><script src="./ai-read-over-mobile.umd.js"></script><link rel="stylesheet" href="./ai-read-over-mobile.css"><script>console.log(ai-read-over-mobile)</script>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<svg version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="96px" height="96px" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<defs>
|
|
4
|
+
<linearGradient gradientUnits="userSpaceOnUse" x1="799.91452991453" y1="264" x2="840" y2="344" id="LinearGradient144">
|
|
5
|
+
<stop id="Stop145" stop-color="#ffffff" offset="0" />
|
|
6
|
+
<stop id="Stop146" stop-color="#e0e0ff" offset="1" />
|
|
7
|
+
</linearGradient>
|
|
8
|
+
<filter x="752px" y="257px" width="96px" height="96px" filterUnits="userSpaceOnUse" id="filter147">
|
|
9
|
+
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetInner" />
|
|
10
|
+
<feGaussianBlur stdDeviation="4" in="shadowOffsetInner" result="shadowGaussian" />
|
|
11
|
+
<feComposite in2="shadowGaussian" operator="atop" in="SourceAlpha" result="shadowComposite" />
|
|
12
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.188235294117647 0 0 0 0 0.376470588235294 0 0 0 0 0.564705882352941 0 0 0 0.156862745098039 0 " in="shadowComposite" />
|
|
13
|
+
</filter>
|
|
14
|
+
<g id="widget148">
|
|
15
|
+
<path d="M 760.5 276 A 11.5 11.5 0 0 1 772 264.5 L 828 264.5 A 11.5 11.5 0 0 1 839.5 276 L 839.5 332 A 11.5 11.5 0 0 1 828 343.5 L 772 343.5 A 11.5 11.5 0 0 1 760.5 332 L 760.5 276 Z " fill-rule="nonzero" fill="url(#LinearGradient144)" stroke="none" />
|
|
16
|
+
<path d="M 760.5 276 A 11.5 11.5 0 0 1 772 264.5 L 828 264.5 A 11.5 11.5 0 0 1 839.5 276 L 839.5 332 A 11.5 11.5 0 0 1 828 343.5 L 772 343.5 A 11.5 11.5 0 0 1 760.5 332 L 760.5 276 Z " stroke-width="1" stroke="#ffffff" fill="none" />
|
|
17
|
+
</g>
|
|
18
|
+
</defs>
|
|
19
|
+
<g transform="matrix(1 0 0 1 -752 -257 )">
|
|
20
|
+
<use xlink:href="#widget148" filter="url(#filter147)" />
|
|
21
|
+
<use xlink:href="#widget148" />
|
|
22
|
+
</g>
|
|
23
|
+
</svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<svg version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="96px" height="96px" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<defs>
|
|
4
|
+
<linearGradient gradientUnits="userSpaceOnUse" x1="799.91452991453" y1="264" x2="840" y2="344" id="LinearGradient149">
|
|
5
|
+
<stop id="Stop150" stop-color="#ffffff" offset="0" />
|
|
6
|
+
<stop id="Stop151" stop-color="#eeeeff" offset="1" />
|
|
7
|
+
</linearGradient>
|
|
8
|
+
<filter x="752px" y="257px" width="96px" height="96px" filterUnits="userSpaceOnUse" id="filter152">
|
|
9
|
+
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetInner" />
|
|
10
|
+
<feGaussianBlur stdDeviation="4" in="shadowOffsetInner" result="shadowGaussian" />
|
|
11
|
+
<feComposite in2="shadowGaussian" operator="atop" in="SourceAlpha" result="shadowComposite" />
|
|
12
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.188235294117647 0 0 0 0 0.376470588235294 0 0 0 0 0.564705882352941 0 0 0 0.156862745098039 0 " in="shadowComposite" />
|
|
13
|
+
</filter>
|
|
14
|
+
<g id="widget153">
|
|
15
|
+
<path d="M 760.5 276 A 11.5 11.5 0 0 1 772 264.5 L 828 264.5 A 11.5 11.5 0 0 1 839.5 276 L 839.5 332 A 11.5 11.5 0 0 1 828 343.5 L 772 343.5 A 11.5 11.5 0 0 1 760.5 332 L 760.5 276 Z " fill-rule="nonzero" fill="url(#LinearGradient149)" stroke="none" />
|
|
16
|
+
<path d="M 760.5 276 A 11.5 11.5 0 0 1 772 264.5 L 828 264.5 A 11.5 11.5 0 0 1 839.5 276 L 839.5 332 A 11.5 11.5 0 0 1 828 343.5 L 772 343.5 A 11.5 11.5 0 0 1 760.5 332 L 760.5 276 Z " stroke-width="1" stroke="#ffffff" fill="none" />
|
|
17
|
+
</g>
|
|
18
|
+
</defs>
|
|
19
|
+
<g transform="matrix(1 0 0 1 -752 -257 )">
|
|
20
|
+
<use xlink:href="#widget153" filter="url(#filter152)" />
|
|
21
|
+
<use xlink:href="#widget153" />
|
|
22
|
+
</g>
|
|
23
|
+
</svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<svg version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="96px" height="96px" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<defs>
|
|
4
|
+
<linearGradient gradientUnits="userSpaceOnUse" x1="799.91452991453" y1="264" x2="840" y2="344" id="LinearGradient154">
|
|
5
|
+
<stop id="Stop155" stop-color="#ffffff" offset="0" />
|
|
6
|
+
<stop id="Stop156" stop-color="#eeeeff" offset="1" />
|
|
7
|
+
</linearGradient>
|
|
8
|
+
<filter x="752px" y="257px" width="96px" height="96px" filterUnits="userSpaceOnUse" id="filter157">
|
|
9
|
+
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetInner" />
|
|
10
|
+
<feGaussianBlur stdDeviation="4" in="shadowOffsetInner" result="shadowGaussian" />
|
|
11
|
+
<feComposite in2="shadowGaussian" operator="atop" in="SourceAlpha" result="shadowComposite" />
|
|
12
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.188235294117647 0 0 0 0 0.376470588235294 0 0 0 0 0.564705882352941 0 0 0 0.156862745098039 0 " in="shadowComposite" />
|
|
13
|
+
</filter>
|
|
14
|
+
<g id="widget158">
|
|
15
|
+
<path d="M 762 276 A 10 10 0 0 1 772 266 L 828 266 A 10 10 0 0 1 838 276 L 838 332 A 10 10 0 0 1 828 342 L 772 342 A 10 10 0 0 1 762 332 L 762 276 Z " fill-rule="nonzero" fill="url(#LinearGradient154)" stroke="none" />
|
|
16
|
+
<path d="M 761 276 A 11 11 0 0 1 772 265 L 828 265 A 11 11 0 0 1 839 276 L 839 332 A 11 11 0 0 1 828 343 L 772 343 A 11 11 0 0 1 761 332 L 761 276 Z " stroke-width="2" stroke="#6060e0" fill="none" stroke-opacity="0.8" />
|
|
17
|
+
</g>
|
|
18
|
+
</defs>
|
|
19
|
+
<g transform="matrix(1 0 0 1 -752 -257 )">
|
|
20
|
+
<use xlink:href="#widget158" filter="url(#filter157)" />
|
|
21
|
+
<use xlink:href="#widget158" />
|
|
22
|
+
</g>
|
|
23
|
+
</svg>
|
package/package.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ai-read-over-mobile",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "智能批阅移动端",
|
|
5
|
+
"main": "dist/ai-read-over-mobile.umd.js",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"vue",
|
|
8
|
+
"ui",
|
|
9
|
+
"components"
|
|
10
|
+
],
|
|
11
|
+
"author": "SRKJ",
|
|
12
|
+
"files": [
|
|
13
|
+
"dist",
|
|
14
|
+
"components"
|
|
15
|
+
],
|
|
16
|
+
"scripts": {
|
|
17
|
+
"build": "vue-cli-service build --target lib ./components/index.js",
|
|
18
|
+
"publish": "npm publish"
|
|
19
|
+
},
|
|
20
|
+
"dependencies": {
|
|
21
|
+
"axios": "^1.7.2",
|
|
22
|
+
"core-js": "^3.8.3",
|
|
23
|
+
"crypto-js": "^4.1.1",
|
|
24
|
+
"event-source-polyfill": "^1.0.31",
|
|
25
|
+
"js-base64": "^3.7.5",
|
|
26
|
+
"js-cookie": "^3.0.5",
|
|
27
|
+
"vue": "^2.6.14",
|
|
28
|
+
"vue-router": "^3.5.1",
|
|
29
|
+
"vuex": "^3.6.2"
|
|
30
|
+
},
|
|
31
|
+
"devDependencies": {
|
|
32
|
+
"@vue/cli-plugin-babel": "~5.0.0",
|
|
33
|
+
"@vue/cli-plugin-router": "~5.0.0",
|
|
34
|
+
"@vue/cli-plugin-vuex": "~5.0.0",
|
|
35
|
+
"@vue/cli-service": "~5.0.0",
|
|
36
|
+
"babel-plugin-component": "^1.1.1",
|
|
37
|
+
"sass": "^1.32.7",
|
|
38
|
+
"sass-loader": "^12.0.0",
|
|
39
|
+
"vue-template-compiler": "^2.6.14"
|
|
40
|
+
},
|
|
41
|
+
"peerDependencies": {
|
|
42
|
+
"element-ui": "^2.15.6"
|
|
43
|
+
}
|
|
44
|
+
}
|