Browse Source

消息通知和全局转发功能

master
王健 3 years ago
parent
commit
eb780954dc
  1. BIN
      .DS_Store
  2. 104
      app.js
  3. 3
      app.json
  4. 1
      app.wxss
  5. 8
      pages/look-list/look-list.wxml
  6. 2
      pages/look/look.wxml
  7. 29
      pages/message-detail/message-detail.js
  8. 3
      pages/message-detail/message-detail.json
  9. 11
      pages/message-detail/message-detail.wxml
  10. 1
      pages/message-detail/message-detail.wxss
  11. 58
      pages/message/message.js
  12. 23
      pages/message/message.wxml
  13. 2
      project.config.json
  14. 4
      utils/api.js
  15. BIN
      wxParse/emojis/00.gif
  16. BIN
      wxParse/emojis/01.gif
  17. BIN
      wxParse/emojis/02.gif
  18. BIN
      wxParse/emojis/03.gif
  19. BIN
      wxParse/emojis/04.gif
  20. BIN
      wxParse/emojis/05.gif
  21. BIN
      wxParse/emojis/06.gif
  22. BIN
      wxParse/emojis/07.gif
  23. BIN
      wxParse/emojis/08.gif
  24. BIN
      wxParse/emojis/09.gif
  25. BIN
      wxParse/emojis/10.gif
  26. BIN
      wxParse/emojis/100.gif
  27. BIN
      wxParse/emojis/101.gif
  28. BIN
      wxParse/emojis/102.gif
  29. BIN
      wxParse/emojis/103.gif
  30. BIN
      wxParse/emojis/104.gif
  31. BIN
      wxParse/emojis/105.gif
  32. BIN
      wxParse/emojis/106.gif
  33. BIN
      wxParse/emojis/107.gif
  34. BIN
      wxParse/emojis/108.gif
  35. BIN
      wxParse/emojis/109.gif
  36. BIN
      wxParse/emojis/11.gif
  37. BIN
      wxParse/emojis/110.gif
  38. BIN
      wxParse/emojis/111.gif
  39. BIN
      wxParse/emojis/112.gif
  40. BIN
      wxParse/emojis/113.gif
  41. BIN
      wxParse/emojis/114.gif
  42. BIN
      wxParse/emojis/115.gif
  43. BIN
      wxParse/emojis/116.gif
  44. BIN
      wxParse/emojis/117.gif
  45. BIN
      wxParse/emojis/118.gif
  46. BIN
      wxParse/emojis/119.gif
  47. BIN
      wxParse/emojis/12.gif
  48. BIN
      wxParse/emojis/120.gif
  49. BIN
      wxParse/emojis/121.gif
  50. BIN
      wxParse/emojis/122.gif
  51. BIN
      wxParse/emojis/123.gif
  52. BIN
      wxParse/emojis/124.gif
  53. BIN
      wxParse/emojis/125.gif
  54. BIN
      wxParse/emojis/126.gif
  55. BIN
      wxParse/emojis/127.gif
  56. BIN
      wxParse/emojis/128.gif
  57. BIN
      wxParse/emojis/129.gif
  58. BIN
      wxParse/emojis/13.gif
  59. BIN
      wxParse/emojis/130.gif
  60. BIN
      wxParse/emojis/131.gif
  61. BIN
      wxParse/emojis/132.gif
  62. BIN
      wxParse/emojis/133.gif
  63. BIN
      wxParse/emojis/134.gif
  64. BIN
      wxParse/emojis/14.gif
  65. BIN
      wxParse/emojis/15.gif
  66. BIN
      wxParse/emojis/16.gif
  67. BIN
      wxParse/emojis/17.gif
  68. BIN
      wxParse/emojis/18.gif
  69. BIN
      wxParse/emojis/19.gif
  70. BIN
      wxParse/emojis/20.gif
  71. BIN
      wxParse/emojis/21.gif
  72. BIN
      wxParse/emojis/22.gif
  73. BIN
      wxParse/emojis/23.gif
  74. BIN
      wxParse/emojis/24.gif
  75. BIN
      wxParse/emojis/25.gif
  76. BIN
      wxParse/emojis/26.gif
  77. BIN
      wxParse/emojis/27.gif
  78. BIN
      wxParse/emojis/28.gif
  79. BIN
      wxParse/emojis/29.gif
  80. BIN
      wxParse/emojis/30.gif
  81. BIN
      wxParse/emojis/31.gif
  82. BIN
      wxParse/emojis/32.gif
  83. BIN
      wxParse/emojis/33.gif
  84. BIN
      wxParse/emojis/34.gif
  85. BIN
      wxParse/emojis/35.gif
  86. BIN
      wxParse/emojis/36.gif
  87. BIN
      wxParse/emojis/37.gif
  88. BIN
      wxParse/emojis/38.gif
  89. BIN
      wxParse/emojis/39.gif
  90. BIN
      wxParse/emojis/40.gif
  91. BIN
      wxParse/emojis/41.gif
  92. BIN
      wxParse/emojis/42.gif
  93. BIN
      wxParse/emojis/43.gif
  94. BIN
      wxParse/emojis/44.gif
  95. BIN
      wxParse/emojis/45.gif
  96. BIN
      wxParse/emojis/46.gif
  97. BIN
      wxParse/emojis/47.gif
  98. BIN
      wxParse/emojis/48.gif
  99. BIN
      wxParse/emojis/49.gif
  100. BIN
      wxParse/emojis/50.gif
  101. Some files were not shown because too many files have changed in this diff Show More

BIN
.DS_Store vendored

Binary file not shown.

104
app.js

@ -1,47 +1,75 @@
// app.js
const $api = require('./utils/api').API;
App({
onLaunch() {
// 监听更新版本
if (wx.canIUse('getUpdateManager')) {
const updateManager = wx.getUpdateManager()
updateManager.onCheckForUpdate(function (res) {
// 请求完新版本信息的回调
if (res.hasUpdate) {
console.log('res.hasUpdate====')
updateManager.onUpdateReady(function () {
wx.showModal({
title: '更新提示',
content: '新版本已经准备好,是否重启应用?',
success: function (res) {
console.log('success====', res)
// res: {errMsg: "showModal: ok", cancel: false, confirm: true}
if (res.confirm) {
// 新的版本已经下载好,调用 applyUpdate 应用新版本并重启
updateManager.applyUpdate()
onLaunch() {
// 监听更新版本
if (wx.canIUse('getUpdateManager')) {
const updateManager = wx.getUpdateManager()
updateManager.onCheckForUpdate(function (res) {
// 请求完新版本信息的回调
if (res.hasUpdate) {
console.log('res.hasUpdate====')
updateManager.onUpdateReady(function () {
wx.showModal({
title: '更新提示',
content: '新版本已经准备好,是否重启应用?',
success: function (res) {
console.log('success====', res)
// res: {errMsg: "showModal: ok", cancel: false, confirm: true}
if (res.confirm) {
// 新的版本已经下载好,调用 applyUpdate 应用新版本并重启
updateManager.applyUpdate()
}
}
}
})
})
})
updateManager.onUpdateFailed(function () {
// 新的版本下载失败
wx.showModal({
title: '已经有新版本了哟~',
content: '新版本已经上线啦~,请您删除当前小程序,重新搜索打开哟~'
updateManager.onUpdateFailed(function () {
// 新的版本下载失败
wx.showModal({
title: '已经有新版本了哟~',
content: '新版本已经上线啦~,请您删除当前小程序,重新搜索打开哟~'
})
})
})
}
})
}
},
queryUsreInfo() {
$api.getUserInfo().then(res => {
if (res.code === 0) {
wx.setStorageSync('userInfo', res.data.sysUser)
}
})
},
globalData: {
userInfo: null
}
},
queryUsreInfo() {
$api.getUserInfo().then(res => {
if (res.code === 0) {
wx.setStorageSync('userInfo', res.data.sysUser)
}
})
},
globalData: {
userInfo: null
}
})
})
! function () {
//获取页面配置并进行页面分享配置
var PageTmp = Page
Page = function (pageConfig) {
//1. 获取当前页面路由
let routerUrl = ""
wx.onAppRoute(function (res) {
//app.js中需要在隐式路由中才能用getCurrentPages()获取到页面路由
let pages = getCurrentPages(),
view = pages[pages.length - 1];
routerUrl = view.route
})
//2. 全局开启分享配置
pageConfig = Object.assign({
onShareAppMessage: function () {
//根据不同路由设置不同分享内容(微信小程序分享自带参数,如非特例,不需配置分享路径)
return {}
},
onShareTimeline() {
return {}
}
}, pageConfig);
// 配置页面模板
PageTmp(pageConfig);
}
}();

3
app.json

@ -13,7 +13,8 @@
"pages/lookStay-detail/lookStay-detail",
"pages/link/link",
"pages/preview-list/preview-list",
"pages/disclaimer/disclaimer"
"pages/disclaimer/disclaimer",
"pages/message-detail/message-detail"
],
"permission": {
"scope.userLocation": {

1
app.wxss

@ -1,4 +1,5 @@
@import "/assets/css/style.wxss";
@import "/wxParse/wxParse.wxss";
/**app.wxss**/
.pages {

8
pages/look-list/look-list.wxml

@ -32,16 +32,10 @@
<view class="pages">
<mp-navigation-bar ext-class="set-bar" title="列表"></mp-navigation-bar>
<view class="look-top" bindtap="inShow">
<!-- <view class="look-search center" bindtap="showInput">
<image wx:if="{{!inputShow}}" class="look-s-icon" src="../../assets/images/search.png"></image>
<input value="{{page.landCode}}" bindconfirm="refresh" wx:if="{{inputShow}}" focus="true" bindblur="hideInput"
class="form-input" bindinput="vmodel" type="text" />
</view> -->
<view class="look-search center {{is_search?'focusing':''}}" bindtap="searchFun">
<image class="look-s-icon" src="../../assets/images/search.png"></image>
<input type="text" focus="{{is_focusing}}" auto-focus="{{is_focusing}}" bindconfirm="refresh"
model:value="{{page.landCode}}" hold-keyboard="true" bindinput="vmodel" bindblur="blurFun"
placeholder="请输入搜索内容" />
model:value="{{page.landCode}}" hold-keyboard="true" bindinput="vmodel" bindblur="blurFun" />
<image class="del ml10" wx:if="{{page.landCode != '' && page.landCode}}" bindtap="emptyFun"
src="../../assets/images/del-icon.png" mode="widthFix"></image>
</view>

2
pages/look/look.wxml

@ -28,7 +28,7 @@
<view class="look-search center {{is_search?'focusing':''}}" bindtap="searchFun">
<image class="look-s-icon" src="../../assets/images/search.png"></image>
<input type="text" focus="{{is_focusing}}" auto-focus="{{is_focusing}}" model:value="{{land_name}}"
hold-keyboard="true" bindinput="inputFun" bindfocus="inputFun" placeholder="请输入搜索内容" />
hold-keyboard="true" bindinput="inputFun" bindfocus="inputFun"/>
<image class="del ml10" bindtap="emptyFun" wx:if="{{land_name != '' && land_name}}"
src="../../assets/images/del-icon.png" mode="widthFix"></image>
</view>

29
pages/message-detail/message-detail.js

@ -0,0 +1,29 @@
// pages/message-detail/message-detail.js
const WxParse = require('../../wxParse/wxParse.js');
const $api = require('../../utils/api').API;
Page({
/**
* 页面的初始数据
*/
data: {
article: {}
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
let messageId = options.messageId
$api.AJAX('get', `applets/message/${messageId}`).then(res => {
let article = res.data.messageContent;
WxParse.wxParse('article', 'html', article, this, 5);
})
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})

3
pages/message-detail/message-detail.json

@ -0,0 +1,3 @@
{
"usingComponents": {}
}

11
pages/message-detail/message-detail.wxml

@ -0,0 +1,11 @@
<!--pages/message-detail/message-detail.wxml-->
<import src="../../wxParse/wxParse.wxml" />
<view class="pages">
<mp-navigation-bar ext-class="set-bar" title="消息通知"></mp-navigation-bar>
<view class="main">
<view class="title">{{title}}</view>
<view class="content">
<template is="wxParse" data="{{wxParseData:article.nodes}}" />
</view>
</view>
</view>

1
pages/message-detail/message-detail.wxss

@ -0,0 +1 @@
/* pages/message-detail/message-detail.wxss */

58
pages/message/message.js

@ -1,10 +1,6 @@
// pages/message/message.js
const $api = require('../../utils/api').API;
Page({
/**
* 页面的初始数据
*/
data: {
tabList: [{
id: 1,
@ -24,10 +20,6 @@ Page({
messageType: 1
}
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
$api.getMessage(this.data.page).then(res => {
this.setData({
@ -35,52 +27,12 @@ Page({
})
})
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
detail: function (e) {
let messageId = e.currentTarget.dataset.messageid;
wx.navigateTo({
url: '/pages/message-detail/message-detail?messageId=' + messageId,
})
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
},

23
pages/message/message.wxml

@ -1,21 +1,22 @@
<view class="pages">
<mp-navigation-bar ext-class="set-bar" title="消息通知"></mp-navigation-bar>
<view class="main">
<view class="tab">
<view class="main">
<view class="tab">
<view class="tab-item {{item.id===active?'active':''}}" wx:for="{{tabList}}" wx:for-index="i" wx:for-item="item"
wx:key="id" bindtap="tabDowm" data-id="{{item.id}}">
<text class="tab-title">{{item.name}}</text>
<image class="tab-tag" src="../../assets/images/tab-tag.png"></image>
</view>
</view>
<view class="info" wx:for="{{dataList}}" wx:for-index="i" wx:for-item="item" wx:key="i">
<view class="text">
{{item.messageTitle}}
<view class="info" wx:for="{{dataList}}" wx:for-index="i" wx:for-item="item" wx:key="i" bindtap="detail"
data-messageId="{{item.messageId}}">
<view class="text">
{{item.messageTitle}}
</view>
<text class="timer">{{item.updateDate}}</text>
</view>
<text class="timer">{{item.updateDate}}</text>
</view>
<view class="noText" style="padding-top:50rpx" wx:if="{{dataList<=0}}">
暂无数据
</view>
</view>
</view>
暂无数据
</view>
</view>
</view>

2
project.config.json

@ -45,7 +45,7 @@
"compileType": "miniprogram",
"libVersion": "2.18.1",
"appid": "wxfc99b7a73f6efa4e",
"projectname": "airApp",
"projectname": "艾儿数据",
"debugOptions": {
"hidedInDevtools": []
},

4
utils/api.js

@ -1,5 +1,5 @@
const baseURL = 'https://yoursairdata.com/api/'
// const baseURL = 'http://192.168.27.11:9002/'
// const baseURL = 'https://yoursairdata.com/api/'
const baseURL = 'http://192.168.27.11:9002/'
const defaultCity = '重庆'
const GET = 'GET';
const POST = 'POST';

BIN
wxParse/emojis/00.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
wxParse/emojis/01.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
wxParse/emojis/02.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
wxParse/emojis/03.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
wxParse/emojis/04.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
wxParse/emojis/05.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
wxParse/emojis/06.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
wxParse/emojis/07.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
wxParse/emojis/08.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
wxParse/emojis/09.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

BIN
wxParse/emojis/10.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
wxParse/emojis/100.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
wxParse/emojis/101.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
wxParse/emojis/102.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
wxParse/emojis/103.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
wxParse/emojis/104.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
wxParse/emojis/105.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
wxParse/emojis/106.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
wxParse/emojis/107.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
wxParse/emojis/108.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
wxParse/emojis/109.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
wxParse/emojis/11.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

BIN
wxParse/emojis/110.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
wxParse/emojis/111.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
wxParse/emojis/112.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
wxParse/emojis/113.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1015 B

BIN
wxParse/emojis/114.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1003 B

BIN
wxParse/emojis/115.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
wxParse/emojis/116.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 996 B

BIN
wxParse/emojis/117.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
wxParse/emojis/118.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1012 B

BIN
wxParse/emojis/119.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
wxParse/emojis/12.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
wxParse/emojis/120.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1008 B

BIN
wxParse/emojis/121.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
wxParse/emojis/122.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 999 B

BIN
wxParse/emojis/123.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
wxParse/emojis/124.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1022 B

BIN
wxParse/emojis/125.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1013 B

BIN
wxParse/emojis/126.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
wxParse/emojis/127.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 956 B

BIN
wxParse/emojis/128.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1022 B

BIN
wxParse/emojis/129.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 972 B

BIN
wxParse/emojis/13.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
wxParse/emojis/130.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 980 B

BIN
wxParse/emojis/131.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 945 B

BIN
wxParse/emojis/132.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 936 B

BIN
wxParse/emojis/133.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1012 B

BIN
wxParse/emojis/134.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 968 B

BIN
wxParse/emojis/14.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
wxParse/emojis/15.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
wxParse/emojis/16.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
wxParse/emojis/17.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
wxParse/emojis/18.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

BIN
wxParse/emojis/19.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

BIN
wxParse/emojis/20.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
wxParse/emojis/21.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
wxParse/emojis/22.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
wxParse/emojis/23.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
wxParse/emojis/24.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
wxParse/emojis/25.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
wxParse/emojis/26.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
wxParse/emojis/27.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
wxParse/emojis/28.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

BIN
wxParse/emojis/29.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

BIN
wxParse/emojis/30.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
wxParse/emojis/31.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

BIN
wxParse/emojis/32.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

BIN
wxParse/emojis/33.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
wxParse/emojis/34.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
wxParse/emojis/35.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
wxParse/emojis/36.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
wxParse/emojis/37.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
wxParse/emojis/38.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
wxParse/emojis/39.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
wxParse/emojis/40.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

BIN
wxParse/emojis/41.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
wxParse/emojis/42.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
wxParse/emojis/43.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
wxParse/emojis/44.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
wxParse/emojis/45.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
wxParse/emojis/46.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
wxParse/emojis/47.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
wxParse/emojis/48.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
wxParse/emojis/49.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

BIN
wxParse/emojis/50.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

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

Loading…
Cancel
Save