├── .DS_Store
├── App.vue
├── common
├── js
│ └── message.js
└── style
│ └── aliicon.css
├── components
├── avator-group.vue
├── left-message.vue
├── right-message.vue
├── send-message.vue
└── wkiwi-action.vue
├── demo.gif
├── main.js
├── manifest.json
├── message-detail.png
├── message-list.png
├── pages.json
├── pages
├── .DS_Store
├── message_info
│ └── message_info.vue
└── wkiwi-swipe-action
│ ├── .DS_Store
│ └── wkiwi-swipe-action.vue
├── readme.md
├── static
└── logo.png
├── uni.scss
└── unpackage
└── dist
└── dev
├── .tmp
└── app-plus
│ ├── app.js
│ ├── app.json
│ ├── app.wxss
│ ├── common
│ ├── main.js
│ ├── main.wxss
│ ├── runtime.js
│ ├── slots.wxml
│ └── vendor.js
│ ├── components
│ ├── avator-group.vue.wxml
│ ├── left-message.vue.wxml
│ ├── right-message.vue.wxml
│ ├── send-message.vue.wxml
│ └── wkiwi-action.vue.wxml
│ ├── manifest.json
│ ├── pages
│ ├── message_info
│ │ ├── message_info.js
│ │ ├── message_info.json
│ │ ├── message_info.vue.wxml
│ │ ├── message_info.wxml
│ │ └── message_info.wxss
│ └── wkiwi-swipe-action
│ │ ├── wkiwi-swipe-action.js
│ │ ├── wkiwi-swipe-action.json
│ │ ├── wkiwi-swipe-action.vue.wxml
│ │ ├── wkiwi-swipe-action.wxml
│ │ └── wkiwi-swipe-action.wxss
│ └── static
│ └── logo.png
└── app-plus
├── __uniappchooselocation.html
├── __uniappes6.js
├── __uniappmarker@3x.png
├── __uniappopenlocation.html
├── __uniapppicker.html
├── __uniappscan.html
├── __uniappservice.html
├── __uniappsuccess.png
├── __uniappview.html
├── app-service.js
├── app-view.js
├── manifest.json
├── pages
├── message_info
│ └── message_info.js
└── wkiwi-swipe-action
│ └── wkiwi-swipe-action.js
└── static
└── logo.png
/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wkiwi/wkiwi-swipe-action/a0d5242c16ef0ee3a8bf9f2f9f90cb33fcfd4c52/.DS_Store
--------------------------------------------------------------------------------
/App.vue:
--------------------------------------------------------------------------------
1 |
14 |
15 |
22 |
--------------------------------------------------------------------------------
/common/js/message.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | "messagelist": [
3 | { "type": -1, "message": "我冷!😭" },
4 | { "type": 1, "message": "哦,那跑跑就暖和了" },
5 | { "type": -1, "message": "你一点也不浪漫,我前男友每当这个时候都会把外套脱下给我。" },
6 | { "type": 1, "message": "就是冻死那个?😂" },
7 | { "type": -1, "message": "我冷!😭" },
8 | { "type": 1, "message": "哦,那跑跑就暖和了" },
9 | { "type": -1, "message": "你一点也不浪漫,我前男友每当这个时候都会把外套脱下给我。" },
10 | { "type": 1, "message": "就是冻死那个?😂" },
11 | { "type": -1, "message": "我冷!😭" },
12 | { "type": 1, "message": "哦,那跑跑就暖和了" },
13 | { "type": -1, "message": "你一点也不浪漫,我前男友每当这个时候都会把外套脱下给我。" },
14 | { "type": 1, "message": "就是冻死那个?😂" },
15 | { "type": -1, "message": "我冷!😭" },
16 | { "type": 1, "message": "哦,那跑跑就暖和了" },
17 | { "type": -1, "message": "你一点也不浪漫,我前男友每当这个时候都会把外套脱下给我。" },
18 | { "type": 1, "message": "就是冻死那个?😂" },
19 | { "type": -1, "message": "我冷!😭" },
20 | { "type": 1, "message": "哦,那跑跑就暖和了" },
21 | { "type": -1, "message": "你一点也不浪漫,我前男友每当这个时候都会把外套脱下给我。" },
22 | { "type": 1, "message": "就是冻死那个?😂" },
23 | { "type": -1, "message": "我冷!😭" },
24 | { "type": 1, "message": "哦,那跑跑就暖和了" },
25 | { "type": -1, "message": "你一点也不浪漫,我前男友每当这个时候都会把外套脱下给我。" },
26 | { "type": 1, "message": "就是冻死那个?😂" },
27 | { "type": -1, "message": "我冷!😭" },
28 | { "type": 1, "message": "哦,那跑跑就暖和了" },
29 | { "type": -1, "message": "你一点也不浪漫,我前男友每当这个时候都会把外套脱下给我。" },
30 | { "type": 1, "message": "就是冻死那个?😂" },
31 | { "type": -1, "message": "我冷!😭" },
32 | { "type": 1, "message": "哦,那跑跑就暖和了" },
33 | { "type": -1, "message": "你一点也不浪漫,我前男友每当这个时候都会把外套脱下给我。" },
34 | { "type": 1, "message": "就是冻死那个?😂" },
35 | { "type": -1, "message": "我冷!😭" },
36 | { "type": 1, "message": "哦,那跑跑就暖和了" },
37 | { "type": -1, "message": "你一点也不浪漫,我前男友每当这个时候都会把外套脱下给我。" },
38 | { "type": 1, "message": "就是冻死那个?😂" }
39 | ]
40 | }
41 |
--------------------------------------------------------------------------------
/common/style/aliicon.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'iconfont'; /* project id 1115206 */
3 | src: url('https://at.alicdn.com/t/font_1115206_42hjuqwimcl.eot');
4 | src: url('https://at.alicdn.com/t/font_1115206_42hjuqwimcl.eot?#iefix') format('embedded-opentype'),
5 | url('https://at.alicdn.com/t/font_1115206_42hjuqwimcl.woff2') format('woff2'),
6 | url('https://at.alicdn.com/t/font_1115206_42hjuqwimcl.woff') format('woff'),
7 | url('https://at.alicdn.com/t/font_1115206_42hjuqwimcl.ttf') format('truetype'),
8 | url('https://at.alicdn.com/t/font_1115206_42hjuqwimcl.svg#iconfont') format('svg');
9 | }
10 |
11 | .iconfont {
12 | font-family: "iconfont" !important;
13 | font-size: 16px;
14 | font-style: normal;
15 | -webkit-font-smoothing: antialiased;
16 | -moz-osx-font-smoothing: grayscale;
17 | }
18 |
19 | .ic_wechat:before {
20 | content: "\e652";
21 | }
22 |
23 | .ic_fenxiao:before {
24 | content: "\e653";
25 | }
26 |
27 | .ic_left:before {
28 | content: "\e600";
29 | }
30 |
31 | .ic_set:before {
32 | content: "\e601";
33 | }
34 |
35 | .ic_account-num:before {
36 | content: "\e602";
37 | }
38 |
39 | .ic_key:before {
40 | content: "\e603";
41 | }
42 |
43 | .ic_shop:before {
44 | content: "\e604";
45 | }
46 |
47 | .ic_find:before {
48 | content: "\e605";
49 | }
50 |
51 | .ic_contacts:before {
52 | content: "\e606";
53 | }
54 |
55 | .ic_group:before {
56 | content: "\e607";
57 | }
58 |
59 | .ic_department:before {
60 | content: "\e608";
61 | }
62 |
63 | .ic_chat-record:before {
64 | content: "\e609";
65 | }
66 |
67 | .ic_public-address:before {
68 | content: "\e60a";
69 | }
70 |
71 | .ic_collection-event:before {
72 | content: "\e60b";
73 | }
74 |
75 | .ic_close:before {
76 | content: "\e60c";
77 | }
78 |
79 | .ic_system-news:before {
80 | content: "\e60d";
81 | }
82 |
83 | .ic_message-task:before {
84 | content: "\e60e";
85 | }
86 |
87 | .ic_more:before {
88 | content: "\e60f";
89 | }
90 |
91 | .ic_add-colleague:before {
92 | content: "\e610";
93 | }
94 |
95 | .ic_create-agenda:before {
96 | content: "\e611";
97 | }
98 |
99 | .ic_create-tasks:before {
100 | content: "\e612";
101 | }
102 |
103 | .ic_message-management:before {
104 | content: "\e613";
105 | }
106 |
107 | .ic_messages-set:before {
108 | content: "\e614";
109 | }
110 |
111 | .ic_qq:before {
112 | content: "\e615";
113 | }
114 |
115 | .ic_weibo:before {
116 | content: "\e617";
117 | }
118 |
119 | .ic_organize-structure:before {
120 | content: "\e618";
121 | }
122 |
123 | .ic_my-colleague:before {
124 | content: "\e619";
125 | }
126 |
127 | .ic_group-chat:before {
128 | content: "\e61a";
129 | }
130 |
131 | .ic_public-code:before {
132 | content: "\e61b";
133 | }
134 |
135 | .ic_add:before {
136 | content: "\e61c";
137 | }
138 |
139 | .ic_group-1:before {
140 | content: "\e61d";
141 | }
142 |
143 | .ic_group-2:before {
144 | content: "\e61e";
145 | }
146 |
147 | .ic_clock:before {
148 | content: "\e61f";
149 | }
150 |
151 | .ic_report:before {
152 | content: "\e620";
153 | }
154 |
155 | .ic_schedule-tasks:before {
156 | content: "\e621";
157 | }
158 |
159 | .ic_approval:before {
160 | content: "\e622";
161 | }
162 |
163 | .ic_party-building-2:before {
164 | content: "\e623";
165 | }
166 |
167 | .ic_police-work:before {
168 | content: "\e624";
169 | }
170 |
171 | .ic_teleconference:before {
172 | content: "\e625";
173 | }
174 |
175 | .ic_videoconferencing:before {
176 | content: "\e626";
177 | }
178 |
179 | .ic_enterprise-email:before {
180 | content: "\e627";
181 | }
182 |
183 | .ic_cloud-disk:before {
184 | content: "\e628";
185 | }
186 |
187 | .ic_up:before {
188 | content: "\e629";
189 | }
190 |
191 | .ic_down:before {
192 | content: "\e62a";
193 | }
194 |
195 | .ic_party-building-1:before {
196 | content: "\e62b";
197 | }
198 |
199 | .ic_intelligent-meeting:before {
200 | content: "\e62c";
201 | }
202 |
203 | .ic_customer-service:before {
204 | content: "\e62d";
205 | }
206 |
207 | .ic_blackboard-news:before {
208 | content: "\e62e";
209 | }
210 |
211 | .ic_report-form:before {
212 | content: "\e62f";
213 | }
214 |
215 | .ic_check-work:before {
216 | content: "\e630";
217 | }
218 |
219 | .ic_ID-photo:before {
220 | content: "\e631";
221 | }
222 |
223 | .ic_pdf:before {
224 | content: "\e632";
225 | }
226 |
227 | .ic_personal-incomeTax:before {
228 | content: "\e633";
229 | }
230 |
231 | .ic_finance:before {
232 | content: "\e634";
233 | }
234 |
235 | .ic_my-notice:before {
236 | content: "\e635";
237 | }
238 |
239 | .ic_my-collection:before {
240 | content: "\e636";
241 | }
242 |
243 | .ic_my-service:before {
244 | content: "\e637";
245 | }
246 |
247 | .ic_business-card:before {
248 | content: "\e638";
249 | }
250 |
251 | .ic_more-jump:before {
252 | content: "\e639";
253 | }
254 |
255 | .ic_help-center:before {
256 | content: "\e63a";
257 | }
258 |
259 | .ic_topic-switching:before {
260 | content: "\e63b";
261 | }
262 |
263 | .ic_about-us:before {
264 | content: "\e63c";
265 | }
266 |
267 | .ic_feedback:before {
268 | content: "\e63d";
269 | }
270 |
271 | .ic_system-set:before {
272 | content: "\e63e";
273 | }
274 |
275 | .ic_voice:before {
276 | content: "\e63f";
277 | }
278 |
279 | .ic_expression:before {
280 | content: "\e640";
281 | }
282 |
283 | .ic_open:before {
284 | content: "\e641";
285 | }
286 |
287 | .ic_new-edition:before {
288 | content: "\e642";
289 | }
290 |
291 | .ic_new-function:before {
292 | content: "\e643";
293 | }
294 |
295 | .ic_copyright-information:before {
296 | content: "\e644";
297 | }
298 |
299 | .ic_off-line:before {
300 | content: "\e645";
301 | }
302 |
303 | .ic_collection-per:before {
304 | content: "\e646";
305 | }
306 |
307 | .ic_phone:before {
308 | content: "\e647";
309 | }
310 |
311 | .ic_landline:before {
312 | content: "\e648";
313 | }
314 |
315 | .ic_email:before {
316 | content: "\e649";
317 | }
318 |
319 | .ic_appcenter:before {
320 | content: "\e64a";
321 | }
322 |
323 | .ic_message:before {
324 | content: "\e64c";
325 | }
326 |
327 | .ic_mine:before {
328 | content: "\e64d";
329 | }
330 |
331 | .ic_concat:before {
332 | content: "\e64b";
333 | }
334 |
335 | .ic_appcenter-active:before {
336 | content: "\e64e";
337 | }
338 |
339 | .ic_shoucang77:before {
340 | content: "\e64f";
341 | }
342 |
343 | .ic_concat-active:before {
344 | content: "\e650";
345 | }
346 |
347 | .ic_message-active:before {
348 | content: "\e651";
349 | }
350 |
351 | .ic_mine-active:before {
352 | content: "\e616";
353 | }
354 |
355 | .ic_more1:before {
356 | content: "\e654";
357 | }
358 |
359 | .ic_saoyisao:before {
360 | content: "\e655";
361 | }
--------------------------------------------------------------------------------
/components/avator-group.vue:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 | 张
13 |
14 |
15 |
16 |
17 |
27 |
28 |
--------------------------------------------------------------------------------
/components/left-message.vue:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 | {{time}}
13 |
14 |
15 |
16 |
17 |
26 |
27 |
--------------------------------------------------------------------------------
/components/right-message.vue:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | {{time}}
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
26 |
27 |
--------------------------------------------------------------------------------
/components/send-message.vue:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
19 |
20 |
--------------------------------------------------------------------------------
/components/wkiwi-action.vue:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 | {{it.title}}
15 | {{it.message}}
16 |
17 |
18 | {{it.count}}
19 | {{it.time}}
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 | {{it.title}}
28 | {{it.message}}
29 |
30 |
31 | {{it.count}}
32 | {{it.time}}
33 |
34 |
35 |
36 |
37 |
38 |
40 | {{item.text }}
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
154 |
155 |
--------------------------------------------------------------------------------
/demo.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wkiwi/wkiwi-swipe-action/a0d5242c16ef0ee3a8bf9f2f9f90cb33fcfd4c52/demo.gif
--------------------------------------------------------------------------------
/main.js:
--------------------------------------------------------------------------------
1 | import Vue from 'vue'
2 | import App from './App'
3 |
4 | Vue.config.productionTip = false
5 |
6 | App.mpType = 'app'
7 |
8 | const app = new Vue({
9 | ...App
10 | })
11 | app.$mount()
12 |
--------------------------------------------------------------------------------
/manifest.json:
--------------------------------------------------------------------------------
1 | {
2 | "name" : "仿QQ",
3 | "appid" : "__UNI__8997CEE",
4 | "description": "",
5 | "versionName": "1.0.0",
6 | "versionCode": "100",
7 | "transformPx": false,
8 | "app-plus": { /* 5+App特有相关 */
9 | "splashscreen": {
10 | "alwaysShowBeforeRender": true,
11 | "waiting": true,
12 | "autoclose": true,
13 | "delay": 0
14 | },
15 | "modules": { /* 模块配置 */
16 |
17 | },
18 | "distribute": { /* 应用发布信息 */
19 | "android": { /* android打包配置 */
20 | "permissions": ["",
21 | "",
22 | "",
23 | "",
24 | "",
25 | "",
26 | "",
27 | "",
28 | "",
29 | "",
30 | "",
31 | "",
32 | "",
33 | "",
34 | "",
35 | "",
36 | "",
37 | "",
38 | "",
39 | "",
40 | "",
41 | ""
42 | ]
43 | },
44 | "ios": { /* ios打包配置 */
45 |
46 | },
47 | "sdkConfigs": { /* SDK配置 */
48 |
49 | }
50 | }
51 | },
52 | "quickapp": { /* 快应用特有相关 */
53 |
54 | },
55 | "mp-weixin": { /* 小程序特有相关 */
56 | "appid": "",
57 | "setting": {
58 | "urlCheck": false
59 | },
60 | "usingComponents": true
61 | }
62 | }
63 |
--------------------------------------------------------------------------------
/message-detail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wkiwi/wkiwi-swipe-action/a0d5242c16ef0ee3a8bf9f2f9f90cb33fcfd4c52/message-detail.png
--------------------------------------------------------------------------------
/message-list.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wkiwi/wkiwi-swipe-action/a0d5242c16ef0ee3a8bf9f2f9f90cb33fcfd4c52/message-list.png
--------------------------------------------------------------------------------
/pages.json:
--------------------------------------------------------------------------------
1 | {
2 | "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
3 | {
4 | "path": "pages/wkiwi-swipe-action/wkiwi-swipe-action",
5 | "style": {
6 | "navigationBarTitleText": "wkiwi-swipe-action"
7 | }
8 | },
9 | {
10 | "path": "pages/message_info/message_info",
11 | "style": {}
12 | }
13 | ],
14 | "globalStyle": {
15 | "navigationBarTextStyle": "white",
16 | "navigationBarTitleText": "wkiwi-swipe-action",
17 | "navigationBarBackgroundColor": "#4191ea",
18 | "backgroundColor": "#4191ea"
19 | }
20 | }
--------------------------------------------------------------------------------
/pages/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wkiwi/wkiwi-swipe-action/a0d5242c16ef0ee3a8bf9f2f9f90cb33fcfd4c52/pages/.DS_Store
--------------------------------------------------------------------------------
/pages/message_info/message_info.vue:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
12 |
13 |
14 |
15 |
60 |
61 |
82 |
--------------------------------------------------------------------------------
/pages/wkiwi-swipe-action/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wkiwi/wkiwi-swipe-action/a0d5242c16ef0ee3a8bf9f2f9f90cb33fcfd4c52/pages/wkiwi-swipe-action/.DS_Store
--------------------------------------------------------------------------------
/pages/wkiwi-swipe-action/wkiwi-swipe-action.vue:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
230 |
231 |
281 |
--------------------------------------------------------------------------------
/readme.md:
--------------------------------------------------------------------------------
1 | ### SwipeAction 滑动操作
2 |
3 | 通过滑动触发选项的容器,组件名:``wkiwi-swipe-action``
4 |
5 | **使用方式:**
6 |
7 | 在 ``script`` 中引用组件
8 |
9 | ```javascript
10 | import wkiwiSwipeAction from "@/components/wkiwi-swipe-action"
11 | export default {
12 | components: {wkiwiSwipeAction},
13 | messages:[{
14 | text: '置顶',
15 | style: {
16 | backgroundColor: '#C7C6CD'
17 | }
18 | }, {
19 | text: '删除',
20 | style: {
21 | backgroundColor: '#dd524d'
22 | }
23 | }],
24 | messages:[
25 | {
26 | title: "系统消息",
27 | url: [
28 | "http://img1.3lian.com/gif/more/11/201212/0d1252b54be4f2d240b6b7fe4ed35054.jpg"
29 | ],
30 | message: "这是一条系统消息",
31 | time: "15:15",
32 | count: 5,
33 | stick: false, //是否为置顶状态
34 | disabled: false, //是否禁止滑动
35 | type: 1 //通知类型消息
36 | },
37 | {
38 | title: "消息任务",
39 | url: [
40 | "http://img1.3lian.com/gif/more/11/201212/0d1252b54be4f2d240b6b7fe4ed35054.jpg"
41 | ],
42 | message: "这是一条消息任务",
43 | time: "15:15",
44 | count: 5,
45 | stick: false, //是否为置顶状态
46 | disabled: false, //是否禁止滑动
47 | type: 1 //通知类型消息
48 | },
49 | {
50 | title: "马云",
51 | url: [
52 | "http://img1.3lian.com/gif/more/11/201212/0d1252b54be4f2d240b6b7fe4ed35054.jpg"
53 | ],
54 | message: "什么鬼,我有支付宝[禁止滑动]",
55 | time: "15:15",
56 | count: 5,
57 | stick: false, //是否为置顶状态
58 | disabled: true, //是否禁止滑动
59 | type: 2 //普通用户类型消息
60 | },
61 | {
62 | title: "扫黑除恶工作小组",
63 | url: [
64 | "http://img1.3lian.com/gif/more/11/201212/cd1d745ed855bef27f47c8aff0786067.jpg",
65 | "http://img1.3lian.com/gif/more/11/201212/c011f2b2ab1a10d79fe931a786503d03.jpg",
66 | "http://img1.3lian.com/gif/more/11/201212/cf9d56d05c0cbc1edbf21cf64ad9c341.jpg",
67 | "http://img1.3lian.com/gif/more/11/201212/e10e8faa201671b5a2e8a6146f80d99e.jpg"
68 | ],
69 | message: "原地待命",
70 | time: "15:15",
71 | count: 22,
72 | stick: true,
73 | disabled: false, //是否禁止滑动
74 | type: 3 //群组消息
75 | },
76 | {
77 | title: "李彦宏",
78 | url: [
79 | "http://img1.3lian.com/gif/more/11/201212/c011f2b2ab1a10d79fe931a786503d03.jpg"
80 | ],
81 | message: "抄袭我的吧,我早都做过了",
82 | time: "12:13",
83 | count: 1,
84 | stick: false,
85 | disabled: false, //是否禁止滑动
86 | type: 2 //普通用户类型消息
87 | },
88 | {
89 | title: "四菜一汤",
90 | url: [
91 | "http://img1.3lian.com/gif/more/11/201212/cd1d745ed855bef27f47c8aff0786067.jpg",
92 | "http://img1.3lian.com/gif/more/11/201212/c011f2b2ab1a10d79fe931a786503d03.jpg",
93 | "http://img1.3lian.com/gif/more/11/201212/cf9d56d05c0cbc1edbf21cf64ad9c341.jpg",
94 | "http://img1.3lian.com/gif/more/11/201212/e10e8faa201671b5a2e8a6146f80d99e.jpg"
95 | ],
96 | message: "[语音]32秒",
97 | time: "15:15",
98 | count: 22,
99 | stick: true,
100 | disabled: false, //是否禁止滑动
101 | type: 3 //群组消息
102 | },
103 | {
104 | title: "雷军",
105 | url: [
106 | "http://img1.3lian.com/gif/more/11/201212/cf9d56d05c0cbc1edbf21cf64ad9c341.jpg"
107 | ],
108 | message: "微信给你下线,看你还嘚瑟",
109 | time: "12:11",
110 | count: 0,
111 | stick: false,
112 | disabled: false, //是否禁止滑动
113 | type: 2 //普通用户类型消息
114 | },
115 | {
116 | title: "前端开发者",
117 | url: [
118 | "http://img1.3lian.com/gif/more/11/201212/04b335ead07530a6188a27549fad1a68.jpg"
119 | ],
120 | message: "我们的春天来啦,哈哈哈",
121 | time: "11:35",
122 | count: 0,
123 | stick: false,
124 | disabled: false, //是否禁止滑动
125 | type: 2 //普通用户类型消息
126 | },
127 | {
128 | title: "微信小程序",
129 | url: [
130 | "http://img1.3lian.com/gif/more/11/201212/e10e8faa201671b5a2e8a6146f80d99e.jpg"
131 | ],
132 | message: "谁有内测资格啊啊,300万买一个",
133 | time: "08:23",
134 | count: 0,
135 | stick: false,
136 | disabled: false, //是否禁止滑动
137 | type: 2 //普通用户类型消息
138 | },
139 | {
140 | title: "小程序",
141 | url: [
142 | "http://img1.3lian.com/gif/more/11/201212/3fab6379b6ef53e7c17a1cc772eed0d6.jpg"
143 | ],
144 | message: "这个IDE方便都不要配置了",
145 | time: "03:21",
146 | count: 5,
147 | stick: false,
148 | disabled: false, //是否禁止滑动
149 | type: 2 //普通用户类型消息
150 | },
151 | {
152 | title: "微信应用号开发群",
153 | url: [
154 | "http://img1.3lian.com/gif/more/11/201212/8f3762fb4d791410ec970baa2641344d.jpg"
155 | ],
156 | message: "开发的局限性太大了",
157 | time: "03:08",
158 | count: 99,
159 | stick: false,
160 | disabled: false, //是否禁止滑动
161 | type: 2 //普通用户类型消息
162 | },
163 | {
164 | title: "后台",
165 | url: [
166 | "http://img1.3lian.com/gif/more/11/201212/411cffabcd6e4474b48f1ecac76e1b3f.jpg"
167 | ],
168 | message: "不看好小程序",
169 | time: "02:45",
170 | count: 0,
171 | stick: false,
172 | disabled: false, //是否禁止滑动
173 | type: 2 //普通用户类型消息
174 | },
175 | {
176 | title: "闯天下",
177 | url: [
178 | "http://img1.3lian.com/gif/more/11/201212/04378257474004fcdd62f619d724db0c.jpg"
179 | ],
180 | message: "微信太强大了",
181 | time: "01:09",
182 | count: 0,
183 | stick: false,
184 | disabled: false, //是否禁止滑动
185 | type: 2 //普通用户类型消息
186 | },
187 | {
188 | title: "小程序",
189 | url: [
190 | "http://img1.3lian.com/gif/more/11/201212/58ec7c89b16c529fc9d0dc440a72e14d.jpg"
191 | ],
192 | message: "有快来看直播啦,学习开始啦",
193 | time: "00:24",
194 | count: 2,
195 | stick: false,
196 | disabled: false, //是否禁止滑动
197 | type: 2 //普通用户类型消息
198 | }
199 | ]
200 | }
201 | ```
202 |
203 | 一般用法
204 |
205 | ```html
206 |
219 | :messagesList="messages"
220 |
221 | ```
222 |
223 |
224 | ```
225 |
226 | **SwipeAction 属性说明:**
227 |
228 | |属性名|类型|默认值|是否必填 |说明|
229 | |:--|:--|:--|:--|:--|
230 | |stick|Boolean|false|否|是否为置顶状态|
231 | |disabled|Boolean|false|否|是否禁止滑动|
232 |
233 |
234 | options 参数说明
235 |
236 | |参数|类型|是否必填|说明|
237 | |:--|:--|:--|:--|
238 | |text|String|是|按钮的文字|
239 | |style|Object|否|按钮样式{backgroundColor,color,fontSize},backgroundColor默认为:#C7C6CD,color默认为:#FFFFFF,fontSize默认为:28upx|
240 |
241 |
242 | ## 项目效果图:
243 |
244 |
--------------------------------------------------------------------------------
/static/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wkiwi/wkiwi-swipe-action/a0d5242c16ef0ee3a8bf9f2f9f90cb33fcfd4c52/static/logo.png
--------------------------------------------------------------------------------
/uni.scss:
--------------------------------------------------------------------------------
1 | /**
2 | * 这里是uni-app内置的常用样式变量
3 | *
4 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
5 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
6 | *
7 | */
8 |
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 |
15 | /* 颜色变量 */
16 |
17 | /* 行为相关颜色 */
18 | $uni-color-primary: #007aff;
19 | $uni-color-success: #4cd964;
20 | $uni-color-warning: #f0ad4e;
21 | $uni-color-error: #dd524d;
22 |
23 | /* 文字基本颜色 */
24 | $uni-text-color:#333;//基本色
25 | $uni-text-color-inverse:#fff;//反色
26 | $uni-text-color-grey:#999;//辅助灰色,如加载更多的提示信息
27 | $uni-text-color-placeholder: #808080;
28 | $uni-text-color-disable:#c0c0c0;
29 |
30 | /* 背景颜色 */
31 | $uni-bg-color:#ffffff;
32 | $uni-bg-color-grey:#f8f8f8;
33 | $uni-bg-color-hover:#f1f1f1;//点击状态颜色
34 | $uni-bg-color-mask:rgba(0, 0, 0, 0.4);//遮罩颜色
35 |
36 | /* 边框颜色 */
37 | $uni-border-color:#c8c7cc;
38 |
39 | /* 尺寸变量 */
40 |
41 | /* 文字尺寸 */
42 | $uni-font-size-sm:24upx;
43 | $uni-font-size-base:28upx;
44 | $uni-font-size-lg:32upx;
45 |
46 | /* 图片尺寸 */
47 | $uni-img-size-sm:40upx;
48 | $uni-img-size-base:52upx;
49 | $uni-img-size-lg:80upx;
50 |
51 | /* Border Radius */
52 | $uni-border-radius-sm: 4upx;
53 | $uni-border-radius-base: 6upx;
54 | $uni-border-radius-lg: 12upx;
55 | $uni-border-radius-circle: 50%;
56 |
57 | /* 水平间距 */
58 | $uni-spacing-row-sm: 10px;
59 | $uni-spacing-row-base: 20upx;
60 | $uni-spacing-row-lg: 30upx;
61 |
62 | /* 垂直间距 */
63 | $uni-spacing-col-sm: 8upx;
64 | $uni-spacing-col-base: 16upx;
65 | $uni-spacing-col-lg: 24upx;
66 |
67 | /* 透明度 */
68 | $uni-opacity-disabled: 0.3; // 组件禁用态的透明度
69 |
70 | /* 文章场景相关 */
71 | $uni-color-title: #2C405A; // 文章标题颜色
72 | $uni-font-size-title:40upx;
73 | $uni-color-subtitle: #555555; // 二级标题颜色
74 | $uni-font-size-subtitle:36upx;
75 | $uni-color-paragraph: #3F536E; // 文章段落颜色
76 | $uni-font-size-paragraph:30upx;
--------------------------------------------------------------------------------
/unpackage/dist/dev/.tmp/app-plus/app.js:
--------------------------------------------------------------------------------
1 | require('./common/runtime.js')
2 | require('./common/vendor.js')
3 | require('./common/main.js')
--------------------------------------------------------------------------------
/unpackage/dist/dev/.tmp/app-plus/app.json:
--------------------------------------------------------------------------------
1 | {
2 | "pages": [
3 | "pages/wkiwi-swipe-action/wkiwi-swipe-action",
4 | "pages/message_info/message_info"
5 | ],
6 | "subPackages": [],
7 | "window": {
8 | "navigationBarTextStyle": "white",
9 | "navigationBarTitleText": "wkiwi-swipe-action",
10 | "navigationBarBackgroundColor": "#4191ea",
11 | "backgroundColor": "#4191ea"
12 | },
13 | "usingComponents": {},
14 | "splashscreen": {
15 | "alwaysShowBeforeRender": true,
16 | "autoclose": false
17 | },
18 | "appname": "仿QQ",
19 | "compilerVersion": "1.8.2"
20 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/.tmp/app-plus/app.wxss:
--------------------------------------------------------------------------------
1 | @import './common/main.wxss';
2 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/.tmp/app-plus/common/main.js:
--------------------------------------------------------------------------------
1 | (global["webpackJsonp"] = global["webpackJsonp"] || []).push([["common/main"],{
2 |
3 | /***/ "../../../../../../Users/wangzhen/work/wkiwi-djzk/仿QQ/App.vue":
4 | /*!***************************************************!*\
5 | !*** /Users/wangzhen/work/wkiwi-djzk/仿QQ/App.vue ***!
6 | \***************************************************/
7 | /*! no static exports found */
8 | /***/ (function(module, __webpack_exports__, __webpack_require__) {
9 |
10 | "use strict";
11 | eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _App_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./App.vue?vue&type=script&lang=js& */ \"../../../../../../Users/wangzhen/work/wkiwi-djzk/仿QQ/App.vue?vue&type=script&lang=js&\");\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _App_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _App_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _App_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./App.vue?vue&type=style&index=0&lang=css& */ \"../../../../../../Users/wangzhen/work/wkiwi-djzk/仿QQ/App.vue?vue&type=style&index=0&lang=css&\");\n/* harmony import */ var _Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/vue-loader/lib/runtime/componentNormalizer.js */ \"./node_modules/vue-loader/lib/runtime/componentNormalizer.js\");\nvar render, staticRenderFns\n\n\n\n\n\n/* normalize component */\n\nvar component = Object(_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _App_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[\"default\"],\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\n/* hot reload */\nif (false) { var api; }\ncomponent.options.__file = \"Users/wangzhen/work/wkiwi-djzk/仿QQ/App.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);\n\n//# sourceURL=Users/wangzhen/work/wkiwi-djzk/%E4%BB%BFQQ/App.vue");
12 |
13 | /***/ }),
14 |
15 | /***/ "../../../../../../Users/wangzhen/work/wkiwi-djzk/仿QQ/App.vue?vue&type=script&lang=js&":
16 | /*!****************************************************************************!*\
17 | !*** /Users/wangzhen/work/wkiwi-djzk/仿QQ/App.vue?vue&type=script&lang=js& ***!
18 | \****************************************************************************/
19 | /*! no static exports found */
20 | /***/ (function(module, __webpack_exports__, __webpack_require__) {
21 |
22 | "use strict";
23 | eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_12_1_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_18_0_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--12-1!../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--18-0!../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/vue-loader/lib??vue-loader-options!./App.vue?vue&type=script&lang=js& */ \"./node_modules/babel-loader/lib/index.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js?!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js?!./node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!./node_modules/vue-loader/lib/index.js?!../../../../../../Users/wangzhen/work/wkiwi-djzk/仿QQ/App.vue?vue&type=script&lang=js&\");\n/* harmony import */ var _Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_12_1_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_18_0_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_12_1_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_18_0_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_12_1_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_18_0_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_12_1_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_18_0_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_12_1_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_18_0_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); \n\n//# sourceURL=uni-app:///App.vue?vue&type=script&lang=js&?fa0b");
24 |
25 | /***/ }),
26 |
27 | /***/ "../../../../../../Users/wangzhen/work/wkiwi-djzk/仿QQ/App.vue?vue&type=style&index=0&lang=css&":
28 | /*!************************************************************************************!*\
29 | !*** /Users/wangzhen/work/wkiwi-djzk/仿QQ/App.vue?vue&type=style&index=0&lang=css& ***!
30 | \************************************************************************************/
31 | /*! no static exports found */
32 | /***/ (function(module, __webpack_exports__, __webpack_require__) {
33 |
34 | "use strict";
35 | eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_oneOf_1_1_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_index_js_ref_6_oneOf_1_2_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_vue_loader_lib_loaders_stylePostLoader_js_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_3_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-oneOf-1-1!../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader??ref--6-oneOf-1-2!../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src??ref--6-oneOf-1-3!../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/vue-loader/lib??vue-loader-options!./App.vue?vue&type=style&index=0&lang=css& */ \"./node_modules/mini-css-extract-plugin/dist/loader.js?!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js?!./node_modules/css-loader/index.js?!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/vue-loader/lib/index.js?!../../../../../../Users/wangzhen/work/wkiwi-djzk/仿QQ/App.vue?vue&type=style&index=0&lang=css&\");\n/* harmony import */ var _Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_oneOf_1_1_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_index_js_ref_6_oneOf_1_2_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_vue_loader_lib_loaders_stylePostLoader_js_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_3_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_oneOf_1_1_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_index_js_ref_6_oneOf_1_2_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_vue_loader_lib_loaders_stylePostLoader_js_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_3_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_oneOf_1_1_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_index_js_ref_6_oneOf_1_2_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_vue_loader_lib_loaders_stylePostLoader_js_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_3_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_oneOf_1_1_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_index_js_ref_6_oneOf_1_2_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_vue_loader_lib_loaders_stylePostLoader_js_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_3_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_oneOf_1_1_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_index_js_ref_6_oneOf_1_2_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_vue_loader_lib_loaders_stylePostLoader_js_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_3_Applications_HBuilderX_app_Contents_HBuilderX_plugins_uniapp_cli_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0___default.a); \n\n//# sourceURL=Users/wangzhen/work/wkiwi-djzk/%E4%BB%BFQQ/App.vue?vue&type=style&index=0&lang=css&");
36 |
37 | /***/ }),
38 |
39 | /***/ "../../../../../../Users/wangzhen/work/wkiwi-djzk/仿QQ/main.js":
40 | /*!***************************************************!*\
41 | !*** /Users/wangzhen/work/wkiwi-djzk/仿QQ/main.js ***!
42 | \***************************************************/
43 | /*! no static exports found */
44 | /***/ (function(module, exports, __webpack_require__) {
45 |
46 | "use strict";
47 | eval("__webpack_require__(/*! uni-pages */ \"../../../../../../Users/wangzhen/work/wkiwi-djzk/仿QQ/pages.json\");\nvar _vue = _interopRequireDefault(__webpack_require__(/*! vue */ \"./node_modules/@dcloudio/vue-cli-plugin-uni/packages/mpvue/index.js\"));\nvar _App = _interopRequireDefault(__webpack_require__(/*! ./App */ \"../../../../../../Users/wangzhen/work/wkiwi-djzk/仿QQ/App.vue\"));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _objectSpread(target) {for (var i = 1; i < arguments.length; i++) {var source = arguments[i] != null ? arguments[i] : {};var ownKeys = Object.keys(source);if (typeof Object.getOwnPropertySymbols === 'function') {ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) {return Object.getOwnPropertyDescriptor(source, sym).enumerable;}));}ownKeys.forEach(function (key) {_defineProperty(target, key, source[key]);});}return target;}function _defineProperty(obj, key, value) {if (key in obj) {Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true });} else {obj[key] = value;}return obj;}\n\n_vue.default.config.productionTip = false;\n\n_App.default.mpType = 'app';\n\nvar app = new _vue.default(_objectSpread({},\n_App.default));\n\napp.$mount();\n\n//# sourceURL=uni-app:///main.js?13cc");
48 |
49 | /***/ }),
50 |
51 | /***/ "./node_modules/babel-loader/lib/index.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js?!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js?!./node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!./node_modules/vue-loader/lib/index.js?!../../../../../../Users/wangzhen/work/wkiwi-djzk/仿QQ/App.vue?vue&type=script&lang=js&":
52 | /*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
53 | !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--12-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--18-0!./node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!./node_modules/vue-loader/lib??vue-loader-options!/Users/wangzhen/work/wkiwi-djzk/仿QQ/App.vue?vue&type=script&lang=js& ***!
54 | \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
55 | /*! no static exports found */
56 | /***/ (function(module, exports, __webpack_require__) {
57 |
58 | "use strict";
59 | eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var _default =\n{\n onLaunch: function onLaunch() {\n console.log('App Launch');\n },\n onShow: function onShow() {\n console.log('App Show');\n },\n onHide: function onHide() {\n console.log('App Hide');\n } };exports.default = _default;\n\n//# sourceURL=uni-app:///App.vue?vue&type=script&lang=js&?a200");
60 |
61 | /***/ }),
62 |
63 | /***/ "./node_modules/mini-css-extract-plugin/dist/loader.js?!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js?!./node_modules/css-loader/index.js?!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/vue-loader/lib/index.js?!../../../../../../Users/wangzhen/work/wkiwi-djzk/仿QQ/App.vue?vue&type=style&index=0&lang=css&":
64 | /*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
65 | !*** ./node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-oneOf-1-1!./node_modules/css-loader??ref--6-oneOf-1-2!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--6-oneOf-1-3!./node_modules/vue-loader/lib??vue-loader-options!/Users/wangzhen/work/wkiwi-djzk/仿QQ/App.vue?vue&type=style&index=0&lang=css& ***!
66 | \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
67 | /*! no static exports found */
68 | /***/ (function(module, exports, __webpack_require__) {
69 |
70 | eval("// extracted by mini-css-extract-plugin\n\n//# sourceURL=Users/wangzhen/work/wkiwi-djzk/%E4%BB%BFQQ/App.vue?vue&type=style&index=0&lang=css&");
71 |
72 | /***/ })
73 |
74 | },[["../../../../../../Users/wangzhen/work/wkiwi-djzk/仿QQ/main.js","common/runtime","common/vendor"]]]);
--------------------------------------------------------------------------------
/unpackage/dist/dev/.tmp/app-plus/common/main.wxss:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 | /*每个页面公共css */
17 | @font-face {
18 | font-family: 'iconfont'; /* project id 1115206 */
19 | src: url('https://at.alicdn.com/t/font_1115206_42hjuqwimcl.eot');
20 | src: url('https://at.alicdn.com/t/font_1115206_42hjuqwimcl.eot?#iefix') format('embedded-opentype'),
21 | url('https://at.alicdn.com/t/font_1115206_42hjuqwimcl.woff2') format('woff2'),
22 | url('https://at.alicdn.com/t/font_1115206_42hjuqwimcl.woff') format('woff'),
23 | url('https://at.alicdn.com/t/font_1115206_42hjuqwimcl.ttf') format('truetype'),
24 | url('https://at.alicdn.com/t/font_1115206_42hjuqwimcl.svg#iconfont') format('svg');
25 | }
26 | .iconfont {
27 | font-family: "iconfont" !important;
28 | font-size: 16px;
29 | font-style: normal;
30 | -webkit-font-smoothing: antialiased;
31 | -moz-osx-font-smoothing: grayscale;
32 | }
33 | .ic_wechat:before {
34 | content: "\E652";
35 | }
36 | .ic_fenxiao:before {
37 | content: "\E653";
38 | }
39 | .ic_left:before {
40 | content: "\E600";
41 | }
42 | .ic_set:before {
43 | content: "\E601";
44 | }
45 | .ic_account-num:before {
46 | content: "\E602";
47 | }
48 | .ic_key:before {
49 | content: "\E603";
50 | }
51 | .ic_shop:before {
52 | content: "\E604";
53 | }
54 | .ic_find:before {
55 | content: "\E605";
56 | }
57 | .ic_contacts:before {
58 | content: "\E606";
59 | }
60 | .ic_group:before {
61 | content: "\E607";
62 | }
63 | .ic_department:before {
64 | content: "\E608";
65 | }
66 | .ic_chat-record:before {
67 | content: "\E609";
68 | }
69 | .ic_public-address:before {
70 | content: "\E60A";
71 | }
72 | .ic_collection-event:before {
73 | content: "\E60B";
74 | }
75 | .ic_close:before {
76 | content: "\E60C";
77 | }
78 | .ic_system-news:before {
79 | content: "\E60D";
80 | }
81 | .ic_message-task:before {
82 | content: "\E60E";
83 | }
84 | .ic_more:before {
85 | content: "\E60F";
86 | }
87 | .ic_add-colleague:before {
88 | content: "\E610";
89 | }
90 | .ic_create-agenda:before {
91 | content: "\E611";
92 | }
93 | .ic_create-tasks:before {
94 | content: "\E612";
95 | }
96 | .ic_message-management:before {
97 | content: "\E613";
98 | }
99 | .ic_messages-set:before {
100 | content: "\E614";
101 | }
102 | .ic_qq:before {
103 | content: "\E615";
104 | }
105 | .ic_weibo:before {
106 | content: "\E617";
107 | }
108 | .ic_organize-structure:before {
109 | content: "\E618";
110 | }
111 | .ic_my-colleague:before {
112 | content: "\E619";
113 | }
114 | .ic_group-chat:before {
115 | content: "\E61A";
116 | }
117 | .ic_public-code:before {
118 | content: "\E61B";
119 | }
120 | .ic_add:before {
121 | content: "\E61C";
122 | }
123 | .ic_group-1:before {
124 | content: "\E61D";
125 | }
126 | .ic_group-2:before {
127 | content: "\E61E";
128 | }
129 | .ic_clock:before {
130 | content: "\E61F";
131 | }
132 | .ic_report:before {
133 | content: "\E620";
134 | }
135 | .ic_schedule-tasks:before {
136 | content: "\E621";
137 | }
138 | .ic_approval:before {
139 | content: "\E622";
140 | }
141 | .ic_party-building-2:before {
142 | content: "\E623";
143 | }
144 | .ic_police-work:before {
145 | content: "\E624";
146 | }
147 | .ic_teleconference:before {
148 | content: "\E625";
149 | }
150 | .ic_videoconferencing:before {
151 | content: "\E626";
152 | }
153 | .ic_enterprise-email:before {
154 | content: "\E627";
155 | }
156 | .ic_cloud-disk:before {
157 | content: "\E628";
158 | }
159 | .ic_up:before {
160 | content: "\E629";
161 | }
162 | .ic_down:before {
163 | content: "\E62A";
164 | }
165 | .ic_party-building-1:before {
166 | content: "\E62B";
167 | }
168 | .ic_intelligent-meeting:before {
169 | content: "\E62C";
170 | }
171 | .ic_customer-service:before {
172 | content: "\E62D";
173 | }
174 | .ic_blackboard-news:before {
175 | content: "\E62E";
176 | }
177 | .ic_report-form:before {
178 | content: "\E62F";
179 | }
180 | .ic_check-work:before {
181 | content: "\E630";
182 | }
183 | .ic_ID-photo:before {
184 | content: "\E631";
185 | }
186 | .ic_pdf:before {
187 | content: "\E632";
188 | }
189 | .ic_personal-incomeTax:before {
190 | content: "\E633";
191 | }
192 | .ic_finance:before {
193 | content: "\E634";
194 | }
195 | .ic_my-notice:before {
196 | content: "\E635";
197 | }
198 | .ic_my-collection:before {
199 | content: "\E636";
200 | }
201 | .ic_my-service:before {
202 | content: "\E637";
203 | }
204 | .ic_business-card:before {
205 | content: "\E638";
206 | }
207 | .ic_more-jump:before {
208 | content: "\E639";
209 | }
210 | .ic_help-center:before {
211 | content: "\E63A";
212 | }
213 | .ic_topic-switching:before {
214 | content: "\E63B";
215 | }
216 | .ic_about-us:before {
217 | content: "\E63C";
218 | }
219 | .ic_feedback:before {
220 | content: "\E63D";
221 | }
222 | .ic_system-set:before {
223 | content: "\E63E";
224 | }
225 | .ic_voice:before {
226 | content: "\E63F";
227 | }
228 | .ic_expression:before {
229 | content: "\E640";
230 | }
231 | .ic_open:before {
232 | content: "\E641";
233 | }
234 | .ic_new-edition:before {
235 | content: "\E642";
236 | }
237 | .ic_new-function:before {
238 | content: "\E643";
239 | }
240 | .ic_copyright-information:before {
241 | content: "\E644";
242 | }
243 | .ic_off-line:before {
244 | content: "\E645";
245 | }
246 | .ic_collection-per:before {
247 | content: "\E646";
248 | }
249 | .ic_phone:before {
250 | content: "\E647";
251 | }
252 | .ic_landline:before {
253 | content: "\E648";
254 | }
255 | .ic_email:before {
256 | content: "\E649";
257 | }
258 | .ic_appcenter:before {
259 | content: "\E64A";
260 | }
261 | .ic_message:before {
262 | content: "\E64C";
263 | }
264 | .ic_mine:before {
265 | content: "\E64D";
266 | }
267 | .ic_concat:before {
268 | content: "\E64B";
269 | }
270 | .ic_appcenter-active:before {
271 | content: "\E64E";
272 | }
273 | .ic_shoucang77:before {
274 | content: "\E64F";
275 | }
276 | .ic_concat-active:before {
277 | content: "\E650";
278 | }
279 | .ic_message-active:before {
280 | content: "\E651";
281 | }
282 | .ic_mine-active:before {
283 | content: "\E616";
284 | }
285 | .ic_more1:before {
286 | content: "\E654";
287 | }
288 | .ic_saoyisao:before {
289 | content: "\E655";
290 | }
291 |
292 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/.tmp/app-plus/common/runtime.js:
--------------------------------------------------------------------------------
1 | /******/ (function(modules) { // webpackBootstrap
2 | /******/ // install a JSONP callback for chunk loading
3 | /******/ function webpackJsonpCallback(data) {
4 | /******/ var chunkIds = data[0];
5 | /******/ var moreModules = data[1];
6 | /******/ var executeModules = data[2];
7 | /******/
8 | /******/ // add "moreModules" to the modules object,
9 | /******/ // then flag all "chunkIds" as loaded and fire callback
10 | /******/ var moduleId, chunkId, i = 0, resolves = [];
11 | /******/ for(;i < chunkIds.length; i++) {
12 | /******/ chunkId = chunkIds[i];
13 | /******/ if(installedChunks[chunkId]) {
14 | /******/ resolves.push(installedChunks[chunkId][0]);
15 | /******/ }
16 | /******/ installedChunks[chunkId] = 0;
17 | /******/ }
18 | /******/ for(moduleId in moreModules) {
19 | /******/ if(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {
20 | /******/ modules[moduleId] = moreModules[moduleId];
21 | /******/ }
22 | /******/ }
23 | /******/ if(parentJsonpFunction) parentJsonpFunction(data);
24 | /******/
25 | /******/ while(resolves.length) {
26 | /******/ resolves.shift()();
27 | /******/ }
28 | /******/
29 | /******/ // add entry modules from loaded chunk to deferred list
30 | /******/ deferredModules.push.apply(deferredModules, executeModules || []);
31 | /******/
32 | /******/ // run deferred modules when all chunks ready
33 | /******/ return checkDeferredModules();
34 | /******/ };
35 | /******/ function checkDeferredModules() {
36 | /******/ var result;
37 | /******/ for(var i = 0; i < deferredModules.length; i++) {
38 | /******/ var deferredModule = deferredModules[i];
39 | /******/ var fulfilled = true;
40 | /******/ for(var j = 1; j < deferredModule.length; j++) {
41 | /******/ var depId = deferredModule[j];
42 | /******/ if(installedChunks[depId] !== 0) fulfilled = false;
43 | /******/ }
44 | /******/ if(fulfilled) {
45 | /******/ deferredModules.splice(i--, 1);
46 | /******/ result = __webpack_require__(__webpack_require__.s = deferredModule[0]);
47 | /******/ }
48 | /******/ }
49 | /******/ return result;
50 | /******/ }
51 | /******/
52 | /******/ // The module cache
53 | /******/ var installedModules = {};
54 | /******/
55 | /******/ // object to store loaded and loading chunks
56 | /******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
57 | /******/ // Promise = chunk loading, 0 = chunk loaded
58 | /******/ var installedChunks = {
59 | /******/ "common/runtime": 0
60 | /******/ };
61 | /******/
62 | /******/ var deferredModules = [];
63 | /******/
64 | /******/ // The require function
65 | /******/ function __webpack_require__(moduleId) {
66 | /******/
67 | /******/ // Check if module is in cache
68 | /******/ if(installedModules[moduleId]) {
69 | /******/ return installedModules[moduleId].exports;
70 | /******/ }
71 | /******/ // Create a new module (and put it into the cache)
72 | /******/ var module = installedModules[moduleId] = {
73 | /******/ i: moduleId,
74 | /******/ l: false,
75 | /******/ exports: {}
76 | /******/ };
77 | /******/
78 | /******/ // Execute the module function
79 | /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
80 | /******/
81 | /******/ // Flag the module as loaded
82 | /******/ module.l = true;
83 | /******/
84 | /******/ // Return the exports of the module
85 | /******/ return module.exports;
86 | /******/ }
87 | /******/
88 | /******/
89 | /******/ // expose the modules object (__webpack_modules__)
90 | /******/ __webpack_require__.m = modules;
91 | /******/
92 | /******/ // expose the module cache
93 | /******/ __webpack_require__.c = installedModules;
94 | /******/
95 | /******/ // define getter function for harmony exports
96 | /******/ __webpack_require__.d = function(exports, name, getter) {
97 | /******/ if(!__webpack_require__.o(exports, name)) {
98 | /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
99 | /******/ }
100 | /******/ };
101 | /******/
102 | /******/ // define __esModule on exports
103 | /******/ __webpack_require__.r = function(exports) {
104 | /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
105 | /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
106 | /******/ }
107 | /******/ Object.defineProperty(exports, '__esModule', { value: true });
108 | /******/ };
109 | /******/
110 | /******/ // create a fake namespace object
111 | /******/ // mode & 1: value is a module id, require it
112 | /******/ // mode & 2: merge all properties of value into the ns
113 | /******/ // mode & 4: return value when already ns object
114 | /******/ // mode & 8|1: behave like require
115 | /******/ __webpack_require__.t = function(value, mode) {
116 | /******/ if(mode & 1) value = __webpack_require__(value);
117 | /******/ if(mode & 8) return value;
118 | /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
119 | /******/ var ns = Object.create(null);
120 | /******/ __webpack_require__.r(ns);
121 | /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
122 | /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
123 | /******/ return ns;
124 | /******/ };
125 | /******/
126 | /******/ // getDefaultExport function for compatibility with non-harmony modules
127 | /******/ __webpack_require__.n = function(module) {
128 | /******/ var getter = module && module.__esModule ?
129 | /******/ function getDefault() { return module['default']; } :
130 | /******/ function getModuleExports() { return module; };
131 | /******/ __webpack_require__.d(getter, 'a', getter);
132 | /******/ return getter;
133 | /******/ };
134 | /******/
135 | /******/ // Object.prototype.hasOwnProperty.call
136 | /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
137 | /******/
138 | /******/ // __webpack_public_path__
139 | /******/ __webpack_require__.p = "/";
140 | /******/
141 | /******/ var jsonpArray = global["webpackJsonp"] = global["webpackJsonp"] || [];
142 | /******/ var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);
143 | /******/ jsonpArray.push = webpackJsonpCallback;
144 | /******/ jsonpArray = jsonpArray.slice();
145 | /******/ for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);
146 | /******/ var parentJsonpFunction = oldJsonpFunction;
147 | /******/
148 | /******/
149 | /******/ // run deferred modules from other chunks
150 | /******/ checkDeferredModules();
151 | /******/ })
152 | /************************************************************************/
153 | /******/ ([]);
--------------------------------------------------------------------------------
/unpackage/dist/dev/.tmp/app-plus/common/slots.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/.tmp/app-plus/components/avator-group.vue.wxml:
--------------------------------------------------------------------------------
1 | 张
--------------------------------------------------------------------------------
/unpackage/dist/dev/.tmp/app-plus/components/left-message.vue.wxml:
--------------------------------------------------------------------------------
1 | {{time}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/.tmp/app-plus/components/right-message.vue.wxml:
--------------------------------------------------------------------------------
1 | {{time}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/.tmp/app-plus/components/send-message.vue.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/.tmp/app-plus/components/wkiwi-action.vue.wxml:
--------------------------------------------------------------------------------
1 | {{it.title}}{{it.message}}{{it.count}}{{it.time}}{{it.title}}{{it.message}}{{it.count}}{{it.time}}{{item.text }}
--------------------------------------------------------------------------------
/unpackage/dist/dev/.tmp/app-plus/manifest.json:
--------------------------------------------------------------------------------
1 | {
2 | "@platforms": [
3 | "android",
4 | "iPhone",
5 | "iPad"
6 | ],
7 | "id": "__UNI__8997CEE",
8 | "name": "仿QQ",
9 | "version": {
10 | "name": "1.0.0",
11 | "code": "100"
12 | },
13 | "description": "",
14 | "launch_path": "__uniappservice.html",
15 | "developer": {
16 | "name": "",
17 | "email": "",
18 | "url": ""
19 | },
20 | "permissions": {},
21 | "plus": {
22 | "useragent": {
23 | "value": "uni-app appservice",
24 | "concatenate": true
25 | },
26 | "splashscreen": {
27 | "target": "id:1",
28 | "autoclose": true,
29 | "waiting": true,
30 | "delay": 0
31 | },
32 | "popGesture": "close",
33 | "launchwebview": {
34 | "render": "always"
35 | },
36 | "statusbar": {
37 | "immersed": "supportedDevice",
38 | "style": "light",
39 | "background": "#4191ea"
40 | },
41 | "distribute": {
42 | "google": {
43 | "permissions": [
44 | "",
45 | "",
46 | "",
47 | "",
48 | "",
49 | "",
50 | "",
51 | "",
52 | "",
53 | "",
54 | "",
55 | "",
56 | "",
57 | "",
58 | "",
59 | "",
60 | "",
61 | "",
62 | "",
63 | "",
64 | "",
65 | ""
66 | ]
67 | },
68 | "apple": {},
69 | "plugins": {
70 | "audio": {
71 | "mp3": {
72 | "description": "Android平台录音支持MP3格式文件"
73 | }
74 | }
75 | }
76 | },
77 | "allowsInlineMediaPlayback": true,
78 | "uni-app": {
79 | "compilerVersion": "1.8.2",
80 | "control": "webview"
81 | }
82 | }
83 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/.tmp/app-plus/pages/message_info/message_info.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {}
3 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/.tmp/app-plus/pages/message_info/message_info.vue.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/.tmp/app-plus/pages/message_info/message_info.wxml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/.tmp/app-plus/pages/message_info/message_info.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* 颜色变量 */
15 | /* 行为相关颜色 */
16 | /* 文字基本颜色 */
17 | /* 背景颜色 */
18 | /* 边框颜色 */
19 | /* 尺寸变量 */
20 | /* 文字尺寸 */
21 | /* 图片尺寸 */
22 | /* Border Radius */
23 | /* 水平间距 */
24 | /* 垂直间距 */
25 | /* 透明度 */
26 | /* 文章场景相关 */
27 | .left-message.data-v-62972b54 {
28 | display: -webkit-box;
29 | display: -webkit-flex;
30 | display: -ms-flexbox;
31 | display: flex;
32 | padding-left: 20rpx;
33 | }
34 | .avator-wrapper.data-v-62972b54 {
35 | -webkit-box-flex: 0;
36 | -webkit-flex: 0 0 auto;
37 | -ms-flex: 0 0 auto;
38 | flex: 0 0 auto;
39 | }
40 | .bubble-wrapper.data-v-62972b54 {
41 | padding-left: 30rpx;
42 | -webkit-box-flex: 1;
43 | -webkit-flex: 1;
44 | -ms-flex: 1;
45 | flex: 1;
46 | padding-right: 135rpx;
47 | }
48 | .bubble-wrapper .bubble.data-v-62972b54 {
49 | padding: 20rpx;
50 | background: #d5ebff;
51 | border-radius: 15rpx;
52 | position: relative;
53 | }
54 | .bubble-wrapper .bubble.data-v-62972b54::before {
55 | position: absolute;
56 | left: -20rpx;
57 | top: 10rpx;
58 | content: "";
59 | width: 0;
60 | height: 0;
61 | border-top: 20px solid transparent;
62 | border-right: 20px solid #d5ebff;
63 | border-bottom: 20px solid transparent;
64 | }
65 | .avator.data-v-62972b54 {
66 | width: 100rpx;
67 | height: 100rpx;
68 | border-radius: 50%;
69 | overflow: hiideen;
70 | background: #f1f1f1;
71 | }
72 | .avator .img.data-v-62972b54 {
73 | width: 100%;
74 | height: 100%;
75 | border-radius: 50%;
76 | }
77 | .time.data-v-62972b54 {
78 | line-height: 50rpx;
79 | color: #b7b7b7;
80 | font-size: 24rpx;
81 | text-align: right;
82 | }
83 |
84 | @charset "UTF-8";
85 | /**
86 | * 这里是uni-app内置的常用样式变量
87 | *
88 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
89 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
90 | *
91 | */
92 | /**
93 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
94 | *
95 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
96 | */
97 | /* 颜色变量 */
98 | /* 行为相关颜色 */
99 | /* 文字基本颜色 */
100 | /* 背景颜色 */
101 | /* 边框颜色 */
102 | /* 尺寸变量 */
103 | /* 文字尺寸 */
104 | /* 图片尺寸 */
105 | /* Border Radius */
106 | /* 水平间距 */
107 | /* 垂直间距 */
108 | /* 透明度 */
109 | /* 文章场景相关 */
110 | .right-message.data-v-5d3fa6de {
111 | display: -webkit-box;
112 | display: -webkit-flex;
113 | display: -ms-flexbox;
114 | display: flex;
115 | padding-right: 20rpx;
116 | }
117 | .avator-wrapper.data-v-5d3fa6de {
118 | -webkit-box-flex: 0;
119 | -webkit-flex: 0 0 auto;
120 | -ms-flex: 0 0 auto;
121 | flex: 0 0 auto;
122 | }
123 | .bubble-wrapper.data-v-5d3fa6de {
124 | padding-left: 135rpx;
125 | -webkit-box-flex: 1;
126 | -webkit-flex: 1;
127 | -ms-flex: 1;
128 | flex: 1;
129 | padding-right: 30rpx;
130 | }
131 | .bubble-wrapper .bubble.data-v-5d3fa6de {
132 | padding: 20rpx;
133 | background: #d5ebff;
134 | border-radius: 15rpx;
135 | position: relative;
136 | }
137 | .bubble-wrapper .bubble.data-v-5d3fa6de::before {
138 | position: absolute;
139 | right: -20rpx;
140 | top: 10rpx;
141 | content: "";
142 | width: 0;
143 | height: 0;
144 | border-top: 20px solid transparent;
145 | border-left: 20px solid #d5ebff;
146 | border-bottom: 20px solid transparent;
147 | }
148 | .avator.data-v-5d3fa6de {
149 | width: 100rpx;
150 | height: 100rpx;
151 | border-radius: 50%;
152 | overflow: hiideen;
153 | background: #f1f1f1;
154 | }
155 | .avator .img.data-v-5d3fa6de {
156 | width: 100%;
157 | height: 100%;
158 | border-radius: 50%;
159 | }
160 | .time.data-v-5d3fa6de {
161 | line-height: 50rpx;
162 | color: #b7b7b7;
163 | font-size: 24rpx;
164 | }
165 |
166 | @charset "UTF-8";
167 | /**
168 | * 这里是uni-app内置的常用样式变量
169 | *
170 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
171 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
172 | *
173 | */
174 | /**
175 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
176 | *
177 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
178 | */
179 | /* 颜色变量 */
180 | /* 行为相关颜色 */
181 | /* 文字基本颜色 */
182 | /* 背景颜色 */
183 | /* 边框颜色 */
184 | /* 尺寸变量 */
185 | /* 文字尺寸 */
186 | /* 图片尺寸 */
187 | /* Border Radius */
188 | /* 水平间距 */
189 | /* 垂直间距 */
190 | /* 透明度 */
191 | /* 文章场景相关 */
192 | .send-message.data-v-206f6057 {
193 | -webkit-box-sizing: border-box;
194 | box-sizing: border-box;
195 | padding: 0 15rpx;
196 | height: 100rpx;
197 | width: 100%;
198 | background: #4191ea;
199 | line-height: 100rpx;
200 | display: -webkit-box;
201 | display: -webkit-flex;
202 | display: -ms-flexbox;
203 | display: flex;
204 | -webkit-flex-wrap: nowrap;
205 | -ms-flex-wrap: nowrap;
206 | flex-wrap: nowrap;
207 | }
208 | .send-message .iconfont.data-v-206f6057 {
209 | width: 80rpx;
210 | text-align: center;
211 | line-height: 100rpx;
212 | -webkit-box-flex: 0;
213 | -webkit-flex: 0 0 auto;
214 | -ms-flex: 0 0 auto;
215 | flex: 0 0 auto;
216 | color: #fff;
217 | font-size: 60rpx;
218 | }
219 | .send-message .input-wrapper.data-v-206f6057 {
220 | -webkit-box-flex: 1;
221 | -webkit-flex: 1;
222 | -ms-flex: 1;
223 | flex: 1;
224 | padding: 10rpx;
225 | }
226 | .send-message .input-wrapper input.data-v-206f6057 {
227 | -webkit-box-sizing: border-box;
228 | box-sizing: border-box;
229 | padding: 0 15rpx;
230 | width: 100%;
231 | height: 100%;
232 | border-radius: 10rpx;
233 | background: #fff;
234 | }
235 |
236 | @charset "UTF-8";
237 | /**
238 | * 这里是uni-app内置的常用样式变量
239 | *
240 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
241 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
242 | *
243 | */
244 | /**
245 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
246 | *
247 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
248 | */
249 | /* 颜色变量 */
250 | /* 行为相关颜色 */
251 | /* 文字基本颜色 */
252 | /* 背景颜色 */
253 | /* 边框颜色 */
254 | /* 尺寸变量 */
255 | /* 文字尺寸 */
256 | /* 图片尺寸 */
257 | /* Border Radius */
258 | /* 水平间距 */
259 | /* 垂直间距 */
260 | /* 透明度 */
261 | /* 文章场景相关 */
262 | .page.data-v-6046c0c0 {
263 | -webkit-box-sizing: border-box;
264 | box-sizing: border-box;
265 | width: 100%;
266 | background: #f6fbff;
267 | overflow: hidden;
268 | padding-bottom: 100rpx;
269 | }
270 | .messagelist .message-height.data-v-6046c0c0 {
271 | padding: 30rpx 0 130rpx 0;
272 | }
273 | .footer.data-v-6046c0c0 {
274 | position: fixed;
275 | bottom: 0;
276 | left: 0;
277 | width: 100%;
278 | height: 100rpx;
279 | }
280 |
281 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/.tmp/app-plus/pages/wkiwi-swipe-action/wkiwi-swipe-action.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {},
3 | "navigationBarTitleText": "wkiwi-swipe-action"
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/.tmp/app-plus/pages/wkiwi-swipe-action/wkiwi-swipe-action.vue.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/.tmp/app-plus/pages/wkiwi-swipe-action/wkiwi-swipe-action.wxml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/.tmp/app-plus/pages/wkiwi-swipe-action/wkiwi-swipe-action.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* 颜色变量 */
15 | /* 行为相关颜色 */
16 | /* 文字基本颜色 */
17 | /* 背景颜色 */
18 | /* 边框颜色 */
19 | /* 尺寸变量 */
20 | /* 文字尺寸 */
21 | /* 图片尺寸 */
22 | /* Border Radius */
23 | /* 水平间距 */
24 | /* 垂直间距 */
25 | /* 透明度 */
26 | /* 文章场景相关 */
27 | .avator-wrapper.data-v-7c3fcd5c {
28 | width: 100rpx;
29 | height: 100rpx;
30 | }
31 | .avator.data-v-7c3fcd5c {
32 | width: 100rpx;
33 | height: 100rpx;
34 | border-radius: 50%;
35 | overflow: hiideen;
36 | background: #f1f1f1;
37 | }
38 | .avator .img.data-v-7c3fcd5c {
39 | width: 100%;
40 | height: 100%;
41 | border-radius: 50%;
42 | }
43 | .avator-group.data-v-7c3fcd5c {
44 | display: -webkit-box;
45 | display: -webkit-flex;
46 | display: -ms-flexbox;
47 | display: flex;
48 | -webkit-flex-wrap: wrap;
49 | -ms-flex-wrap: wrap;
50 | flex-wrap: wrap;
51 | }
52 | .avator-group .img.data-v-7c3fcd5c {
53 | width: 50rpx;
54 | height: 50rpx;
55 | border-radius: 50%;
56 | }
57 | .avator-text.data-v-7c3fcd5c {
58 | width: 100rpx;
59 | height: 100rpx;
60 | border-radius: 50%;
61 | overflow: hiideen;
62 | background: #e5e5e5;
63 | line-height: 100rpx;
64 | text-align: center;
65 | font-size: 40rpx;
66 | color: #fff;
67 | }
68 |
69 | @charset "UTF-8";
70 | /**
71 | * 这里是uni-app内置的常用样式变量
72 | *
73 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
74 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
75 | *
76 | */
77 | /**
78 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
79 | *
80 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
81 | */
82 | /* 颜色变量 */
83 | /* 行为相关颜色 */
84 | /* 文字基本颜色 */
85 | /* 背景颜色 */
86 | /* 边框颜色 */
87 | /* 尺寸变量 */
88 | /* 文字尺寸 */
89 | /* 图片尺寸 */
90 | /* Border Radius */
91 | /* 水平间距 */
92 | /* 垂直间距 */
93 | /* 透明度 */
94 | /* 文章场景相关 */
95 | .uni-swipe-action {
96 | width: 100%;
97 | overflow: hidden;
98 | }
99 | .uni-swipe-action__container {
100 | background-color: #FFFFFF;
101 | width: 200%;
102 | display: -webkit-box;
103 | display: -webkit-flex;
104 | display: -ms-flexbox;
105 | display: flex;
106 | -webkit-box-orient: horizontal;
107 | -webkit-box-direction: normal;
108 | -webkit-flex-direction: row;
109 | -ms-flex-direction: row;
110 | flex-direction: row;
111 | -webkit-flex-wrap: wrap;
112 | -ms-flex-wrap: wrap;
113 | flex-wrap: wrap;
114 | -webkit-transition: -webkit-transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
115 | transition: -webkit-transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
116 | -o-transition: transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
117 | transition: transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
118 | transition: transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
119 | }
120 | .uni-swipe-action__content {
121 | width: 50%;
122 | }
123 | .uni-swipe-action__btn-group {
124 | display: -webkit-box;
125 | display: -webkit-flex;
126 | display: -ms-flexbox;
127 | display: flex;
128 | -webkit-box-orient: horizontal;
129 | -webkit-box-direction: normal;
130 | -webkit-flex-direction: row;
131 | -ms-flex-direction: row;
132 | flex-direction: row;
133 | }
134 | .uni-swipe-action--btn {
135 | padding: 0 32rpx;
136 | color: #FFFFFF;
137 | background-color: #C7C6CD;
138 | font-size: 28rpx;
139 | display: -webkit-inline-box;
140 | display: -webkit-inline-flex;
141 | display: -ms-inline-flexbox;
142 | display: inline-flex;
143 | text-align: center;
144 | -webkit-box-orient: horizontal;
145 | -webkit-box-direction: normal;
146 | -webkit-flex-direction: row;
147 | -ms-flex-direction: row;
148 | flex-direction: row;
149 | -webkit-box-align: center;
150 | -webkit-align-items: center;
151 | -ms-flex-align: center;
152 | align-items: center;
153 | }
154 | .item {
155 | display: -webkit-box;
156 | display: -webkit-flex;
157 | display: -ms-flexbox;
158 | display: flex;
159 | -webkit-box-orient: horizontal;
160 | -webkit-box-direction: normal;
161 | -webkit-flex-direction: row;
162 | -ms-flex-direction: row;
163 | flex-direction: row;
164 | -webkit-box-pack: justify;
165 | -webkit-justify-content: space-between;
166 | -ms-flex-pack: justify;
167 | justify-content: space-between;
168 | padding: 10rpx 16rpx;
169 | background-color: #fff;
170 | border-bottom: 1px solid #f3f3f3;
171 | }
172 | .item.stick {
173 | background-color: rgba(243, 236, 221, 0.5);
174 | }
175 | .item .item-left {
176 | text-align: center;
177 | }
178 | .item .item-left .image {
179 | width: 100rpx;
180 | height: 100rpx;
181 | border-radius: 50rpx;
182 | background-color: #eee;
183 | }
184 | .item .item-left .avator {
185 | width: 100rpx;
186 | height: 100rpx;
187 | text-align: center;
188 | line-height: 100rpx;
189 | background: #4191ea;
190 | border-radius: 50%;
191 | overflow: hidden;
192 | }
193 | .item .item-left .avator .iconfont {
194 | width: 100rpx;
195 | height: 100rpx;
196 | text-align: center;
197 | line-height: 100rpx;
198 | color: #fff;
199 | font-size: 40rpx;
200 | }
201 | .item .item-middle {
202 | display: -webkit-box;
203 | display: -webkit-flex;
204 | display: -ms-flexbox;
205 | display: flex;
206 | -webkit-box-flex: 1;
207 | -webkit-flex: 1;
208 | -ms-flex: 1;
209 | flex: 1;
210 | -webkit-flex-wrap: wrap;
211 | -ms-flex-wrap: wrap;
212 | flex-wrap: wrap;
213 | -webkit-box-orient: horizontal;
214 | -webkit-box-direction: normal;
215 | -webkit-flex-direction: row;
216 | -ms-flex-direction: row;
217 | flex-direction: row;
218 | -webkit-box-pack: start;
219 | -webkit-justify-content: flex-start;
220 | -ms-flex-pack: start;
221 | justify-content: flex-start;
222 | margin-left: 15rpx;
223 | overflow: hidden;
224 | }
225 | .item .item-middle .title {
226 | width: 100%;
227 | color: #000;
228 | font-family: "\5FAE\8F6F\96C5\9ED1";
229 | font-weight: 400;
230 | font-size: 30rpx;
231 | height: 50rpx;
232 | line-height: 60rpx;
233 | overflow: hidden;
234 | /*自动隐藏文字*/
235 | -o-text-overflow: ellipsis;
236 | text-overflow: ellipsis;
237 | /*文字隐藏后添加省略号*/
238 | white-space: nowrap;
239 | /**强制不换行*/
240 | }
241 | .item .item-middle .message {
242 | width: 100%;
243 | font-family: "\5FAE\8F6F\96C5\9ED1";
244 | color: #808080;
245 | height: 50rpx;
246 | line-height: 40rpx;
247 | font-size: 24rpx;
248 | overflow: hidden;
249 | /**自动隐藏文字*/
250 | -o-text-overflow: ellipsis;
251 | text-overflow: ellipsis;
252 | /**文字隐藏后添加省略号*/
253 | white-space: nowrap;
254 | /**强制不换行*/
255 | }
256 | .item .item-right {
257 | overflow: hidden;
258 | display: -webkit-box;
259 | display: -webkit-flex;
260 | display: -ms-flexbox;
261 | display: flex;
262 | -webkit-box-orient: vertical;
263 | -webkit-box-direction: normal;
264 | -webkit-flex-direction: column;
265 | -ms-flex-direction: column;
266 | flex-direction: column;
267 | -webkit-box-align: center;
268 | -webkit-align-items: center;
269 | -ms-flex-align: center;
270 | align-items: center;
271 | }
272 | .item .item-right .time {
273 | color: #808080;
274 | font-size: 18rpx;
275 | height: 60rpx;
276 | line-height: 60rpx;
277 | }
278 | .item .item-right .mark {
279 | background-color: #f74c31;
280 | line-height: 35rpx;
281 | text-align: center;
282 | font-size: 18rpx;
283 | min-width: 35rpx;
284 | min-height: 35rpx;
285 | border-radius: 18rpx;
286 | color: #fff;
287 | }
288 |
289 | @charset "UTF-8";
290 | /**
291 | * 这里是uni-app内置的常用样式变量
292 | *
293 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
294 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
295 | *
296 | */
297 | /**
298 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
299 | *
300 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
301 | */
302 | /* 颜色变量 */
303 | /* 行为相关颜色 */
304 | /* 文字基本颜色 */
305 | /* 背景颜色 */
306 | /* 边框颜色 */
307 | /* 尺寸变量 */
308 | /* 文字尺寸 */
309 | /* 图片尺寸 */
310 | /* Border Radius */
311 | /* 水平间距 */
312 | /* 垂直间距 */
313 | /* 透明度 */
314 | /* 文章场景相关 */
315 | .search-box.data-v-a5452680 {
316 | height: 100rpx;
317 | width: 100%;
318 | background: #4191ea;
319 | display: -webkit-box;
320 | display: -webkit-flex;
321 | display: -ms-flexbox;
322 | display: flex;
323 | -webkit-flex-flow: nowrap;
324 | -ms-flex-flow: nowrap;
325 | flex-flow: nowrap;
326 | }
327 | .search-box .search-bg.data-v-a5452680 {
328 | -webkit-box-sizing: border-box;
329 | box-sizing: border-box;
330 | height: 80rpx;
331 | padding: 0 30rpx;
332 | line-height: 80rpx;
333 | width: 710rpx;
334 | margin: auto;
335 | background: white;
336 | border-radius: 40rpx;
337 | color: #999;
338 | display: -webkit-box;
339 | display: -webkit-flex;
340 | display: -ms-flexbox;
341 | display: flex;
342 | -webkit-flex-flow: nowrap;
343 | -ms-flex-flow: nowrap;
344 | flex-flow: nowrap;
345 | }
346 | .search-box .search-bg .search.data-v-a5452680 {
347 | -webkit-box-flex: 1;
348 | -webkit-flex: 1;
349 | -ms-flex: 1;
350 | flex: 1;
351 | height: 80rpx;
352 | line-height: 80rpx;
353 | }
354 | .search-box .search-bg .iconfont.data-v-a5452680 {
355 | margin-left: 15rpx;
356 | }
357 | .floating-menus.data-v-a5452680 {
358 | position: fixed;
359 | top: 0;
360 | right: 20rpx;
361 | z-index: 10;
362 | opacity: 0;
363 | -webkit-transition: all 0.4s;
364 | -o-transition: all 0.4s;
365 | transition: all 0.4s;
366 | height: 0;
367 | overflow: hidden;
368 | }
369 | .floating-menus.show.data-v-a5452680 {
370 | opacity: 1;
371 | height: auto;
372 | }
373 | .floating-menus.hidden.data-v-a5452680 {
374 | opacity: 0;
375 | height: 0;
376 | }
377 |
378 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/.tmp/app-plus/static/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wkiwi/wkiwi-swipe-action/a0d5242c16ef0ee3a8bf9f2f9f90cb33fcfd4c52/unpackage/dist/dev/.tmp/app-plus/static/logo.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/app-plus/__uniappchooselocation.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
11 |
265 |
266 |
267 |
268 |
278 |
279 |
284 |
285 |
对不起,没有搜索到相关数据!
286 |
287 |
290 |
291 |
292 |
293 |
294 |
295 |
296 |
297 |
300 |
301 |
对不起,没有搜索到相关数据!
302 |
303 |
304 |
305 |
665 |
666 |
667 |
668 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/app-plus/__uniappes6.js:
--------------------------------------------------------------------------------
1 | /**
2 | * core-js 2.4.1
3 | * https://github.com/zloirock/core-js
4 | * License: http://rock.mit-license.org
5 | * © 2017 Denis Pushkarev
6 | */
7 | !function(a,b,c){"use strict";!function(a){function __webpack_require__(c){if(b[c])return b[c].exports;var d=b[c]={exports:{},id:c,loaded:!1};return a[c].call(d.exports,d,d.exports,__webpack_require__),d.loaded=!0,d.exports}var b={};return __webpack_require__.m=a,__webpack_require__.c=b,__webpack_require__.p="",__webpack_require__(0)}([function(a,b,c){c(1),c(50),c(52),c(54),c(55),c(57),c(59),c(60),c(61),c(63),c(64),c(65),c(69),c(71),c(73),c(74),c(75),c(77),c(78),c(79),c(81),c(83),c(84),c(85),c(86),c(87),c(88),c(89),c(90),c(91),c(92),c(93),c(95),c(99),c(100),c(102),c(103),c(111),c(112),c(115),c(117),c(121),c(122),c(127),c(136),c(141),c(142),c(143),c(145),c(146),c(147),c(148),c(149),c(150),c(151),c(152),c(153),c(155),c(156),c(157),a.exports=c(158)},function(a,b,d){var e=d(2),f=d(3),g=d(4),h=d(6),i=d(16),j=d(20).KEY,k=d(5),l=d(21),m=d(22),n=d(17),o=d(23),p=d(24),q=d(25),r=d(27),s=d(40),t=d(43),u=d(10),v=d(30),w=d(14),x=d(15),y=d(44),z=d(47),A=d(49),B=d(9),C=d(28),D=A.f,E=B.f,F=z.f,G=e.Symbol,H=e.JSON,I=H&&H.stringify,J="prototype",K=o("_hidden"),L=o("toPrimitive"),M={}.propertyIsEnumerable,N=l("symbol-registry"),O=l("symbols"),P=l("op-symbols"),Q=Object[J],R="function"==typeof G,S=e.QObject,T=!S||!S[J]||!S[J].findChild,U=g&&k(function(){return 7!=y(E({},"a",{get:function(){return E(this,"a",{value:7}).a}})).a})?function(a,b,c){var d=D(Q,b);d&&delete Q[b],E(a,b,c),d&&a!==Q&&E(Q,b,d)}:E,V=function(a){var b=O[a]=y(G[J]);return b._k=a,b},W=R&&"symbol"==typeof G.iterator?function(a){return"symbol"==typeof a}:function(a){return a instanceof G},X=function defineProperty(a,b,c){return a===Q&&X(P,b,c),u(a),b=w(b,!0),u(c),f(O,b)?(c.enumerable?(f(a,K)&&a[K][b]&&(a[K][b]=!1),c=y(c,{enumerable:x(0,!1)})):(f(a,K)||E(a,K,x(1,{})),a[K][b]=!0),U(a,b,c)):E(a,b,c)},Y=function defineProperties(a,b){u(a);for(var c,d=s(b=v(b)),e=0,f=d.length;f>e;)X(a,c=d[e++],b[c]);return a},Z=function create(a,b){return b===c?y(a):Y(y(a),b)},$=function propertyIsEnumerable(a){var b=M.call(this,a=w(a,!0));return!(this===Q&&f(O,a)&&!f(P,a))&&(!(b||!f(this,a)||!f(O,a)||f(this,K)&&this[K][a])||b)},_=function getOwnPropertyDescriptor(a,b){if(a=v(a),b=w(b,!0),a!==Q||!f(O,b)||f(P,b)){var c=D(a,b);return!c||!f(O,b)||f(a,K)&&a[K][b]||(c.enumerable=!0),c}},aa=function getOwnPropertyNames(a){for(var b,c=F(v(a)),d=[],e=0;c.length>e;)f(O,b=c[e++])||b==K||b==j||d.push(b);return d},ba=function getOwnPropertySymbols(a){for(var b,c=a===Q,d=F(c?P:v(a)),e=[],g=0;d.length>g;)!f(O,b=d[g++])||c&&!f(Q,b)||e.push(O[b]);return e};R||(G=function Symbol(){if(this instanceof G)throw TypeError("Symbol is not a constructor!");var a=n(arguments.length>0?arguments[0]:c),b=function(c){this===Q&&b.call(P,c),f(this,K)&&f(this[K],a)&&(this[K][a]=!1),U(this,a,x(1,c))};return g&&T&&U(Q,a,{configurable:!0,set:b}),V(a)},i(G[J],"toString",function toString(){return this._k}),A.f=_,B.f=X,d(48).f=z.f=aa,d(42).f=$,d(41).f=ba,g&&!d(26)&&i(Q,"propertyIsEnumerable",$,!0),p.f=function(a){return V(o(a))}),h(h.G+h.W+h.F*!R,{Symbol:G});for(var ca="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),da=0;ca.length>da;)o(ca[da++]);for(var ca=C(o.store),da=0;ca.length>da;)q(ca[da++]);h(h.S+h.F*!R,"Symbol",{for:function(a){return f(N,a+="")?N[a]:N[a]=G(a)},keyFor:function keyFor(a){if(W(a))return r(N,a);throw TypeError(a+" is not a symbol!")},useSetter:function(){T=!0},useSimple:function(){T=!1}}),h(h.S+h.F*!R,"Object",{create:Z,defineProperty:X,defineProperties:Y,getOwnPropertyDescriptor:_,getOwnPropertyNames:aa,getOwnPropertySymbols:ba}),H&&h(h.S+h.F*(!R||k(function(){var a=G();return"[null]"!=I([a])||"{}"!=I({a:a})||"{}"!=I(Object(a))})),"JSON",{stringify:function stringify(a){if(a!==c&&!W(a)){for(var b,d,e=[a],f=1;arguments.length>f;)e.push(arguments[f++]);return b=e[1],"function"==typeof b&&(d=b),!d&&t(b)||(b=function(a,b){if(d&&(b=d.call(this,a,b)),!W(b))return b}),e[1]=b,I.apply(H,e)}}}),G[J][L]||d(8)(G[J],L,G[J].valueOf),m(G,"Symbol"),m(Math,"Math",!0),m(e.JSON,"JSON",!0)},function(a,c){var d=a.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof b&&(b=d)},function(a,b){var c={}.hasOwnProperty;a.exports=function(a,b){return c.call(a,b)}},function(a,b,c){a.exports=!c(5)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(a,b){a.exports=function(a){try{return!!a()}catch(a){return!0}}},function(a,b,d){var e=d(2),f=d(7),g=d(8),h=d(16),i=d(18),j="prototype",k=function(a,b,d){var l,m,n,o,p=a&k.F,q=a&k.G,r=a&k.S,s=a&k.P,t=a&k.B,u=q?e:r?e[b]||(e[b]={}):(e[b]||{})[j],v=q?f:f[b]||(f[b]={}),w=v[j]||(v[j]={});q&&(d=b);for(l in d)m=!p&&u&&u[l]!==c,n=(m?u:d)[l],o=t&&m?i(n,e):s&&"function"==typeof n?i(Function.call,n):n,u&&h(u,l,n,a&k.U),v[l]!=n&&g(v,l,o),s&&w[l]!=n&&(w[l]=n)};e.core=f,k.F=1,k.G=2,k.S=4,k.P=8,k.B=16,k.W=32,k.U=64,k.R=128,a.exports=k},function(b,c){var d=b.exports={version:"2.4.0"};"number"==typeof a&&(a=d)},function(a,b,c){var d=c(9),e=c(15);a.exports=c(4)?function(a,b,c){return d.f(a,b,e(1,c))}:function(a,b,c){return a[b]=c,a}},function(a,b,c){var d=c(10),e=c(12),f=c(14),g=Object.defineProperty;b.f=c(4)?Object.defineProperty:function defineProperty(a,b,c){if(d(a),b=f(b,!0),d(c),e)try{return g(a,b,c)}catch(a){}if("get"in c||"set"in c)throw TypeError("Accessors not supported!");return"value"in c&&(a[b]=c.value),a}},function(a,b,c){var d=c(11);a.exports=function(a){if(!d(a))throw TypeError(a+" is not an object!");return a}},function(a,b){a.exports=function(a){return"object"==typeof a?null!==a:"function"==typeof a}},function(a,b,c){a.exports=!c(4)&&!c(5)(function(){return 7!=Object.defineProperty(c(13)("div"),"a",{get:function(){return 7}}).a})},function(a,b,c){var d=c(11),e=c(2).document,f=d(e)&&d(e.createElement);a.exports=function(a){return f?e.createElement(a):{}}},function(a,b,c){var d=c(11);a.exports=function(a,b){if(!d(a))return a;var c,e;if(b&&"function"==typeof(c=a.toString)&&!d(e=c.call(a)))return e;if("function"==typeof(c=a.valueOf)&&!d(e=c.call(a)))return e;if(!b&&"function"==typeof(c=a.toString)&&!d(e=c.call(a)))return e;throw TypeError("Can't convert object to primitive value")}},function(a,b){a.exports=function(a,b){return{enumerable:!(1&a),configurable:!(2&a),writable:!(4&a),value:b}}},function(a,b,c){var d=c(2),e=c(8),f=c(3),g=c(17)("src"),h="toString",i=Function[h],j=(""+i).split(h);c(7).inspectSource=function(a){return i.call(a)},(a.exports=function(a,b,c,h){var i="function"==typeof c;i&&(f(c,"name")||e(c,"name",b)),a[b]!==c&&(i&&(f(c,g)||e(c,g,a[b]?""+a[b]:j.join(String(b)))),a===d?a[b]=c:h?a[b]?a[b]=c:e(a,b,c):(delete a[b],e(a,b,c)))})(Function.prototype,h,function toString(){return"function"==typeof this&&this[g]||i.call(this)})},function(a,b){var d=0,e=Math.random();a.exports=function(a){return"Symbol(".concat(a===c?"":a,")_",(++d+e).toString(36))}},function(a,b,d){var e=d(19);a.exports=function(a,b,d){if(e(a),b===c)return a;switch(d){case 1:return function(c){return a.call(b,c)};case 2:return function(c,d){return a.call(b,c,d)};case 3:return function(c,d,e){return a.call(b,c,d,e)}}return function(){return a.apply(b,arguments)}}},function(a,b){a.exports=function(a){if("function"!=typeof a)throw TypeError(a+" is not a function!");return a}},function(a,b,c){var d=c(17)("meta"),e=c(11),f=c(3),g=c(9).f,h=0,i=Object.isExtensible||function(){return!0},j=!c(5)(function(){return i(Object.preventExtensions({}))}),k=function(a){g(a,d,{value:{i:"O"+ ++h,w:{}}})},l=function(a,b){if(!e(a))return"symbol"==typeof a?a:("string"==typeof a?"S":"P")+a;if(!f(a,d)){if(!i(a))return"F";if(!b)return"E";k(a)}return a[d].i},m=function(a,b){if(!f(a,d)){if(!i(a))return!0;if(!b)return!1;k(a)}return a[d].w},n=function(a){return j&&o.NEED&&i(a)&&!f(a,d)&&k(a),a},o=a.exports={KEY:d,NEED:!1,fastKey:l,getWeak:m,onFreeze:n}},function(a,b,c){var d=c(2),e="__core-js_shared__",f=d[e]||(d[e]={});a.exports=function(a){return f[a]||(f[a]={})}},function(a,b,c){var d=c(9).f,e=c(3),f=c(23)("toStringTag");a.exports=function(a,b,c){a&&!e(a=c?a:a.prototype,f)&&d(a,f,{configurable:!0,value:b})}},function(a,b,c){var d=c(21)("wks"),e=c(17),f=c(2).Symbol,g="function"==typeof f,h=a.exports=function(a){return d[a]||(d[a]=g&&f[a]||(g?f:e)("Symbol."+a))};h.store=d},function(a,b,c){b.f=c(23)},function(a,b,c){var d=c(2),e=c(7),f=c(26),g=c(24),h=c(9).f;a.exports=function(a){var b=e.Symbol||(e.Symbol=f?{}:d.Symbol||{});"_"==a.charAt(0)||a in b||h(b,a,{value:g.f(a)})}},function(a,b){a.exports=!1},function(a,b,c){var d=c(28),e=c(30);a.exports=function(a,b){for(var c,f=e(a),g=d(f),h=g.length,i=0;h>i;)if(f[c=g[i++]]===b)return c}},function(a,b,c){var d=c(29),e=c(39);a.exports=Object.keys||function keys(a){return d(a,e)}},function(a,b,c){var d=c(3),e=c(30),f=c(34)(!1),g=c(38)("IE_PROTO");a.exports=function(a,b){var c,h=e(a),i=0,j=[];for(c in h)c!=g&&d(h,c)&&j.push(c);for(;b.length>i;)d(h,c=b[i++])&&(~f(j,c)||j.push(c));return j}},function(a,b,c){var d=c(31),e=c(33);a.exports=function(a){return d(e(a))}},function(a,b,c){var d=c(32);a.exports=Object("z").propertyIsEnumerable(0)?Object:function(a){return"String"==d(a)?a.split(""):Object(a)}},function(a,b){var c={}.toString;a.exports=function(a){return c.call(a).slice(8,-1)}},function(a,b){a.exports=function(a){if(a==c)throw TypeError("Can't call method on "+a);return a}},function(a,b,c){var d=c(30),e=c(35),f=c(37);a.exports=function(a){return function(b,c,g){var h,i=d(b),j=e(i.length),k=f(g,j);if(a&&c!=c){for(;j>k;)if(h=i[k++],h!=h)return!0}else for(;j>k;k++)if((a||k in i)&&i[k]===c)return a||k||0;return!a&&-1}}},function(a,b,c){var d=c(36),e=Math.min;a.exports=function(a){return a>0?e(d(a),9007199254740991):0}},function(a,b){var c=Math.ceil,d=Math.floor;a.exports=function(a){return isNaN(a=+a)?0:(a>0?d:c)(a)}},function(a,b,c){var d=c(36),e=Math.max,f=Math.min;a.exports=function(a,b){return a=d(a),a<0?e(a+b,0):f(a,b)}},function(a,b,c){var d=c(21)("keys"),e=c(17);a.exports=function(a){return d[a]||(d[a]=e(a))}},function(a,b){a.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(a,b,c){var d=c(28),e=c(41),f=c(42);a.exports=function(a){var b=d(a),c=e.f;if(c)for(var g,h=c(a),i=f.f,j=0;h.length>j;)i.call(a,g=h[j++])&&b.push(g);return b}},function(a,b){b.f=Object.getOwnPropertySymbols},function(a,b){b.f={}.propertyIsEnumerable},function(a,b,c){var d=c(32);a.exports=Array.isArray||function isArray(a){return"Array"==d(a)}},function(a,b,d){var e=d(10),f=d(45),g=d(39),h=d(38)("IE_PROTO"),i=function(){},j="prototype",k=function(){var a,b=d(13)("iframe"),c=g.length,e="<",f=">";for(b.style.display="none",d(46).appendChild(b),b.src="javascript:",a=b.contentWindow.document,a.open(),a.write(e+"script"+f+"document.F=Object"+e+"/script"+f),a.close(),k=a.F;c--;)delete k[j][g[c]];return k()};a.exports=Object.create||function create(a,b){var d;return null!==a?(i[j]=e(a),d=new i,i[j]=null,d[h]=a):d=k(),b===c?d:f(d,b)}},function(a,b,c){var d=c(9),e=c(10),f=c(28);a.exports=c(4)?Object.defineProperties:function defineProperties(a,b){e(a);for(var c,g=f(b),h=g.length,i=0;h>i;)d.f(a,c=g[i++],b[c]);return a}},function(a,b,c){var d=c(2).document;a.exports=d&&d.documentElement},function(a,b,c){var d=c(30),e=c(48).f,f={}.toString,g="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],h=function(a){try{return e(a)}catch(a){return g.slice()}};a.exports.f=function getOwnPropertyNames(a){return g&&"[object Window]"==f.call(a)?h(a):e(d(a))}},function(a,b,c){var d=c(29),e=c(39).concat("length","prototype");b.f=Object.getOwnPropertyNames||function getOwnPropertyNames(a){return d(a,e)}},function(a,b,c){var d=c(42),e=c(15),f=c(30),g=c(14),h=c(3),i=c(12),j=Object.getOwnPropertyDescriptor;b.f=c(4)?j:function getOwnPropertyDescriptor(a,b){if(a=f(a),b=g(b,!0),i)try{return j(a,b)}catch(a){}if(h(a,b))return e(!d.f.call(a,b),a[b])}},function(a,b,c){var d=c(30),e=c(49).f;c(51)("getOwnPropertyDescriptor",function(){return function getOwnPropertyDescriptor(a,b){return e(d(a),b)}})},function(a,b,c){var d=c(6),e=c(7),f=c(5);a.exports=function(a,b){var c=(e.Object||{})[a]||Object[a],g={};g[a]=b(c),d(d.S+d.F*f(function(){c(1)}),"Object",g)}},function(a,b,c){var d=c(53),e=c(28);c(51)("keys",function(){return function keys(a){return e(d(a))}})},function(a,b,c){var d=c(33);a.exports=function(a){return Object(d(a))}},function(a,b,c){c(51)("getOwnPropertyNames",function(){return c(47).f})},function(a,b,c){var d=c(6);d(d.S+d.F,"Object",{assign:c(56)})},function(a,b,c){var d=c(28),e=c(41),f=c(42),g=c(53),h=c(31),i=Object.assign;a.exports=!i||c(5)(function(){var a={},b={},c=Symbol(),d="abcdefghijklmnopqrst";return a[c]=7,d.split("").forEach(function(a){b[a]=a}),7!=i({},a)[c]||Object.keys(i({},b)).join("")!=d})?function assign(a,b){for(var c=g(a),i=arguments.length,j=1,k=e.f,l=f.f;i>j;)for(var m,n=h(arguments[j++]),o=k?d(n).concat(k(n)):d(n),p=o.length,q=0;p>q;)l.call(n,m=o[q++])&&(c[m]=n[m]);return c}:i},function(a,b,c){var d=c(6);d(d.S,"Object",{is:c(58)})},function(a,b){a.exports=Object.is||function is(a,b){return a===b?0!==a||1/a===1/b:a!=a&&b!=b}},function(a,b,c){var d=c(6);d(d.S,"Number",{EPSILON:Math.pow(2,-52)})},function(a,b,c){var d=c(6),e=c(2).isFinite;d(d.S,"Number",{isFinite:function isFinite(a){return"number"==typeof a&&e(a)}})},function(a,b,c){var d=c(6);d(d.S,"Number",{isInteger:c(62)})},function(a,b,c){var d=c(11),e=Math.floor;a.exports=function isInteger(a){return!d(a)&&isFinite(a)&&e(a)===a}},function(a,b,c){var d=c(6);d(d.S,"Number",{isNaN:function isNaN(a){return a!=a}})},function(a,b,c){var d=c(6),e=c(62),f=Math.abs;d(d.S,"Number",{isSafeInteger:function isSafeInteger(a){return e(a)&&f(a)<=9007199254740991}})},function(a,b,c){var d=c(6),e=c(66);d(d.S+d.F*(Number.parseFloat!=e),"Number",{parseFloat:e})},function(a,b,c){var d=c(2).parseFloat,e=c(67).trim;a.exports=1/d(c(68)+"-0")!==-(1/0)?function parseFloat(a){var b=e(String(a),3),c=d(b);return 0===c&&"-"==b.charAt(0)?-0:c}:d},function(a,b,c){var d=c(6),e=c(33),f=c(5),g=c(68),h="["+g+"]",i="
",j=RegExp("^"+h+h+"*"),k=RegExp(h+h+"*$"),l=function(a,b,c){var e={},h=f(function(){return!!g[a]()||i[a]()!=i}),j=e[a]=h?b(m):g[a];c&&(e[c]=j),d(d.P+d.F*h,"String",e)},m=l.trim=function(a,b){return a=String(e(a)),1&b&&(a=a.replace(j,"")),2&b&&(a=a.replace(k,"")),a};a.exports=l},function(a,b){a.exports="\t\n\v\f\r \u2028\u2029\ufeff"},function(a,b,c){var d=c(6),e=c(70);d(d.S+d.F*(Number.parseInt!=e),"Number",{parseInt:e})},function(a,b,c){var d=c(2).parseInt,e=c(67).trim,f=c(68),g=/^[\-+]?0[xX]/;a.exports=8!==d(f+"08")||22!==d(f+"0x16")?function parseInt(a,b){var c=e(String(a),3);return d(c,b>>>0||(g.test(c)?16:10))}:d},function(a,b,c){var d=c(6),e=c(72),f=Math.sqrt,g=Math.acosh;d(d.S+d.F*!(g&&710==Math.floor(g(Number.MAX_VALUE))&&g(1/0)==1/0),"Math",{acosh:function acosh(a){return(a=+a)<1?NaN:a>94906265.62425156?Math.log(a)+Math.LN2:e(a-1+f(a-1)*f(a+1))}})},function(a,b){a.exports=Math.log1p||function log1p(a){return(a=+a)>-1e-8&&a<1e-8?a-a*a/2:Math.log(1+a)}},function(a,b,c){function asinh(a){return isFinite(a=+a)&&0!=a?a<0?-asinh(-a):Math.log(a+Math.sqrt(a*a+1)):a}var d=c(6),e=Math.asinh;d(d.S+d.F*!(e&&1/e(0)>0),"Math",{asinh:asinh})},function(a,b,c){var d=c(6),e=Math.atanh;d(d.S+d.F*!(e&&1/e(-0)<0),"Math",{atanh:function atanh(a){return 0==(a=+a)?a:Math.log((1+a)/(1-a))/2}})},function(a,b,c){var d=c(6),e=c(76);d(d.S,"Math",{cbrt:function cbrt(a){return e(a=+a)*Math.pow(Math.abs(a),1/3)}})},function(a,b){a.exports=Math.sign||function sign(a){return 0==(a=+a)||a!=a?a:a<0?-1:1}},function(a,b,c){var d=c(6);d(d.S,"Math",{clz32:function clz32(a){return(a>>>=0)?31-Math.floor(Math.log(a+.5)*Math.LOG2E):32}})},function(a,b,c){var d=c(6),e=Math.exp;d(d.S,"Math",{cosh:function cosh(a){return(e(a=+a)+e(-a))/2}})},function(a,b,c){var d=c(6),e=c(80);d(d.S+d.F*(e!=Math.expm1),"Math",{expm1:e})},function(a,b){var c=Math.expm1;a.exports=!c||c(10)>22025.465794806718||c(10)<22025.465794806718||c(-2e-17)!=-2e-17?function expm1(a){return 0==(a=+a)?a:a>-1e-6&&a<1e-6?a+a*a/2:Math.exp(a)-1}:c},function(a,b,c){var d=c(6);d(d.S,"Math",{fround:c(82)})},function(a,b,c){var d=c(76),e=Math.pow,f=e(2,-52),g=e(2,-23),h=e(2,127)*(2-g),i=e(2,-126),j=function(a){return a+1/f-1/f};a.exports=Math.fround||function fround(a){var b,c,e=Math.abs(a),k=d(a);return eh||c!=c?k*(1/0):k*c)}},function(a,b,c){var d=c(6),e=Math.abs;d(d.S,"Math",{hypot:function hypot(a,b){for(var c,d,f=0,g=0,h=arguments.length,i=0;g0?(d=c/i,f+=d*d):f+=c;return i===1/0?1/0:i*Math.sqrt(f)}})},function(a,b,c){var d=c(6),e=Math.imul;d(d.S+d.F*c(5)(function(){return e(4294967295,5)!=-5||2!=e.length}),"Math",{imul:function imul(a,b){var c=65535,d=+a,e=+b,f=c&d,g=c&e;return 0|f*g+((c&d>>>16)*g+f*(c&e>>>16)<<16>>>0)}})},function(a,b,c){var d=c(6);d(d.S,"Math",{log10:function log10(a){return Math.log(a)*Math.LOG10E}})},function(a,b,c){var d=c(6);d(d.S,"Math",{log1p:c(72)})},function(a,b,c){var d=c(6);d(d.S,"Math",{log2:function log2(a){return Math.log(a)/Math.LN2}})},function(a,b,c){var d=c(6);d(d.S,"Math",{sign:c(76)})},function(a,b,c){var d=c(6),e=c(80),f=Math.exp;d(d.S+d.F*c(5)(function(){return!Math.sinh(-2e-17)!=-2e-17}),"Math",{sinh:function sinh(a){return Math.abs(a=+a)<1?(e(a)-e(-a))/2:(f(a-1)-f(-a-1))*(Math.E/2)}})},function(a,b,c){var d=c(6),e=c(80),f=Math.exp;d(d.S,"Math",{tanh:function tanh(a){var b=e(a=+a),c=e(-a);return b==1/0?1:c==1/0?-1:(b-c)/(f(a)+f(-a))}})},function(a,b,c){var d=c(6);d(d.S,"Math",{trunc:function trunc(a){return(a>0?Math.floor:Math.ceil)(a)}})},function(a,b,c){var d=c(6),e=c(37),f=String.fromCharCode,g=String.fromCodePoint;d(d.S+d.F*(!!g&&1!=g.length),"String",{fromCodePoint:function fromCodePoint(a){for(var b,c=[],d=arguments.length,g=0;d>g;){if(b=+arguments[g++],e(b,1114111)!==b)throw RangeError(b+" is not a valid code point");c.push(b<65536?f(b):f(((b-=65536)>>10)+55296,b%1024+56320))}return c.join("")}})},function(a,b,c){var d=c(6),e=c(94)(!1);d(d.P,"String",{codePointAt:function codePointAt(a){return e(this,a)}})},function(a,b,d){var e=d(36),f=d(33);a.exports=function(a){return function(b,d){var g,h,i=String(f(b)),j=e(d),k=i.length;return j<0||j>=k?a?"":c:(g=i.charCodeAt(j),g<55296||g>56319||j+1===k||(h=i.charCodeAt(j+1))<56320||h>57343?a?i.charAt(j):g:a?i.slice(j,j+2):(g-55296<<10)+(h-56320)+65536)}}},function(a,b,d){var e=d(6),f=d(35),g=d(96),h="endsWith",i=""[h];e(e.P+e.F*d(98)(h),"String",{endsWith:function endsWith(a){var b=g(this,a,h),d=arguments.length>1?arguments[1]:c,e=f(b.length),j=d===c?e:Math.min(f(d),e),k=String(a);return i?i.call(b,k,j):b.slice(j-k.length,j)===k}})},function(a,b,c){var d=c(97),e=c(33);a.exports=function(a,b,c){if(d(b))throw TypeError("String#"+c+" doesn't accept regex!");return String(e(a))}},function(a,b,d){var e=d(11),f=d(32),g=d(23)("match");a.exports=function(a){var b;return e(a)&&((b=a[g])!==c?!!b:"RegExp"==f(a))}},function(a,b,c){var d=c(23)("match");a.exports=function(a){var b=/./;try{"/./"[a](b)}catch(c){try{return b[d]=!1,!"/./"[a](b)}catch(a){}}return!0}},function(a,b,d){var e=d(6),f=d(96),g="includes";e(e.P+e.F*d(98)(g),"String",{includes:function includes(a){return!!~f(this,a,g).indexOf(a,arguments.length>1?arguments[1]:c)}})},function(a,b,c){var d=c(6);d(d.P,"String",{repeat:c(101)})},function(a,b,c){var d=c(36),e=c(33);a.exports=function repeat(a){var b=String(e(this)),c="",f=d(a);if(f<0||f==1/0)throw RangeError("Count can't be negative");for(;f>0;(f>>>=1)&&(b+=b))1&f&&(c+=b);return c}},function(a,b,d){var e=d(6),f=d(35),g=d(96),h="startsWith",i=""[h];e(e.P+e.F*d(98)(h),"String",{startsWith:function startsWith(a){var b=g(this,a,h),d=f(Math.min(arguments.length>1?arguments[1]:c,b.length)),e=String(a);return i?i.call(b,e,d):b.slice(d,d+e.length)===e}})},function(a,b,d){var e=d(18),f=d(6),g=d(53),h=d(104),i=d(105),j=d(35),k=d(107),l=d(108);f(f.S+f.F*!d(110)(function(a){Array.from(a)}),"Array",{from:function from(a){var b,d,f,m,n=g(a),o="function"==typeof this?this:Array,p=arguments.length,q=p>1?arguments[1]:c,r=q!==c,s=0,t=l(n);if(r&&(q=e(q,p>2?arguments[2]:c,2)),t==c||o==Array&&i(t))for(b=j(n.length),d=new o(b);b>s;s++)k(d,s,r?q(n[s],s):n[s]);else for(m=t.call(n),d=new o;!(f=m.next()).done;s++)k(d,s,r?h(m,q,[f.value,s],!0):f.value);return d.length=s,d}})},function(a,b,d){var e=d(10);a.exports=function(a,b,d,f){try{return f?b(e(d)[0],d[1]):b(d)}catch(b){var g=a.return;throw g!==c&&e(g.call(a)),b}}},function(a,b,d){var e=d(106),f=d(23)("iterator"),g=Array.prototype;a.exports=function(a){return a!==c&&(e.Array===a||g[f]===a)}},function(a,b){a.exports={}},function(a,b,c){var d=c(9),e=c(15);a.exports=function(a,b,c){b in a?d.f(a,b,e(0,c)):a[b]=c}},function(a,b,d){var e=d(109),f=d(23)("iterator"),g=d(106);a.exports=d(7).getIteratorMethod=function(a){if(a!=c)return a[f]||a["@@iterator"]||g[e(a)]}},function(a,b,d){var e=d(32),f=d(23)("toStringTag"),g="Arguments"==e(function(){return arguments}()),h=function(a,b){try{return a[b]}catch(a){}};a.exports=function(a){var b,d,i;return a===c?"Undefined":null===a?"Null":"string"==typeof(d=h(b=Object(a),f))?d:g?e(b):"Object"==(i=e(b))&&"function"==typeof b.callee?"Arguments":i}},function(a,b,c){var d=c(23)("iterator"),e=!1;try{var f=[7][d]();f.return=function(){e=!0},Array.from(f,function(){throw 2})}catch(a){}a.exports=function(a,b){if(!b&&!e)return!1;var c=!1;try{var f=[7],g=f[d]();g.next=function(){return{done:c=!0}},f[d]=function(){return g},a(f)}catch(a){}return c}},function(a,b,c){var d=c(6),e=c(107);d(d.S+d.F*c(5)(function(){function F(){}return!(Array.of.call(F)instanceof F)}),"Array",{of:function of(){for(var a=0,b=arguments.length,c=new("function"==typeof this?this:Array)(b);b>a;)e(c,a,arguments[a++]);return c.length=b,c}})},function(a,b,c){var d=c(6);d(d.P,"Array",{copyWithin:c(113)}),c(114)("copyWithin")},function(a,b,d){var e=d(53),f=d(37),g=d(35);a.exports=[].copyWithin||function copyWithin(a,b){var d=e(this),h=g(d.length),i=f(a,h),j=f(b,h),k=arguments.length>2?arguments[2]:c,l=Math.min((k===c?h:f(k,h))-j,h-i),m=1;for(j0;)j in d?d[i]=d[j]:delete d[i],i+=m,j+=m;return d}},function(a,b,d){var e=d(23)("unscopables"),f=Array.prototype;f[e]==c&&d(8)(f,e,{}),a.exports=function(a){f[e][a]=!0}},function(a,b,c){var d=c(6);d(d.P,"Array",{fill:c(116)}),c(114)("fill")},function(a,b,d){var e=d(53),f=d(37),g=d(35);a.exports=function fill(a){for(var b=e(this),d=g(b.length),h=arguments.length,i=f(h>1?arguments[1]:c,d),j=h>2?arguments[2]:c,k=j===c?d:f(j,d);k>i;)b[i++]=a;return b}},function(a,b,d){var e=d(6),f=d(118)(5),g="find",h=!0;g in[]&&Array(1)[g](function(){h=!1}),e(e.P+e.F*h,"Array",{find:function find(a){return f(this,a,arguments.length>1?arguments[1]:c)}}),d(114)(g)},function(a,b,d){var e=d(18),f=d(31),g=d(53),h=d(35),i=d(119);a.exports=function(a,b){var d=1==a,j=2==a,k=3==a,l=4==a,m=6==a,n=5==a||m,o=b||i;return function(b,i,p){for(var q,r,s=g(b),t=f(s),u=e(i,p,3),v=h(t.length),w=0,x=d?o(b,v):j?o(b,0):c;v>w;w++)if((n||w in t)&&(q=t[w],r=u(q,w,s),a))if(d)x[w]=r;else if(r)switch(a){case 3:return!0;case 5:return q;case 6:return w;case 2:x.push(q)}else if(l)return!1;return m?-1:k||l?l:x}}},function(a,b,c){var d=c(120);a.exports=function(a,b){return new(d(a))(b)}},function(a,b,d){var e=d(11),f=d(43),g=d(23)("species");a.exports=function(a){var b;return f(a)&&(b=a.constructor,"function"!=typeof b||b!==Array&&!f(b.prototype)||(b=c),e(b)&&(b=b[g],null===b&&(b=c))),b===c?Array:b}},function(a,b,d){var e=d(6),f=d(118)(6),g="findIndex",h=!0;g in[]&&Array(1)[g](function(){h=!1}),e(e.P+e.F*h,"Array",{findIndex:function findIndex(a){return f(this,a,arguments.length>1?arguments[1]:c)}}),d(114)(g)},function(a,b,d){var e=d(114),f=d(123),g=d(106),h=d(30);a.exports=d(124)(Array,"Array",function(a,b){this._t=h(a),this._i=0,this._k=b},function(){var a=this._t,b=this._k,d=this._i++;return!a||d>=a.length?(this._t=c,f(1)):"keys"==b?f(0,d):"values"==b?f(0,a[d]):f(0,[d,a[d]])},"values"),g.Arguments=g.Array,e("keys"),e("values"),e("entries")},function(a,b){a.exports=function(a,b){return{value:b,done:!!a}}},function(a,b,d){var e=d(26),f=d(6),g=d(16),h=d(8),i=d(3),j=d(106),k=d(125),l=d(22),m=d(126),n=d(23)("iterator"),o=!([].keys&&"next"in[].keys()),p="@@iterator",q="keys",r="values",s=function(){return this};a.exports=function(a,b,d,t,u,v,w){k(d,b,t);var x,y,z,A=function(a){if(!o&&a in E)return E[a];switch(a){case q:return function keys(){return new d(this,a)};case r:return function values(){return new d(this,a)}}return function entries(){return new d(this,a)}},B=b+" Iterator",C=u==r,D=!1,E=a.prototype,F=E[n]||E[p]||u&&E[u],G=F||A(u),H=u?C?A("entries"):G:c,I="Array"==b?E.entries||F:F;if(I&&(z=m(I.call(new a)),z!==Object.prototype&&(l(z,B,!0),e||i(z,n)||h(z,n,s))),C&&F&&F.name!==r&&(D=!0,G=function values(){return F.call(this)}),e&&!w||!o&&!D&&E[n]||h(E,n,G),j[b]=G,j[B]=s,u)if(x={values:C?G:A(r),keys:v?G:A(q),entries:H},w)for(y in x)y in E||g(E,y,x[y]);else f(f.P+f.F*(o||D),b,x);return x}},function(a,b,c){var d=c(44),e=c(15),f=c(22),g={};c(8)(g,c(23)("iterator"),function(){return this}),a.exports=function(a,b,c){a.prototype=d(g,{next:e(1,c)}),f(a,b+" Iterator")}},function(a,b,c){var d=c(3),e=c(53),f=c(38)("IE_PROTO"),g=Object.prototype;a.exports=Object.getPrototypeOf||function(a){return a=e(a),d(a,f)?a[f]:"function"==typeof a.constructor&&a instanceof a.constructor?a.constructor.prototype:a instanceof Object?g:null}},function(a,b,d){var e,f,g,h=d(26),i=d(2),j=d(18),k=d(109),l=d(6),m=d(11),n=d(19),o=d(128),p=d(129),q=d(130),r=d(131).set,s=d(133)(),t="Promise",u=i.TypeError,v=i.process,w=i[t],v=i.process,x="process"==k(v),y=function(){},z=!!function(){try{var a=w.resolve(1),b=(a.constructor={})[d(23)("species")]=function(a){a(y,y)};return(x||"function"==typeof PromiseRejectionEvent)&&a.then(y)instanceof b}catch(a){}}(),A=function(a,b){return a===b||a===w&&b===g},B=function(a){var b;return!(!m(a)||"function"!=typeof(b=a.then))&&b},C=function(a){return A(w,a)?new D(a):new f(a)},D=f=function(a){var b,d;this.promise=new a(function(a,e){if(b!==c||d!==c)throw u("Bad Promise constructor");b=a,d=e}),this.resolve=n(b),this.reject=n(d)},E=function(a){try{a()}catch(a){return{error:a}}},F=function(a,b){if(!a._n){a._n=!0;var c=a._c;s(function(){for(var d=a._v,e=1==a._s,f=0,g=function(b){var c,f,g=e?b.ok:b.fail,h=b.resolve,i=b.reject,j=b.domain;try{g?(e||(2==a._h&&I(a),a._h=1),g===!0?c=d:(j&&j.enter(),c=g(d),j&&j.exit()),c===b.promise?i(u("Promise-chain cycle")):(f=B(c))?f.call(c,h,i):h(c)):i(d)}catch(a){i(a)}};c.length>f;)g(c[f++]);a._c=[],a._n=!1,b&&!a._h&&G(a)})}},G=function(a){r.call(i,function(){var b,d,e,f=a._v;if(H(a)&&(b=E(function(){x?v.emit("unhandledRejection",f,a):(d=i.onunhandledrejection)?d({promise:a,reason:f}):(e=i.console)&&e.error&&e.error("Unhandled promise rejection",f)}),a._h=x||H(a)?2:1),a._a=c,b)throw b.error})},H=function(a){if(1==a._h)return!1;for(var b,c=a._a||a._c,d=0;c.length>d;)if(b=c[d++],b.fail||!H(b.promise))return!1;return!0},I=function(a){r.call(i,function(){var b;x?v.emit("rejectionHandled",a):(b=i.onrejectionhandled)&&b({promise:a,reason:a._v})})},J=function(a){var b=this;b._d||(b._d=!0,b=b._w||b,b._v=a,b._s=2,b._a||(b._a=b._c.slice()),F(b,!0))},K=function(a){var b,c=this;if(!c._d){c._d=!0,c=c._w||c;try{if(c===a)throw u("Promise can't be resolved itself");(b=B(a))?s(function(){var d={_w:c,_d:!1};try{b.call(a,j(K,d,1),j(J,d,1))}catch(a){J.call(d,a)}}):(c._v=a,c._s=1,F(c,!1))}catch(a){J.call({_w:c,_d:!1},a)}}};z||(w=function Promise(a){o(this,w,t,"_h"),n(a),e.call(this);try{a(j(K,this,1),j(J,this,1))}catch(a){J.call(this,a)}},e=function Promise(a){this._c=[],this._a=c,this._s=0,this._d=!1,this._v=c,this._h=0,this._n=!1},e.prototype=d(134)(w.prototype,{then:function then(a,b){var d=C(q(this,w));return d.ok="function"!=typeof a||a,d.fail="function"==typeof b&&b,d.domain=x?v.domain:c,this._c.push(d),this._a&&this._a.push(d),this._s&&F(this,!1),d.promise},catch:function(a){return this.then(c,a)}}),D=function(){var a=new e;this.promise=a,this.resolve=j(K,a,1),this.reject=j(J,a,1)}),l(l.G+l.W+l.F*!z,{Promise:w}),d(22)(w,t),d(135)(t),g=d(7)[t],l(l.S+l.F*!z,t,{reject:function reject(a){var b=C(this),c=b.reject;return c(a),b.promise}}),l(l.S+l.F*(h||!z),t,{resolve:function resolve(a){if(a instanceof w&&A(a.constructor,this))return a;var b=C(this),c=b.resolve;return c(a),b.promise}}),l(l.S+l.F*!(z&&d(110)(function(a){w.all(a).catch(y)})),t,{all:function all(a){var b=this,d=C(b),e=d.resolve,f=d.reject,g=E(function(){var d=[],g=0,h=1;p(a,!1,function(a){var i=g++,j=!1;d.push(c),h++,b.resolve(a).then(function(a){j||(j=!0,d[i]=a,--h||e(d))},f)}),--h||e(d)});return g&&f(g.error),d.promise},race:function race(a){var b=this,c=C(b),d=c.reject,e=E(function(){p(a,!1,function(a){b.resolve(a).then(c.resolve,d)})});return e&&d(e.error),c.promise}})},function(a,b){a.exports=function(a,b,d,e){if(!(a instanceof b)||e!==c&&e in a)throw TypeError(d+": incorrect invocation!");return a}},function(a,b,c){var d=c(18),e=c(104),f=c(105),g=c(10),h=c(35),i=c(108),j={},k={},b=a.exports=function(a,b,c,l,m){var n,o,p,q,r=m?function(){return a}:i(a),s=d(c,l,b?2:1),t=0;if("function"!=typeof r)throw TypeError(a+" is not iterable!");if(f(r)){for(n=h(a.length);n>t;t++)if(q=b?s(g(o=a[t])[0],o[1]):s(a[t]),q===j||q===k)return q}else for(p=r.call(a);!(o=p.next()).done;)if(q=e(p,s,o.value,b),q===j||q===k)return q};b.BREAK=j,b.RETURN=k},function(a,b,d){var e=d(10),f=d(19),g=d(23)("species");a.exports=function(a,b){var d,h=e(a).constructor;return h===c||(d=e(h)[g])==c?b:f(d)}},function(a,b,c){var d,e,f,g=c(18),h=c(132),i=c(46),j=c(13),k=c(2),l=k.process,m=k.setImmediate,n=k.clearImmediate,o=k.MessageChannel,p=0,q={},r="onreadystatechange",s=function(){var a=+this;if(q.hasOwnProperty(a)){var b=q[a];delete q[a],b()}},t=function(a){s.call(a.data)};m&&n||(m=function setImmediate(a){for(var b=[],c=1;arguments.length>c;)b.push(arguments[c++]);return q[++p]=function(){h("function"==typeof a?a:Function(a),b)},d(p),p},n=function clearImmediate(a){delete q[a]},"process"==c(32)(l)?d=function(a){l.nextTick(g(s,a,1))}:o?(e=new o,f=e.port2,e.port1.onmessage=t,d=g(f.postMessage,f,1)):k.addEventListener&&"function"==typeof postMessage&&!k.importScripts?(d=function(a){k.postMessage(a+"","*")},k.addEventListener("message",t,!1)):d=r in j("script")?function(a){i.appendChild(j("script"))[r]=function(){i.removeChild(this),s.call(a)}}:function(a){setTimeout(g(s,a,1),0)}),a.exports={set:m,clear:n}},function(a,b){a.exports=function(a,b,d){var e=d===c;switch(b.length){case 0:return e?a():a.call(d);case 1:return e?a(b[0]):a.call(d,b[0]);case 2:return e?a(b[0],b[1]):a.call(d,b[0],b[1]);case 3:return e?a(b[0],b[1],b[2]):a.call(d,b[0],b[1],b[2]);case 4:return e?a(b[0],b[1],b[2],b[3]):a.call(d,b[0],b[1],b[2],b[3])}return a.apply(d,b)}},function(a,b,d){var e=d(2),f=d(131).set,g=e.MutationObserver||e.WebKitMutationObserver,h=e.process,i=e.Promise,j="process"==d(32)(h);a.exports=function(){var a,b,d,k=function(){var e,f;for(j&&(e=h.domain)&&e.exit();a;){f=a.fn,a=a.next;try{f()}catch(e){throw a?d():b=c,e}}b=c,e&&e.enter()};if(j)d=function(){h.nextTick(k)};else if(g){var l=!0,m=document.createTextNode("");new g(k).observe(m,{characterData:!0}),d=function(){m.data=l=!l}}else if(i&&i.resolve){var n=i.resolve();d=function(){n.then(k)}}else d=function(){f.call(e,k)};return function(e){var f={fn:e,next:c};b&&(b.next=f),a||(a=f,d()),b=f}}},function(a,b,c){var d=c(16);a.exports=function(a,b,c){for(var e in b)d(a,e,b[e],c);return a}},function(a,b,c){var d=c(2),e=c(9),f=c(4),g=c(23)("species");a.exports=function(a){var b=d[a];f&&b&&!b[g]&&e.f(b,g,{configurable:!0,get:function(){return this}})}},function(a,b,d){var e=d(137);a.exports=d(138)("Map",function(a){return function Map(){return a(this,arguments.length>0?arguments[0]:c)}},{get:function get(a){var b=e.getEntry(this,a);return b&&b.v},set:function set(a,b){return e.def(this,0===a?0:a,b)}},e,!0)},function(a,b,d){
8 | var e=d(9).f,f=d(44),g=d(134),h=d(18),i=d(128),j=d(33),k=d(129),l=d(124),m=d(123),n=d(135),o=d(4),p=d(20).fastKey,q=o?"_s":"size",r=function(a,b){var c,d=p(b);if("F"!==d)return a._i[d];for(c=a._f;c;c=c.n)if(c.k==b)return c};a.exports={getConstructor:function(a,b,d,l){var m=a(function(a,e){i(a,m,b,"_i"),a._i=f(null),a._f=c,a._l=c,a[q]=0,e!=c&&k(e,d,a[l],a)});return g(m.prototype,{clear:function clear(){for(var a=this,b=a._i,d=a._f;d;d=d.n)d.r=!0,d.p&&(d.p=d.p.n=c),delete b[d.i];a._f=a._l=c,a[q]=0},delete:function(a){var b=this,c=r(b,a);if(c){var d=c.n,e=c.p;delete b._i[c.i],c.r=!0,e&&(e.n=d),d&&(d.p=e),b._f==c&&(b._f=d),b._l==c&&(b._l=e),b[q]--}return!!c},forEach:function forEach(a){i(this,m,"forEach");for(var b,d=h(a,arguments.length>1?arguments[1]:c,3);b=b?b.n:this._f;)for(d(b.v,b.k,this);b&&b.r;)b=b.p},has:function has(a){return!!r(this,a)}}),o&&e(m.prototype,"size",{get:function(){return j(this[q])}}),m},def:function(a,b,d){var e,f,g=r(a,b);return g?g.v=d:(a._l=g={i:f=p(b,!0),k:b,v:d,p:e=a._l,n:c,r:!1},a._f||(a._f=g),e&&(e.n=g),a[q]++,"F"!==f&&(a._i[f]=g)),a},getEntry:r,setStrong:function(a,b,d){l(a,b,function(a,b){this._t=a,this._k=b,this._l=c},function(){for(var a=this,b=a._k,d=a._l;d&&d.r;)d=d.p;return a._t&&(a._l=d=d?d.n:a._t._f)?"keys"==b?m(0,d.k):"values"==b?m(0,d.v):m(0,[d.k,d.v]):(a._t=c,m(1))},d?"entries":"values",!d,!0),n(b)}}},function(a,b,d){var e=d(2),f=d(6),g=d(16),h=d(134),i=d(20),j=d(129),k=d(128),l=d(11),m=d(5),n=d(110),o=d(22),p=d(139);a.exports=function(a,b,d,q,r,s){var t=e[a],u=t,v=r?"set":"add",w=u&&u.prototype,x={},y=function(a){var b=w[a];g(w,a,"delete"==a?function(a){return!(s&&!l(a))&&b.call(this,0===a?0:a)}:"has"==a?function has(a){return!(s&&!l(a))&&b.call(this,0===a?0:a)}:"get"==a?function get(a){return s&&!l(a)?c:b.call(this,0===a?0:a)}:"add"==a?function add(a){return b.call(this,0===a?0:a),this}:function set(a,c){return b.call(this,0===a?0:a,c),this})};if("function"==typeof u&&(s||w.forEach&&!m(function(){(new u).entries().next()}))){var z=new u,A=z[v](s?{}:-0,1)!=z,B=m(function(){z.has(1)}),C=n(function(a){new u(a)}),D=!s&&m(function(){for(var a=new u,b=5;b--;)a[v](b,b);return!a.has(-0)});C||(u=b(function(b,d){k(b,u,a);var e=p(new t,b,u);return d!=c&&j(d,r,e[v],e),e}),u.prototype=w,w.constructor=u),(B||D)&&(y("delete"),y("has"),r&&y("get")),(D||A)&&y(v),s&&w.clear&&delete w.clear}else u=q.getConstructor(b,a,r,v),h(u.prototype,d),i.NEED=!0;return o(u,a),x[a]=u,f(f.G+f.W+f.F*(u!=t),x),s||q.setStrong(u,a,r),u}},function(a,b,c){var d=c(11),e=c(140).set;a.exports=function(a,b,c){var f,g=b.constructor;return g!==c&&"function"==typeof g&&(f=g.prototype)!==c.prototype&&d(f)&&e&&e(a,f),a}},function(a,b,d){var e=d(11),f=d(10),g=function(a,b){if(f(a),!e(b)&&null!==b)throw TypeError(b+": can't set as prototype!")};a.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(a,b,c){try{c=d(18)(Function.call,d(49).f(Object.prototype,"__proto__").set,2),c(a,[]),b=!(a instanceof Array)}catch(a){b=!0}return function setPrototypeOf(a,d){return g(a,d),b?a.__proto__=d:c(a,d),a}}({},!1):c),check:g}},function(a,b,d){var e=d(137);a.exports=d(138)("Set",function(a){return function Set(){return a(this,arguments.length>0?arguments[0]:c)}},{add:function add(a){return e.def(this,a=0===a?0:a,a)}},e)},function(a,b,c){var d=c(6),e=c(19),f=c(10),g=(c(2).Reflect||{}).apply,h=Function.apply;d(d.S+d.F*!c(5)(function(){g(function(){})}),"Reflect",{apply:function apply(a,b,c){var d=e(a),i=f(c);return g?g(d,b,i):h.call(d,b,i)}})},function(a,b,c){var d=c(6),e=c(44),f=c(19),g=c(10),h=c(11),i=c(5),j=c(144),k=(c(2).Reflect||{}).construct,l=i(function(){function F(){}return!(k(function(){},[],F)instanceof F)}),m=!i(function(){k(function(){})});d(d.S+d.F*(l||m),"Reflect",{construct:function construct(a,b){f(a),g(b);var c=arguments.length<3?a:f(arguments[2]);if(m&&!l)return k(a,b,c);if(a==c){switch(b.length){case 0:return new a;case 1:return new a(b[0]);case 2:return new a(b[0],b[1]);case 3:return new a(b[0],b[1],b[2]);case 4:return new a(b[0],b[1],b[2],b[3])}var d=[null];return d.push.apply(d,b),new(j.apply(a,d))}var i=c.prototype,n=e(h(i)?i:Object.prototype),o=Function.apply.call(a,n,b);return h(o)?o:n}})},function(a,b,c){var d=c(19),e=c(11),f=c(132),g=[].slice,h={},i=function(a,b,c){if(!(b in h)){for(var d=[],e=0;e=d.length)return{value:c,done:!0};while(!((a=d[b._i++])in b._t));return{value:a,done:!1}}),e(e.S,"Reflect",{enumerate:function enumerate(a){return new g(a)}})},function(a,b,d){function get(a,b){var d,h,k=arguments.length<3?a:arguments[2];return j(a)===k?a[b]:(d=e.f(a,b))?g(d,"value")?d.value:d.get!==c?d.get.call(k):c:i(h=f(a))?get(h,b,k):void 0}var e=d(49),f=d(126),g=d(3),h=d(6),i=d(11),j=d(10);h(h.S,"Reflect",{get:get})},function(a,b,c){var d=c(49),e=c(6),f=c(10);e(e.S,"Reflect",{getOwnPropertyDescriptor:function getOwnPropertyDescriptor(a,b){return d.f(f(a),b)}})},function(a,b,c){var d=c(6),e=c(126),f=c(10);d(d.S,"Reflect",{getPrototypeOf:function getPrototypeOf(a){return e(f(a))}})},function(a,b,c){var d=c(6);d(d.S,"Reflect",{has:function has(a,b){return b in a}})},function(a,b,c){var d=c(6),e=c(10),f=Object.isExtensible;d(d.S,"Reflect",{isExtensible:function isExtensible(a){return e(a),!f||f(a)}})},function(a,b,c){var d=c(6);d(d.S,"Reflect",{ownKeys:c(154)})},function(a,b,c){var d=c(48),e=c(41),f=c(10),g=c(2).Reflect;a.exports=g&&g.ownKeys||function ownKeys(a){var b=d.f(f(a)),c=e.f;return c?b.concat(c(a)):b}},function(a,b,c){var d=c(6),e=c(10),f=Object.preventExtensions;d(d.S,"Reflect",{preventExtensions:function preventExtensions(a){e(a);try{return f&&f(a),!0}catch(a){return!1}}})},function(a,b,d){function set(a,b,d){var i,m,n=arguments.length<4?a:arguments[3],o=f.f(k(a),b);if(!o){if(l(m=g(a)))return set(m,b,d,n);o=j(0)}return h(o,"value")?!(o.writable===!1||!l(n))&&(i=f.f(n,b)||j(0),i.value=d,e.f(n,b,i),!0):o.set!==c&&(o.set.call(n,d),!0)}var e=d(9),f=d(49),g=d(126),h=d(3),i=d(6),j=d(15),k=d(10),l=d(11);i(i.S,"Reflect",{set:set})},function(a,b,c){var d=c(6),e=c(140);e&&d(d.S,"Reflect",{setPrototypeOf:function setPrototypeOf(a,b){e.check(a,b);try{return e.set(a,b),!0}catch(a){return!1}}})},function(a,b,d){var e=d(6),f=d(34)(!0);e(e.P,"Array",{includes:function includes(a){return f(this,a,arguments.length>1?arguments[1]:c)}}),d(114)("includes")}]),"undefined"!=typeof module&&module.exports?module.exports=a:"function"==typeof define&&define.amd?define(function(){return a}):b.core=a}(1,1);
9 | //# sourceMappingURL=custom.min.js.map
--------------------------------------------------------------------------------
/unpackage/dist/dev/app-plus/__uniappmarker@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wkiwi/wkiwi-swipe-action/a0d5242c16ef0ee3a8bf9f2f9f90cb33fcfd4c52/unpackage/dist/dev/app-plus/__uniappmarker@3x.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/app-plus/__uniappopenlocation.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
11 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
282 |
283 |
284 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/app-plus/__uniappscan.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 | 扫码
11 |
25 |
26 |
27 |
28 |
29 |
30 |
124 |
125 |
126 |
127 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/app-plus/__uniappservice.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 | Service
11 |
17 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/app-plus/__uniappsuccess.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wkiwi/wkiwi-swipe-action/a0d5242c16ef0ee3a8bf9f2f9f90cb33fcfd4c52/unpackage/dist/dev/app-plus/__uniappsuccess.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/app-plus/__uniappview.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 | View
11 |
22 |
26 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/app-plus/manifest.json:
--------------------------------------------------------------------------------
1 | {
2 | "@platforms": [
3 | "android",
4 | "iPhone",
5 | "iPad"
6 | ],
7 | "id": "__UNI__8997CEE",
8 | "name": "仿QQ",
9 | "version": {
10 | "name": "1.0.0",
11 | "code": "100"
12 | },
13 | "description": "",
14 | "launch_path": "__uniappservice.html",
15 | "developer": {
16 | "name": "",
17 | "email": "",
18 | "url": ""
19 | },
20 | "permissions": {},
21 | "plus": {
22 | "useragent": {
23 | "value": "uni-app appservice",
24 | "concatenate": true
25 | },
26 | "splashscreen": {
27 | "target": "id:1",
28 | "autoclose": true,
29 | "waiting": true,
30 | "delay": 0
31 | },
32 | "popGesture": "close",
33 | "launchwebview": {
34 | "render": "always"
35 | },
36 | "statusbar": {
37 | "immersed": "supportedDevice",
38 | "style": "light",
39 | "background": "#4191ea"
40 | },
41 | "distribute": {
42 | "google": {
43 | "permissions": [
44 | "",
45 | "",
46 | "",
47 | "",
48 | "",
49 | "",
50 | "",
51 | "",
52 | "",
53 | "",
54 | "",
55 | "",
56 | "",
57 | "",
58 | "",
59 | "",
60 | "",
61 | "",
62 | "",
63 | "",
64 | "",
65 | ""
66 | ]
67 | },
68 | "apple": {},
69 | "plugins": {
70 | "audio": {
71 | "mp3": {
72 | "description": "Android平台录音支持MP3格式文件"
73 | }
74 | }
75 | }
76 | },
77 | "allowsInlineMediaPlayback": true,
78 | "uni-app": {
79 | "compilerVersion": "1.8.2",
80 | "control": "webview"
81 | }
82 | }
83 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/app-plus/pages/message_info/message_info.js:
--------------------------------------------------------------------------------
1 | setCssToHead(["@charset \x22UTF-8\x22;\n.",[1],"left-message.",[1],"data-v-62972b54 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding-left: ",[0,20],"; }\n.",[1],"avator-wrapper.",[1],"data-v-62972b54 { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; }\n.",[1],"bubble-wrapper.",[1],"data-v-62972b54 { padding-left: ",[0,30],"; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding-right: ",[0,135],"; }\n.",[1],"bubble-wrapper .",[1],"bubble.",[1],"data-v-62972b54 { padding: ",[0,20],"; background: #d5ebff; border-radius: ",[0,15],"; position: relative; }\n.",[1],"bubble-wrapper .",[1],"bubble.",[1],"data-v-62972b54::before { position: absolute; left: ",[0,-20],"; top: ",[0,10],"; content: \x22\x22; width: 0; height: 0; border-top: 20px solid transparent; border-right: 20px solid #d5ebff; border-bottom: 20px solid transparent; }\n.",[1],"avator.",[1],"data-v-62972b54 { width: ",[0,100],"; height: ",[0,100],"; border-radius: 50%; overflow: hiideen; background: #f1f1f1; }\n.",[1],"avator .",[1],"img.",[1],"data-v-62972b54 { width: 100%; height: 100%; border-radius: 50%; }\n.",[1],"time.",[1],"data-v-62972b54 { line-height: ",[0,50],"; color: #b7b7b7; font-size: ",[0,24],"; text-align: right; }\n@charset \x22UTF-8\x22;\n.",[1],"right-message.",[1],"data-v-5d3fa6de { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding-right: ",[0,20],"; }\n.",[1],"avator-wrapper.",[1],"data-v-5d3fa6de { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; }\n.",[1],"bubble-wrapper.",[1],"data-v-5d3fa6de { padding-left: ",[0,135],"; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding-right: ",[0,30],"; }\n.",[1],"bubble-wrapper .",[1],"bubble.",[1],"data-v-5d3fa6de { padding: ",[0,20],"; background: #d5ebff; border-radius: ",[0,15],"; position: relative; }\n.",[1],"bubble-wrapper .",[1],"bubble.",[1],"data-v-5d3fa6de::before { position: absolute; right: ",[0,-20],"; top: ",[0,10],"; content: \x22\x22; width: 0; height: 0; border-top: 20px solid transparent; border-left: 20px solid #d5ebff; border-bottom: 20px solid transparent; }\n.",[1],"avator.",[1],"data-v-5d3fa6de { width: ",[0,100],"; height: ",[0,100],"; border-radius: 50%; overflow: hiideen; background: #f1f1f1; }\n.",[1],"avator .",[1],"img.",[1],"data-v-5d3fa6de { width: 100%; height: 100%; border-radius: 50%; }\n.",[1],"time.",[1],"data-v-5d3fa6de { line-height: ",[0,50],"; color: #b7b7b7; font-size: ",[0,24],"; }\n@charset \x22UTF-8\x22;\n.",[1],"send-message.",[1],"data-v-206f6057 { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 ",[0,15],"; height: ",[0,100],"; width: 100%; background: #4191ea; line-height: ",[0,100],"; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }\n.",[1],"send-message .",[1],"iconfont.",[1],"data-v-206f6057 { width: ",[0,80],"; text-align: center; line-height: ",[0,100],"; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; color: #fff; font-size: ",[0,60],"; }\n.",[1],"send-message .",[1],"input-wrapper.",[1],"data-v-206f6057 { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding: ",[0,10],"; }\n.",[1],"send-message .",[1],"input-wrapper wx-input.",[1],"data-v-206f6057 { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 ",[0,15],"; width: 100%; height: 100%; border-radius: ",[0,10],"; background: #fff; }\n@charset \x22UTF-8\x22;\n.",[1],"page.",[1],"data-v-6046c0c0 { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; background: #f6fbff; overflow: hidden; padding-bottom: ",[0,100],"; }\n.",[1],"messagelist .",[1],"message-height.",[1],"data-v-6046c0c0 { padding: ",[0,30]," 0 ",[0,130]," 0; }\n.",[1],"footer.",[1],"data-v-6046c0c0 { position: fixed; bottom: 0; left: 0; width: 100%; height: ",[0,100],"; }\n",],undefined,{path:"./pages/message_info/message_info.wxss"})();
2 | document.dispatchEvent(new CustomEvent("generateFuncReady", { detail: { generateFunc: $gwx('./pages/message_info/message_info.wxml') } }));
--------------------------------------------------------------------------------
/unpackage/dist/dev/app-plus/pages/wkiwi-swipe-action/wkiwi-swipe-action.js:
--------------------------------------------------------------------------------
1 | setCssToHead(["@charset \x22UTF-8\x22;\n.",[1],"avator-wrapper.",[1],"data-v-7c3fcd5c { width: ",[0,100],"; height: ",[0,100],"; }\n.",[1],"avator.",[1],"data-v-7c3fcd5c { width: ",[0,100],"; height: ",[0,100],"; border-radius: 50%; overflow: hiideen; background: #f1f1f1; }\n.",[1],"avator .",[1],"img.",[1],"data-v-7c3fcd5c { width: 100%; height: 100%; border-radius: 50%; }\n.",[1],"avator-group.",[1],"data-v-7c3fcd5c { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }\n.",[1],"avator-group .",[1],"img.",[1],"data-v-7c3fcd5c { width: ",[0,50],"; height: ",[0,50],"; border-radius: 50%; }\n.",[1],"avator-text.",[1],"data-v-7c3fcd5c { width: ",[0,100],"; height: ",[0,100],"; border-radius: 50%; overflow: hiideen; background: #e5e5e5; line-height: ",[0,100],"; text-align: center; font-size: ",[0,40],"; color: #fff; }\n@charset \x22UTF-8\x22;\n.",[1],"uni-swipe-action { width: 100%; overflow: hidden; }\n.",[1],"uni-swipe-action__container { background-color: #FFFFFF; width: 200%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-transition: -webkit-transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1); transition: -webkit-transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1); -o-transition: transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1); transition: transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1); transition: transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1); }\n.",[1],"uni-swipe-action__content { width: 50%; }\n.",[1],"uni-swipe-action__btn-group { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }\n.",[1],"uni-swipe-action--btn { padding: 0 ",[0,32],"; color: #FFFFFF; background-color: #C7C6CD; font-size: ",[0,28],"; display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; text-align: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }\n.",[1],"item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: ",[0,10]," ",[0,16],"; background-color: #fff; border-bottom: 1px solid #f3f3f3; }\n.",[1],"item.",[1],"stick { background-color: rgba(243, 236, 221, 0.5); }\n.",[1],"item .",[1],"item-left { text-align: center; }\n.",[1],"item .",[1],"item-left .",[1],"image { width: ",[0,100],"; height: ",[0,100],"; border-radius: ",[0,50],"; background-color: #eee; }\n.",[1],"item .",[1],"item-left .",[1],"avator { width: ",[0,100],"; height: ",[0,100],"; text-align: center; line-height: ",[0,100],"; background: #4191ea; border-radius: 50%; overflow: hidden; }\n.",[1],"item .",[1],"item-left .",[1],"avator .",[1],"iconfont { width: ",[0,100],"; height: ",[0,100],"; text-align: center; line-height: ",[0,100],"; color: #fff; font-size: ",[0,40],"; }\n.",[1],"item .",[1],"item-middle { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; margin-left: ",[0,15],"; overflow: hidden; }\n.",[1],"item .",[1],"item-middle .",[1],"title { width: 100%; color: #000; font-family: \x22\\5FAE\\8F6F\\96C5\\9ED1\x22; font-weight: 400; font-size: ",[0,30],"; height: ",[0,50],"; line-height: ",[0,60],"; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }\n.",[1],"item .",[1],"item-middle .",[1],"message { width: 100%; font-family: \x22\\5FAE\\8F6F\\96C5\\9ED1\x22; color: #808080; height: ",[0,50],"; line-height: ",[0,40],"; font-size: ",[0,24],"; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }\n.",[1],"item .",[1],"item-right { overflow: hidden; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }\n.",[1],"item .",[1],"item-right .",[1],"time { color: #808080; font-size: ",[0,18],"; height: ",[0,60],"; line-height: ",[0,60],"; }\n.",[1],"item .",[1],"item-right .",[1],"mark { background-color: #f74c31; line-height: ",[0,35],"; text-align: center; font-size: ",[0,18],"; min-width: ",[0,35],"; min-height: ",[0,35],"; border-radius: ",[0,18],"; color: #fff; }\n@charset \x22UTF-8\x22;\n.",[1],"search-box.",[1],"data-v-a5452680 { height: ",[0,100],"; width: 100%; background: #4191ea; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: nowrap; -ms-flex-flow: nowrap; flex-flow: nowrap; }\n.",[1],"search-box .",[1],"search-bg.",[1],"data-v-a5452680 { -webkit-box-sizing: border-box; box-sizing: border-box; height: ",[0,80],"; padding: 0 ",[0,30],"; line-height: ",[0,80],"; width: ",[0,710],"; margin: auto; background: white; border-radius: ",[0,40],"; color: #999; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: nowrap; -ms-flex-flow: nowrap; flex-flow: nowrap; }\n.",[1],"search-box .",[1],"search-bg .",[1],"search.",[1],"data-v-a5452680 { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; height: ",[0,80],"; line-height: ",[0,80],"; }\n.",[1],"search-box .",[1],"search-bg .",[1],"iconfont.",[1],"data-v-a5452680 { margin-left: ",[0,15],"; }\n.",[1],"floating-menus.",[1],"data-v-a5452680 { position: fixed; top: 0; right: ",[0,20],"; z-index: 10; opacity: 0; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; height: 0; overflow: hidden; }\n.",[1],"floating-menus.",[1],"show.",[1],"data-v-a5452680 { opacity: 1; height: auto; }\n.",[1],"floating-menus.",[1],"hidden.",[1],"data-v-a5452680 { opacity: 0; height: 0; }\n",],undefined,{path:"./pages/wkiwi-swipe-action/wkiwi-swipe-action.wxss"})();
2 | document.dispatchEvent(new CustomEvent("generateFuncReady", { detail: { generateFunc: $gwx('./pages/wkiwi-swipe-action/wkiwi-swipe-action.wxml') } }));
--------------------------------------------------------------------------------
/unpackage/dist/dev/app-plus/static/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wkiwi/wkiwi-swipe-action/a0d5242c16ef0ee3a8bf9f2f9f90cb33fcfd4c52/unpackage/dist/dev/app-plus/static/logo.png
--------------------------------------------------------------------------------