unpackage 过滤配置

This commit is contained in:
bb_pan 2025-10-28 13:40:12 +08:00
parent 389bb3427a
commit 17cd908656
140 changed files with 1 additions and 432 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@ yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
unpackage/
node_modules
.DS_Store
dist

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -1,23 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>View</title>
<link rel="stylesheet" href="app.css" />
<script>var __uniConfig = {"globalStyle":{},"darkmode":false}</script>
<script>
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
CSS.supports('top: constant(a)'))
document.write(
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
(coverSupport ? ', viewport-fit=cover' : '') + '" />')
</script>
</head>
<body>
<div id="app"></div>
<script src="uni-app-view.umd.js"></script>
<script src="app-wxs.js"></script>
<script src="app-renderjs.js"></script>
</body>
</html>

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
(function(){})();

View File

@ -1,2 +0,0 @@
var __renderjsModules={};
__renderjsModules["5a1e922e"]=(()=>{var u=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var m=(t,e)=>{for(var o in e)u(t,o,{get:e[o],enumerable:!0})},g=(t,e,o,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of f(e))!p.call(t,i)&&i!==o&&u(t,i,{get:()=>e[i],enumerable:!(a=c(e,i))||a.enumerable});return t};var v=t=>g(u({},"__esModule",{value:!0}),t);var S={};m(S,{default:()=>D});var l={showWatch(t,e,o,a,i){var s=i.state,r=o.$el||o.$vm&&o.$vm.$el;if(r){if(this.getDom(a,o,i),t&&t!=="none"){this.openState(t,a,o,i);return}s.left&&this.openState("none",a,o,i),this.resetTouchStatus(a,i)}},touchstart(t,e,o){let a=t.instance,i=a.getDataset().disabled,s=o.state;this.getDom(a,e,o),i=this.getDisabledType(i),!i&&(a.requestAnimationFrame(function(){a.removeClass("ani"),e.callMethod("closeSwipe")}),s.x=s.left||0,this.stopTouchStart(t,e,o))},touchmove(t,e,o){let a=t.instance;if(!a)return;let i=a.getDataset().disabled,s=o.state;if(i=this.getDisabledType(i),i||(this.stopTouchMove(t,o),s.direction!=="horizontal"))return;t.preventDefault&&t.preventDefault();let r=s.x+s.deltaX;this.move(r,a,e,o)},touchend(t,e,o){let a=t.instance,i=a.getDataset().disabled,s=o.state;i=this.getDisabledType(i),!i&&this.moveDirection(s.left,a,e,o)},move(t,e,o,a){t=t||0;let i=a.state,s=i.leftWidth,r=i.rightWidth;i.left=this.range(t,-r,s),e.requestAnimationFrame(function(){e.setStyle({transform:"translateX("+i.left+"px)","-webkit-transform":"translateX("+i.left+"px)"})})},getDom(t,e,o){var a=o.state,i=e.$el||e.$vm&&e.$vm.$el,s=i.querySelector(".button-group--left"),r=i.querySelector(".button-group--right");a.leftWidth=s.offsetWidth||0,a.rightWidth=r.offsetWidth||0,a.threshold=t.getDataset().threshold},getDisabledType(t){return(typeof t=="string"?JSON.parse(t):t)||!1},range(t,e,o){return Math.min(Math.max(t,e),o)},moveDirection(t,e,o,a){var i=a.state,s=i.threshold,r=i.position,h=i.isopen||"none",n=i.leftWidth,d=i.rightWidth;if(i.deltaX===0){this.openState("none",e,o,a);return}h==="none"&&d>0&&-t>s||h!=="none"&&d>0&&d+t<s?this.openState("right",e,o,a):h==="none"&&n>0&&t>s||h!=="none"&&n>0&&n-t<s?this.openState("left",e,o,a):this.openState("none",e,o,a)},openState(t,e,o,a){let i=a.state,s=i.leftWidth,r=i.rightWidth,h="";switch(i.isopen=i.isopen?i.isopen:"none",t){case"left":h=s;break;case"right":h=-r;break;default:h=0}i.isopen!==t&&(i.throttle=!0,o.callMethod("change",{open:t})),i.isopen=t,e.requestAnimationFrame(()=>{e.addClass("ani"),this.move(h,e,o,a)})},getDirection(t,e){return t>e&&t>10?"horizontal":e>t&&e>10?"vertical":""},resetTouchStatus(t,e){let o=e.state;o.direction="",o.deltaX=0,o.deltaY=0,o.offsetX=0,o.offsetY=0},stopTouchStart(t,e,o){let a=t.instance,i=o.state;this.resetTouchStatus(a,o);var s=t.touches[0];i.startX=s.clientX,i.startY=s.clientY},stopTouchMove(t,e){let o=t.instance,a=e.state,i=t.touches[0];a.deltaX=i.clientX-a.startX,a.deltaY=i.clientY-a.startY,a.offsetY=Math.abs(a.deltaY),a.offsetX=Math.abs(a.deltaX),a.direction=a.direction||this.getDirection(a.offsetX,a.offsetY)}};var D={mounted(t,e,o){this.state={}},methods:{showWatch(t,e,o,a){l.showWatch(t,e,o,a,this)},touchstart(t,e){l.touchstart(t,e,this)},touchmove(t,e){l.touchmove(t,e,this)},touchend(t,e){l.touchend(t,e,this)}}};return v(S);})();

File diff suppressed because one or more lines are too long

View File

@ -1,2 +0,0 @@
var __wxsModules={};
__wxsModules.afd46426=(()=>{var X=(a,e)=>()=>(e||a((e={exports:{}}).exports,e),e.exports);var k=X((q,W)=>{var c=10,f=!1;typeof window=="object"&&(f=!0);function D(a,e,r,t){var i=t.getState();if(S(t,r),a&&a!=="none"){s(a,t,r);return}i.left&&s("none",t,r),b(t)}function v(a,e){var r=a.instance,t=r.getDataset().disabled,i=r.getState();S(r,e),t=(typeof t=="string"?JSON.parse(t):t)||!1,!t&&(r.requestAnimationFrame(function(){r.removeClass("ani"),e.callMethod("closeSwipe")}),i.x=i.left||0,C(a,e))}function g(a,e){var r=a.instance,t=r.getDataset().disabled,i=r.getState();t=(typeof t=="string"?JSON.parse(t):t)||!1,!t&&(x(a),i.direction==="horizontal"&&(a.preventDefault&&a.preventDefault(),p(i.x+i.deltaX,r,e)))}function m(a,e){var r=a.instance,t=r.getDataset().disabled,i=r.getState();t=(typeof t=="string"?JSON.parse(t):t)||!1,!t&&M(i.left,r,e)}function p(a,e,r){a=a||0;var t=e.getState(),i=t.leftWidth,n=t.rightWidth;t.left=Y(a,-n,i),e.requestAnimationFrame(function(){e.setStyle({transform:"translateX("+t.left+"px)","-webkit-transform":"translateX("+t.left+"px)"})})}function S(a,e){var r=a.getState(),t=e.selectComponent(".button-group--left"),i=e.selectComponent(".button-group--right"),n={width:0},o={width:0};n=t.getBoundingClientRect(),o=i.getBoundingClientRect(),r.leftWidth=n.width||0,r.rightWidth=o.width||0,r.threshold=a.getDataset().threshold}function Y(a,e,r){return Math.min(Math.max(a,e),r)}function M(a,e,r){var t=e.getState(),i=t.threshold,n=t.position,o=t.isopen||"none",h=t.leftWidth,d=t.rightWidth;if(t.deltaX===0){s("none",e,r);return}o==="none"&&d>0&&-a>i||o!=="none"&&d>0&&d+a<i?s("right",e,r):o==="none"&&h>0&&a>i||o!=="none"&&h>0&&h-a<i?s("left",e,r):s("none",e,r)}function s(a,e,r){var t=e.getState(),i=t.leftWidth,n=t.rightWidth,o="";switch(t.isopen=t.isopen?t.isopen:"none",a){case"left":o=i;break;case"right":o=-n;break;default:o=0}t.isopen!==a&&(t.throttle=!0,r.callMethod("change",{open:a})),t.isopen=a,e.requestAnimationFrame(function(){e.addClass("ani"),p(o,e,r)})}function A(a,e){return a>e&&a>c?"horizontal":e>a&&e>c?"vertical":""}function b(a){var e=a.getState();e.direction="",e.deltaX=0,e.deltaY=0,e.offsetX=0,e.offsetY=0}function C(a){var e=a.instance,r=e.getState();b(e);var t=a.touches[0];f&&u()&&(t=a),r.startX=t.clientX,r.startY=t.clientY}function x(a){var e=a.instance,r=e.getState(),t=a.touches[0];f&&u()&&(t=a),r.deltaX=t.clientX-r.startX,r.deltaY=t.clientY-r.startY,r.offsetY=Math.abs(r.deltaY),r.offsetX=Math.abs(r.deltaX),r.direction=r.direction||A(r.offsetX,r.offsetY)}function u(){for(var a=navigator.userAgent,e=["Android","iPhone","SymbianOS","Windows Phone","iPad","iPod"],r=!0,t=0;t<e.length-1;t++)if(a.indexOf(e[t])>0){r=!1;break}return r}var l=!1;function N(a,e){f&&u()&&(v(a,e),l=!0)}function O(a,e){f&&u()&&l&&g(a,e)}function P(a,e){f&&u()&&(m(a,e),l=!1)}function T(a,e){f&&u()&&(l=!1)}W.exports={showWatch:D,touchstart:v,touchmove:g,touchend:m,mousedown:N,mousemove:O,mouseup:P,mouseleave:T}});return k();})();

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__2AF69B2","name":"material-app","version":{"name":"1.0.1","code":101},"description":"","developer":{"name":"","email":"","url":""},"permissions":{"Camera":{},"LivePusher":{},"Barcode":{},"Record":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"name":"com.bonus.material","usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"compatible":{"ignoreVersion":true},"nativePlugins":{"Mpaas-Scan":{"AppId":"ALIPUB1C702E6191703","WorkspaceId":"default","License":"pLOlpeuia6HMy/5afkyXfmrF63gb6q0x2jZA21UF4z+ff6TH/yWIUyOExm9ZIytgfMwo0lQa4ewtycGeTuxpWZKEB/73EIwOOjjGda9bTzAziq5xou9tH04KonA16qJdXCQzByjQjhbGPDI9TGskMr0uIwj39HN9jNbJqFS2nVudvHROh678KNPHigWKwP+SsOOGd/w6kzZic9qaO0IiUn/0HqgS3ISg/GueBqt/4EaoWYCHaMgP+YklYf5Yi70lRq0ti08rucwDmMBekix86PqPOgtc+wedqPHkY3SUsPa5BUV5ZEc1HRpaBY4Rt4OL8/DT2629TVDbmiLAT1jYdQ==","__plugin_info__":{"name":"支付宝原生扫码插件","description":"支付宝原生扫码组件包体积仅0.7MB15分钟即可完成接入。同时mPaaS提供「扫码分析」大盘","platforms":"Android,iOS","url":"","android_package_name":"","ios_bundle_id":"","isCloud":false,"bought":-1,"pid":"","parameters":{"AppId":{"des":"Android平台的AppId请填写Android的config文件中的appId对应的值","key":"mobilegw.appid","value":"ALIPUB1C702E6191703"},"WorkspaceId":{"des":"Android平台的WorkspaceId请填写Android的config文件中的workspaceId对应的值","key":"workspaceId","value":"default"},"License":{"des":"Android平台的License,请填写Android的config文件中的mpaasConfigLicense对应的值","key":"mpaasConfigLicense","value":"pLOlpeuia6HMy/5afkyXfmrF63gb6q0x2jZA21UF4z+ff6TH/yWIUyOExm9ZIytgfMwo0lQa4ewtycGeTuxpWZKEB/73EIwOOjjGda9bTzAziq5xou9tH04KonA16qJdXCQzByjQjhbGPDI9TGskMr0uIwj39HN9jNbJqFS2nVudvHROh678KNPHigWKwP+SsOOGd/w6kzZic9qaO0IiUn/0HqgS3ISg/GueBqt/4EaoWYCHaMgP+YklYf5Yi70lRq0ti08rucwDmMBekix86PqPOgtc+wedqPHkY3SUsPa5BUV5ZEc1HRpaBY4Rt4OL8/DT2629TVDbmiLAT1jYdQ=="}}}}},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#dcf4ff"},"uniStatistics":{"enable":false},"allowsInlineMediaPlayback":true,"safearea":{"background":"#FFFFFF","bottom":{"offset":"auto"}},"uni-app":{"control":"uni-v3","vueVersion":"3","compilerVersion":"4.29","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal","webView":{"minUserAgentVersion":"49.0"}},"tabBar":{"position":"bottom","color":"#2c2c2c","selectedColor":"#1296db","borderStyle":"rgba(0,0,0,0.4)","blurEffect":"none","fontSize":"10px","iconWidth":"24px","spacing":"3px","height":"50px","list":[{"pagePath":"pages/index/index","text":"业务办理","iconPath":"/static/yeWuBanLi.png","selectedIconPath":"/static/yeWuBanLiSelected.png"},{"pagePath":"pages/work/index","text":"工作台","iconPath":"/static/work.png","selectedIconPath":"/static/workSelected.png"},{"pagePath":"pages/search/index","text":"查询","iconPath":"/static/search.png","selectedIconPath":"/static/searchSelected.png"},{"pagePath":"pages/my/index","text":"我的","iconPath":"/static/my.png","selectedIconPath":"/static/mySelected.png"}],"backgroundColor":"#FFFFFF","selectedIndex":0,"shown":true}},"launch_path":"__uniappview.html"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
@charset "UTF-8";body{overflow:hidden;overflow-y:auto}.content{padding:.75rem;min-height:100vh;background-color:#f7f8fa}.content .new-purchase{background-color:#fff;border-radius:.625rem;padding:.625rem .5rem;margin-bottom:.5rem;box-shadow:0 .125rem .5rem rgba(0,0,0,.06);display:flex;flex-wrap:wrap}.content .new-purchase .purchase-title{font-size:1rem;font-weight:600;color:#262626}.content .new-purchase .title-text{margin-top:10px;padding:0;display:flex;align-items:center;font-weight:700;letter-spacing:1px;width:100%}.content .new-purchase .title-text div:first-child{width:5px;height:20px;margin-right:8px;background-color:#2d73cf}.content .new-purchase .purchase-item{width:25%;display:flex;flex-direction:column;align-items:center;padding:.125rem 0;transition:all .3s ease}.content .new-purchase .purchase-item:active{transform:scale(.95);opacity:.8}.content .new-purchase .purchase-item uni-image{width:5.3125rem;height:5.3125rem;margin-bottom:.1875rem}.content .new-purchase .purchase-item uni-text{font-size:.875rem;color:#262626;font-weight:500}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
.user-info[data-v-cabddb91]{width:95%;margin:.46875rem auto;padding:.46875rem .3125rem;font-size:1.0625rem;background-color:#e9f1f5;box-sizing:content-box;border-radius:.3125rem;box-shadow:0 2px 4px rgba(0,0,0,.4)}.exit-btn[data-v-cabddb91]{font-size:.9375rem;background-color:#1989fa;color:#fff;text-align:center}

View File

@ -1 +0,0 @@
@charset "UTF-8";.canvas-autograph[data-v-38f9ad12]{position:fixed;z-index:998;width:100vw;height:100vh;top:0;left:0}.canvas-autograph .scroll-view[data-v-38f9ad12]{width:100%;height:100%;background-color:#fff}.canvas-autograph .fun-box[data-v-38f9ad12]{position:absolute;height:2.8125rem;right:0;bottom:0;height:auto;display:flex;flex-direction:column}.canvas-autograph .fun-box .fun-box-btn[data-v-38f9ad12]{width:3.125rem;height:5rem;color:#fff;border-radius:.625rem;border:.03125rem solid #C0C0C0;display:flex;align-items:center;justify-content:center}.canvas-autograph .fun-box .fun-box-btn uni-text[data-v-38f9ad12]{transform:rotate(90deg)}.canvas-autograph .fun-box .clear[data-v-38f9ad12]{color:#909399;background-color:#f4f4f5}.canvas-autograph .fun-box .confirm[data-v-38f9ad12]{background-color:#409eff}.canvas-autograph .fun-box .cancel[data-v-38f9ad12]{background-color:#f67d7d}.img[data-v-1c7b8089]{height:300px;display:flex;justify-content:center;align-items:center;background:#fff;padding:.625rem;margin:.3125rem;border-radius:.625rem}.rotate[data-v-1c7b8089]{transform:rotate(-90deg)}.tips[data-v-1c7b8089]{padding:15px;font-size:14px;color:#e24f48;background-color:#f5f5f5;margin-bottom:.625rem;padding:.625rem;margin:.3125rem;border-radius:.625rem}.btns[data-v-1c7b8089]{display:flex;justify-content:center;background:#fff;padding:.625rem;margin:.3125rem;border-radius:.625rem}.btns .btn[data-v-1c7b8089]{width:40%}.btns .btn[data-v-1c7b8089]:first-child{margin-right:20px}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
@charset "UTF-8";body{overflow:hidden;overflow-y:auto}.content{padding:.75rem;min-height:100vh;background-color:#f7f8fa}.content .new-purchase{background-color:#fff;border-radius:.625rem;padding:.625rem .5rem;margin-bottom:.5rem;box-shadow:0 .125rem .5rem rgba(0,0,0,.06);display:flex;flex-wrap:wrap}.content .new-purchase .purchase-title{font-size:1rem;font-weight:600;color:#262626}.content .new-purchase .title-text{margin-top:10px;padding:0;display:flex;align-items:center;font-weight:700;letter-spacing:1px;width:100%}.content .new-purchase .title-text div:first-child{width:5px;height:20px;margin-right:8px;background-color:#2d73cf}.content .new-purchase .purchase-item{width:25%;display:flex;flex-direction:column;align-items:center;padding:.125rem 0;transition:all .3s ease}.content .new-purchase .purchase-item:active{transform:scale(.95);opacity:.8}.content .new-purchase .purchase-item uni-image{width:5.3125rem;height:5.3125rem;margin-bottom:.1875rem}.content .new-purchase .purchase-item uni-text{font-size:.875rem;color:#262626;font-weight:500}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
@charset "UTF-8";body{overflow:hidden;overflow-y:auto}.content{padding:.75rem;min-height:100vh;background-color:#f7f8fa}.content .new-purchase{background-color:#fff;border-radius:.625rem;padding:.625rem .5rem;margin-bottom:.5rem;box-shadow:0 .125rem .5rem rgba(0,0,0,.06);display:flex;flex-wrap:wrap}.content .new-purchase .purchase-title{font-size:1rem;font-weight:600;color:#262626}.content .new-purchase .title-text{margin-top:10px;padding:0;display:flex;align-items:center;font-weight:700;letter-spacing:1px;width:100%}.content .new-purchase .title-text div:first-child{width:5px;height:20px;margin-right:8px;background-color:#2d73cf}.content .new-purchase .purchase-item{width:25%;display:flex;flex-direction:column;align-items:center;padding:.125rem 0;transition:all .3s ease}.content .new-purchase .purchase-item:active{transform:scale(.95);opacity:.8}.content .new-purchase .purchase-item uni-image{width:5.3125rem;height:5.3125rem;margin-bottom:.1875rem}.content .new-purchase .purchase-item uni-text{font-size:.875rem;color:#262626;font-weight:500}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 776 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 723 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 742 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 638 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

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