fix:更新

This commit is contained in:
Your Name 2026-04-02 10:29:32 +08:00
parent 8d811437e1
commit a20195b1b7
111 changed files with 1371 additions and 1298 deletions

View File

@ -1,3 +1,4 @@
NODE_ENV= test
VITE_HTTP_BASE_URL= https://test-weapp-api.linyikj.com.cn/api/
# VITE_HTTP_BASE_URL= https://weapp-api.linyikj.com.cn/api/
VITE_ACCESS_TOKEN_KEY= 'NCHL_TEST_ACCESS_TOKEN_CUSTOMER'

1
.gitignore vendored
View File

@ -1 +1,2 @@
node_modules
dist

View File

@ -1,3 +1,3 @@
{
"version": "0.0.70"
"version": "0.0.78"
}

View File

@ -1 +1 @@
"use strict";const o=require("../../common/vendor.js");if(!Array){(o.resolveComponent("uni-icons")+o.resolveComponent("hs-footer"))()}Math||((()=>"../../uni_modules/uni-icons/components/uni-icons/uni-icons.js")+(()=>"../../components/hs-footer/hs-footer.js"))();const e=o.defineComponent({__name:"confirm",setup(e){const n=o.ref(0),c=()=>{o.index.showModal({title:"提示",content:"该功能在当前项目暂未开放,敬请期待",confirmColor:"#0082FA",success:function(o){o.confirm?console.log("用户点击确定"):o.cancel&&console.log("用户点击取消")}})};return(e,s)=>o.e({a:1==n.value},1==n.value?{b:o.p({type:"checkbox-filled",size:"20",color:"#2A7EFB"})}:{c:o.p({type:"circle",size:"20",color:"#888"})},{d:o.o((o=>{return e=1,void(n.value=e);var e})),e:o.o(c),f:o.p({btnParimaryName:"确定"})})}}),n=o._export_sfc(e,[["__scopeId","data-v-ca2e9abd"]]);wx.createPage(n);
"use strict";const o=require("../../common/vendor.js");if(!Array){(o.resolveComponent("uni-icons")+o.resolveComponent("hs-footer"))()}Math||((()=>"../../uni_modules/uni-icons/components/uni-icons/uni-icons.js")+(()=>"../../components/hs-footer/hs-footer.js"))();const e=o.defineComponent({__name:"confirm",setup(e){const n=o.ref(0),c=()=>{o.index.showModal({title:"提示",content:"该功能在当前项目暂未开放,敬请期待",confirmColor:"#0082FA",success:function(o){o.confirm?console.log("用户点击确定"):o.cancel&&console.log("用户点击取消")}})};return(e,s)=>o.e({a:1==n.value},1==n.value?{b:o.p({type:"checkbox-filled",size:"20",color:"#2A7EFB"})}:{c:o.p({type:"circle",size:"20",color:"#888"})},{d:o.o((o=>{return e=1,void(n.value=e);var e})),e:o.o(c),f:o.p({btnParimaryName:"确定"})})}}),n=o._export_sfc(e,[["__scopeId","data-v-fb5f77bb"]]);wx.createPage(n);

View File

@ -1 +1 @@
<view class="collection_page data-v-ca2e9abd"><view class="pay_title data-v-ca2e9abd">请选择自动扣款方式</view><view class="pay_type data-v-ca2e9abd" bindtap="{{d}}"><view class="pay_label data-v-ca2e9abd"><image class="data-v-ca2e9abd" src="/static/svg/wx_pay.svg" mode="heightFix"/><text class="data-v-ca2e9abd">微信支付</text></view><uni-icons wx:if="{{a}}" class="data-v-ca2e9abd" u-i="ca2e9abd-0" bind:__l="__l" u-p="{{b}}"></uni-icons><uni-icons wx:else class="data-v-ca2e9abd" u-i="ca2e9abd-1" bind:__l="__l" u-p="{{c||''}}"></uni-icons></view><hs-footer wx:if="{{f}}" class="data-v-ca2e9abd" bindhandleParmaryClick="{{e}}" u-i="ca2e9abd-2" bind:__l="__l" u-p="{{f}}"/></view>
<view class="collection_page data-v-fb5f77bb"><view class="pay_title data-v-fb5f77bb">请选择自动扣款方式</view><view class="pay_type data-v-fb5f77bb" bindtap="{{d}}"><view class="pay_label data-v-fb5f77bb"><image class="data-v-fb5f77bb" src="/static/svg/wx_pay.svg" mode="heightFix"/><text class="data-v-fb5f77bb">微信支付</text></view><uni-icons wx:if="{{a}}" class="data-v-fb5f77bb" u-i="fb5f77bb-0" bind:__l="__l" u-p="{{b}}"></uni-icons><uni-icons wx:else class="data-v-fb5f77bb" u-i="fb5f77bb-1" bind:__l="__l" u-p="{{c||''}}"></uni-icons></view><hs-footer wx:if="{{f}}" class="data-v-fb5f77bb" bindhandleParmaryClick="{{e}}" u-i="fb5f77bb-2" bind:__l="__l" u-p="{{f}}"/></view>

View File

@ -1 +1 @@
.collection_page.data-v-ca2e9abd{background:linear-gradient(180deg,#d8e7ff 0%,rgba(255,255,255,0) 500rpx);background-repeat:no-repeat;height:100vh}.pay_title.data-v-ca2e9abd{color:#333;font-size:40rpx;font-weight:500;padding:60rpx 30rpx 30rpx}.pay_price.data-v-ca2e9abd{font-size:50rpx;text-align:center;font-weight:600;color:#df3600}.pay_price text.data-v-ca2e9abd{font-size:30rpx}.pay_type.data-v-ca2e9abd{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border-radius:10rpx;margin:30rpx 30rpx 0;padding:30rpx}.pay_type .pay_label.data-v-ca2e9abd{display:flex;align-items:center;font-size:28rpx}.pay_type .pay_label image.data-v-ca2e9abd{width:60rpx;height:60rpx}.pay_type .pay_label text.data-v-ca2e9abd{padding-left:10rpx}.footer_btn.data-v-ca2e9abd{position:fixed;bottom:0;z-index:100;background-color:#fff;padding:25rpx 30rpx;left:0;right:0;border-top-left-radius:15rpx;border-top-right-radius:15rpx;padding-bottom:calc(25rpx + constant(safe-area-inset-bottom));padding-bottom:calc(25rpx + env(safe-area-inset-bottom))}
.collection_page.data-v-fb5f77bb{background:linear-gradient(180deg,#d8e7ff 0%,rgba(255,255,255,0) 500rpx);background-repeat:no-repeat;height:100vh}.pay_title.data-v-fb5f77bb{color:#333;font-size:40rpx;font-weight:500;padding:60rpx 30rpx 30rpx}.pay_price.data-v-fb5f77bb{font-size:50rpx;text-align:center;font-weight:600;color:#df3600}.pay_price text.data-v-fb5f77bb{font-size:30rpx}.pay_type.data-v-fb5f77bb{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border-radius:10rpx;margin:30rpx 30rpx 0;padding:30rpx}.pay_type .pay_label.data-v-fb5f77bb{display:flex;align-items:center;font-size:28rpx}.pay_type .pay_label image.data-v-fb5f77bb{width:60rpx;height:60rpx}.pay_type .pay_label text.data-v-fb5f77bb{padding-left:10rpx}.footer_btn.data-v-fb5f77bb{position:fixed;bottom:0;z-index:100;background-color:#fff;padding:25rpx 30rpx;left:0;right:0;border-top-left-radius:15rpx;border-top-right-radius:15rpx;padding-bottom:calc(25rpx + constant(safe-area-inset-bottom));padding-bottom:calc(25rpx + env(safe-area-inset-bottom))}

View File

@ -5,7 +5,7 @@
"pages/transfer/index",
"pages/forward/index",
"pages/me/index",
"pages/ai/index",
"pages/ai/chat",
"pages/web_view/index"
],
"subPackages": [

View File

@ -1 +1 @@
"use strict";exports.formatPhoneNumber=function(e){return e?e.replace(/(\d{3})\d{4}(\d{4})/,"$1****$2"):""};
"use strict";exports.formatPhoneNumber=function(e){return e?e.replace(/(\d{3})\d{4}(\d{4})/,"$1****$2"):""},exports.quickActions=[{label:"房屋缴费",message:"房屋缴费",icon:"FWJF.svg"},{label:"房屋绑定",message:"房屋绑定",icon:"bindHouer.svg"},{label:"工单查询",message:"工单查询",icon:"work.svg"},{label:"社区服务",message:"社区服务",icon:"community.svg"}];

View File

@ -1 +1 @@
"use strict";const e=require("../vendor.js"),r=require("../store/useWeAppAuthStore.js"),t=new e.Request;t.setConfig((e=>(e.baseURL="https://weapp-api.linyikj.com.cn/api/",e.header={...e.header},e))),t.interceptors.request.use((r=>(r.header={...r.header,Authorization:"Bearer "+e.index.getStorageSync("NCHL_PROD_ACCESS_TOKEN_CUSTOMER")},r)),(e=>Promise.reject(e))),t.interceptors.response.use((t=>{const o=t.data;if(e.index.hideLoading(),!0!==o.success){if(10001===o.errorCode){r.useWeAppAuthStore().loading=!1,e.index.showToast({title:o.errorMessage,icon:"none"})}else e.index.showToast({title:o.errorMessage,icon:"none"});return Promise.reject(t.data)}return t.data}),(e=>{console.log("error",e);return r.useWeAppAuthStore().loading=!1,Promise.reject(e)})),exports.request=function(e,r){return t.post(e,r.data)};
"use strict";const e=require("../vendor.js"),r=require("../store/useWeAppAuthStore.js"),t=new e.Request;t.setConfig((e=>(e.baseURL="https://weapp-api.linyikj.com.cn/api/",e.header={...e.header},e))),t.interceptors.request.use((r=>(r.header={...r.header,Authorization:"Bearer "+e.index.getStorageSync("NCHL_TEST_ACCESS_TOKEN_CUSTOMER")},r)),(e=>Promise.reject(e))),t.interceptors.response.use((t=>{const o=t.data;if(e.index.hideLoading(),!0!==o.success){if(10001===o.errorCode){r.useWeAppAuthStore().loading=!1,e.index.showToast({title:o.errorMessage,icon:"none"})}else e.index.showToast({title:o.errorMessage,icon:"none"});return Promise.reject(t.data)}return t.data}),(e=>{console.log("error",e);return r.useWeAppAuthStore().loading=!1,Promise.reject(e)})),exports.request=function(e,r){return t.post(e,r.data)};

View File

@ -1 +1 @@
"use strict";const e=require("../vendor.js"),o=require("../../gen/Apis.js"),i=require("../libraries/setTabBar.js"),u=require("../libraries/apiLoading.js"),a="wx31500e871924b903",n=e.defineStore("we_app_auth",(()=>{const n=e.ref(!1),s=e.ref(!1),t=e.ref(0),l=e.ref({user:{id:0,name:""},work_info:{session_key:"",openid:""},selected_house:{},environment:"",house_occupant:!1,house_register:!1,is_house_exist:0,config:{}});const r=(u,t)=>{o.Apis.Login.Auth.Login({code:t,app_id:a}).then((o=>{var a,t,r,v,c,g;console.log("登录",null==o?void 0:o.data),l.value.user=null==(a=o.data)?void 0:a.user,l.value.selected_house=null==(t=o.data)?void 0:t.selected_house,l.value.config=null==(r=o.data)?void 0:r.config,i.setTabBar(null==(v=null==o?void 0:o.data)?void 0:v.config),e.index.setStorageSync("NCHL_PROD_ACCESS_TOKEN_CUSTOMER",null==(g=null==(c=null==o?void 0:o.data)?void 0:c.token)?void 0:g.token),l.value.user&&d(),setTimeout((()=>{n.value=!1,s.value=!1}),300),null==u||u.appContext.config.globalProperties.$isResolve()})).catch((()=>{n.value=!1,s.value=!0}))},d=()=>{o.Apis.Archive.HouseOccupants.GetCustomerHouseIsExist().then((e=>{var o,i;l.value.house_occupant=(null==(o=e.data)?void 0:o.house_occupant)||!1,l.value.house_register=(null==(i=e.data)?void 0:i.house_register)||!1,l.value.is_house_exist=t.value+1}))};function v(e){u.getApiLoading(o.Apis.Login.Auth.Me,{}).then((o=>{var u,a,t;return l.value.user=o.data.user,l.value.config=null==(u=o.data)?void 0:u.config,l.value.selected_house=null==(a=o.data)?void 0:a.selected_house,i.setTabBar(null==(t=null==o?void 0:o.data)?void 0:t.config),console.log("me",o.data),l.value.user&&d(),setTimeout((()=>{n.value=!1,s.value=!1}),300),null==e?void 0:e()}))}return{loading:n,hasError:s,data:l,login:function(o){e.index.login({provider:"weixin",success:function(e){console.log(e),r(o,e.code)}})},me:v,handleUserLogin:async i=>{u.getApiLoading(o.Apis.Login.Auth.BindPhoneNumber,{app_id:a,...i}).then((o=>{v((()=>{e.index.navigateBack({delta:1})}))}))},getIsHouseExist:d}}));exports.useWeAppAuthStore=n;
"use strict";const e=require("../vendor.js"),o=require("../../gen/Apis.js"),i=require("../libraries/setTabBar.js"),u=require("../libraries/apiLoading.js"),a="wx31500e871924b903",n=e.defineStore("we_app_auth",(()=>{const n=e.ref(!1),s=e.ref(!1),t=e.ref(0),l=e.ref({user:{id:0,name:""},work_info:{session_key:"",openid:""},selected_house:{},environment:"",house_occupant:!1,house_register:!1,is_house_exist:0,config:{}});const r=(u,t)=>{o.Apis.Login.Auth.Login({code:t,app_id:a}).then((o=>{var a,t,r,v,c,g;console.log("登录",null==o?void 0:o.data),l.value.user=null==(a=o.data)?void 0:a.user,l.value.selected_house=null==(t=o.data)?void 0:t.selected_house,l.value.config=null==(r=o.data)?void 0:r.config,i.setTabBar(null==(v=null==o?void 0:o.data)?void 0:v.config),e.index.setStorageSync("NCHL_TEST_ACCESS_TOKEN_CUSTOMER",null==(g=null==(c=null==o?void 0:o.data)?void 0:c.token)?void 0:g.token),l.value.user&&d(),setTimeout((()=>{n.value=!1,s.value=!1}),300),null==u||u.appContext.config.globalProperties.$isResolve()})).catch((()=>{n.value=!1,s.value=!0}))},d=()=>{o.Apis.Archive.HouseOccupants.GetCustomerHouseIsExist().then((e=>{var o,i;l.value.house_occupant=(null==(o=e.data)?void 0:o.house_occupant)||!1,l.value.house_register=(null==(i=e.data)?void 0:i.house_register)||!1,l.value.is_house_exist=t.value+1}))};function v(e){u.getApiLoading(o.Apis.Login.Auth.Me,{}).then((o=>{var u,a,t;return l.value.user=o.data.user,l.value.config=null==(u=o.data)?void 0:u.config,l.value.selected_house=null==(a=o.data)?void 0:a.selected_house,i.setTabBar(null==(t=null==o?void 0:o.data)?void 0:t.config),console.log("me",o.data),l.value.user&&d(),setTimeout((()=>{n.value=!1,s.value=!1}),300),null==e?void 0:e()}))}return{loading:n,hasError:s,data:l,login:function(o){e.index.login({provider:"weixin",success:function(e){console.log(e),r(o,e.code)}})},me:v,handleUserLogin:async i=>{u.getApiLoading(o.Apis.Login.Auth.BindPhoneNumber,{app_id:a,...i}).then((o=>{v((()=>{e.index.navigateBack({delta:1})}))}))},getIsHouseExist:d}}));exports.useWeAppAuthStore=n;

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
"use strict";const l=require("../../common/vendor.js"),o=l.defineComponent({__name:"hs-scroll-indicator",props:["scroll_view"],setup(o){const e=o;let n=l.index.getWindowInfo();const t=l.ref(0);return l.watch((()=>{var l;return null==(l=null==e?void 0:e.scroll_view)?void 0:l.scrollLeft}),(l=>{let o=null==e?void 0:e.scroll_view,r=(null==o?void 0:o.scrollWidth)-(null==n?void 0:n.windowWidth),i=(null==o?void 0:o.scrollLeft)/r*100;t.value=i/100*25})),(l,o)=>({a:`${t.value}%`})}}),e=l._export_sfc(o,[["__scopeId","data-v-808db072"]]);wx.createComponent(e);

View File

@ -1,4 +0,0 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -1 +0,0 @@
<view class="scroll_indicator_container data-v-808db072"><view class="scroll_indicator data-v-808db072"><view class="indicator data-v-808db072" style="{{'left:' + a}}"></view></view></view>

View File

@ -1 +0,0 @@
.scroll_indicator_container.data-v-808db072{width:100%}.scroll_indicator.data-v-808db072{background-color:#eee;width:60rpx;margin:0 auto;margin-top:15rpx}.scroll_indicator .indicator.data-v-808db072{background-color:#304483;border-radius:100rpx;width:35rpx;height:8rpx;position:relative}

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,6 @@
{
"navigationBarTitleText": "客服服务",
"enablePullDownRefresh": true,
"backgroundTextStyle": "dark",
"usingComponents": {
"uni-icons": "../../uni_modules/uni-icons/components/uni-icons/uni-icons"
}

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 @@
"use strict";const e=require("../../common/vendor.js");require("../../common/libraries/request.js"),require("../../common/store/useWeAppAuthStore.js"),require("../../common/store/useWorkStore.js"),require("../../gen/Apis.js"),require("../../common/libraries/setTabBar.js"),require("../../common/libraries/apiLoading.js");const r=e.defineComponent({__name:"index",setup:r=>(e.onShow((async e=>{const r=getCurrentPages()[0];"function"==typeof r.getTabBar&&r.getTabBar()&&r.getTabBar().setData({selected:1})})),(e,r)=>({}))});wx.createPage(r);

View File

@ -1,4 +0,0 @@
{
"navigationBarTitleText": "智能管家",
"usingComponents": {}
}

View File

@ -1 +0,0 @@
<web-view src="http://10.39.13.99/chat/mVJwj0fNMlJHsXme" style="width:100%;height:100%;min-height:700px"></web-view>

View File

@ -1 +0,0 @@
#dify-chatbot-bubble-button{background-color:#1c64f2!important}#dify-chatbot-bubble-window{width:24rem!important;height:40rem!important}page{background-color:#f8f8f8}.contact_btn{border:none!important;background-color:transparent;padding:0;line-height:1;color:inherit;font-size:inherit;display:inline-flex;align-items:center;justify-content:center;outline:none;box-shadow:none}button:after{border:none!important}

View File

@ -1 +1 @@
"use strict";const e=require("../../../common/vendor.js"),r=require("../../../common/libraries/naviHelper.js");if(require("../../../common/libraries/getPageConfig.js"),require("../../../common/store/useWeAppAuthStore.js"),require("../../../gen/Apis.js"),require("../../../common/libraries/request.js"),require("../../../common/store/useWorkStore.js"),require("../../../common/libraries/setTabBar.js"),require("../../../common/libraries/apiLoading.js"),!Array){e.resolveComponent("uni-icons")()}Math;const o=e.defineComponent({__name:"AiInput",setup(o){const s=()=>{r.showToast("该功能在当前项目暂未开放,敬请期待!")};return(r,o)=>({a:e.o(s),b:e.p({type:"arrow-right",size:"20",color:"#666"})})}}),s=e._export_sfc(o,[["__scopeId","data-v-568fe921"]]);wx.createComponent(s);
"use strict";const e=require("../../../common/vendor.js");require("../../../common/libraries/getPageConfig.js");const r=require("../../../common/libraries/public.js");if(require("../../../common/store/useWeAppAuthStore.js"),require("../../../gen/Apis.js"),require("../../../common/libraries/request.js"),require("../../../common/store/useWorkStore.js"),require("../../../common/libraries/setTabBar.js"),require("../../../common/libraries/apiLoading.js"),!Array){e.resolveComponent("uni-icons")()}Math;const o=e.defineComponent({__name:"AiInput",setup(o){const i=()=>{e.index.navigateTo({url:"/pages/ai/chat"})};return(o,s)=>({a:e.p({type:"arrow-right",size:"20",color:"#A4A4A4"}),b:e.o(i),c:e.f(e.unref(r.quickActions),((r,o,i)=>({a:`/static/svg/${r.icon}`,b:e.t(r.label),c:`item_${o}`,d:e.o((o=>(r=>{e.index.navigateTo({url:`/pages/ai/chat?message=${null==r?void 0:r.message}`})})(r)),`item_${o}`)})))})}}),i=e._export_sfc(o,[["__scopeId","data-v-165fd657"]]);wx.createComponent(i);

View File

@ -1 +1 @@
<view class="ai_contents data-v-568fe921"><view class="ai_contents_center data-v-568fe921"><view class="ai_contents_header data-v-568fe921"><image class="data-v-568fe921" src="/static/svg/ai_icon.svg" mode="heightFix"/><text class="data-v-568fe921">HI遇到什么问题了可以问我哦 </text></view><button class="data-v-568fe921" open-type="contact"><view class="ai_contents_input data-v-568fe921"><view class="ai_input data-v-568fe921"> 点击联系在线客服 </view><uni-icons wx:if="{{b}}" class="data-v-568fe921" bindclick="{{a}}" u-i="568fe921-0" bind:__l="__l" u-p="{{b}}"></uni-icons></view></button><view class="ai_footer data-v-568fe921"><scroll-view class="data-v-568fe921" scroll-x="true" style="height:80rpx"><view class="items data-v-568fe921"><view class="items_center data-v-568fe921"><image class="data-v-568fe921" src="/static/svg/FWJF.svg" mode="heightFix"/> 房屋缴费 </view></view><view class="items data-v-568fe921"><view class="items_center data-v-568fe921"><image class="data-v-568fe921" src="/static/svg/GDCX.svg" mode="heightFix"/> 工单查询 </view></view><view class="items data-v-568fe921"><view class="items_center data-v-568fe921"><image class="data-v-568fe921" src="/static/svg/FWJF.svg" mode="heightFix"/> 房屋绑定 </view></view><view class="items data-v-568fe921"><view class="items_center data-v-568fe921"><image class="data-v-568fe921" src="/static/svg/QBGL.svg" mode="heightFix"/> 钱包 </view></view></scroll-view></view></view></view>
<view class="ai_contents data-v-165fd657"><view class="ai_contents_center data-v-165fd657"><view class="ai_contents_header data-v-165fd657"><image class="data-v-165fd657" src="https://pay-prod-1369486729.cos.ap-guangzhou.myqcloud.com/uploads/cs-test/01KN3YX35D5WJ22MQ1GH4X6BF0.png" mode="heightFix"/><text class="data-v-165fd657">我是客服邻邻,遇到问题了,可以问我哦~ </text></view><view class="ai_contents_input data-v-165fd657" bindtap="{{b}}"><view class="ai_input data-v-165fd657"> 点击联系在线客服 </view><uni-icons wx:if="{{a}}" class="data-v-165fd657" u-i="165fd657-0" bind:__l="__l" u-p="{{a}}"></uni-icons></view><view class="ai_footer data-v-165fd657"><scroll-view class="data-v-165fd657" scroll-x="true" style="height:80rpx"><view wx:for="{{c}}" wx:for-item="i" wx:key="c" class="items data-v-165fd657" bindtap="{{i.d}}"><view class="items_center data-v-165fd657"><image class="data-v-165fd657" src="{{i.a}}" mode="heightFix"/> {{i.b}}</view></view></scroll-view></view></view></view>

View File

@ -1 +1 @@
.ai_contents.data-v-568fe921{background-color:#fff;padding:6rpx;border-radius:20rpx;height:320rpx;margin:30rpx}.ai_contents .ai_contents_center.data-v-568fe921{border-radius:20rpx;background:linear-gradient(307deg,rgba(255,137,24,.06) -1%,rgba(255,255,255,0) 29%),linear-gradient(243deg,rgba(75,72,255,.06) 1%,rgba(255,255,255,0) 20%),linear-gradient(303deg,rgba(255,255,255,0) 71%,rgba(40,26,255,.08) 100%),linear-gradient(231deg,rgba(255,255,255,0) 76%,rgba(255,105,0,.06) 98%,rgba(255,145,68,.06) 98%);width:100%;height:100%}.ai_contents .ai_contents_center button.data-v-568fe921{padding:0;margin:0 30rpx;text-align:left;display:flex;align-items:center;background-color:transparent;height:90rpx;border-radius:100rpx;box-shadow:0 4px 10px 3px rgba(231,231,231,.3)}.ai_contents .ai_contents_header.data-v-568fe921{display:flex;align-items:center;padding:30rpx;color:#333;font-size:30rpx}.ai_contents .ai_contents_header image.data-v-568fe921{width:52rpx;height:52rpx}.ai_contents .ai_contents_header text.data-v-568fe921{padding-left:20rpx}.ai_contents .ai_contents_input.data-v-568fe921{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border-radius:100rpx;padding:0 20rpx;width:100%}.ai_contents .ai_contents_input .ai_input.data-v-568fe921{flex:1;font-size:28rpx;color:#666}.ai_contents .ai_contents_input .ai_input input.data-v-568fe921{height:100%}.ai_contents .ai_footer.data-v-568fe921{padding:30rpx 0 0;white-space:nowrap}.ai_contents .ai_footer .items.data-v-568fe921{background-color:#fff;box-shadow:0 0 6px 3px rgba(199,199,199,.1);border-radius:10rpx;display:inline-block;height:70rpx;color:#3d3d3d;font-size:24rpx;padding:0 20rpx;margin-right:15rpx}.ai_contents .ai_footer .items.data-v-568fe921:first-child{margin-left:30rpx}.ai_contents .ai_footer .items.data-v-568fe921:last-child{margin-right:30rpx}.ai_contents .ai_footer .items .items_center.data-v-568fe921{display:flex;align-items:center;height:100%}.ai_contents .ai_footer .items image.data-v-568fe921{width:40rpx;height:40rpx;margin-right:10rpx}
.ai_contents.data-v-165fd657{background-color:#fff;padding:6rpx;border-radius:20rpx;height:320rpx;margin:30rpx}.ai_contents .ai_contents_center.data-v-165fd657{border-radius:20rpx;background:linear-gradient(307deg,rgba(255,137,24,.06) -1%,rgba(255,255,255,0) 29%),linear-gradient(243deg,rgba(75,72,255,.06) 1%,rgba(255,255,255,0) 20%),linear-gradient(303deg,rgba(255,255,255,0) 71%,rgba(40,26,255,.08) 100%),linear-gradient(231deg,rgba(255,255,255,0) 76%,rgba(255,105,0,.06) 98%,rgba(255,145,68,.06) 98%);width:100%;height:100%}.ai_contents .ai_contents_center button.data-v-165fd657{padding:0;margin:0 30rpx;text-align:left;display:flex;align-items:center;background-color:transparent;height:90rpx;border-radius:100rpx;box-shadow:0 4px 10px 3px rgba(231,231,231,.3)}.ai_contents .ai_contents_header.data-v-165fd657{display:flex;align-items:center;color:#333;font-size:28rpx;padding:0 0 0 50rpx}.ai_contents .ai_contents_header image.data-v-165fd657{height:130rpx;position:relative;margin-top:-22rpx}.ai_contents .ai_contents_header text.data-v-165fd657{padding:5rpx 0 0 15rpx}.ai_contents .ai_contents_input.data-v-165fd657{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border-radius:10rpx;padding:15rpx 20rpx;margin:5rpx 30rpx;box-shadow:0 4px 10px rgba(231,231,231,.3)}.ai_contents .ai_contents_input .ai_input.data-v-165fd657{flex:1;font-size:28rpx;color:#666}.ai_contents .ai_contents_input .ai_input input.data-v-165fd657{height:100%}.ai_contents .ai_footer.data-v-165fd657{padding:25rpx 0 0;white-space:nowrap}.ai_contents .ai_footer .items.data-v-165fd657{background-color:#fff;box-shadow:0 0 6px 3px rgba(199,199,199,.1);border-radius:10rpx;display:inline-block;height:70rpx;color:#3d3d3d;font-size:24rpx;padding:0 20rpx;margin-right:15rpx}.ai_contents .ai_footer .items.data-v-165fd657:first-child{margin-left:30rpx}.ai_contents .ai_footer .items.data-v-165fd657:last-child{margin-right:30rpx}.ai_contents .ai_footer .items .items_center.data-v-165fd657{display:flex;align-items:center;height:100%}.ai_contents .ai_footer .items image.data-v-165fd657{width:40rpx;height:40rpx;margin-right:10rpx}

View File

@ -1 +1 @@
"use strict";const e=require("../../../common/vendor.js"),o=require("../../../common/libraries/IsHouseExist.js"),n=require("../model.js");require("../../../common/libraries/request.js");const i=require("../../../common/store/useWeAppAuthStore.js");require("../../../common/store/useWorkStore.js"),require("../../../gen/Apis.js"),require("../../../common/libraries/setTabBar.js"),require("../../../common/libraries/apiLoading.js");const l=e.defineComponent({__name:"Classification",setup(l){const s=i.useWeAppAuthStore(),r=e.ref({}),u=e=>{r.value=e.detail};return(i,l)=>{var r,t,c;return{a:e.f(null==(c=null==(t=null==(r=e.unref(s))?void 0:r.data)?void 0:t.config)?void 0:c.companyAction,((i,l,s)=>{var r,u,t,c,a,d,m,v;return e.e({a:null==i?void 0:i.is_show},(null==i?void 0:i.is_show)?e.e({b:(null==(u=null==(r=i.icon)?void 0:r[0])?void 0:u.url)||"",c:!l&&(null==(c=null==(t=e.unref(n.useModel))?void 0:t.countBills)?void 0:c.value)},!l&&(null==(d=null==(a=e.unref(n.useModel))?void 0:a.countBills)?void 0:d.value)?{d:e.t(null==(v=null==(m=e.unref(n.useModel))?void 0:m.countBills)?void 0:v.value)}:{},{e:e.t(i.name),f:e.o((n=>(async n=>{o.getIsHouseExist(n)&&((null==n?void 0:n.skip_url)?e.index.navigateTo({url:null==n?void 0:n.skip_url}):e.index.showModal({title:"提示",content:"该功能在当前项目暂未开放,敬请期待",confirmColor:"#0082FA",success:function(e){e.confirm?console.log("用户点击确定"):e.cancel&&console.log("用户点击取消")}}))})(i)),`items_${l}`)}):{},{g:`items_${l}`})})),b:e.o(u)}}}}),s=e._export_sfc(l,[["__scopeId","data-v-fea27a57"]]);wx.createComponent(s);
"use strict";const e=require("../../../common/vendor.js"),o=require("../../../common/libraries/IsHouseExist.js"),n=require("../model.js");require("../../../common/libraries/request.js");const i=require("../../../common/store/useWeAppAuthStore.js");require("../../../common/store/useWorkStore.js"),require("../../../gen/Apis.js"),require("../../../common/libraries/setTabBar.js"),require("../../../common/libraries/apiLoading.js");const l=e.defineComponent({__name:"Classification",setup(l){const s=i.useWeAppAuthStore(),r=e.ref({}),u=e=>{r.value=e.detail};return(i,l)=>{var r,t,c;return{a:e.f(null==(c=null==(t=null==(r=e.unref(s))?void 0:r.data)?void 0:t.config)?void 0:c.companyAction,((i,l,s)=>{var r,u,t,c,a,d,m,v;return e.e({a:null==i?void 0:i.is_show},(null==i?void 0:i.is_show)?e.e({b:(null==(u=null==(r=i.icon)?void 0:r[0])?void 0:u.url)||"",c:!l&&(null==(c=null==(t=e.unref(n.useModel))?void 0:t.countBills)?void 0:c.value)},!l&&(null==(d=null==(a=e.unref(n.useModel))?void 0:a.countBills)?void 0:d.value)?{d:e.t(null==(v=null==(m=e.unref(n.useModel))?void 0:m.countBills)?void 0:v.value)}:{},{e:e.t(i.name),f:e.o((n=>(async n=>{o.getIsHouseExist(n)&&((null==n?void 0:n.skip_url)?e.index.navigateTo({url:null==n?void 0:n.skip_url}):e.index.showModal({title:"提示",content:"该功能在当前项目暂未开放,敬请期待",confirmColor:"#0082FA",success:function(e){e.confirm?console.log("用户点击确定"):e.cancel&&console.log("用户点击取消")}}))})(i)),`items_${l}`)}):{},{g:`items_${l}`})})),b:e.o(u)}}}}),s=e._export_sfc(l,[["__scopeId","data-v-c966f7e1"]]);wx.createComponent(s);

View File

@ -1 +1 @@
<view class="class_ification data-v-fea27a57"><scroll-view class="data-v-fea27a57" type="custom" scroll-x bindscroll="{{b}}"><view class="class_ification_scroll data-v-fea27a57"><block wx:for="{{a}}" wx:for-item="i" wx:key="g"><view wx:if="{{i.a}}" class="items data-v-fea27a57" bindtap="{{i.f}}"><view class="icon_image data-v-fea27a57"><image class="data-v-fea27a57" src="{{i.b}}" mode="heightFix" lazy-load="false"/><view wx:if="{{i.c}}" class="badge data-v-fea27a57">{{i.d}}</view></view><view class="label data-v-fea27a57">{{i.e}}</view></view></block></view></scroll-view></view>
<view class="class_ification data-v-c966f7e1"><scroll-view class="data-v-c966f7e1" type="custom" scroll-x bindscroll="{{b}}"><view class="class_ification_scroll data-v-c966f7e1"><block wx:for="{{a}}" wx:for-item="i" wx:key="g"><view wx:if="{{i.a}}" class="items data-v-c966f7e1" bindtap="{{i.f}}"><view class="icon_image data-v-c966f7e1"><image class="data-v-c966f7e1" src="{{i.b}}" mode="heightFix" lazy-load="false"/><view wx:if="{{i.c}}" class="badge data-v-c966f7e1">{{i.d}}</view></view><view class="label data-v-c966f7e1">{{i.e}}</view></view></block></view></scroll-view></view>

View File

@ -1 +1 @@
.class_ification.data-v-fea27a57{color:#3d3d3d;margin:0 30rpx;border-radius:12rpx;white-space:nowrap}.class_ification .class_ification_scroll.data-v-fea27a57{padding-top:30rpx}.class_ification .items.data-v-fea27a57{text-align:center;font-size:24rpx;display:inline-block;color:#333;width:20%}.class_ification .items .icon_image.data-v-fea27a57{width:100rpx;height:100rpx;border-radius:28rpx;margin:0 auto;position:relative}.class_ification .items .icon_image .badge.data-v-fea27a57{position:absolute;background-color:#f5222d;color:#fff;padding:3rpx;border-radius:100rpx;top:-15rpx;min-width:35rpx;right:-15rpx;font-size:23rpx}.class_ification .items image.data-v-fea27a57{width:100%;height:100%}.class_ification .items .label.data-v-fea27a57{padding:15rpx 0 0}
.class_ification.data-v-c966f7e1{color:#3d3d3d;margin:0 30rpx;border-radius:12rpx;white-space:nowrap}.class_ification .class_ification_scroll.data-v-c966f7e1{padding-top:30rpx}.class_ification .items.data-v-c966f7e1{text-align:center;font-size:24rpx;display:inline-block;color:#333;width:20%}.class_ification .items .icon_image.data-v-c966f7e1{width:100rpx;height:100rpx;border-radius:28rpx;margin:0 auto;position:relative}.class_ification .items .icon_image .badge.data-v-c966f7e1{position:absolute;background-color:#f5222d;color:#fff;padding:3rpx;border-radius:100rpx;top:-15rpx;min-width:35rpx;right:-15rpx;font-size:23rpx}.class_ification .items image.data-v-c966f7e1{width:100%;height:100%}.class_ification .items .label.data-v-c966f7e1{padding:15rpx 0 0}

View File

@ -1 +1 @@
"use strict";const e=require("../../../common/vendor.js"),o=require("../model.js"),n=require("../../../common/libraries/IsHouseExist.js");require("../../../common/libraries/request.js"),require("../../../common/store/useWeAppAuthStore.js"),require("../../../gen/Apis.js"),require("../../../common/store/useWorkStore.js"),require("../../../common/libraries/setTabBar.js"),require("../../../common/libraries/apiLoading.js"),Math||i();const i=()=>"./ContactButler.js",l=e.defineComponent({__name:"AreaFunctional",setup(i){const l=[{label:"我的事项",icon:"IconReview",url:"/INDEX/owner_audit_list/index"},{label:"我的活动",icon:"IconEvent",url:"/ME/activities_list/index"},{label:"关于我们",icon:"AboutUs",url:"https://mp.weixin.qq.com/s/g-l92Xrzb5pRlGcyS99M3Q",type:"H5"},{label:"意见反馈",icon:"Feedback",url:"/ME/feedback/index"}],r=o=>{n.getIsHouseExist()&&e.index.navigateTo({url:o})};return(i,t)=>{var u,s,a,c,d,v;return{a:e.f(l,((o,i,l)=>({a:`/static/svg/${(null==o?void 0:o.icon)||""}.svg`,b:e.t((null==o?void 0:o.label)||""),c:`items_${i}`,d:e.o((i=>{return l=o,void(n.getIsHouseExist()&&("H5"===(null==l?void 0:l.type)&&(null==l?void 0:l.url)?e.index.navigateTo({url:`/pages/web_view/index?web_url=${encodeURIComponent(null==l?void 0:l.url)}`}):(null==l?void 0:l.url)?e.index.navigateTo({url:null==l?void 0:l.url}):e.index.showModal({title:"提示",content:"该功能在当前项目暂未开放,敬请期待",confirmColor:"#0082FA",success:function(e){e.confirm?console.log("用户点击确定"):e.cancel&&console.log("用户点击取消")}})));var l}),`items_${i}`)}))),b:e.t((null==(a=null==(s=null==(u=e.unref(o.useModel))?void 0:u.countHouseData)?void 0:s.value)?void 0:a.house_count)||0),c:e.o((e=>r("/INDEX/archive_houses/index"))),d:e.t((null==(v=null==(d=null==(c=e.unref(o.useModel))?void 0:c.countHouseData)?void 0:d.value)?void 0:v.prepayment_house_count)||0),e:e.o((e=>r("/ME/payment_pre_stored/index")))}}}}),r=e._export_sfc(l,[["__scopeId","data-v-6009f5b9"]]);wx.createComponent(r);
"use strict";const e=require("../../../common/vendor.js"),o=require("../model.js"),n=require("../../../common/libraries/IsHouseExist.js");require("../../../common/libraries/request.js"),require("../../../common/store/useWeAppAuthStore.js"),require("../../../gen/Apis.js"),require("../../../common/store/useWorkStore.js"),require("../../../common/libraries/setTabBar.js"),require("../../../common/libraries/apiLoading.js"),Math||i();const i=()=>"./ContactButler.js",l=e.defineComponent({__name:"AreaFunctional",setup(i){const l=[{label:"我的事项",icon:"IconReview",url:"/INDEX/owner_audit_list/index"},{label:"我的活动",icon:"IconEvent",url:"/ME/activities_list/index"},{label:"关于我们",icon:"AboutUs",url:"https://mp.weixin.qq.com/s/g-l92Xrzb5pRlGcyS99M3Q",type:"H5"},{label:"意见反馈",icon:"Feedback",url:"/ME/feedback/index"}],r=o=>{n.getIsHouseExist()&&e.index.navigateTo({url:o})};return(i,t)=>{var u,s,a,c,d,v;return{a:e.f(l,((o,i,l)=>({a:`/static/svg/${(null==o?void 0:o.icon)||""}.svg`,b:e.t((null==o?void 0:o.label)||""),c:`items_${i}`,d:e.o((i=>{return l=o,void(n.getIsHouseExist()&&("H5"===(null==l?void 0:l.type)&&(null==l?void 0:l.url)?e.index.navigateTo({url:`/pages/web_view/index?web_url=${encodeURIComponent(null==l?void 0:l.url)}`}):(null==l?void 0:l.url)?e.index.navigateTo({url:null==l?void 0:l.url}):e.index.showModal({title:"提示",content:"该功能在当前项目暂未开放,敬请期待",confirmColor:"#0082FA",success:function(e){e.confirm?console.log("用户点击确定"):e.cancel&&console.log("用户点击取消")}})));var l}),`items_${i}`)}))),b:e.t((null==(a=null==(s=null==(u=e.unref(o.useModel))?void 0:u.countHouseData)?void 0:s.value)?void 0:a.house_count)||0),c:e.o((e=>r("/INDEX/archive_houses/index"))),d:e.t((null==(v=null==(d=null==(c=e.unref(o.useModel))?void 0:c.countHouseData)?void 0:d.value)?void 0:v.prepayment_house_count)||0),e:e.o((e=>r("/ME/payment_pre_stored/index")))}}}}),r=e._export_sfc(l,[["__scopeId","data-v-f3536146"]]);wx.createComponent(r);

View File

@ -1 +1 @@
<view class="data-v-6009f5b9"><view class="area_functional data-v-6009f5b9"><view wx:for="{{a}}" wx:for-item="i" wx:key="c" class="item data-v-6009f5b9" bindtap="{{i.d}}"><view class="icon data-v-6009f5b9"><image class="data-v-6009f5b9" src="{{i.a}}" mode="heightFix"/></view><view class="label data-v-6009f5b9">{{i.b}}</view></view></view><my-contact-butler class="data-v-6009f5b9" u-i="6009f5b9-0" bind:__l="__l"/><view class="house_wallet data-v-6009f5b9"><view class="item data-v-6009f5b9" bindtap="{{c}}"><view class="content data-v-6009f5b9"><view class="title data-v-6009f5b9">房屋管理</view><view class="value data-v-6009f5b9"> 已绑定<text class="data-v-6009f5b9">{{b}}</text>个房屋 </view></view><image class="data-v-6009f5b9" src="/static/images/IconHouse.png" mode="heightFix"/></view><view class="item data-v-6009f5b9" bindtap="{{e}}"><view class="content data-v-6009f5b9"><view class="title data-v-6009f5b9">房屋预缴</view><view class="value data-v-6009f5b9"> 已开通<text class="data-v-6009f5b9">{{d}}</text>个房屋 </view></view><image class="data-v-6009f5b9" src="/static/images/IconWallet.png" mode="heightFix"/></view></view></view>
<view class="data-v-f3536146"><view class="area_functional data-v-f3536146"><view wx:for="{{a}}" wx:for-item="i" wx:key="c" class="item data-v-f3536146" bindtap="{{i.d}}"><view class="icon data-v-f3536146"><image class="data-v-f3536146" src="{{i.a}}" mode="heightFix"/></view><view class="label data-v-f3536146">{{i.b}}</view></view></view><my-contact-butler class="data-v-f3536146" u-i="f3536146-0" bind:__l="__l"/><view class="house_wallet data-v-f3536146"><view class="item data-v-f3536146" bindtap="{{c}}"><view class="content data-v-f3536146"><view class="title data-v-f3536146">房屋管理</view><view class="value data-v-f3536146"> 已绑定<text class="data-v-f3536146">{{b}}</text>个房屋 </view></view><image class="data-v-f3536146" src="https://pay-prod-1369486729.cos.ap-guangzhou.myqcloud.com/uploads/cs-test/01KN40HY5ESM81G5DFZFS7ZGWV.png" mode="heightFix"/></view><view class="item data-v-f3536146" bindtap="{{e}}"><view class="content data-v-f3536146"><view class="title data-v-f3536146">房屋预缴</view><view class="value data-v-f3536146"> 已开通<text class="data-v-f3536146">{{d}}</text>个房屋 </view></view><image class="data-v-f3536146" src="https://pay-prod-1369486729.cos.ap-guangzhou.myqcloud.com/uploads/cs-test/01KN40K3K9NKHE1JV0EEHS151D.png" mode="heightFix"/></view></view></view>

View File

@ -1 +1 @@
.area_functional.data-v-6009f5b9{background-color:#fff;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin:30rpx;border-radius:20rpx;color:#3d3d3d;font-size:24rpx;padding:10rpx 0 40rpx}.area_functional .item.data-v-6009f5b9{text-align:center;position:relative;padding-top:30rpx;width:25%}.area_functional .item .icon.data-v-6009f5b9{width:100%;height:42rpx}.area_functional .item .icon image.data-v-6009f5b9{height:42rpx}.area_functional .item .label.data-v-6009f5b9{padding-top:10rpx}.house_wallet.data-v-6009f5b9{display:flex;align-items:center;justify-content:space-between;margin:0 30rpx;padding-bottom:30rpx}.house_wallet .item.data-v-6009f5b9{background-color:#fff;border-radius:20rpx;width:330rpx;height:140rpx;display:flex;align-items:center;justify-content:space-between}.house_wallet .item .content.data-v-6009f5b9{padding:0 0 0 30rpx}.house_wallet .item .title.data-v-6009f5b9{color:#3d3d3d;font-size:28rpx;font-weight:500;padding-bottom:10rpx}.house_wallet .item image.data-v-6009f5b9{width:80rpx;height:80rpx;margin-right:30rpx}.house_wallet .item .value.data-v-6009f5b9{color:#999;font-size:24rpx}.house_wallet .item .value text.data-v-6009f5b9{color:#c45656}
.area_functional.data-v-f3536146{background-color:#fff;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin:30rpx;border-radius:20rpx;color:#3d3d3d;font-size:24rpx;padding:10rpx 0 40rpx}.area_functional .item.data-v-f3536146{text-align:center;position:relative;padding-top:30rpx;width:25%}.area_functional .item .icon.data-v-f3536146{width:100%;height:42rpx}.area_functional .item .icon image.data-v-f3536146{height:42rpx}.area_functional .item .label.data-v-f3536146{padding-top:10rpx}.house_wallet.data-v-f3536146{display:flex;align-items:center;justify-content:space-between;margin:0 30rpx;padding-bottom:30rpx}.house_wallet .item.data-v-f3536146{background-color:#fff;border-radius:20rpx;width:330rpx;height:140rpx;display:flex;align-items:center;justify-content:space-between}.house_wallet .item .content.data-v-f3536146{padding:0 0 0 30rpx}.house_wallet .item .title.data-v-f3536146{color:#3d3d3d;font-size:28rpx;font-weight:500;padding-bottom:10rpx}.house_wallet .item image.data-v-f3536146{width:80rpx;height:80rpx;margin-right:30rpx}.house_wallet .item .value.data-v-f3536146{color:#999;font-size:24rpx}.house_wallet .item .value text.data-v-f3536146{color:#c45656}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="20" height="20" viewBox="0 0 20 20"><defs><clipPath id="master_svg0_36_53420"><rect x="5" y="5" width="10" height="10" rx="0"/></clipPath></defs><g><g><g><rect x="0" y="0" width="20" height="20" rx="3" fill="#FEF0F0" fill-opacity="1"/></g></g><g clip-path="url(#master_svg0_36_53420)"><g><path d="M11.748441725,10.2358799C11.246742725,10.2358799,10.839043625,10.6631289,10.839043625,11.187977799999999C10.839043625,11.714027399999999,11.245593025,12.141276399999999,11.748441725,12.141276399999999L15.000235525,12.141276399999999L15.000235525,14.300622C15.000235525,14.6863728,14.701187125,15.000021,14.332538625,15.000021L5.669651985,15.000021C5.301002625,15.000021,5.001953125,14.6863728,5.001953125,14.299324L5.001953125,8.0777831C5.001953125,7.6920338,5.301002625,7.378334000000001,5.669652045,7.378334300000001L14.332586325,7.378334300000001C14.701187125,7.378334300000001,15.000286125,7.6920338,15.000286125,8.0777831L15.000286125,10.237079600000001L11.748441725,10.2358799ZM14.330136325,6.9449848L8.390447125,6.9449848L12.890990225,5.050538011C13.232790025,4.906488262,13.622138025,5.081037953,13.758837725,5.43868732L14.336187325,6.9449347L14.330137225,6.9449347L14.330136325,6.9449848ZM12.213541025,11.1855278C12.213541025,11.4479775,12.009641625,11.661576700000001,11.759441425,11.661576700000001C11.507992224999999,11.661576700000001,11.305342625,11.448027100000001,11.305342625,11.1855278C11.305342625,10.923028,11.509192025,10.7094784,11.759441425,10.7094784C12.009641625,10.7082286,12.213541025,10.9218783,12.213541025,11.1855278Z" fill="#F56C6C" fill-opacity="1"/></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="18" height="20" viewBox="0 0 18 20"><g><g><path d="M8.996643774874878,0C5.105911774874878,0,1.955288199874878,3.0730898,1.938450574874878,6.8972344C1.938450574874878,8.2704487,2.344859274874878,9.5778675,3.099126074874878,10.695215L3.1729838748748778,10.801025L3.215844374874878,10.872592L3.251051074874878,10.926457C3.274777374874878,10.961471,3.300034474874878,10.994945,3.328353174874878,11.028035L3.3459565748748776,11.047273L7.834438074874878,16.29619C8.446499074874879,17.011463,9.548752574874879,17.009638,10.158467974874878,16.292341L14.622458574874878,11.042656L14.592988574874878,11.075361C14.637033574874877,11.029085,14.677102574874878,10.979143,14.712770574874877,10.926072L14.747211574874878,10.872974C14.761371574874877,10.850659,14.788923574874877,10.803717,14.788157574874878,10.805257C15.579545574874878,9.6932964,16.023456574874878,8.3381672,16.03991157487488,6.9099317C16.03991357487488,3.0815544,12.880869574874877,0,8.996643774874878,0ZM8.996643774874878,1.5390457C12.045473574874878,1.5390457,14.509183574874879,3.942266,14.509183574874879,6.9006977C14.498815574874877,7.9913435,14.154470574874878,9.0522919,13.523011574874879,9.9391594L13.456808574874877,10.044584L8.994732574874877,15.29273L4.505868174874879,10.043814L4.462625074874878,9.9718637L4.440429474874878,9.9391584C3.807326274874878,9.0540333,3.4675081748748777,7.9909401,3.469181974874878,6.9006963C3.4825741748748777,3.9361105,5.939777574874878,1.539046,8.996643774874878,1.5390457Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M15.097198,14.574095858098145C15.442174,14.371699288098144,15.883944,14.470049911588145,16.111689,14.799950718098145L16.143833,14.850739418098145L17.789368,17.685276738098146C18.364212,18.675417938098143,17.699114,19.927220838098144,16.560959,19.997307738098144L16.458782,20.000000938098147L1.5242184,19.918047438098146C0.38941249,19.911741738098144,-0.34425402,18.709580438098143,0.1641653,17.689507938098146L0.21200055,17.600628338098144L1.780233,14.911915628098145C1.9875327,14.554084480098144,2.4393044,14.425359718098145,2.8025038,14.620636788098144C3.1657033,14.815913858098144,3.3100748,15.265157758098145,3.1291883,15.637190838098144L3.1008697,15.690288438098145L1.5326372,18.379001138098143L16.467201,18.460955138098143L14.821667,15.626418038098144C14.60877,15.259322108098145,14.732124,14.788210568098144,15.097198,14.574095858098145Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M9.002378699261474,3.961089611053467C7.3113696992614745,3.961301861253467,5.940707953831475,5.339754811053467,5.940919399261475,7.039951311053467C5.941130844691474,8.740147111053467,7.312134699261475,10.118255611053467,9.003143999261475,10.118043911053466C10.694152799261474,10.117831711053466,12.064814599261474,8.739378911053468,12.064602899261475,7.039182711053467C12.064392099261475,5.338986311053467,10.693387999261475,3.9608777048434667,9.002378699261474,3.961089611053467ZM9.002378699261474,5.500135511053466C9.847989599261474,5.500348111053467,10.533319999261476,6.189746411053466,10.533108199261473,7.039950611053467C10.532897499261475,7.890154811053467,9.847224199261476,8.579209311053468,9.001613899261475,8.578997111053468C8.156003999261475,8.578784511053467,7.470672299261475,7.889385511053467,7.470883699261474,7.039181511053467C7.471095199261475,6.188977211053467,8.156768799261474,5.499922911053467,9.002378699261474,5.500135511053466Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="20" height="20" viewBox="0 0 20 20"><g><g><path d="M10.948433417999269,3.859000206234009C11.611324117999267,4.018961159234009,11.931245317999267,4.796109499234008,11.782808317999267,5.459000299234009C11.622847117999267,6.121891299234009,11.005660317999268,6.681852099234009,10.342769417999268,6.521890899234009C9.679878617999268,6.361929699234009,9.428511617999268,5.596109499234009,9.577144417999268,4.933414199234009C9.736910017999268,4.270328459234009,10.285542517999268,3.6988439892340086,10.948433417999269,3.859000206234009ZM8.102729947999267,8.761734699234008C8.102729947999267,8.761734699234008,10.102729817999268,7.013102099234009,10.879877817999267,7.356070999234008C11.405658717999268,7.493179999234009,11.119916217999268,9.85900039923401,11.039839017999267,10.178921899234009C11.016987517999269,10.464664699234008,10.559760817999267,14.064663699234009,10.674213617999268,14.224624699234008C10.834174917999267,14.818959699234009,11.016987517999269,14.35040569923401,11.577142917999268,13.88185069923401C11.577142917999268,13.88185069923401,12.891400317999267,12.99044439923401,11.485737317999268,14.84181169923401C10.320112417999267,16.08751369923401,9.188666917999267,15.927553699234009,9.017182717999267,14.99044469923401C8.880073517999268,14.281849699234009,9.440034517999267,9.996107799234009,9.577143817999268,9.03614739923401C9.622846617999267,8.716225899234008,9.222846817999267,9.03614739923401,9.222846817999267,9.03614739923401C9.222846817999267,9.03614739923401,8.137104867999268,9.71036649923401,7.874214371999267,9.25333569923401C7.805464494999268,9.127554199234009,7.908394339999267,8.933217299234009,8.102729947999267,8.761734699234008Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M10,0C4.5,0,0,4.5,0,9.999999C0,15.499999,4.5,20,10,20C15.5,20,20,15.499999,20,9.999999C20,4.4999995,15.5,0,10,0ZM10,18.4375C5.3400388,18.4375,1.5624996,14.659961,1.5624996,9.999999C1.5624996,5.3400373,5.3400388,1.562499,10,1.562499C14.659961,1.562499,18.4375,5.3400378,18.4375,9.999999C18.4375,14.659961,14.659963,18.4375,10,18.4375Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="20" height="21" viewBox="0 0 20 21"><g><g><path d="M8.0833435,7.6114488C10.576338,7.6114488,13.169247,7.0705214,14.726454,6.0391531L14.726454,7.9167719L16.169125,7.9167719L16.169125,3.8057244C16.169125,1.3342874,12.004388,0,8.0857811,0C4.1671734,0,0,1.3342876,0,3.8057244L0,15.025761C0,17.497196,4.1647372,18.831486,8.0833435,18.831486L8.0833435,17.410646C3.9673455,17.410646,1.4402342,16.021067,1.4402342,15.025758L1.4402337,11.652778C2.9974411,12.681743,5.5879126,13.225072,8.0833435,13.225072L8.0833435,11.801833C3.9673448,11.801833,1.4402333,10.412251,1.4402333,9.4169445L1.4402337,6.0415573C2.9974411,7.0705218,5.5903497,7.6114488,8.0833435,7.6114488ZM8.0833435,1.4208359C12.199343,1.4208359,14.726454,2.8104179,14.726454,3.8057244C14.726454,4.8010311,12.199343,6.1906128,8.0833445,6.1906128C3.9673455,6.1906128,1.4402349,4.8010311,1.4402349,3.8057244C1.4402349,2.8104179,3.9697816,1.4208359,8.0833435,1.4208359ZM14.546121,8.3903837C10.966249,8.3903837,9.094676,9.7487125,9.094676,11.090212L9.0946751,18.300175C9.0946751,19.641674,10.968685,21,14.546118,21C18.099184,21,19.968319,19.660906,19.997562,18.329023L20,18.329023L20,11.090214C19.997564,9.7487125,18.12599,8.3903837,14.546121,8.3903837ZM14.546121,9.8112202C17.19264,9.8112202,18.557331,10.707957,18.557331,11.090214C18.557331,11.472468,17.19264,12.369206,14.546121,12.369206C11.899599,12.369206,10.53491,11.472468,10.53491,11.090214C10.53491,10.707957,11.899597,9.8112202,14.546121,9.8112202ZM14.546121,19.579166C11.899599,19.579166,10.53491,18.68243,10.53491,18.300175L10.53491,16.578823C11.448763,17.069265,12.791519,17.396225,14.546121,17.396225C16.30072,17.396225,17.641039,17.069262,18.557331,16.578823L18.557331,18.300175C18.557331,18.682428,17.19264,19.579166,14.546121,19.579166ZM14.546121,15.972985C11.899599,15.972985,10.53491,15.076248,10.53491,14.693992L10.53491,12.972641C11.448763,13.463082,12.791519,13.790042,14.546121,13.790042C16.30072,13.790042,17.641039,13.463079,18.557331,12.972641L18.557331,14.693992C18.557331,15.076245,17.19264,15.972985,14.546121,15.972985Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="18.65625" height="20" viewBox="0 0 18.65625 20"><g><g><path d="M15.033303,19.999999633094788L2.1469762,19.999999633094788C0.96289986,19.999999633094788,0,19.03710163309479,0,17.853024633094787L0,3.5391038330947877C0,2.355027493094788,0.96289986,1.3921276330947876,2.1469762,1.3921276330947876L12.16471,1.3921276330947876C12.560147,1.3921276330947876,12.879624,1.7116047730947876,12.879624,2.1070418930947876C12.879624,2.5024789330947876,12.560147,2.8219559330947876,12.16471,2.8219559330947876L2.144742,2.8219559330947876C1.7515392,2.8219559330947876,1.429828,3.145901433094788,1.429828,3.5368701330947876L1.429828,17.850789633094788C1.429828,18.24622663309479,1.7537735,18.565703633094788,2.144742,18.565703633094788L15.0266,18.565703633094788C15.422037,18.565703633094788,15.741514,18.24622663309479,15.741514,17.850789633094788L15.741514,6.398759933094787C15.741514,6.003322733094787,16.060991,5.683845633094788,16.456429,5.683845633094788C16.851866,5.683845633094788,17.171343,6.003322733094787,17.171343,6.398759933094787L17.171343,17.850789633094788C17.180279,19.03486563309479,16.21291,19.999999633094788,15.033303,19.999999633094788Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M10.827038030740358,8.5465746C10.641607530740355,8.5465746,10.460644030740356,8.4773169,10.319895530740357,8.3343344C10.038398530740356,8.0528364,10.038398530740356,7.6037807,10.319895530740357,7.3222842L17.433290930740355,0.21112299C17.714787930740357,-0.070374392,18.163844930740357,-0.070374392,18.445341930740355,0.21112299C18.726837930740356,0.49262038,18.726837930740356,0.94167578,18.445341930740355,1.2231733L11.331946630740356,8.3388023C11.193432130740357,8.4773178,11.008001530740357,8.5465746,10.827038030740358,8.5465746ZM7.871315230740357,8.5465746L3.5773630107403562,8.5465746C3.1819262207403565,8.5465746,2.8624489307403564,8.2270975,2.8624489307403564,7.8316603C2.8624489307403564,7.436223,3.1819262207403565,7.1167459,3.5773630107403562,7.1167459L7.871315230740357,7.1167459C8.266752530740357,7.1167459,8.586229530740358,7.436223,8.586229530740358,7.8316603C8.586229530740358,8.2270975,8.268986030740358,8.5465746,7.871315230740357,8.5465746ZM12.169737130740357,12.840528L3.5773630107403562,12.840528C3.1819262207403565,12.840528,2.8624489307403564,12.521049,2.8624489307403564,12.125613C2.8624489307403564,11.730175,3.1819262207403565,11.410698,3.5773630107403562,11.410698L12.165268230740356,11.410698C12.560705430740356,11.410698,12.880182930740357,11.730175,12.880182930740357,12.125613C12.882415930740356,12.521049,12.562938930740357,12.840528,12.169737130740357,12.840528Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="20" height="20" viewBox="0 0 20 20"><g><g><path d="M17.755132628730774,8.075672936832813C18.157718628730773,8.075545019232813,18.492319628730773,8.385789278632812,18.522514628730775,8.787194128632812L18.524436628730776,8.844884988632813L18.524436628730776,18.461575848632812C18.524438628730774,19.28132584863281,17.881582628730772,19.957090848632813,17.062757628730772,19.998076848632813L16.985828628730772,19.999998848632814L3.0152552287307737,19.999998848632814C2.195257548730774,20.000205848632813,1.5191834117307739,19.357368848632813,1.4781846609307738,18.53849684863281L1.476261538568874,18.461575848632812L1.476261538568874,8.844884988632813C1.4744037584307739,8.429959388632813,1.802007588730774,8.088338846632812,2.2166938787307737,8.072770719702813C2.6313804287307736,8.057202593632812,2.983681928730774,8.373298048632812,3.012947828730774,8.787194128632812L3.0148709287307742,8.844884988632813L3.0148709287307742,18.461575848632812L16.985828628730772,18.461575848632812L16.985828628730772,8.844884988632813C16.985828628730772,8.420060898632812,17.330258628730775,8.075672936832813,17.755132628730774,8.075672936832813Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M16.722376,0L3.3195498,0C2.699996,-0.000015645839,2.1408739,0.37152559,1.9009519,0.94266939L1.1624193,2.7141647C0.3300316,4.7306547,0,5.6294789,0,5.9237027C-0.00010489133,7.5604982,0.90284193,9.0638475,2.347918,9.8328381C2.9568226,10.158216,3.6595829,10.31975,4.4327335,10.31975L4.5689006,10.317441C5.5043511,10.28811,6.406342,9.9626131,7.144917,9.3878489L7.2276173,9.3209267L7.3064713,9.384387C8.0780706,9.9831562,9.0261726,10.309744,10.002884,10.31321L10.137897,10.310134C11.067768,10.277328,11.963527,9.9517231,12.697373,9.3797712L12.77315,9.3186197L12.856235,9.3851566C13.633629,9.9879179,14.590061,10.313865,15.573803,10.311288C16.365034,10.307442,17.080486,10.137446,17.694391,9.8009157C19.117393,9.0235443,20.00181,7.5308137,19.999996,5.909471L19.998461,5.8690877C19.966917,5.4544826,19.448406,4.1172071,18.144819,0.95228404C17.907347,0.37607765,17.345663,0.000046937519,16.722376,0ZM3.3195498,1.5384243L16.722376,1.5384243L17.247044,2.8199315C17.589382,3.661834,17.862103,4.345664,18.064428,4.8714204L18.198288,5.2229505C18.239061,5.3306398,18.275219,5.4290996,18.307144,5.5179429L18.409462,5.8102436L18.460236,5.9725475L18.461391,5.905241C18.464186,6.9657974,17.886301,7.942843,16.955477,8.451333C16.575056,8.6597891,16.111166,8.7701712,15.569575,8.7728634C14.718059,8.7761402,13.909163,8.4007025,13.362054,7.7482729C13.054619,7.3822699,12.491302,7.3822699,12.183864,7.7482729C11.642867,8.3951988,10.84433,8.7709932,10.000961,8.7755556C9.157032,8.771841,8.3575039,8.3969536,7.8149815,7.7505808C7.5232224,7.4041371,6.9967484,7.3834658,6.678719,7.7059665L6.6371765,7.7521191C6.0902328,8.4049482,5.2821507,8.781971,4.4304256,8.7817097C3.902683,8.7817097,3.4487932,8.6770973,3.0718338,8.4759483L2.9787481,8.4240265C2.1196475,7.9263215,1.5763826,7.0223451,1.5401485,6.0302386L1.539379,5.989471L1.5739977,5.8787041L1.6105398,5.7725534C1.6670837,5.61025,1.7470914,5.3944864,1.8509476,5.1271839L2.0721228,4.5652752C2.3717673,3.8145235,2.7875762,2.8053172,3.3191659,1.5388098L3.3195498,1.5384243Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M10.771392617565919,13.076980171716308L10.771392617565919,16.92304082171631L9.232783317565918,16.92304082171631L9.232783317565918,13.076980171716308C9.232783317565918,12.652156081716308,9.577212717565917,12.307768821716309,10.002088607565918,12.307768821716309C10.426963817565918,12.307768821716309,10.771392617565919,12.652156081716308,10.771392617565919,13.076980171716308Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="20" height="20" viewBox="0 0 20 20"><g><g><path d="M10,0C4.4859376,0,0,4.4859376,0,10C0,15.514063,4.4859376,20,10,20C15.514063,20,20,15.514063,20,10C20,4.4859376,15.514063,0,10,0ZM10,18.571428C5.2736607,18.571428,1.4285715,14.726339,1.4285715,10C1.4285715,5.2736607,5.2736607,1.4285715,10,1.4285715C14.726339,1.4285715,18.571428,5.2736607,18.571428,10C18.571428,14.726339,14.726339,18.571428,10,18.571428Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M11.428571174737549,5.357142925262451L7.857142804737549,5.357142925262451C7.462723134737549,5.357142925262451,7.142857074737549,5.677008985262451,7.142857074737549,6.0714286552624515L7.142857074737549,14.642857025262451C7.142857074737549,15.035714625262452,7.464285644737549,15.357142925262451,7.857142804737549,15.357142925262451C8.249999874737549,15.357142925262451,8.57142857473755,15.035714625262452,8.57142857473755,14.642857025262451L8.57142857473755,11.071428825262451L11.428571174737549,11.071428825262451C13.00401787473755,11.071428825262451,14.28571417473755,9.78973242526245,14.28571417473755,8.21428582526245C14.28571417473755,6.638839325262451,13.003794674737549,5.357142925262451,11.428571174737549,5.357142925262451ZM11.428571174737549,9.642857025262451L8.57142857473755,9.642857025262451L8.57142857473755,6.7857144252624515L11.428571174737549,6.7857144252624515C12.216294774737548,6.7857144252624515,12.857142974737549,7.426562525262451,12.857142974737549,8.21428582526245C12.857142974737549,9.002008925262452,12.216071574737548,9.642857025262451,11.428571174737549,9.642857025262451Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16.689453125" height="20" viewBox="0 0 16.689453125 20"><g><g><path d="M14.83522,3.5352263L14.82897,3.5198095L14.83522,3.5352263ZM12.770638,4.7852263C12.01647,4.908143,11.163137,4.6310596,10.623971,4.0935597L8.4160538,1.8931429L6.5339708,4.0035596C5.9943867,4.6085596,5.0998044,4.9173098,4.3043871,4.7714763L1.729804,4.2993932C1.6964707,4.6160598,1.6781372,4.9618931,1.6781372,5.3348093C1.6781372,9.5406427,4.7027202,12.886059,8.3448038,12.886059C11.987304,12.886059,15.011472,9.5406427,15.011472,5.3348093C15.011472,4.9973097,14.998555,4.6948094,14.974805,4.4264765L12.770638,4.7852263ZM7.5114703,14.507309C3.3006368,14.044809,0.011470169,10.114809,0.011470169,5.3348093C0.011470169,3.720643,0.32188684,2.769393,0.32188684,2.769393C0.38360626,2.5447485,0.60491174,2.4029043,0.83480358,2.4406428L4.6048036,3.1323097C4.8260536,3.1727264,5.1360536,3.0668929,5.2898035,2.8948095L7.5123034,0.40189278C7.9723034,-0.11269055,8.7406368,-0.13644055,9.2289715,0.34980947L11.800637,2.9135597C11.961471,3.0735598,12.277304,3.176893,12.50272,3.1402264L15.861053,2.5935597C16.09252,2.5614712,16.313587,2.7002966,16.38522,2.9227262C16.38522,2.9227262,16.678137,3.6635594,16.678137,5.3348093C16.678137,10.113976,13.389386,14.044392,9.1781368,14.506893L9.1781368,19.163977C9.1799841,19.62538,8.8062115,20.000275,8.3448038,19.999809C7.8848038,19.999809,7.5114703,19.62981,7.5114703,19.164392L7.5114703,14.507309ZM15.750637,14.171892C16.211617,14.113027,16.631672,14.442595,16.684191,14.904339C16.73671,15.366082,16.401394,15.781565,15.93897,15.827726C13.978137,16.050642,12.22522,17.143559,11.121053,18.796061C10.864324,19.175949,10.348932,19.277081,9.96768,19.022379C9.5864277,18.767677,9.4825516,18.252831,9.73522,17.870228C11.108552,15.815228,13.29647,14.450644,15.750637,14.171892ZM0.75063676,15.827726C0.28821409,15.781565,-0.047100782,15.366083,0.0054176152,14.904339C0.057936311,14.442595,0.4779923,14.113027,0.93897015,14.171892C3.3931372,14.451059,5.5814705,15.815226,6.9543862,17.870226C7.2071052,18.252831,7.1032453,18.767721,6.7219687,19.02244C6.3406935,19.277159,5.8252659,19.175997,5.568553,18.796059C4.4643865,17.143559,2.7114697,16.050642,0.75063676,15.827726Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 7.8 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="50" height="50" viewBox="0 0 50 50"><g><g><rect x="0" y="0" width="50" height="50" rx="14" fill="#FFFFFF" fill-opacity="1"/></g><g><g><path d="M23.2070036,19.2556267L26.65532,19.2556267C28.138095,19.2556267,29.333511,20.4372988,29.333511,21.8778133C29.333511,23.3295822,28.138097000000002,24.500000999999997,26.65532,24.500000999999997L23.2070036,24.500000999999997L23.2070036,29.755626L21.6667566,29.755626L21.6667566,19.2556267L23.2070036,19.2556267ZM35.460018000000005,23.7572346L33.931267,23.7572346L33.931267,17.0048234C33.931267,16.1720262,33.241603999999995,15.5080391,32.402514,15.5080391L17.0690014,15.5080391C16.2299113,15.508038599999999,15.540248,16.1832798,15.540248,17.004823000000002L15.540248,32.00643C15.540248,32.839228,16.2299113,33.503215999999995,17.0690014,33.503215999999995L29.333511,33.503215999999995L29.333511,35L17.0690014,35C15.3793265,35,14,33.66077,14,31.995178L14,17.004823000000002C14,15.3504822,15.3678321,14,17.0690014,14L32.391018,14C34.080696,14,35.460021999999995,15.3392282,35.460021999999995,17.004823000000002L35.460018000000005,23.7572346ZM23.2070036,20.7636652L23.2070036,23.0144691L26.65532,23.0144691C27.287511000000002,23.0144691,27.804759,22.508038499999998,27.804759,21.8890667C27.804759,21.2700958,27.287511000000002,20.7636652,26.65532,20.7636652L23.2070036,20.7636652Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M31.67810802392578,30.509614954577636L31.67810802392578,29.755594254577638L29.33325409392578,29.755594254577638L29.33325409392578,28.258810254577636L31.39074922392578,28.258810254577636L28.80451202392578,25.794179954577636L29.87349172392578,24.713793754577637L32.43673972392578,27.155915754577638L34.91952612392578,24.725048016577638L35.99999952392578,25.782925654577635L33.48272802392578,28.258810254577636L35.47126052392578,28.258810254577636L35.47126052392578,29.755594254577638L33.21835852392578,29.755594254577638L33.21835852392578,30.509614954577636L35.47126052392578,30.509614954577636L35.47126052392578,32.006397754577634L33.21835852392578,32.006397754577634L33.21835852392578,34.97745675457764L31.689603523925783,34.97745675457764L31.689603523925783,32.006397754577634L29.33325409392578,32.006397754577634L29.33325409392578,30.509614954577636L31.67810802392578,30.509614954577636Z" fill="#2A7EFB" fill-opacity="1"/></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="50" height="50" viewBox="0 0 50 50"><g><g><rect x="0" y="0" width="50" height="50" rx="14" fill="#FFFFFF" fill-opacity="1"/></g><g><g><path d="M32.53125,14L18.15625,14C16.96743757,14,16,14.96743745,16,16.15625L16,33.40625C16,34.595062,16.96743727,35.5625,18.15625,35.5625L32.53125,35.5625C33.720062,35.5625,34.6875,34.595062,34.6875,33.40625L34.6875,16.15625C34.6875,14.96743745,33.720062,14,32.53125,14ZM21.03125,15.4375L29.656249000000003,15.4375L29.656249000000003,17.5937498L21.03125,17.5937498L21.03125,15.4375ZM33.25,33.40625C33.25,33.803204,32.928204,34.125,32.53125,34.125L18.15625,34.125C17.7602186,34.125,17.4375,33.802999,17.4375,33.40625L17.4375,16.15625C17.4375,15.7602186,17.7602186,15.4375,18.15625,15.4375L19.5937498,15.4375L19.5937498,17.5937498C19.5937498,18.3865314,20.2384686,19.03125,21.03125,19.03125L29.656249000000003,19.03125C30.449032000000003,19.03125,31.093749000000003,18.3865314,31.093749000000003,17.5937498L31.093749000000003,15.4375L32.53125,15.4375C32.927999,15.4375,33.25,15.7602186,33.25,16.15625L33.25,33.40625Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M28.5815477,27.740772200000002L26.6428418,25.7932229C26.7699699,25.5058796,26.8335333,25.1866093,26.8335333,24.8354125C26.8335333,23.430622800000002,25.7211614,22.28125,24.322751,22.28125C23.8778021,22.28125,23.4964175,22.40895817,23.1150321,22.60052031L24.5452247,24.0372365C24.6405718,24.1330178,24.6405718,24.2926528,24.5452247,24.3884339L23.9095838,25.0589013C23.8142376,25.1546826,23.6553273,25.1546826,23.559981,25.0589013L22.16157064,23.590258C21.9708783,23.9733824,21.84375,24.3884339,21.84375,24.8034854C21.84375,26.2082753,22.9561223,27.3576474,24.3545332,27.3576474C24.7359183,27.3576474,25.0855212,27.2618666,25.435123400000002,27.1022305L27.3102646,29.0178528C27.6598692,29.369051,28.231945,29.369051,28.5497656,29.0178528L28.5815477,28.9859257C28.9311519,28.666656500000002,28.9311519,28.091969,28.5815477,27.740772200000002Z" fill="#2A7EFB" fill-opacity="1"/></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="50" height="50" viewBox="0 0 50 50"><g><g><rect x="0" y="0" width="50" height="50" rx="14" fill="#FFFFFF" fill-opacity="1"/></g><g><g><path d="M32.250001999999995,14L17.7500024,14C16.78350395,14,16.0000022888185,14.79396707,16.0000020599366,15.7733756L16.0000020599366,32.959919C15.9986624145,33.858044,16.66011947,34.615387,17.540002,34.723162L28.040002,35.999992L28.250000999999997,35.999992C29.107924,36.002676,29.838966,35.369541,29.970001,34.510357L32.25,34.510357C33.216499,34.510357,34.000001999999995,33.716391,34,32.73698L34,15.7733756C34.000001999999995,14.79396755,33.216499,14.00000023193913,32.250001999999995,14ZM28.500002000000002,34.23675C28.501092,34.389452,28.369608,34.508417,28.220003,34.490088L17.7200024,33.213259C17.5937613,33.197798,17.4990839,33.088774,17.5000025,32.959919L17.5000025,17.0704732C17.5048497,17.0039492,17.5353926,16.9420466,17.5850019,16.8982022C17.6385121,16.8507571,17.7094271,16.8286459,17.780002,16.8374007L28.280002,18.114231099999998C28.406241,18.1296906,28.500918,18.2387156,28.500000999999997,18.367570399999998L28.500002000000002,34.23675ZM32.500001999999995,32.747113999999996C32.500001999999995,32.887029999999996,32.388073,33.000451999999996,32.250001999999995,33.000451999999996L30.000002000000002,33.000451999999996L30.000002000000002,18.3473034C30.001343,17.4491794,29.339886,16.6918356,28.460003999999998,16.5840616L19.6800036,15.5200362L32.250001999999995,15.5200362C32.388073,15.5200362,32.500001999999995,15.6334602,32.500001999999995,15.7733756L32.500001999999995,32.747113999999996Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M26.250248908996582,23.880126953125C25.83603503899658,23.880126953125,25.500248908996582,24.220398333125,25.500248908996582,24.640145063125L25.500248908996582,27.680217553125C25.500248908996582,28.099964153125,25.83603503899658,28.440235653125,26.250248908996582,28.440235653125C26.664462808996582,28.440235653125,27.000248908996582,28.099964153125,27.000248908996582,27.680217553125L27.000248908996582,24.640145063125C27.000248908996582,24.220398333125,26.664462808996582,23.880126953125,26.250248908996582,23.880126953125Z" fill="#2A7EFB" fill-opacity="1"/></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="50" height="50" viewBox="0 0 50 50"><g><g><rect x="0" y="0" width="50" height="50" rx="14" fill="#FFFFFF" fill-opacity="1"/></g><g><g><g><path d="M34.105824,26.286273L35.114523,26.286273Q36.316165999999996,26.286273,36.747726,25.164758Q37.179296,24.043221000000003,36.287563,23.23771L25.731386999999998,13.70142141Q24.558273,12.6415854,23.385143,13.70143631L12.82890034,23.2377291Q11.9371856,24.043232,12.36876243,25.164762Q12.80033159,26.286273,14.0020132,26.286273L15.0137231,26.286273L15.0137231,34.971373Q15.0137231,36.721373,16.7637231,36.721373L32.355824,36.721373Q34.105824,36.721373,34.105824,34.971373L34.105824,26.286273ZM35.347794,24.626061Q35.286144,24.786273,35.114523,24.786273L32.605824,24.786273L32.605824,34.971373Q32.605824,35.221373,32.355824,35.221373L16.7637231,35.221373Q16.5137231,35.221373,16.5137231,34.971373L16.5137231,24.786273L14.0020132,24.786273Q13.83034217,24.786273,13.76868922,24.626057Q13.70704466,24.465862,13.8344239,24.350799000000002L24.390703000000002,14.81447244Q24.558273,14.66308314,24.72586,14.81448734L35.282082,24.350818Q35.409439,24.46586,35.347794,24.626061Z" fill-rule="evenodd" fill="#333333" fill-opacity="1"/></g></g><g><path d="M23.1000004,22.22515123L24.3970997,23.6496994L25.6948991,22.22515123C25.9442873,21.951285351,26.34024,21.923941948,26.6188993,22.16134235L26.6847,22.22515123C26.9579654,22.52535963,26.9579654,23.0119966,26.6847,23.3122052L25.2839994,24.8497643L26.5999999,24.8497643C26.986599,24.8497643,27.3000011,25.193958,27.3000011,25.6185441C27.3000011,26.043129399999998,26.986599,26.3873234,26.5999999,26.3873234L25.200000799999998,26.3873234L25.200000799999998,27.1561031L27.3000011,27.1561031C27.6865993,27.1561031,28.0000005,27.500297500000002,28.0000005,27.9248829C28.0000005,28.3494673,27.6865993,28.6936617,27.3000011,28.6936617L25.200000799999998,28.6936617L25.200000799999998,30.2312202C25.200000799999998,30.6558056,24.8866003,31.000000999999997,24.5000002,31.000000999999997C24.1134007,31.000000999999997,23.8,30.6558056,23.8,30.2312202L23.8,28.6936617L21.69999999,28.6936617C21.313400389999998,28.6936617,21,28.3494673,21,27.9248829C21,27.500297500000002,21.313400389999998,27.1561031,21.69999999,27.1561031L23.8,27.1561031L23.8,26.3873234L22.4,26.3873234C22.013400400000002,26.3873234,21.69999999,26.043129399999998,21.69999999,25.6185441C21.69999999,25.193958,22.013400400000002,24.8497643,22.4,24.8497643L23.5102005,24.8497643L22.1102003,23.3122052C21.84492803,23.010551,21.84872574,22.53106594,22.1187361,22.23452544C22.3887461,21.937985003,22.8253337,21.933814034,23.1000004,22.22515123Z" fill="#2A7EFB" fill-opacity="1"/></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="50" height="50" viewBox="0 0 50 50"><rect x="0" y="0" width="50" height="50" rx="14" fill="#FFFFFF" fill-opacity="1"/><path d="M35.858828,18.1859064L33.668673,14.9251368C33.430628,14.48695815,32.923525,14,32.228263999999996,14L17.739782599999998,14C16.9431498,14,16.4258122,14.73036343,16.3174791,14.89827484L14.13157916,18.189301C14.045762923,18.3184943,13.999990751423,18.4701438,14,18.6252408L14,34.6709C14,35.403774,14.59622604,36,15.3290987,36L34.663546,36C35.396418,36,35.992644999999996,35.403776,35.992644999999996,34.6709L35.992644999999996,18.6252408C35.992655,18.4687576,35.946072,18.315814500000002,35.858828,18.1859064ZM17.6335902,15.7650633C17.6385589,15.7575852,17.6372309,15.759922,17.6405518,15.7545103C17.6841657,15.6898646,17.7564123,15.6120832,17.8045518,15.5758737L32.195869,15.5758737C32.224058,15.5982342,32.265163,15.6471118,32.288778,15.6873308C32.304964,15.7224333,32.313623,15.73397,32.336746000000005,15.7684332L34.255548000000005,18.6252408L15.7338475,18.6252408L17.6335902,15.7650633ZM15.5758747,34.42415L15.5758747,20.2542496L34.416796000000005,20.2542496L34.416796000000005,34.42415L15.5758747,34.42415ZM29.883062000000002,22.942482L23.498610499999998,29.32693L20.0896087,25.917953C19.7802043,25.608549,19.2786107,25.608549,18.9692316,25.917953C18.6598525,26.227333,18.6598525,26.728928,18.9692316,27.038331L22.938422199999998,31.0075C23.2478266,31.316902,23.7494202,31.316879,24.058799999999998,31.0075L31.003416,24.062884C31.312796,23.7535048,31.312796,23.251910199999998,31.003416,22.942531600000002C30.694035,22.633152000000003,30.192442,22.6331272,29.883062000000002,22.942482Z" fill="#2A7EFB" fill-opacity="1" style="mix-blend-mode:passthrough"/><path d="M35.858828,18.1859064L33.668673,14.9251368C33.430628,14.48695815,32.923525,14,32.228263999999996,14L17.739782599999998,14C16.9431498,14,16.4258122,14.73036343,16.3174791,14.89827484L14.13157916,18.189301C14.045762923,18.3184943,13.999990751423,18.4701438,14,18.6252408L14,34.6709C14,35.403774,14.59622604,36,15.3290987,36L34.663546,36C35.396418,36,35.992644999999996,35.403776,35.992644999999996,34.6709L35.992644999999996,18.6252408C35.992655,18.4687576,35.946072,18.315814500000002,35.858828,18.1859064ZM17.6335902,15.7650633C17.6385589,15.7575852,17.6372309,15.759922,17.6405518,15.7545103C17.6841657,15.6898646,17.7564123,15.6120832,17.8045518,15.5758737L32.195869,15.5758737C32.224058,15.5982342,32.265163,15.6471118,32.288778,15.6873308C32.304964,15.7224333,32.313623,15.73397,32.336746000000005,15.7684332L34.255548000000005,18.6252408L15.7338475,18.6252408L17.6335902,15.7650633ZM15.5758747,34.42415L15.5758747,20.2542496L34.416796000000005,20.2542496L34.416796000000005,34.42415L15.5758747,34.42415Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="50" height="50" viewBox="0 0 50 50"><g><g><g><rect x="0" y="0" width="50" height="50" rx="14" fill="#FFFFFF" fill-opacity="1"/></g></g><g transform="matrix(0,-1,1,0,-22,50)"><g><path d="M14,46.999939C14,40.9343467,18.9343472,36,25.000093,36C31.065685,36,36.000001999999995,40.9343467,36.000001999999995,46.999939C36.000001999999995,53.065685,31.065653,58.000001999999995,25.000093,58.000001999999995C18.9343472,58.000031,14,53.065685,14,46.999939ZM34.428664999999995,46.999939C34.428664999999995,41.8008733,30.199127,37.5713978,25.000123000000002,37.5713978C19.8009353,37.5713978,15.571429,41.8009043,15.571429,46.999939C15.571429,52.199096999999995,19.8009353,56.428602,25.000123000000002,56.428602C30.199127,56.428635,34.428664999999995,52.199127000000004,34.428664999999995,46.999939ZM26.316871,51.480138L30.251764,47.588488C30.484346,47.359004,30.54254,47.019613,30.426924,46.734392C30.419863,46.716407000000004,30.402584,46.702257,30.39399,46.684886C30.357864,46.611869999999996,30.318581,46.538731999999996,30.257994,46.477469C30.257318,46.476765,30.25643,46.476765,30.255754,46.475904C30.254894,46.4752,30.254894,46.474309,30.254158,46.473511L26.352196,42.5607753C26.045799000000002,42.2534885,25.548465,42.2527819,25.241331000000002,42.5590873C25.087227,42.7123027,25.010283,42.9143162,25.010283,43.1153803C25.010283,43.3157992,25.086399999999998,43.516892,25.239643,43.6701069L27.775936,46.214317L20.2857451,46.214316C19.8512697,46.214316,19.4999695,46.566323,19.4999695,46.999969C19.4999695,47.433738,19.8512397,47.785744,20.2857451,47.785744L27.817616,47.785744L25.212173999999997,50.362919C25.056535,50.516132999999996,24.978824,50.718884,24.978824,50.921483C24.978824,51.121103,25.054234,51.320724,25.205914,51.473937C25.510683999999998,51.782639,26.008107000000003,51.785738,26.316871,51.480138Z" fill="#2A7EFB" fill-opacity="1"/></g><g><path d="M14,46.999939C14,40.9343467,18.9343472,36,25.000093,36C31.065685,36,36.000001999999995,40.9343467,36.000001999999995,46.999939C36.000001999999995,53.065685,31.065653,58.000001999999995,25.000093,58.000001999999995C18.9343472,58.000031,14,53.065685,14,46.999939ZM34.428664999999995,46.999939C34.428664999999995,41.8008733,30.199127,37.5713978,25.000123000000002,37.5713978C19.8009353,37.5713978,15.571429,41.8009043,15.571429,46.999939C15.571429,52.199096999999995,19.8009353,56.428602,25.000123000000002,56.428602C30.199127,56.428635,34.428664999999995,52.199127000000004,34.428664999999995,46.999939Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -3,10 +3,10 @@ function formatPhoneNumber(phone) {
return phone ? phone.replace(/(\d{3})\d{4}(\d{4})/, "$1****$2") : "";
}
const quickActions = [
{ label: "我的账单", message: "请帮我查询我的账单信息", icon: "FWJF.svg" },
{ label: "我要报修", message: "我要报修", icon: "FWJF.svg" },
{ label: "工单查询", message: "请帮我查询我的工单", icon: "GDCX.svg" },
{ label: "社区服务", message: "请提供社区服务信息", icon: "QBGL.svg" }
{ label: "房屋缴费", message: "房屋缴费", icon: "FWJF.svg" },
{ label: "房屋绑定", message: "房屋绑定", icon: "bindHouer.svg" },
{ label: "工单查询", message: "工单查询", icon: "work.svg" },
{ label: "社区服务", message: "社区服务", icon: "community.svg" }
];
exports.formatPhoneNumber = formatPhoneNumber;
exports.quickActions = quickActions;

View File

@ -11680,15 +11680,23 @@ class Request2 {
}
}
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
var dayjs_minExports = {};
function getDefaultExportFromCjs(x) {
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
}
var dayjs_minExports$1 = {};
var dayjs_min = {
get exports() {
return dayjs_minExports;
return dayjs_minExports$1;
},
set exports(v) {
dayjs_minExports = v;
dayjs_minExports$1 = v;
}
};
var hasRequiredDayjs_min;
function requireDayjs_min() {
if (hasRequiredDayjs_min)
return dayjs_minExports$1;
hasRequiredDayjs_min = 1;
(function(module2, exports2) {
!function(t2, e2) {
module2.exports = e2();
@ -11978,7 +11986,10 @@ var dayjs_min = {
}, O.en = D[g], O.Ls = D, O.p = {}, O;
});
})(dayjs_min);
const dayjs = dayjs_minExports;
return dayjs_minExports$1;
}
var dayjs_minExports = requireDayjs_min();
const dayjs = /* @__PURE__ */ getDefaultExportFromCjs(dayjs_minExports);
var relativeTimeExports = {};
var relativeTime$1 = {
get exports() {
@ -12042,7 +12053,7 @@ var zhCn = {
};
(function(module2, exports2) {
!function(e2, _) {
module2.exports = _(dayjs_minExports);
module2.exports = _(requireDayjs_min());
}(commonjsGlobal, function(e2) {
function _(e3) {
return e3 && "object" == typeof e3 && "default" in e3 ? e3 : { default: e3 };

View File

@ -267,10 +267,19 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
console.log("没有历史记录");
messages.value = [];
}
const isFirstPageLastPage = !hasMore.value;
if (checkShouldShowQuickQuestions(isFirstPageLastPage)) {
addQuickQuestionsToFirstAIMessage(isFirstPageLastPage);
common_vendor.nextTick$1(() => {
if (quickQuestionsData.value.length > 0) {
const welcomeMessage = {
role: "ai",
content: "您好!我是物业客服,有什么可以帮助您的吗?",
quickQuestions: quickQuestionsData.value,
created_at: new Date().toISOString()
};
messages.value.push(welcomeMessage);
console.log("[Customer] 获取历史记录成功后在历史记录后面push新开场白消息");
scrollToBottom();
}
});
} else {
if (historyMessages.length > 0) {
setTimeout(() => {
@ -489,16 +498,7 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
}
};
const checkShouldShowQuickQuestions = (isLastPage = false) => {
if (quickQuestionsData.value.length === 0) {
return false;
}
if (messages.value.length === 0) {
return true;
}
if (isLastPage && messages.value.length > 0) {
return true;
}
return false;
return quickQuestionsData.value.length > 0;
};
const addQuickQuestionsToFirstAIMessage = (isLastPage = false) => {
if (quickQuestionsData.value.length === 0) {
@ -507,13 +507,6 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
if (!checkShouldShowQuickQuestions(isLastPage)) {
return;
}
const existingWelcomeMessage = messages.value.find(
(msg) => msg.role === "ai" && msg.quickQuestions && msg.quickQuestions.length > 0
);
if (existingWelcomeMessage) {
console.log("[Customer] 开场白已存在,跳过添加");
return;
}
const welcomeMessage = {
role: "ai",
content: "您好!我是物业客服,有什么可以帮助您的吗?",
@ -524,9 +517,9 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
if (messages.value.length === 0) {
messages.value = [welcomeMessage];
console.log("[Customer] 设置开场白为第一条消息");
} else if (isLastPage) {
} else {
messages.value.unshift(welcomeMessage);
console.log("[Customer] 已加载到最后一页,在第一条消息前面插入开场白");
console.log("[Customer] 在第一条消息前面插入开场白");
}
};
const processMessage = (messageData) => {
@ -877,7 +870,7 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
e: common_vendor.f(selectedImages.value, (image, index, i0) => {
return {
a: image,
b: "b15798f7-0-" + i0,
b: "25c36616-0-" + i0,
c: common_vendor.o(($event) => removeImage(index), index),
d: index
};
@ -937,5 +930,5 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
};
}
});
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-b15798f7"], ["__file", "/Users/zsq/Sources/github/2025property-pay/pay-customer/src/pages/ai/chat.vue"]]);
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "/Users/zsq/Sources/github/2025property-pay/pay-customer/src/pages/ai/chat.vue"]]);
wx.createPage(MiniProgramPage);

View File

@ -1 +1 @@
<view class="chat-container data-v-b15798f7"><view class="chat-messages data-v-b15798f7"><view wx:for="{{a}}" wx:for-item="message" wx:key="F" id="{{message.G}}" class="{{['message-item', 'data-v-b15798f7', message.H]}}"><view wx:if="{{message.a}}" class="message-avatar data-v-b15798f7"><image class="data-v-b15798f7" src="/static/svg/ai_avatar.svg" mode="aspectFit"/></view><view class="message-content-wrapper data-v-b15798f7"><view class="message-content data-v-b15798f7"><view wx:if="{{message.b}}" class="message-images data-v-b15798f7"><view wx:for="{{message.c}}" wx:for-item="image" wx:key="c" class="{{['message-image-item', 'data-v-b15798f7', message.e && 'single-image']}}"><image src="{{image.a}}" mode="{{message.d}}" class="message-image data-v-b15798f7" bindtap="{{image.b}}"/></view></view><view wx:elif="{{message.f}}" class="message-images data-v-b15798f7"><view wx:for="{{message.g}}" wx:for-item="image" wx:key="c" class="{{['message-image-item', 'data-v-b15798f7', message.i && 'single-image']}}"><image src="{{image.a}}" mode="{{message.h}}" class="message-image data-v-b15798f7" bindtap="{{image.b}}"/></view></view><view wx:elif="{{message.j}}" class="message-images data-v-b15798f7"><view wx:for="{{message.k}}" wx:for-item="image" wx:key="c" class="{{['message-image-item', 'data-v-b15798f7', message.m && 'single-image']}}"><image src="{{image.a}}" mode="{{message.l}}" class="message-image data-v-b15798f7" bindtap="{{image.b}}"/></view></view><block wx:if="{{message.n}}"><view wx:for="{{message.o}}" wx:for-item="line" wx:key="b" class="message-text-line data-v-b15798f7"><text class="data-v-b15798f7">{{line.a}}</text></view></block></view><view wx:if="{{message.p}}" class="quick-questions data-v-b15798f7"><view wx:for="{{message.q}}" wx:for-item="question" wx:key="b" class="question-btn data-v-b15798f7" bindtap="{{question.c}}"><text class="data-v-b15798f7">{{question.a}}</text></view></view><view wx:if="{{message.r}}" class="confirmation-buttons data-v-b15798f7"><view class="{{['confirmation-btn', 'data-v-b15798f7', message.s && 'selected', message.t && 'disabled']}}" bindtap="{{message.v}}"><text class="data-v-b15798f7">是</text></view><view class="{{['confirmation-btn', 'data-v-b15798f7', message.w && 'selected', message.x && 'disabled']}}" bindtap="{{message.y}}"><text class="data-v-b15798f7">否</text></view></view><view wx:if="{{message.z}}" class="message-meta data-v-b15798f7"><view wx:if="{{message.A}}" class="copy-button data-v-b15798f7" bindtap="{{message.B}}"><image src="/static/svg/copy.svg" mode="aspectFit" class="copy-icon data-v-b15798f7"/></view><text class="message-time data-v-b15798f7">{{message.C}}</text><view wx:if="{{message.D}}" class="copy-button data-v-b15798f7" bindtap="{{message.E}}"><image src="/static/svg/copy.svg" mode="aspectFit" class="copy-icon data-v-b15798f7"/></view></view></view></view><view wx:if="{{b}}" class="message-item ai-message data-v-b15798f7"><view class="message-avatar data-v-b15798f7"><image class="data-v-b15798f7" src="/static/svg/ai_icon.svg" mode="aspectFit"/></view><view class="message-content loading data-v-b15798f7"><text class="data-v-b15798f7">{{c}}</text></view></view></view><view class="chat-input-area data-v-b15798f7"><view wx:if="{{d}}" class="image-preview-area data-v-b15798f7"><view class="image-preview-list data-v-b15798f7"><view wx:for="{{e}}" wx:for-item="image" wx:key="d" class="image-preview-item data-v-b15798f7"><image src="{{image.a}}" mode="aspectFill" class="preview-image data-v-b15798f7"/><view class="remove-image data-v-b15798f7" bindtap="{{image.c}}"><uni-icons wx:if="{{f}}" class="data-v-b15798f7" u-i="{{image.b}}" bind:__l="__l" u-p="{{f}}"/></view></view><view wx:if="{{g}}" class="image-preview-item add-more-button data-v-b15798f7" bindtap="{{i}}"><uni-icons wx:if="{{h}}" class="data-v-b15798f7" u-i="b15798f7-1" bind:__l="__l" u-p="{{h}}"/><text class="add-more-text data-v-b15798f7">添加图片</text></view></view></view><view class="quick-actions-bar data-v-b15798f7"><view wx:for="{{j}}" wx:for-item="action" wx:key="b" class="quick-action-btn data-v-b15798f7" bindtap="{{action.c}}"><text class="data-v-b15798f7">{{action.a}}</text></view></view><view class="input-container data-v-b15798f7"><input class="message-input data-v-b15798f7" placeholder="请输入您的问题..." confirm-type="{{'send'}}" bindfocus="{{k}}" bindblur="{{l}}" bindconfirm="{{m}}" value="{{n}}" bindinput="{{o}}"/><view wx:if="{{p}}" class="upload-button data-v-b15798f7" bindtap="{{r}}"><uni-icons wx:if="{{q}}" class="data-v-b15798f7" u-i="b15798f7-2" bind:__l="__l" u-p="{{q}}"/></view><view wx:if="{{s}}" class="send-button data-v-b15798f7" bindtap="{{v}}"><uni-icons wx:if="{{t}}" class="data-v-b15798f7" u-i="b15798f7-3" bind:__l="__l" u-p="{{t}}"/></view><view wx:if="{{w}}" class="send-button disabled data-v-b15798f7"><uni-icons wx:if="{{x}}" class="data-v-b15798f7" u-i="b15798f7-4" bind:__l="__l" u-p="{{x}}"/></view></view></view></view>
<view class="chat-container"><view class="chat_container_linear_gradient"></view><view class="chat_messages_body"><view class="opening_remarks"><view class="opening_remarks_body"><view class="opening_remarks_server_img"><image src="https://pay-prod-1369486729.cos.ap-guangzhou.myqcloud.com/uploads/cs-test/01KN5XRPWKSMDDHRJTY4F2TG1G.png" mode="heightFix"/></view><view class="opening_remarks_server_info"><view class="label"> 我是管家-邻邻,有什么可以帮助您的吗? </view><view class="group_btn"><view class="group_btn_item"> 房屋绑定 </view><view class="group_btn_item"> 物业缴费 </view><view class="group_btn_item"> 工单报事 </view><view class="group_btn_item"> 社区服务 </view><view class="group_btn_item"> 访客邀请 </view><view class="group_btn_item"> 房屋管理 </view></view></view></view></view><view class="chat-messages"><view wx:for="{{a}}" wx:for-item="message" wx:key="F" id="{{message.G}}" class="{{['message-item', message.H]}}"><view wx:if="{{message.a}}" class="message-avatar"><image src="https://pay-prod-1369486729.cos.ap-guangzhou.myqcloud.com/uploads/cs-test/01KN43RH4M09FAFBD8D9TQPM2B.png" mode="aspectFit"/></view><view class="message-content-wrapper"><view class="message-content"><view wx:if="{{message.b}}" class="message-images"><view wx:for="{{message.c}}" wx:for-item="image" wx:key="c" class="{{['message-image-item', message.e && 'single-image']}}"><image src="{{image.a}}" mode="{{message.d}}" class="message-image" bindtap="{{image.b}}"/></view></view><view wx:elif="{{message.f}}" class="message-images"><view wx:for="{{message.g}}" wx:for-item="image" wx:key="c" class="{{['message-image-item', message.i && 'single-image']}}"><image src="{{image.a}}" mode="{{message.h}}" class="message-image" bindtap="{{image.b}}"/></view></view><view wx:elif="{{message.j}}" class="message-images"><view wx:for="{{message.k}}" wx:for-item="image" wx:key="c" class="{{['message-image-item', message.m && 'single-image']}}"><image src="{{image.a}}" mode="{{message.l}}" class="message-image" bindtap="{{image.b}}"/></view></view><block wx:if="{{message.n}}"><view wx:for="{{message.o}}" wx:for-item="line" wx:key="b" class="message-text-line"><text>{{line.a}}</text></view></block></view><view wx:if="{{message.p}}" class="quick-questions"><view wx:for="{{message.q}}" wx:for-item="question" wx:key="b" class="question-btn" bindtap="{{question.c}}"><text>{{question.a}}</text></view></view><view wx:if="{{message.r}}" class="confirmation-buttons"><view class="{{['confirmation-btn', message.s && 'selected', message.t && 'disabled']}}" bindtap="{{message.v}}"><text>是</text></view><view class="{{['confirmation-btn', message.w && 'selected', message.x && 'disabled']}}" bindtap="{{message.y}}"><text>否</text></view></view><view wx:if="{{message.z}}" class="message-meta"><view wx:if="{{message.A}}" class="copy-button" bindtap="{{message.B}}"><image src="/static/svg/copy.svg" mode="aspectFit" class="copy-icon"/></view><text class="message-time">{{message.C}}</text><view wx:if="{{message.D}}" class="copy-button" bindtap="{{message.E}}"><image src="/static/svg/copy.svg" mode="aspectFit" class="copy-icon"/></view></view></view></view><view wx:if="{{b}}" class="message-item ai-message"><view class="message-avatar"><image src="/static/svg/ai_icon.svg" mode="aspectFit"/></view><view class="message-content loading"><text>{{c}}</text></view></view></view><view class="chat-input-area"><view wx:if="{{d}}" class="image-preview-area"><view class="image-preview-list"><view wx:for="{{e}}" wx:for-item="image" wx:key="d" class="image-preview-item"><image src="{{image.a}}" mode="aspectFill" class="preview-image"/><view class="remove-image" bindtap="{{image.c}}"><uni-icons wx:if="{{f}}" u-i="{{image.b}}" bind:__l="__l" u-p="{{f}}"/></view></view><view wx:if="{{g}}" class="image-preview-item add-more-button" bindtap="{{i}}"><uni-icons wx:if="{{h}}" u-i="25c36616-1" bind:__l="__l" u-p="{{h}}"/><text class="add-more-text">添加图片</text></view></view></view><view class="quick-actions-bar"><view wx:for="{{j}}" wx:for-item="action" wx:key="b" class="quick-action-btn" bindtap="{{action.c}}"><text>{{action.a}}</text></view></view><view class="input-container"><input class="message-input" placeholder="请输入您的问题..." confirm-type="{{'send'}}" bindfocus="{{k}}" bindblur="{{l}}" bindconfirm="{{m}}" value="{{n}}" bindinput="{{o}}"/><view wx:if="{{p}}" class="upload-button" bindtap="{{r}}"><uni-icons wx:if="{{q}}" u-i="25c36616-2" bind:__l="__l" u-p="{{q}}"/></view><view wx:if="{{s}}" class="send-button" bindtap="{{v}}"><uni-icons wx:if="{{t}}" u-i="25c36616-3" bind:__l="__l" u-p="{{t}}"/></view><view wx:if="{{w}}" class="send-button disabled"><uni-icons wx:if="{{x}}" u-i="25c36616-4" bind:__l="__l" u-p="{{x}}"/></view></view></view></view></view>

View File

@ -1,42 +1,57 @@
.chat-container.data-v-b15798f7 {
.chat_container_linear_gradient {
position: fixed;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: linear-gradient(180deg, rgba(208, 229, 255, 0.44) 0%, rgba(255, 255, 255, 0) 600rpx), linear-gradient(159deg, #d3d7ff 0%, rgba(255, 255, 255, 0) 400rpx), linear-gradient(188deg, #dffff3 -8%, #f7f7f7 600rpx);
background-repeat: no-repeat;
}
.chat_messages_body {
position: relative;
z-index: 100;
}
.chat-container {
display: flex;
flex-direction: column;
min-height: 100vh;
width: 100vw;
}
.chat-messages.data-v-b15798f7 {
.chat-messages {
width: 100%;
padding: 30rpx 20rpx;
padding: 0 30rpx;
padding-top: 314rpx;
padding-bottom: calc(220rpx + env(safe-area-inset-bottom));
box-sizing: border-box;
flex: 1;
}
.message-item.data-v-b15798f7 {
.message-item {
display: flex;
width: 100%;
box-sizing: border-box;
margin-bottom: 30rpx;
animation: fadeIn-b15798f7 0.3s ease-in;
animation: fadeIn 0.3s ease-in;
}
.ai-message.data-v-b15798f7 {
.ai-message {
align-items: flex-start;
}
.ai-message .message-content-wrapper.data-v-b15798f7 {
.ai-message .message-content-wrapper {
align-items: flex-start;
}
.ai-message .message-content.data-v-b15798f7 {
background-color: #f5f5f5;
.ai-message .message-content {
background-color: #fff;
color: #333;
margin-left: 12rpx;
margin-right: 0;
flex-shrink: 0;
}
.ai-message .message-time.data-v-b15798f7 {
.ai-message .message-time {
color: #999;
font-size: 22rpx;
min-width: 80rpx;
}
.ai-message .message-meta.data-v-b15798f7 {
.ai-message .message-meta {
display: flex;
align-items: center;
justify-content: flex-start;
@ -45,37 +60,37 @@
margin-left: 12rpx;
flex-direction: row;
}
.ai-message .message-avatar.data-v-b15798f7 {
.ai-message .message-avatar {
margin-right: 0;
flex-shrink: 0;
}
.user-message.data-v-b15798f7 {
.user-message {
justify-content: flex-end;
align-items: flex-start;
}
.user-message .message-content-wrapper.data-v-b15798f7 {
.user-message .message-content-wrapper {
align-items: flex-end;
}
.user-message .message-content.data-v-b15798f7 {
.user-message .message-content {
background-color: #1c64f2;
color: #fff;
margin-right: 0;
flex-shrink: 0;
}
.user-message .message-content .message-images.data-v-b15798f7 {
.user-message .message-content .message-images {
margin-bottom: 20rpx;
}
.user-message .message-content .message-images .message-image-item.data-v-b15798f7 {
.user-message .message-content .message-images .message-image-item {
border-radius: 8rpx;
}
.user-message .message-time.data-v-b15798f7 {
.user-message .message-time {
color: #999;
font-size: 22rpx;
margin-top: 6rpx;
text-align: right;
min-width: 80rpx;
}
.user-message .message-meta.data-v-b15798f7 {
.user-message .message-meta {
display: flex;
align-items: center;
justify-content: flex-end;
@ -83,7 +98,7 @@
gap: 8rpx;
flex-direction: row;
}
@keyframes fadeIn-b15798f7 {
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(10rpx);
@ -93,23 +108,23 @@ to {
transform: translateY(0);
}
}
.message-avatar.data-v-b15798f7 {
.message-avatar {
width: 80rpx;
height: 80rpx;
border-radius: 50%;
overflow: hidden;
flex-shrink: 0;
}
.message-avatar image.data-v-b15798f7 {
.message-avatar image {
width: 100%;
height: 100%;
}
.message-avatar .user-avatar-image.data-v-b15798f7 {
.message-avatar .user-avatar-image {
width: 100%;
height: 100%;
border-radius: 50%;
}
.message-avatar .user-avatar.data-v-b15798f7 {
.message-avatar .user-avatar {
width: 100%;
height: 100%;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
@ -120,12 +135,12 @@ to {
font-size: 24rpx;
font-weight: 500;
}
.message-content-wrapper.data-v-b15798f7 {
.message-content-wrapper {
display: flex;
flex-direction: column;
max-width: calc(100vw - 100rpx);
}
.message-content.data-v-b15798f7 {
.message-content {
padding: 20rpx 24rpx;
border-radius: 16rpx;
font-size: 28rpx;
@ -135,37 +150,37 @@ to {
box-sizing: border-box;
background-color: #1c64f2;
}
.message-content.loading.data-v-b15798f7 {
.message-content.loading {
opacity: 0.7;
}
.message-content.data-v-b15798f7:has(.message-images) {
.message-content:has(.message-images) {
padding: 12rpx;
}
.user-message .message-content.data-v-b15798f7:has(.message-images) {
.user-message .message-content:has(.message-images) {
padding: 8rpx;
}
.message-content view.data-v-b15798f7 {
.message-content view {
display: block;
width: 100%;
word-wrap: break-word;
word-break: break-all;
}
.message-content view.data-v-b15798f7:not(:last-child) {
.message-content view:not(:last-child) {
margin-bottom: 8rpx;
}
.message-content text.data-v-b15798f7 {
.message-content text {
display: inline;
word-wrap: break-word;
word-break: break-all;
}
.quick-questions.data-v-b15798f7 {
.quick-questions {
margin-top: 16rpx;
display: flex;
flex-direction: column;
gap: 12rpx;
padding-left: 12rpx;
}
.question-btn.data-v-b15798f7 {
.question-btn {
background-color: #f0f7ff;
border: 1px solid #d0e3ff;
border-radius: 12rpx;
@ -175,23 +190,23 @@ to {
line-height: 1.4;
transition: all 0.2s ease;
}
.question-btn.data-v-b15798f7:active {
.question-btn:active {
background-color: #e6f2ff;
transform: scale(0.98);
}
.question-btn text.data-v-b15798f7 {
.question-btn text {
display: block;
word-wrap: break-word;
word-break: break-all;
}
.confirmation-buttons.data-v-b15798f7 {
.confirmation-buttons {
margin-top: 16rpx;
display: flex;
gap: 16rpx;
justify-content: flex-start;
padding-left: 12rpx;
}
.confirmation-btn.data-v-b15798f7 {
.confirmation-btn {
width: 38rpx;
border-radius: 10rpx;
padding: 16rpx 22rpx;
@ -203,48 +218,48 @@ to {
color: #000;
border: 1px solid #e5e5e5;
}
.confirmation-btn.data-v-b15798f7:active:not(.disabled) {
.confirmation-btn:active:not(.disabled) {
transform: scale(0.98);
}
.confirmation-btn.selected.data-v-b15798f7 {
.confirmation-btn.selected {
background-color: #1c64f2;
color: #fff;
border-color: #1c64f2;
}
.confirmation-btn.disabled.data-v-b15798f7 {
.confirmation-btn.disabled {
opacity: 0.6;
cursor: not-allowed;
}
.confirmation-btn text.data-v-b15798f7 {
.confirmation-btn text {
display: block;
font-weight: 500;
}
.chat-input-area.data-v-b15798f7 {
.chat-input-area {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: #f8f8f8;
border-top: 1px solid #eee;
background-color: #fff;
border-top: 1px solid #f8f8f8;
padding: 20rpx 20rpx;
padding-bottom: calc(30rpx + env(safe-area-inset-bottom));
z-index: 100;
}
.input-container.data-v-b15798f7 {
.input-container {
display: flex;
align-items: center;
background-color: #fff;
background-color: #f7f7f7;
border-radius: 50rpx;
padding: 10rpx 20rpx;
}
.message-input.data-v-b15798f7 {
.message-input {
flex: 1;
height: 70rpx;
font-size: 28rpx;
padding: 0 20rpx;
background-color: transparent;
}
.send-button.data-v-b15798f7 {
.send-button {
width: 70rpx;
height: 70rpx;
background: linear-gradient(135deg, #1c64f2 0%, #0e4aa7 100%);
@ -254,30 +269,30 @@ to {
justify-content: center;
margin-left: 20rpx;
}
.send-button.disabled.data-v-b15798f7 {
.send-button.disabled {
opacity: 0.5;
pointer-events: none;
}
.upload-button.data-v-b15798f7 {
.upload-button {
width: 70rpx;
height: 70rpx;
background-color: #f5f5f5;
background-color: #f7f7f7;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-left: 20rpx;
}
.image-preview-area.data-v-b15798f7 {
.image-preview-area {
margin-bottom: 20rpx;
}
.quick-actions-bar.data-v-b15798f7 {
.quick-actions-bar {
display: flex;
flex-wrap: wrap;
gap: 16rpx;
padding: 0 0 16rpx 0;
}
.quick-action-btn.data-v-b15798f7 {
.quick-action-btn {
height: 60rpx;
padding: 0 24rpx;
background-color: #ffffff;
@ -291,26 +306,26 @@ to {
transition: all 0.2s ease;
white-space: nowrap;
}
.quick-action-btn.data-v-b15798f7:active {
.quick-action-btn:active {
transform: scale(0.98);
background-color: #f8f8f8;
}
.quick-action-btn text.data-v-b15798f7 {
.quick-action-btn text {
display: block;
}
.image-preview-list.data-v-b15798f7 {
.image-preview-list {
display: flex;
flex-wrap: wrap;
gap: 16rpx;
}
.image-preview-item.data-v-b15798f7 {
.image-preview-item {
position: relative;
width: 120rpx;
height: 120rpx;
border-radius: 12rpx;
overflow: hidden;
}
.image-preview-item.add-more-button.data-v-b15798f7 {
.image-preview-item.add-more-button {
background-color: #f5f5f5;
border: 2rpx dashed #ddd;
display: flex;
@ -319,19 +334,19 @@ to {
justify-content: center;
cursor: pointer;
}
.image-preview-item.add-more-button.data-v-b15798f7:active {
.image-preview-item.add-more-button:active {
background-color: #e8e8e8;
}
.preview-image.data-v-b15798f7 {
.preview-image {
width: 100%;
height: 100%;
}
.add-more-text.data-v-b15798f7 {
.add-more-text {
font-size: 22rpx;
color: #999;
margin-top: 8rpx;
}
.remove-image.data-v-b15798f7 {
.remove-image {
position: absolute;
top: 8rpx;
right: 8rpx;
@ -343,45 +358,45 @@ to {
align-items: center;
justify-content: center;
}
.message-images.data-v-b15798f7 {
.message-images {
display: flex;
flex-wrap: wrap;
gap: 12rpx;
margin-bottom: 12rpx;
max-width: 500rpx;
}
.user-message .message-images.data-v-b15798f7 {
.user-message .message-images {
margin-bottom: 0;
}
.message-image-item.data-v-b15798f7 {
.message-image-item {
border-radius: 12rpx;
overflow: hidden;
}
.message-image-item.single-image.data-v-b15798f7 {
.message-image-item.single-image {
max-width: 500rpx;
width: 500rpx !important;
height: auto !important;
}
.user-message .message-image-item.single-image.data-v-b15798f7 {
.user-message .message-image-item.single-image {
max-width: 450rpx;
width: 450rpx !important;
}
.message-image-item.data-v-b15798f7:not(.single-image) {
.message-image-item:not(.single-image) {
width: 200rpx;
height: 200rpx;
}
.message-image.data-v-b15798f7 {
.message-image {
width: 100%;
height: 100%;
display: block;
}
.message-text-line.data-v-b15798f7 {
.message-text-line {
margin-bottom: 4rpx;
}
.message-text-line.data-v-b15798f7:last-child {
.message-text-line:last-child {
margin-bottom: 0;
}
.copy-button.data-v-b15798f7 {
.copy-button {
width: 32rpx;
height: 32rpx;
display: flex;
@ -390,11 +405,78 @@ to {
border-radius: 4rpx;
transition: background-color 0.2s ease;
}
.copy-button.data-v-b15798f7:active {
.copy-button:active {
background-color: rgba(0, 0, 0, 0.05);
}
.copy-button .copy-icon.data-v-b15798f7 {
.copy-button .copy-icon {
width: 26rpx;
height: 26rpx;
opacity: 0.7;
}
.opening_remarks {
padding: 30rpx;
z-index: 1000;
position: fixed;
top: 0;
left: 0;
right: 0;
background: linear-gradient(180deg, rgba(208, 229, 255, 0.44) 0%, rgba(255, 255, 255, 0) 600rpx), linear-gradient(159deg, #d3d7ff 0%, rgba(255, 255, 255, 0) 400rpx), linear-gradient(188deg, #dffff3 -8%, #f7f7f7 600rpx);
}
.opening_remarks .opening_remarks_body {
height: 254rpx;
border-radius: 20rpx;
border: 1px solid #ffffff;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(58deg, #e3faff 1%, rgba(255, 255, 255, 0) 24%), linear-gradient(221deg, #dbe3ff 0%, rgba(255, 255, 255, 0) 19%), rgba(255, 255, 255, 0.5);
}
.opening_remarks .opening_remarks_body .opening_remarks_server_img {
width: 56rpx;
height: 224rpx;
margin: 0 40rpx;
}
.opening_remarks .opening_remarks_body .opening_remarks_server_img image {
width: 56rpx;
height: 224rpx;
}
.opening_remarks .opening_remarks_body .opening_remarks_server_info {
flex: 1;
padding-right: 30rpx;
}
.opening_remarks .opening_remarks_body .label {
font-size: 28rpx;
color: #333;
overflow: hidden;
white-space: nowrap;
width: 0;
display: inline-block;
animation: typing 3s steps(30, end) forwards, blink 0.75s step-end infinite;
}
.opening_remarks .opening_remarks_body .group_btn {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.opening_remarks .opening_remarks_body .group_btn_item {
background-color: #fff;
border-radius: 100rpx;
font-size: 24rpx;
color: #333333;
padding: 15rpx 25rpx;
margin-top: 15rpx;
margin-right: 30rpx;
}
.opening_remarks .opening_remarks_body .group_btn_item:nth-child(3n) {
margin-right: 0;
}
@keyframes typing {
from {
width: 0;
}
to {
width: 100%;
}
}

View File

@ -34,7 +34,7 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
a: common_vendor.p({
type: "arrow-right",
size: "20",
color: "#666"
color: "#A4A4A4"
}),
b: common_vendor.o(handleInputChange),
c: common_vendor.f(common_vendor.unref(common_libraries_public.quickActions), (i, index, i0) => {

View File

@ -1 +1 @@
<view class="ai_contents data-v-b68fefb8"><view class="ai_contents_center data-v-b68fefb8"><view class="ai_contents_header data-v-b68fefb8"><image class="data-v-b68fefb8" src="/static/svg/ai_icon.svg" mode="heightFix"/><text class="data-v-b68fefb8">HI遇到什么问题了,可以问我哦~ </text></view><view class="ai_contents_input data-v-b68fefb8" bindtap="{{b}}"><view class="ai_input data-v-b68fefb8"> 点击联系在线客服 </view><uni-icons wx:if="{{a}}" class="data-v-b68fefb8" u-i="b68fefb8-0" bind:__l="__l" u-p="{{a}}"></uni-icons></view><view class="ai_footer data-v-b68fefb8"><scroll-view class="data-v-b68fefb8" scroll-x="true" style="height:80rpx"><view wx:for="{{c}}" wx:for-item="i" wx:key="c" class="items data-v-b68fefb8" bindtap="{{i.d}}"><view class="items_center data-v-b68fefb8"><image class="data-v-b68fefb8" src="{{i.a}}" mode="heightFix"/> {{i.b}}</view></view></scroll-view></view></view></view>
<view class="ai_contents data-v-b68fefb8"><view class="ai_contents_center data-v-b68fefb8"><view class="ai_contents_header data-v-b68fefb8"><image class="data-v-b68fefb8" src="https://pay-prod-1369486729.cos.ap-guangzhou.myqcloud.com/uploads/cs-test/01KN3YX35D5WJ22MQ1GH4X6BF0.png" mode="heightFix"/><text class="data-v-b68fefb8">我是客服邻邻,遇到问题了,可以问我哦~ </text></view><view class="ai_contents_input data-v-b68fefb8" bindtap="{{b}}"><view class="ai_input data-v-b68fefb8"> 点击联系在线客服 </view><uni-icons wx:if="{{a}}" class="data-v-b68fefb8" u-i="b68fefb8-0" bind:__l="__l" u-p="{{a}}"></uni-icons></view><view class="ai_footer data-v-b68fefb8"><scroll-view class="data-v-b68fefb8" scroll-x="true" style="height:80rpx"><view wx:for="{{c}}" wx:for-item="i" wx:key="c" class="items data-v-b68fefb8" bindtap="{{i.d}}"><view class="items_center data-v-b68fefb8"><image class="data-v-b68fefb8" src="{{i.a}}" mode="heightFix"/> {{i.b}}</view></view></scroll-view></view></view></view>

View File

@ -25,25 +25,28 @@
.ai_contents .ai_contents_header.data-v-b68fefb8 {
display: flex;
align-items: center;
padding: 30rpx;
color: #333;
font-size: 30rpx;
font-size: 28rpx;
padding: 0 0 0 50rpx;
}
.ai_contents .ai_contents_header image.data-v-b68fefb8 {
width: 52rpx;
height: 52rpx;
width: 56rpx;
height: 130rpx;
position: relative;
margin-top: -22rpx;
}
.ai_contents .ai_contents_header text.data-v-b68fefb8 {
padding-left: 20rpx;
padding: 5rpx 0 0 15rpx;
}
.ai_contents .ai_contents_input.data-v-b68fefb8 {
display: flex;
align-items: center;
justify-content: space-between;
background-color: #fff;
border-radius: 100rpx;
border-radius: 10rpx;
padding: 15rpx 20rpx;
margin: 5rpx 30rpx;
box-shadow: 0px 4px 10px 0px rgba(231, 231, 231, 0.3);
}
.ai_contents .ai_contents_input .ai_input.data-v-b68fefb8 {
flex: 1;
@ -54,7 +57,7 @@
height: 100%;
}
.ai_contents .ai_footer.data-v-b68fefb8 {
padding: 30rpx 0 0 0;
padding: 25rpx 0 0 0;
white-space: nowrap;
}
.ai_contents .ai_footer .items.data-v-b68fefb8 {

View File

@ -21,6 +21,7 @@ if (!Math) {
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
__name: "ModalServer",
setup(__props) {
const audit_status = common_vendor.ref(false);
const auth = common_store_useWeAppAuthStore.useWeAppAuthStore();
const show_bangding_house = common_vendor.ref(false);
const show_review_house = common_vendor.ref(false);
@ -37,9 +38,12 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
handleClosePopup();
});
const handleSelectResidentialRelation = () => {
if (audit_status.value)
return;
common_libraries_apiLoading.getApiLoading(gen_Apis.Apis.Archive.HouseRegisters.GetOwnerIsAudit, {}).then((res) => {
if (res == null ? void 0 : res.data) {
show_review_house.value = true;
audit_status.value = true;
}
console.log(res);
});

View File

@ -1 +1 @@
<view class="data-v-ce2c62fb"><view class="area_functional data-v-ce2c62fb"><view wx:for="{{a}}" wx:for-item="i" wx:key="c" class="item data-v-ce2c62fb" bindtap="{{i.d}}"><view class="icon data-v-ce2c62fb"><image class="data-v-ce2c62fb" src="{{i.a}}" mode="heightFix"/></view><view class="label data-v-ce2c62fb">{{i.b}}</view></view></view><my-contact-butler class="data-v-ce2c62fb" u-i="ce2c62fb-0" bind:__l="__l"/><view class="house_wallet data-v-ce2c62fb"><view class="item data-v-ce2c62fb" bindtap="{{c}}"><view class="content data-v-ce2c62fb"><view class="title data-v-ce2c62fb">房屋管理</view><view class="value data-v-ce2c62fb"> 已绑定<text class="data-v-ce2c62fb">{{b}}</text>个房屋 </view></view><image class="data-v-ce2c62fb" src="/static/images/IconHouse.png" mode="heightFix"/></view><view class="item data-v-ce2c62fb" bindtap="{{e}}"><view class="content data-v-ce2c62fb"><view class="title data-v-ce2c62fb">房屋预缴</view><view class="value data-v-ce2c62fb"> 已开通<text class="data-v-ce2c62fb">{{d}}</text>个房屋 </view></view><image class="data-v-ce2c62fb" src="/static/images/IconWallet.png" mode="heightFix"/></view></view></view>
<view class="data-v-ce2c62fb"><view class="area_functional data-v-ce2c62fb"><view wx:for="{{a}}" wx:for-item="i" wx:key="c" class="item data-v-ce2c62fb" bindtap="{{i.d}}"><view class="icon data-v-ce2c62fb"><image class="data-v-ce2c62fb" src="{{i.a}}" mode="heightFix"/></view><view class="label data-v-ce2c62fb">{{i.b}}</view></view></view><my-contact-butler class="data-v-ce2c62fb" u-i="ce2c62fb-0" bind:__l="__l"/><view class="house_wallet data-v-ce2c62fb"><view class="item data-v-ce2c62fb" bindtap="{{c}}"><view class="content data-v-ce2c62fb"><view class="title data-v-ce2c62fb">房屋管理</view><view class="value data-v-ce2c62fb"> 已绑定<text class="data-v-ce2c62fb">{{b}}</text>个房屋 </view></view><image class="data-v-ce2c62fb" src="https://pay-prod-1369486729.cos.ap-guangzhou.myqcloud.com/uploads/cs-test/01KN40HY5ESM81G5DFZFS7ZGWV.png" mode="heightFix"/></view><view class="item data-v-ce2c62fb" bindtap="{{e}}"><view class="content data-v-ce2c62fb"><view class="title data-v-ce2c62fb">房屋预缴</view><view class="value data-v-ce2c62fb"> 已开通<text class="data-v-ce2c62fb">{{d}}</text>个房屋 </view></view><image class="data-v-ce2c62fb" src="https://pay-prod-1369486729.cos.ap-guangzhou.myqcloud.com/uploads/cs-test/01KN40K3K9NKHE1JV0EEHS151D.png" mode="heightFix"/></view></view></view>

View File

@ -19,5 +19,8 @@
]
}
},
"libVersion": "3.13.2"
"libVersion": "3.13.2",
"setting": {
"bigPackageSizeSupport": false
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="20" height="20" viewBox="0 0 20 20"><defs><clipPath id="master_svg0_36_53420"><rect x="5" y="5" width="10" height="10" rx="0"/></clipPath></defs><g><g><g><rect x="0" y="0" width="20" height="20" rx="3" fill="#FEF0F0" fill-opacity="1"/></g></g><g clip-path="url(#master_svg0_36_53420)"><g><path d="M11.748441725,10.2358799C11.246742725,10.2358799,10.839043625,10.6631289,10.839043625,11.187977799999999C10.839043625,11.714027399999999,11.245593025,12.141276399999999,11.748441725,12.141276399999999L15.000235525,12.141276399999999L15.000235525,14.300622C15.000235525,14.6863728,14.701187125,15.000021,14.332538625,15.000021L5.669651985,15.000021C5.301002625,15.000021,5.001953125,14.6863728,5.001953125,14.299324L5.001953125,8.0777831C5.001953125,7.6920338,5.301002625,7.378334000000001,5.669652045,7.378334300000001L14.332586325,7.378334300000001C14.701187125,7.378334300000001,15.000286125,7.6920338,15.000286125,8.0777831L15.000286125,10.237079600000001L11.748441725,10.2358799ZM14.330136325,6.9449848L8.390447125,6.9449848L12.890990225,5.050538011C13.232790025,4.906488262,13.622138025,5.081037953,13.758837725,5.43868732L14.336187325,6.9449347L14.330137225,6.9449347L14.330136325,6.9449848ZM12.213541025,11.1855278C12.213541025,11.4479775,12.009641625,11.661576700000001,11.759441425,11.661576700000001C11.507992224999999,11.661576700000001,11.305342625,11.448027100000001,11.305342625,11.1855278C11.305342625,10.923028,11.509192025,10.7094784,11.759441425,10.7094784C12.009641625,10.7082286,12.213541025,10.9218783,12.213541025,11.1855278Z" fill="#F56C6C" fill-opacity="1"/></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 764 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="18" height="20" viewBox="0 0 18 20"><g><g><path d="M8.996643774874878,0C5.105911774874878,0,1.955288199874878,3.0730898,1.938450574874878,6.8972344C1.938450574874878,8.2704487,2.344859274874878,9.5778675,3.099126074874878,10.695215L3.1729838748748778,10.801025L3.215844374874878,10.872592L3.251051074874878,10.926457C3.274777374874878,10.961471,3.300034474874878,10.994945,3.328353174874878,11.028035L3.3459565748748776,11.047273L7.834438074874878,16.29619C8.446499074874879,17.011463,9.548752574874879,17.009638,10.158467974874878,16.292341L14.622458574874878,11.042656L14.592988574874878,11.075361C14.637033574874877,11.029085,14.677102574874878,10.979143,14.712770574874877,10.926072L14.747211574874878,10.872974C14.761371574874877,10.850659,14.788923574874877,10.803717,14.788157574874878,10.805257C15.579545574874878,9.6932964,16.023456574874878,8.3381672,16.03991157487488,6.9099317C16.03991357487488,3.0815544,12.880869574874877,0,8.996643774874878,0ZM8.996643774874878,1.5390457C12.045473574874878,1.5390457,14.509183574874879,3.942266,14.509183574874879,6.9006977C14.498815574874877,7.9913435,14.154470574874878,9.0522919,13.523011574874879,9.9391594L13.456808574874877,10.044584L8.994732574874877,15.29273L4.505868174874879,10.043814L4.462625074874878,9.9718637L4.440429474874878,9.9391584C3.807326274874878,9.0540333,3.4675081748748777,7.9909401,3.469181974874878,6.9006963C3.4825741748748777,3.9361105,5.939777574874878,1.539046,8.996643774874878,1.5390457Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M15.097198,14.574095858098145C15.442174,14.371699288098144,15.883944,14.470049911588145,16.111689,14.799950718098145L16.143833,14.850739418098145L17.789368,17.685276738098146C18.364212,18.675417938098143,17.699114,19.927220838098144,16.560959,19.997307738098144L16.458782,20.000000938098147L1.5242184,19.918047438098146C0.38941249,19.911741738098144,-0.34425402,18.709580438098143,0.1641653,17.689507938098146L0.21200055,17.600628338098144L1.780233,14.911915628098145C1.9875327,14.554084480098144,2.4393044,14.425359718098145,2.8025038,14.620636788098144C3.1657033,14.815913858098144,3.3100748,15.265157758098145,3.1291883,15.637190838098144L3.1008697,15.690288438098145L1.5326372,18.379001138098143L16.467201,18.460955138098143L14.821667,15.626418038098144C14.60877,15.259322108098145,14.732124,14.788210568098144,15.097198,14.574095858098145Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M9.002378699261474,3.961089611053467C7.3113696992614745,3.961301861253467,5.940707953831475,5.339754811053467,5.940919399261475,7.039951311053467C5.941130844691474,8.740147111053467,7.312134699261475,10.118255611053467,9.003143999261475,10.118043911053466C10.694152799261474,10.117831711053466,12.064814599261474,8.739378911053468,12.064602899261475,7.039182711053467C12.064392099261475,5.338986311053467,10.693387999261475,3.9608777048434667,9.002378699261474,3.961089611053467ZM9.002378699261474,5.500135511053466C9.847989599261474,5.500348111053467,10.533319999261476,6.189746411053466,10.533108199261473,7.039950611053467C10.532897499261475,7.890154811053467,9.847224199261476,8.579209311053468,9.001613899261475,8.578997111053468C8.156003999261475,8.578784511053467,7.470672299261475,7.889385511053467,7.470883699261474,7.039181511053467C7.471095199261475,6.188977211053467,8.156768799261474,5.499922911053467,9.002378699261474,5.500135511053466Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="20" height="20" viewBox="0 0 20 20"><g><g><path d="M10.948433417999269,3.859000206234009C11.611324117999267,4.018961159234009,11.931245317999267,4.796109499234008,11.782808317999267,5.459000299234009C11.622847117999267,6.121891299234009,11.005660317999268,6.681852099234009,10.342769417999268,6.521890899234009C9.679878617999268,6.361929699234009,9.428511617999268,5.596109499234009,9.577144417999268,4.933414199234009C9.736910017999268,4.270328459234009,10.285542517999268,3.6988439892340086,10.948433417999269,3.859000206234009ZM8.102729947999267,8.761734699234008C8.102729947999267,8.761734699234008,10.102729817999268,7.013102099234009,10.879877817999267,7.356070999234008C11.405658717999268,7.493179999234009,11.119916217999268,9.85900039923401,11.039839017999267,10.178921899234009C11.016987517999269,10.464664699234008,10.559760817999267,14.064663699234009,10.674213617999268,14.224624699234008C10.834174917999267,14.818959699234009,11.016987517999269,14.35040569923401,11.577142917999268,13.88185069923401C11.577142917999268,13.88185069923401,12.891400317999267,12.99044439923401,11.485737317999268,14.84181169923401C10.320112417999267,16.08751369923401,9.188666917999267,15.927553699234009,9.017182717999267,14.99044469923401C8.880073517999268,14.281849699234009,9.440034517999267,9.996107799234009,9.577143817999268,9.03614739923401C9.622846617999267,8.716225899234008,9.222846817999267,9.03614739923401,9.222846817999267,9.03614739923401C9.222846817999267,9.03614739923401,8.137104867999268,9.71036649923401,7.874214371999267,9.25333569923401C7.805464494999268,9.127554199234009,7.908394339999267,8.933217299234009,8.102729947999267,8.761734699234008Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M10,0C4.5,0,0,4.5,0,9.999999C0,15.499999,4.5,20,10,20C15.5,20,20,15.499999,20,9.999999C20,4.4999995,15.5,0,10,0ZM10,18.4375C5.3400388,18.4375,1.5624996,14.659961,1.5624996,9.999999C1.5624996,5.3400373,5.3400388,1.562499,10,1.562499C14.659961,1.562499,18.4375,5.3400378,18.4375,9.999999C18.4375,14.659961,14.659963,18.4375,10,18.4375Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="20" height="21" viewBox="0 0 20 21"><g><g><path d="M8.0833435,7.6114488C10.576338,7.6114488,13.169247,7.0705214,14.726454,6.0391531L14.726454,7.9167719L16.169125,7.9167719L16.169125,3.8057244C16.169125,1.3342874,12.004388,0,8.0857811,0C4.1671734,0,0,1.3342876,0,3.8057244L0,15.025761C0,17.497196,4.1647372,18.831486,8.0833435,18.831486L8.0833435,17.410646C3.9673455,17.410646,1.4402342,16.021067,1.4402342,15.025758L1.4402337,11.652778C2.9974411,12.681743,5.5879126,13.225072,8.0833435,13.225072L8.0833435,11.801833C3.9673448,11.801833,1.4402333,10.412251,1.4402333,9.4169445L1.4402337,6.0415573C2.9974411,7.0705218,5.5903497,7.6114488,8.0833435,7.6114488ZM8.0833435,1.4208359C12.199343,1.4208359,14.726454,2.8104179,14.726454,3.8057244C14.726454,4.8010311,12.199343,6.1906128,8.0833445,6.1906128C3.9673455,6.1906128,1.4402349,4.8010311,1.4402349,3.8057244C1.4402349,2.8104179,3.9697816,1.4208359,8.0833435,1.4208359ZM14.546121,8.3903837C10.966249,8.3903837,9.094676,9.7487125,9.094676,11.090212L9.0946751,18.300175C9.0946751,19.641674,10.968685,21,14.546118,21C18.099184,21,19.968319,19.660906,19.997562,18.329023L20,18.329023L20,11.090214C19.997564,9.7487125,18.12599,8.3903837,14.546121,8.3903837ZM14.546121,9.8112202C17.19264,9.8112202,18.557331,10.707957,18.557331,11.090214C18.557331,11.472468,17.19264,12.369206,14.546121,12.369206C11.899599,12.369206,10.53491,11.472468,10.53491,11.090214C10.53491,10.707957,11.899597,9.8112202,14.546121,9.8112202ZM14.546121,19.579166C11.899599,19.579166,10.53491,18.68243,10.53491,18.300175L10.53491,16.578823C11.448763,17.069265,12.791519,17.396225,14.546121,17.396225C16.30072,17.396225,17.641039,17.069262,18.557331,16.578823L18.557331,18.300175C18.557331,18.682428,17.19264,19.579166,14.546121,19.579166ZM14.546121,15.972985C11.899599,15.972985,10.53491,15.076248,10.53491,14.693992L10.53491,12.972641C11.448763,13.463082,12.791519,13.790042,14.546121,13.790042C16.30072,13.790042,17.641039,13.463079,18.557331,12.972641L18.557331,14.693992C18.557331,15.076245,17.19264,15.972985,14.546121,15.972985Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="18.65625" height="20" viewBox="0 0 18.65625 20"><g><g><path d="M15.033303,19.999999633094788L2.1469762,19.999999633094788C0.96289986,19.999999633094788,0,19.03710163309479,0,17.853024633094787L0,3.5391038330947877C0,2.355027493094788,0.96289986,1.3921276330947876,2.1469762,1.3921276330947876L12.16471,1.3921276330947876C12.560147,1.3921276330947876,12.879624,1.7116047730947876,12.879624,2.1070418930947876C12.879624,2.5024789330947876,12.560147,2.8219559330947876,12.16471,2.8219559330947876L2.144742,2.8219559330947876C1.7515392,2.8219559330947876,1.429828,3.145901433094788,1.429828,3.5368701330947876L1.429828,17.850789633094788C1.429828,18.24622663309479,1.7537735,18.565703633094788,2.144742,18.565703633094788L15.0266,18.565703633094788C15.422037,18.565703633094788,15.741514,18.24622663309479,15.741514,17.850789633094788L15.741514,6.398759933094787C15.741514,6.003322733094787,16.060991,5.683845633094788,16.456429,5.683845633094788C16.851866,5.683845633094788,17.171343,6.003322733094787,17.171343,6.398759933094787L17.171343,17.850789633094788C17.180279,19.03486563309479,16.21291,19.999999633094788,15.033303,19.999999633094788Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M10.827038030740358,8.5465746C10.641607530740355,8.5465746,10.460644030740356,8.4773169,10.319895530740357,8.3343344C10.038398530740356,8.0528364,10.038398530740356,7.6037807,10.319895530740357,7.3222842L17.433290930740355,0.21112299C17.714787930740357,-0.070374392,18.163844930740357,-0.070374392,18.445341930740355,0.21112299C18.726837930740356,0.49262038,18.726837930740356,0.94167578,18.445341930740355,1.2231733L11.331946630740356,8.3388023C11.193432130740357,8.4773178,11.008001530740357,8.5465746,10.827038030740358,8.5465746ZM7.871315230740357,8.5465746L3.5773630107403562,8.5465746C3.1819262207403565,8.5465746,2.8624489307403564,8.2270975,2.8624489307403564,7.8316603C2.8624489307403564,7.436223,3.1819262207403565,7.1167459,3.5773630107403562,7.1167459L7.871315230740357,7.1167459C8.266752530740357,7.1167459,8.586229530740358,7.436223,8.586229530740358,7.8316603C8.586229530740358,8.2270975,8.268986030740358,8.5465746,7.871315230740357,8.5465746ZM12.169737130740357,12.840528L3.5773630107403562,12.840528C3.1819262207403565,12.840528,2.8624489307403564,12.521049,2.8624489307403564,12.125613C2.8624489307403564,11.730175,3.1819262207403565,11.410698,3.5773630107403562,11.410698L12.165268230740356,11.410698C12.560705430740356,11.410698,12.880182930740357,11.730175,12.880182930740357,12.125613C12.882415930740356,12.521049,12.562938930740357,12.840528,12.169737130740357,12.840528Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="20" height="20" viewBox="0 0 20 20"><g><g><path d="M17.755132628730774,8.075672936832813C18.157718628730773,8.075545019232813,18.492319628730773,8.385789278632812,18.522514628730775,8.787194128632812L18.524436628730776,8.844884988632813L18.524436628730776,18.461575848632812C18.524438628730774,19.28132584863281,17.881582628730772,19.957090848632813,17.062757628730772,19.998076848632813L16.985828628730772,19.999998848632814L3.0152552287307737,19.999998848632814C2.195257548730774,20.000205848632813,1.5191834117307739,19.357368848632813,1.4781846609307738,18.53849684863281L1.476261538568874,18.461575848632812L1.476261538568874,8.844884988632813C1.4744037584307739,8.429959388632813,1.802007588730774,8.088338846632812,2.2166938787307737,8.072770719702813C2.6313804287307736,8.057202593632812,2.983681928730774,8.373298048632812,3.012947828730774,8.787194128632812L3.0148709287307742,8.844884988632813L3.0148709287307742,18.461575848632812L16.985828628730772,18.461575848632812L16.985828628730772,8.844884988632813C16.985828628730772,8.420060898632812,17.330258628730775,8.075672936832813,17.755132628730774,8.075672936832813Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M16.722376,0L3.3195498,0C2.699996,-0.000015645839,2.1408739,0.37152559,1.9009519,0.94266939L1.1624193,2.7141647C0.3300316,4.7306547,0,5.6294789,0,5.9237027C-0.00010489133,7.5604982,0.90284193,9.0638475,2.347918,9.8328381C2.9568226,10.158216,3.6595829,10.31975,4.4327335,10.31975L4.5689006,10.317441C5.5043511,10.28811,6.406342,9.9626131,7.144917,9.3878489L7.2276173,9.3209267L7.3064713,9.384387C8.0780706,9.9831562,9.0261726,10.309744,10.002884,10.31321L10.137897,10.310134C11.067768,10.277328,11.963527,9.9517231,12.697373,9.3797712L12.77315,9.3186197L12.856235,9.3851566C13.633629,9.9879179,14.590061,10.313865,15.573803,10.311288C16.365034,10.307442,17.080486,10.137446,17.694391,9.8009157C19.117393,9.0235443,20.00181,7.5308137,19.999996,5.909471L19.998461,5.8690877C19.966917,5.4544826,19.448406,4.1172071,18.144819,0.95228404C17.907347,0.37607765,17.345663,0.000046937519,16.722376,0ZM3.3195498,1.5384243L16.722376,1.5384243L17.247044,2.8199315C17.589382,3.661834,17.862103,4.345664,18.064428,4.8714204L18.198288,5.2229505C18.239061,5.3306398,18.275219,5.4290996,18.307144,5.5179429L18.409462,5.8102436L18.460236,5.9725475L18.461391,5.905241C18.464186,6.9657974,17.886301,7.942843,16.955477,8.451333C16.575056,8.6597891,16.111166,8.7701712,15.569575,8.7728634C14.718059,8.7761402,13.909163,8.4007025,13.362054,7.7482729C13.054619,7.3822699,12.491302,7.3822699,12.183864,7.7482729C11.642867,8.3951988,10.84433,8.7709932,10.000961,8.7755556C9.157032,8.771841,8.3575039,8.3969536,7.8149815,7.7505808C7.5232224,7.4041371,6.9967484,7.3834658,6.678719,7.7059665L6.6371765,7.7521191C6.0902328,8.4049482,5.2821507,8.781971,4.4304256,8.7817097C3.902683,8.7817097,3.4487932,8.6770973,3.0718338,8.4759483L2.9787481,8.4240265C2.1196475,7.9263215,1.5763826,7.0223451,1.5401485,6.0302386L1.539379,5.989471L1.5739977,5.8787041L1.6105398,5.7725534C1.6670837,5.61025,1.7470914,5.3944864,1.8509476,5.1271839L2.0721228,4.5652752C2.3717673,3.8145235,2.7875762,2.8053172,3.3191659,1.5388098L3.3195498,1.5384243Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M10.771392617565919,13.076980171716308L10.771392617565919,16.92304082171631L9.232783317565918,16.92304082171631L9.232783317565918,13.076980171716308C9.232783317565918,12.652156081716308,9.577212717565917,12.307768821716309,10.002088607565918,12.307768821716309C10.426963817565918,12.307768821716309,10.771392617565919,12.652156081716308,10.771392617565919,13.076980171716308Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="20" height="20" viewBox="0 0 20 20"><g><g><path d="M10,0C4.4859376,0,0,4.4859376,0,10C0,15.514063,4.4859376,20,10,20C15.514063,20,20,15.514063,20,10C20,4.4859376,15.514063,0,10,0ZM10,18.571428C5.2736607,18.571428,1.4285715,14.726339,1.4285715,10C1.4285715,5.2736607,5.2736607,1.4285715,10,1.4285715C14.726339,1.4285715,18.571428,5.2736607,18.571428,10C18.571428,14.726339,14.726339,18.571428,10,18.571428Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M11.428571174737549,5.357142925262451L7.857142804737549,5.357142925262451C7.462723134737549,5.357142925262451,7.142857074737549,5.677008985262451,7.142857074737549,6.0714286552624515L7.142857074737549,14.642857025262451C7.142857074737549,15.035714625262452,7.464285644737549,15.357142925262451,7.857142804737549,15.357142925262451C8.249999874737549,15.357142925262451,8.57142857473755,15.035714625262452,8.57142857473755,14.642857025262451L8.57142857473755,11.071428825262451L11.428571174737549,11.071428825262451C13.00401787473755,11.071428825262451,14.28571417473755,9.78973242526245,14.28571417473755,8.21428582526245C14.28571417473755,6.638839325262451,13.003794674737549,5.357142925262451,11.428571174737549,5.357142925262451ZM11.428571174737549,9.642857025262451L8.57142857473755,9.642857025262451L8.57142857473755,6.7857144252624515L11.428571174737549,6.7857144252624515C12.216294774737548,6.7857144252624515,12.857142974737549,7.426562525262451,12.857142974737549,8.21428582526245C12.857142974737549,9.002008925262452,12.216071574737548,9.642857025262451,11.428571174737549,9.642857025262451Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16.689453125" height="20" viewBox="0 0 16.689453125 20"><g><g><path d="M14.83522,3.5352263L14.82897,3.5198095L14.83522,3.5352263ZM12.770638,4.7852263C12.01647,4.908143,11.163137,4.6310596,10.623971,4.0935597L8.4160538,1.8931429L6.5339708,4.0035596C5.9943867,4.6085596,5.0998044,4.9173098,4.3043871,4.7714763L1.729804,4.2993932C1.6964707,4.6160598,1.6781372,4.9618931,1.6781372,5.3348093C1.6781372,9.5406427,4.7027202,12.886059,8.3448038,12.886059C11.987304,12.886059,15.011472,9.5406427,15.011472,5.3348093C15.011472,4.9973097,14.998555,4.6948094,14.974805,4.4264765L12.770638,4.7852263ZM7.5114703,14.507309C3.3006368,14.044809,0.011470169,10.114809,0.011470169,5.3348093C0.011470169,3.720643,0.32188684,2.769393,0.32188684,2.769393C0.38360626,2.5447485,0.60491174,2.4029043,0.83480358,2.4406428L4.6048036,3.1323097C4.8260536,3.1727264,5.1360536,3.0668929,5.2898035,2.8948095L7.5123034,0.40189278C7.9723034,-0.11269055,8.7406368,-0.13644055,9.2289715,0.34980947L11.800637,2.9135597C11.961471,3.0735598,12.277304,3.176893,12.50272,3.1402264L15.861053,2.5935597C16.09252,2.5614712,16.313587,2.7002966,16.38522,2.9227262C16.38522,2.9227262,16.678137,3.6635594,16.678137,5.3348093C16.678137,10.113976,13.389386,14.044392,9.1781368,14.506893L9.1781368,19.163977C9.1799841,19.62538,8.8062115,20.000275,8.3448038,19.999809C7.8848038,19.999809,7.5114703,19.62981,7.5114703,19.164392L7.5114703,14.507309ZM15.750637,14.171892C16.211617,14.113027,16.631672,14.442595,16.684191,14.904339C16.73671,15.366082,16.401394,15.781565,15.93897,15.827726C13.978137,16.050642,12.22522,17.143559,11.121053,18.796061C10.864324,19.175949,10.348932,19.277081,9.96768,19.022379C9.5864277,18.767677,9.4825516,18.252831,9.73522,17.870228C11.108552,15.815228,13.29647,14.450644,15.750637,14.171892ZM0.75063676,15.827726C0.28821409,15.781565,-0.047100782,15.366083,0.0054176152,14.904339C0.057936311,14.442595,0.4779923,14.113027,0.93897015,14.171892C3.3931372,14.451059,5.5814705,15.815226,6.9543862,17.870226C7.2071052,18.252831,7.1032453,18.767721,6.7219687,19.02244C6.3406935,19.277159,5.8252659,19.175997,5.568553,18.796059C4.4643865,17.143559,2.7114697,16.050642,0.75063676,15.827726Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 7.8 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="50" height="50" viewBox="0 0 50 50"><g><g><rect x="0" y="0" width="50" height="50" rx="14" fill="#FFFFFF" fill-opacity="1"/></g><g><g><path d="M23.2070036,19.2556267L26.65532,19.2556267C28.138095,19.2556267,29.333511,20.4372988,29.333511,21.8778133C29.333511,23.3295822,28.138097000000002,24.500000999999997,26.65532,24.500000999999997L23.2070036,24.500000999999997L23.2070036,29.755626L21.6667566,29.755626L21.6667566,19.2556267L23.2070036,19.2556267ZM35.460018000000005,23.7572346L33.931267,23.7572346L33.931267,17.0048234C33.931267,16.1720262,33.241603999999995,15.5080391,32.402514,15.5080391L17.0690014,15.5080391C16.2299113,15.508038599999999,15.540248,16.1832798,15.540248,17.004823000000002L15.540248,32.00643C15.540248,32.839228,16.2299113,33.503215999999995,17.0690014,33.503215999999995L29.333511,33.503215999999995L29.333511,35L17.0690014,35C15.3793265,35,14,33.66077,14,31.995178L14,17.004823000000002C14,15.3504822,15.3678321,14,17.0690014,14L32.391018,14C34.080696,14,35.460021999999995,15.3392282,35.460021999999995,17.004823000000002L35.460018000000005,23.7572346ZM23.2070036,20.7636652L23.2070036,23.0144691L26.65532,23.0144691C27.287511000000002,23.0144691,27.804759,22.508038499999998,27.804759,21.8890667C27.804759,21.2700958,27.287511000000002,20.7636652,26.65532,20.7636652L23.2070036,20.7636652Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M31.67810802392578,30.509614954577636L31.67810802392578,29.755594254577638L29.33325409392578,29.755594254577638L29.33325409392578,28.258810254577636L31.39074922392578,28.258810254577636L28.80451202392578,25.794179954577636L29.87349172392578,24.713793754577637L32.43673972392578,27.155915754577638L34.91952612392578,24.725048016577638L35.99999952392578,25.782925654577635L33.48272802392578,28.258810254577636L35.47126052392578,28.258810254577636L35.47126052392578,29.755594254577638L33.21835852392578,29.755594254577638L33.21835852392578,30.509614954577636L35.47126052392578,30.509614954577636L35.47126052392578,32.006397754577634L33.21835852392578,32.006397754577634L33.21835852392578,34.97745675457764L31.689603523925783,34.97745675457764L31.689603523925783,32.006397754577634L29.33325409392578,32.006397754577634L29.33325409392578,30.509614954577636L31.67810802392578,30.509614954577636Z" fill="#2A7EFB" fill-opacity="1"/></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="50" height="50" viewBox="0 0 50 50"><g><g><rect x="0" y="0" width="50" height="50" rx="14" fill="#FFFFFF" fill-opacity="1"/></g><g><g><path d="M32.53125,14L18.15625,14C16.96743757,14,16,14.96743745,16,16.15625L16,33.40625C16,34.595062,16.96743727,35.5625,18.15625,35.5625L32.53125,35.5625C33.720062,35.5625,34.6875,34.595062,34.6875,33.40625L34.6875,16.15625C34.6875,14.96743745,33.720062,14,32.53125,14ZM21.03125,15.4375L29.656249000000003,15.4375L29.656249000000003,17.5937498L21.03125,17.5937498L21.03125,15.4375ZM33.25,33.40625C33.25,33.803204,32.928204,34.125,32.53125,34.125L18.15625,34.125C17.7602186,34.125,17.4375,33.802999,17.4375,33.40625L17.4375,16.15625C17.4375,15.7602186,17.7602186,15.4375,18.15625,15.4375L19.5937498,15.4375L19.5937498,17.5937498C19.5937498,18.3865314,20.2384686,19.03125,21.03125,19.03125L29.656249000000003,19.03125C30.449032000000003,19.03125,31.093749000000003,18.3865314,31.093749000000003,17.5937498L31.093749000000003,15.4375L32.53125,15.4375C32.927999,15.4375,33.25,15.7602186,33.25,16.15625L33.25,33.40625Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M28.5815477,27.740772200000002L26.6428418,25.7932229C26.7699699,25.5058796,26.8335333,25.1866093,26.8335333,24.8354125C26.8335333,23.430622800000002,25.7211614,22.28125,24.322751,22.28125C23.8778021,22.28125,23.4964175,22.40895817,23.1150321,22.60052031L24.5452247,24.0372365C24.6405718,24.1330178,24.6405718,24.2926528,24.5452247,24.3884339L23.9095838,25.0589013C23.8142376,25.1546826,23.6553273,25.1546826,23.559981,25.0589013L22.16157064,23.590258C21.9708783,23.9733824,21.84375,24.3884339,21.84375,24.8034854C21.84375,26.2082753,22.9561223,27.3576474,24.3545332,27.3576474C24.7359183,27.3576474,25.0855212,27.2618666,25.435123400000002,27.1022305L27.3102646,29.0178528C27.6598692,29.369051,28.231945,29.369051,28.5497656,29.0178528L28.5815477,28.9859257C28.9311519,28.666656500000002,28.9311519,28.091969,28.5815477,27.740772200000002Z" fill="#2A7EFB" fill-opacity="1"/></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="50" height="50" viewBox="0 0 50 50"><g><g><rect x="0" y="0" width="50" height="50" rx="14" fill="#FFFFFF" fill-opacity="1"/></g><g><g><path d="M32.250001999999995,14L17.7500024,14C16.78350395,14,16.0000022888185,14.79396707,16.0000020599366,15.7733756L16.0000020599366,32.959919C15.9986624145,33.858044,16.66011947,34.615387,17.540002,34.723162L28.040002,35.999992L28.250000999999997,35.999992C29.107924,36.002676,29.838966,35.369541,29.970001,34.510357L32.25,34.510357C33.216499,34.510357,34.000001999999995,33.716391,34,32.73698L34,15.7733756C34.000001999999995,14.79396755,33.216499,14.00000023193913,32.250001999999995,14ZM28.500002000000002,34.23675C28.501092,34.389452,28.369608,34.508417,28.220003,34.490088L17.7200024,33.213259C17.5937613,33.197798,17.4990839,33.088774,17.5000025,32.959919L17.5000025,17.0704732C17.5048497,17.0039492,17.5353926,16.9420466,17.5850019,16.8982022C17.6385121,16.8507571,17.7094271,16.8286459,17.780002,16.8374007L28.280002,18.114231099999998C28.406241,18.1296906,28.500918,18.2387156,28.500000999999997,18.367570399999998L28.500002000000002,34.23675ZM32.500001999999995,32.747113999999996C32.500001999999995,32.887029999999996,32.388073,33.000451999999996,32.250001999999995,33.000451999999996L30.000002000000002,33.000451999999996L30.000002000000002,18.3473034C30.001343,17.4491794,29.339886,16.6918356,28.460003999999998,16.5840616L19.6800036,15.5200362L32.250001999999995,15.5200362C32.388073,15.5200362,32.500001999999995,15.6334602,32.500001999999995,15.7733756L32.500001999999995,32.747113999999996Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M26.250248908996582,23.880126953125C25.83603503899658,23.880126953125,25.500248908996582,24.220398333125,25.500248908996582,24.640145063125L25.500248908996582,27.680217553125C25.500248908996582,28.099964153125,25.83603503899658,28.440235653125,26.250248908996582,28.440235653125C26.664462808996582,28.440235653125,27.000248908996582,28.099964153125,27.000248908996582,27.680217553125L27.000248908996582,24.640145063125C27.000248908996582,24.220398333125,26.664462808996582,23.880126953125,26.250248908996582,23.880126953125Z" fill="#2A7EFB" fill-opacity="1"/></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="50" height="50" viewBox="0 0 50 50"><g><g><rect x="0" y="0" width="50" height="50" rx="14" fill="#FFFFFF" fill-opacity="1"/></g><g><g><g><path d="M34.105824,26.286273L35.114523,26.286273Q36.316165999999996,26.286273,36.747726,25.164758Q37.179296,24.043221000000003,36.287563,23.23771L25.731386999999998,13.70142141Q24.558273,12.6415854,23.385143,13.70143631L12.82890034,23.2377291Q11.9371856,24.043232,12.36876243,25.164762Q12.80033159,26.286273,14.0020132,26.286273L15.0137231,26.286273L15.0137231,34.971373Q15.0137231,36.721373,16.7637231,36.721373L32.355824,36.721373Q34.105824,36.721373,34.105824,34.971373L34.105824,26.286273ZM35.347794,24.626061Q35.286144,24.786273,35.114523,24.786273L32.605824,24.786273L32.605824,34.971373Q32.605824,35.221373,32.355824,35.221373L16.7637231,35.221373Q16.5137231,35.221373,16.5137231,34.971373L16.5137231,24.786273L14.0020132,24.786273Q13.83034217,24.786273,13.76868922,24.626057Q13.70704466,24.465862,13.8344239,24.350799000000002L24.390703000000002,14.81447244Q24.558273,14.66308314,24.72586,14.81448734L35.282082,24.350818Q35.409439,24.46586,35.347794,24.626061Z" fill-rule="evenodd" fill="#333333" fill-opacity="1"/></g></g><g><path d="M23.1000004,22.22515123L24.3970997,23.6496994L25.6948991,22.22515123C25.9442873,21.951285351,26.34024,21.923941948,26.6188993,22.16134235L26.6847,22.22515123C26.9579654,22.52535963,26.9579654,23.0119966,26.6847,23.3122052L25.2839994,24.8497643L26.5999999,24.8497643C26.986599,24.8497643,27.3000011,25.193958,27.3000011,25.6185441C27.3000011,26.043129399999998,26.986599,26.3873234,26.5999999,26.3873234L25.200000799999998,26.3873234L25.200000799999998,27.1561031L27.3000011,27.1561031C27.6865993,27.1561031,28.0000005,27.500297500000002,28.0000005,27.9248829C28.0000005,28.3494673,27.6865993,28.6936617,27.3000011,28.6936617L25.200000799999998,28.6936617L25.200000799999998,30.2312202C25.200000799999998,30.6558056,24.8866003,31.000000999999997,24.5000002,31.000000999999997C24.1134007,31.000000999999997,23.8,30.6558056,23.8,30.2312202L23.8,28.6936617L21.69999999,28.6936617C21.313400389999998,28.6936617,21,28.3494673,21,27.9248829C21,27.500297500000002,21.313400389999998,27.1561031,21.69999999,27.1561031L23.8,27.1561031L23.8,26.3873234L22.4,26.3873234C22.013400400000002,26.3873234,21.69999999,26.043129399999998,21.69999999,25.6185441C21.69999999,25.193958,22.013400400000002,24.8497643,22.4,24.8497643L23.5102005,24.8497643L22.1102003,23.3122052C21.84492803,23.010551,21.84872574,22.53106594,22.1187361,22.23452544C22.3887461,21.937985003,22.8253337,21.933814034,23.1000004,22.22515123Z" fill="#2A7EFB" fill-opacity="1"/></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="50" height="50" viewBox="0 0 50 50"><rect x="0" y="0" width="50" height="50" rx="14" fill="#FFFFFF" fill-opacity="1"/><path d="M35.858828,18.1859064L33.668673,14.9251368C33.430628,14.48695815,32.923525,14,32.228263999999996,14L17.739782599999998,14C16.9431498,14,16.4258122,14.73036343,16.3174791,14.89827484L14.13157916,18.189301C14.045762923,18.3184943,13.999990751423,18.4701438,14,18.6252408L14,34.6709C14,35.403774,14.59622604,36,15.3290987,36L34.663546,36C35.396418,36,35.992644999999996,35.403776,35.992644999999996,34.6709L35.992644999999996,18.6252408C35.992655,18.4687576,35.946072,18.315814500000002,35.858828,18.1859064ZM17.6335902,15.7650633C17.6385589,15.7575852,17.6372309,15.759922,17.6405518,15.7545103C17.6841657,15.6898646,17.7564123,15.6120832,17.8045518,15.5758737L32.195869,15.5758737C32.224058,15.5982342,32.265163,15.6471118,32.288778,15.6873308C32.304964,15.7224333,32.313623,15.73397,32.336746000000005,15.7684332L34.255548000000005,18.6252408L15.7338475,18.6252408L17.6335902,15.7650633ZM15.5758747,34.42415L15.5758747,20.2542496L34.416796000000005,20.2542496L34.416796000000005,34.42415L15.5758747,34.42415ZM29.883062000000002,22.942482L23.498610499999998,29.32693L20.0896087,25.917953C19.7802043,25.608549,19.2786107,25.608549,18.9692316,25.917953C18.6598525,26.227333,18.6598525,26.728928,18.9692316,27.038331L22.938422199999998,31.0075C23.2478266,31.316902,23.7494202,31.316879,24.058799999999998,31.0075L31.003416,24.062884C31.312796,23.7535048,31.312796,23.251910199999998,31.003416,22.942531600000002C30.694035,22.633152000000003,30.192442,22.6331272,29.883062000000002,22.942482Z" fill="#2A7EFB" fill-opacity="1" style="mix-blend-mode:passthrough"/><path d="M35.858828,18.1859064L33.668673,14.9251368C33.430628,14.48695815,32.923525,14,32.228263999999996,14L17.739782599999998,14C16.9431498,14,16.4258122,14.73036343,16.3174791,14.89827484L14.13157916,18.189301C14.045762923,18.3184943,13.999990751423,18.4701438,14,18.6252408L14,34.6709C14,35.403774,14.59622604,36,15.3290987,36L34.663546,36C35.396418,36,35.992644999999996,35.403776,35.992644999999996,34.6709L35.992644999999996,18.6252408C35.992655,18.4687576,35.946072,18.315814500000002,35.858828,18.1859064ZM17.6335902,15.7650633C17.6385589,15.7575852,17.6372309,15.759922,17.6405518,15.7545103C17.6841657,15.6898646,17.7564123,15.6120832,17.8045518,15.5758737L32.195869,15.5758737C32.224058,15.5982342,32.265163,15.6471118,32.288778,15.6873308C32.304964,15.7224333,32.313623,15.73397,32.336746000000005,15.7684332L34.255548000000005,18.6252408L15.7338475,18.6252408L17.6335902,15.7650633ZM15.5758747,34.42415L15.5758747,20.2542496L34.416796000000005,20.2542496L34.416796000000005,34.42415L15.5758747,34.42415Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="50" height="50" viewBox="0 0 50 50"><g><g><g><rect x="0" y="0" width="50" height="50" rx="14" fill="#FFFFFF" fill-opacity="1"/></g></g><g transform="matrix(0,-1,1,0,-22,50)"><g><path d="M14,46.999939C14,40.9343467,18.9343472,36,25.000093,36C31.065685,36,36.000001999999995,40.9343467,36.000001999999995,46.999939C36.000001999999995,53.065685,31.065653,58.000001999999995,25.000093,58.000001999999995C18.9343472,58.000031,14,53.065685,14,46.999939ZM34.428664999999995,46.999939C34.428664999999995,41.8008733,30.199127,37.5713978,25.000123000000002,37.5713978C19.8009353,37.5713978,15.571429,41.8009043,15.571429,46.999939C15.571429,52.199096999999995,19.8009353,56.428602,25.000123000000002,56.428602C30.199127,56.428635,34.428664999999995,52.199127000000004,34.428664999999995,46.999939ZM26.316871,51.480138L30.251764,47.588488C30.484346,47.359004,30.54254,47.019613,30.426924,46.734392C30.419863,46.716407000000004,30.402584,46.702257,30.39399,46.684886C30.357864,46.611869999999996,30.318581,46.538731999999996,30.257994,46.477469C30.257318,46.476765,30.25643,46.476765,30.255754,46.475904C30.254894,46.4752,30.254894,46.474309,30.254158,46.473511L26.352196,42.5607753C26.045799000000002,42.2534885,25.548465,42.2527819,25.241331000000002,42.5590873C25.087227,42.7123027,25.010283,42.9143162,25.010283,43.1153803C25.010283,43.3157992,25.086399999999998,43.516892,25.239643,43.6701069L27.775936,46.214317L20.2857451,46.214316C19.8512697,46.214316,19.4999695,46.566323,19.4999695,46.999969C19.4999695,47.433738,19.8512397,47.785744,20.2857451,47.785744L27.817616,47.785744L25.212173999999997,50.362919C25.056535,50.516132999999996,24.978824,50.718884,24.978824,50.921483C24.978824,51.121103,25.054234,51.320724,25.205914,51.473937C25.510683999999998,51.782639,26.008107000000003,51.785738,26.316871,51.480138Z" fill="#2A7EFB" fill-opacity="1"/></g><g><path d="M14,46.999939C14,40.9343467,18.9343472,36,25.000093,36C31.065685,36,36.000001999999995,40.9343467,36.000001999999995,46.999939C36.000001999999995,53.065685,31.065653,58.000001999999995,25.000093,58.000001999999995C18.9343472,58.000031,14,53.065685,14,46.999939ZM34.428664999999995,46.999939C34.428664999999995,41.8008733,30.199127,37.5713978,25.000123000000002,37.5713978C19.8009353,37.5713978,15.571429,41.8009043,15.571429,46.999939C15.571429,52.199096999999995,19.8009353,56.428602,25.000123000000002,56.428602C30.199127,56.428635,34.428664999999995,52.199127000000004,34.428664999999995,46.999939Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -11,7 +11,7 @@
</view>
<!-- <view class="pay_type" @click="handleSelectPayType(2)">
<view class="pay_label">
<image src="/static/images/zhifubao.png" mode="heightFix" />
<image src="https://pay-prod-1369486729.cos.ap-guangzhou.myqcloud.com/uploads/cs-test/01KN40MBZ0TV865VWX5SH2K6V1.png" mode="heightFix" />
<text>微信支付</text>
</view>
<uni-icons v-if="selectEd === 2" type="checkbox-filled" size="20" color="#2A7EFB"></uni-icons>

View File

@ -1,8 +1,4 @@
export interface QuickAction {
label: string // 按钮显示文字
message: string // 点击后发送的消息内容
icon: string // 按钮图标
}
export const monthsDifferenceEndDay = (str: string, num: number) => {
// 获取当前日期
@ -81,10 +77,14 @@ export const onSplitArray = (val: string, type: string) => {
export function formatPhoneNumber(phone: string) {
return phone ? phone.replace(/(\d{3})\d{4}(\d{4})/, '$1****$2') : ''
}
export interface QuickAction {
label: string // 按钮显示文字
message: string // 点击后发送的消息内容
icon: string // 按钮图标
}
export const quickActions: QuickAction[] = [
{ label: '我的账单', message: '请帮我查询我的账单信息',icon:"FWJF.svg" },
{ label: '我要报修', message: '我要报修',icon:"FWJF.svg" },
{ label: '工单查询', message: '请帮我查询我的工单',icon:"GDCX.svg" },
{ label: '社区服务', message: '请提供社区服务信息',icon:"QBGL.svg" }
{ label: '房屋缴费', message: '房屋缴费',icon:"FWJF.svg" },
{ label: '房屋绑定', message: '房屋绑定',icon:"bindHouer.svg" },
{ label: '工单查询', message: '工单查询',icon:"work.svg" },
{ label: '社区服务', message: '社区服务',icon:"community.svg" }
]

View File

@ -1,5 +1,29 @@
<template>
<view class="chat-container">
<view class="chat_container_linear_gradient"> </view>
<view class="chat_messages_body">
<view class="opening_remarks">
<view class="opening_remarks_body">
<view class="opening_remarks_server_img">
<image
src="https://pay-prod-1369486729.cos.ap-guangzhou.myqcloud.com/uploads/cs-test/01KN5XRPWKSMDDHRJTY4F2TG1G.png"
mode="heightFix"
/>
</view>
<view class="opening_remarks_server_info">
<view class="label"> 我是管家-邻邻有什么可以帮助您的吗 </view>
<view class="group_btn">
<view class="group_btn_item"> 房屋绑定 </view>
<view class="group_btn_item"> 物业缴费 </view>
<view class="group_btn_item"> 工单报事 </view>
<view class="group_btn_item"> 社区服务 </view>
<view class="group_btn_item"> 访客邀请 </view>
<view class="group_btn_item"> 房屋管理 </view>
</view>
</view>
</view>
</view>
<view class="chat-messages">
<view
v-for="(message, index) in messages"
@ -9,7 +33,10 @@
:class="message.role === 'user' ? 'user-message' : 'ai-message'"
>
<view v-if="message.role === 'ai'" class="message-avatar">
<image src="/static/svg/ai_avatar.svg" mode="aspectFit" />
<image
src="https://pay-prod-1369486729.cos.ap-guangzhou.myqcloud.com/uploads/cs-test/01KN43RH4M09FAFBD8D9TQPM2B.png"
mode="aspectFit"
/>
</view>
<view class="message-content-wrapper">
<view class="message-content">
@ -219,6 +246,7 @@
</view>
</view>
</view>
</view>
</template>
<script setup lang="ts">
@ -252,7 +280,6 @@ interface Message {
}
}
const auth = useWeAppAuthStore()
const inputMessage = ref('')
const selectedImages = ref<string[]>([]) //
@ -283,8 +310,6 @@ const currentOffset = ref(0) // 当前偏移量
const quickQuestionsData = ref<string[]>([]) //
const lastMessageContent = ref('') //
//
const getQuickQuestions = async () => {
try {
@ -1260,7 +1285,7 @@ onUnmounted(() => {
})
//
onLoad(async (op) => {
onLoad(async op => {
//
quickQuestionsData.value = await getQuickQuestions()
console.log('页面加载时已获取开场白按钮数据:', quickQuestionsData.value.length)
@ -1273,482 +1298,6 @@ onLoad(async (op) => {
}
})
</script>
<style lang="scss" scoped>
.chat-container {
display: flex;
flex-direction: column;
min-height: 100vh;
width: 100vw;
// background-color: #f5f5f5;
}
.chat-messages {
width: 100%;
padding: 30rpx 20rpx;
padding-bottom: calc(220rpx + env(safe-area-inset-bottom));
box-sizing: border-box;
flex: 1;
}
.message-item {
display: flex;
width: 100%;
box-sizing: border-box;
margin-bottom: 30rpx;
animation: fadeIn 0.3s ease-in;
}
.ai-message {
align-items: flex-start;
.message-content-wrapper {
align-items: flex-start;
}
.message-content {
background-color: #f5f5f5;
color: #333;
margin-left: 12rpx;
margin-right: 0;
flex-shrink: 0;
}
.message-time {
color: #999;
font-size: 22rpx;
min-width: 80rpx;
}
.message-meta {
display: flex;
align-items: center;
justify-content: flex-start;
margin-top: 6rpx;
gap: 8rpx;
margin-left: 12rpx;
flex-direction: row;
}
.message-avatar {
margin-right: 0;
flex-shrink: 0;
}
}
.user-message {
justify-content: flex-end;
align-items: flex-start;
.message-content-wrapper {
align-items: flex-end;
}
.message-content {
background-color: #1c64f2;
color: #fff;
margin-right: 0;
flex-shrink: 0;
//
.message-images {
margin-bottom: 20rpx;
.message-image-item {
border-radius: 8rpx;
}
}
}
.message-time {
color: #999;
font-size: 22rpx;
margin-top: 6rpx;
text-align: right;
min-width: 80rpx;
}
.message-meta {
display: flex;
align-items: center;
justify-content: flex-end;
margin-top: 6rpx;
gap: 8rpx;
flex-direction: row;
}
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(10rpx);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.message-avatar {
width: 80rpx;
height: 80rpx;
border-radius: 50%;
overflow: hidden;
flex-shrink: 0;
image {
width: 100%;
height: 100%;
}
.user-avatar-image {
width: 100%;
height: 100%;
border-radius: 50%;
}
.user-avatar {
width: 100%;
height: 100%;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 24rpx;
font-weight: 500;
}
}
.message-content-wrapper {
display: flex;
flex-direction: column;
max-width: calc(100vw - 100rpx);
}
.message-content {
padding: 20rpx 24rpx;
border-radius: 16rpx;
font-size: 28rpx;
line-height: 1.5;
word-wrap: break-word;
word-break: break-all;
box-sizing: border-box;
background-color: #1c64f2;
&.loading {
opacity: 0.7;
}
//
&:has(.message-images) {
padding: 12rpx;
.user-message & {
padding: 8rpx;
}
}
view {
display: block;
width: 100%;
word-wrap: break-word;
word-break: break-all;
&:not(:last-child) {
margin-bottom: 8rpx;
}
}
text {
display: inline;
word-wrap: break-word;
word-break: break-all;
}
}
.quick-questions {
margin-top: 16rpx;
display: flex;
flex-direction: column;
gap: 12rpx;
padding-left: 12rpx;
}
.question-btn {
background-color: #f0f7ff;
border: 1px solid #d0e3ff;
border-radius: 12rpx;
padding: 16rpx 20rpx;
font-size: 26rpx;
color: #1c64f2;
line-height: 1.4;
transition: all 0.2s ease;
&:active {
background-color: #e6f2ff;
transform: scale(0.98);
}
text {
display: block;
word-wrap: break-word;
word-break: break-all;
}
}
.confirmation-buttons {
margin-top: 16rpx;
display: flex;
gap: 16rpx;
justify-content: flex-start;
padding-left: 12rpx;
}
.confirmation-btn {
width: 38rpx;
border-radius: 10rpx;
padding: 16rpx 22rpx;
font-size: 24rpx;
line-height: 1.4;
text-align: center;
transition: all 0.2s ease;
background-color: #fff;
color: #000;
border: 1px solid #e5e5e5;
&:active:not(.disabled) {
transform: scale(0.98);
}
&.selected {
background-color: #1c64f2;
color: #fff;
border-color: #1c64f2;
}
&.disabled {
opacity: 0.6;
cursor: not-allowed;
}
text {
display: block;
font-weight: 500;
}
}
.chat-input-area {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: #f8f8f8;
border-top: 1px solid #eee;
padding: 20rpx 20rpx;
padding-bottom: calc(30rpx + env(safe-area-inset-bottom));
z-index: 100;
}
.input-container {
display: flex;
align-items: center;
background-color: #fff;
border-radius: 50rpx;
padding: 10rpx 20rpx;
}
.message-input {
flex: 1;
height: 70rpx;
font-size: 28rpx;
padding: 0 20rpx;
background-color: transparent;
}
.send-button {
width: 70rpx;
height: 70rpx;
background: linear-gradient(135deg, #1c64f2 0%, #0e4aa7 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-left: 20rpx;
&.disabled {
opacity: 0.5;
pointer-events: none;
}
}
.upload-button {
width: 70rpx;
height: 70rpx;
background-color: #f5f5f5;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-left: 20rpx;
}
.image-preview-area {
margin-bottom: 20rpx;
}
//
.quick-actions-bar {
display: flex;
flex-wrap: wrap;
gap: 16rpx;
padding: 0 0 16rpx 0;
}
.quick-action-btn {
height: 60rpx;
padding: 0 24rpx;
background-color: #ffffff;
border: 1px solid #e5e5e5;
border-radius: 100rpx;
font-size: 23rpx;
color: #333333;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
white-space: nowrap;
&:active {
transform: scale(0.98);
background-color: #f8f8f8;
}
text {
display: block;
}
}
.image-preview-list {
display: flex;
flex-wrap: wrap;
gap: 16rpx;
}
.image-preview-item {
position: relative;
width: 120rpx;
height: 120rpx;
border-radius: 12rpx;
overflow: hidden;
&.add-more-button {
background-color: #f5f5f5;
border: 2rpx dashed #ddd;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
cursor: pointer;
&:active {
background-color: #e8e8e8;
}
}
}
.preview-image {
width: 100%;
height: 100%;
}
.add-more-text {
font-size: 22rpx;
color: #999;
margin-top: 8rpx;
}
.remove-image {
position: absolute;
top: 8rpx;
right: 8rpx;
width: 40rpx;
height: 40rpx;
background-color: rgba(0, 0, 0, 0.6);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.message-images {
display: flex;
flex-wrap: wrap;
gap: 12rpx;
margin-bottom: 12rpx;
max-width: 500rpx;
//
.user-message & {
margin-bottom: 0;
}
}
.message-image-item {
border-radius: 12rpx;
overflow: hidden;
&.single-image {
max-width: 500rpx;
width: 500rpx !important;
height: auto !important;
//
.user-message & {
max-width: 450rpx;
width: 450rpx !important;
}
}
&:not(.single-image) {
width: 200rpx;
height: 200rpx;
}
}
.message-image {
width: 100%;
height: 100%;
display: block;
}
.message-text-line {
margin-bottom: 4rpx;
&:last-child {
margin-bottom: 0;
}
}
.copy-button {
width: 32rpx;
height: 32rpx;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4rpx;
transition: background-color 0.2s ease;
&:active {
background-color: rgba(0, 0, 0, 0.05);
}
.copy-icon {
width: 26rpx;
height: 26rpx;
opacity: 0.7;
}
}
<style lang="scss">
@import './style.scss';
</style>

View File

@ -1,29 +0,0 @@
<template>
<web-view
src="http://10.39.13.99/chat/mVJwj0fNMlJHsXme"
style="width: 100%; height: 100%; min-height: 700px"
></web-view>
</template>
<script setup lang="ts">
import { onLoad, onShow } from '@dcloudio/uni-app'
import { useWeAppAuthStore } from '@/common'
onShow(async e => {
const curPages: any = getCurrentPages()[0] //
if (typeof curPages.getTabBar === 'function' && curPages.getTabBar()) {
curPages.getTabBar().setData({
selected: 1 //
})
}
})
</script>
<style lang="scss">
#dify-chatbot-bubble-button {
background-color: #1c64f2 !important;
}
#dify-chatbot-bubble-window {
width: 24rem !important;
height: 40rem !important;
}
@import './style.scss';
</style>

View File

@ -1,20 +1,565 @@
page {
.chat_container_linear_gradient {
position: fixed;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background:
linear-gradient(180deg, rgba(208, 229, 255, 0.44) 0%, rgba(255, 255, 255, 0) 600rpx),
linear-gradient(159deg, #d3d7ff 0%, rgba(255, 255, 255, 0) 400rpx),
linear-gradient(188deg, #dffff3 -8%, #f7f7f7 600rpx);
background-repeat: no-repeat;
}
.chat_messages_body {
position: relative;
z-index: 100;
}
.chat-container {
display: flex;
flex-direction: column;
min-height: 100vh;
width: 100vw;
// background-color: #f5f5f5;
}
.chat-messages {
width: 100%;
padding: 0 30rpx;
padding-top: 314rpx;
padding-bottom: calc(220rpx + env(safe-area-inset-bottom));
box-sizing: border-box;
flex: 1;
}
.message-item {
display: flex;
width: 100%;
box-sizing: border-box;
margin-bottom: 30rpx;
animation: fadeIn 0.3s ease-in;
}
.ai-message {
align-items: flex-start;
.message-content-wrapper {
align-items: flex-start;
}
.message-content {
background-color: #fff;
color: #333;
margin-left: 12rpx;
margin-right: 0;
flex-shrink: 0;
}
.message-time {
color: #999;
font-size: 22rpx;
min-width: 80rpx;
}
.message-meta {
display: flex;
align-items: center;
justify-content: flex-start;
margin-top: 6rpx;
gap: 8rpx;
margin-left: 12rpx;
flex-direction: row;
}
.message-avatar {
margin-right: 0;
flex-shrink: 0;
}
}
.user-message {
justify-content: flex-end;
align-items: flex-start;
.message-content-wrapper {
align-items: flex-end;
}
.message-content {
background-color: #1c64f2;
color: #fff;
margin-right: 0;
flex-shrink: 0;
// 用户消息中的图片显示优化
.message-images {
margin-bottom: 20rpx;
.message-image-item {
border-radius: 8rpx;
}
}
}
.message-time {
color: #999;
font-size: 22rpx;
margin-top: 6rpx;
text-align: right;
min-width: 80rpx;
}
.message-meta {
display: flex;
align-items: center;
justify-content: flex-end;
margin-top: 6rpx;
gap: 8rpx;
flex-direction: row;
}
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(10rpx);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.message-avatar {
width: 80rpx;
height: 80rpx;
border-radius: 50%;
overflow: hidden;
flex-shrink: 0;
image {
width: 100%;
height: 100%;
}
.user-avatar-image {
width: 100%;
height: 100%;
border-radius: 50%;
}
.user-avatar {
width: 100%;
height: 100%;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 24rpx;
font-weight: 500;
}
}
.message-content-wrapper {
display: flex;
flex-direction: column;
max-width: calc(100vw - 100rpx);
}
.message-content {
padding: 20rpx 24rpx;
border-radius: 16rpx;
font-size: 28rpx;
line-height: 1.5;
word-wrap: break-word;
word-break: break-all;
box-sizing: border-box;
background-color: #1c64f2;
&.loading {
opacity: 0.7;
}
// 纯图片消息的样式优化
&:has(.message-images) {
padding: 12rpx;
.user-message & {
padding: 8rpx;
}
}
view {
display: block;
width: 100%;
word-wrap: break-word;
word-break: break-all;
&:not(:last-child) {
margin-bottom: 8rpx;
}
}
text {
display: inline;
word-wrap: break-word;
word-break: break-all;
}
}
.quick-questions {
margin-top: 16rpx;
display: flex;
flex-direction: column;
gap: 12rpx;
padding-left: 12rpx;
}
.question-btn {
background-color: #f0f7ff;
border: 1px solid #d0e3ff;
border-radius: 12rpx;
padding: 16rpx 20rpx;
font-size: 26rpx;
color: #1c64f2;
line-height: 1.4;
transition: all 0.2s ease;
&:active {
background-color: #e6f2ff;
transform: scale(0.98);
}
text {
display: block;
word-wrap: break-word;
word-break: break-all;
}
}
.confirmation-buttons {
margin-top: 16rpx;
display: flex;
gap: 16rpx;
justify-content: flex-start;
padding-left: 12rpx;
}
.confirmation-btn {
width: 38rpx;
border-radius: 10rpx;
padding: 16rpx 22rpx;
font-size: 24rpx;
line-height: 1.4;
text-align: center;
transition: all 0.2s ease;
background-color: #fff;
color: #000;
border: 1px solid #e5e5e5;
&:active:not(.disabled) {
transform: scale(0.98);
}
&.selected {
background-color: #1c64f2;
color: #fff;
border-color: #1c64f2;
}
&.disabled {
opacity: 0.6;
cursor: not-allowed;
}
text {
display: block;
font-weight: 500;
}
}
.chat-input-area {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: #fff;
border-top: 1px solid #f8f8f8;
padding: 20rpx 20rpx;
padding-bottom: calc(30rpx + env(safe-area-inset-bottom));
z-index: 100;
}
.input-container {
display: flex;
align-items: center;
background-color: #f7f7f7;
border-radius: 50rpx;
padding: 10rpx 20rpx;
}
.message-input {
flex: 1;
height: 70rpx;
font-size: 28rpx;
padding: 0 20rpx;
background-color: transparent;
}
.send-button {
width: 70rpx;
height: 70rpx;
background: linear-gradient(135deg, #1c64f2 0%, #0e4aa7 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-left: 20rpx;
&.disabled {
opacity: 0.5;
pointer-events: none;
}
}
.upload-button {
width: 70rpx;
height: 70rpx;
background-color: #f7f7f7;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-left: 20rpx;
}
.image-preview-area {
margin-bottom: 20rpx;
}
// 快捷按钮栏样式
.quick-actions-bar {
display: flex;
flex-wrap: wrap;
gap: 16rpx;
padding: 0 0 16rpx 0;
}
.quick-action-btn {
height: 60rpx;
padding: 0 24rpx;
background-color: #ffffff;
border: 1px solid #e5e5e5;
border-radius: 100rpx;
font-size: 23rpx;
color: #333333;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
white-space: nowrap;
&:active {
transform: scale(0.98);
background-color: #f8f8f8;
}
.contact_btn {
border: none !important; /* 去掉边框 */
background-color: transparent; /* 去掉背景色 */
padding: 0; /* 去掉内边距 */
line-height: 1; /* 设置行高 */
color: inherit; /* 继承父元素的颜色 */
font-size: inherit; /* 继承父元素的字体大小 */
display: inline-flex; /* 设置为行内弹性盒子,以便更好地控制布局 */
align-items: center; /* 垂直居中 */
justify-content: center; /* 水平居中 */
outline: none; /* 去掉轮廓 */
box-shadow: none; /* 去掉阴影 */
text {
display: block;
}
}
.image-preview-list {
display: flex;
flex-wrap: wrap;
gap: 16rpx;
}
.image-preview-item {
position: relative;
width: 120rpx;
height: 120rpx;
border-radius: 12rpx;
overflow: hidden;
&.add-more-button {
background-color: #f5f5f5;
border: 2rpx dashed #ddd;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
cursor: pointer;
&:active {
background-color: #e8e8e8;
}
}
}
.preview-image {
width: 100%;
height: 100%;
}
.add-more-text {
font-size: 22rpx;
color: #999;
margin-top: 8rpx;
}
.remove-image {
position: absolute;
top: 8rpx;
right: 8rpx;
width: 40rpx;
height: 40rpx;
background-color: rgba(0, 0, 0, 0.6);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.message-images {
display: flex;
flex-wrap: wrap;
gap: 12rpx;
margin-bottom: 12rpx;
max-width: 500rpx;
// 用户消息中的图片样式优化
.user-message & {
margin-bottom: 0;
}
}
.message-image-item {
border-radius: 12rpx;
overflow: hidden;
&.single-image {
max-width: 500rpx;
width: 500rpx !important;
height: auto !important;
// 用户消息单张图片的样式
.user-message & {
max-width: 450rpx;
width: 450rpx !important;
}
}
&:not(.single-image) {
width: 200rpx;
height: 200rpx;
}
}
.message-image {
width: 100%;
height: 100%;
display: block;
}
.message-text-line {
margin-bottom: 4rpx;
&:last-child {
margin-bottom: 0;
}
}
.copy-button {
width: 32rpx;
height: 32rpx;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4rpx;
transition: background-color 0.2s ease;
&:active {
background-color: rgba(0, 0, 0, 0.05);
}
.copy-icon {
width: 26rpx;
height: 26rpx;
opacity: 0.7;
}
}
.opening_remarks {
padding: 30rpx;
z-index: 1000;
position: fixed;
top: 0;
left: 0;
right: 0;
background:
linear-gradient(180deg, rgba(208, 229, 255, 0.44) 0%, rgba(255, 255, 255, 0) 600rpx),
linear-gradient(159deg, #d3d7ff 0%, rgba(255, 255, 255, 0) 400rpx),
linear-gradient(188deg, #dffff3 -8%, #f7f7f7 600rpx);
.opening_remarks_body {
height: 254rpx;
border-radius: 20rpx;
border: 1px solid #ffffff;
backdrop-filter: blur(10px);
display: flex;
align-items: center;
justify-content: center;
background:
linear-gradient(58deg, #e3faff 1%, rgba(255, 255, 255, 0) 24%),
linear-gradient(221deg, #dbe3ff 0%, rgba(255, 255, 255, 0) 19%), rgba(255, 255, 255, 0.5);
.opening_remarks_server_img {
width: 56rpx;
height: 224rpx;
margin: 0 40rpx;
image {
width: 56rpx;
height: 224rpx;
}
}
.opening_remarks_server_info {
flex: 1;
padding-right: 30rpx;
}
.label {
font-size: 28rpx;
color: #333;
overflow: hidden;
white-space: nowrap;
width: 0;
display: inline-block;
animation:
typing 3s steps(30, end) forwards,
blink 0.75s step-end infinite;
}
.group_btn {
display: flex;
align-items: center;
flex-wrap: wrap;
&_item {
background-color: #fff;
border-radius: 100rpx;
font-size: 24rpx;
color: #333333;
padding: 15rpx 25rpx;
margin-top: 15rpx;
margin-right: 30rpx;
&:nth-child(3n) {
margin-right: 0;
}
}
}
}
}
@keyframes typing {
from {
width: 0;
}
to {
width: 100%;
}
button:after {
border: none !important; /* 去掉边框 */
}

View File

@ -2,22 +2,24 @@
<view class="ai_contents">
<view class="ai_contents_center">
<view class="ai_contents_header">
<image src="/static/svg/ai_icon.svg" mode="heightFix" />
<text>HI遇到什么问题了可以问我哦 </text>
<image
src="https://pay-prod-1369486729.cos.ap-guangzhou.myqcloud.com/uploads/cs-test/01KN3YX35D5WJ22MQ1GH4X6BF0.png"
mode="heightFix"
/>
<text>我是客服邻邻遇到问题了可以问我哦 </text>
</view>
<view class="ai_contents_input" @click="handleInputChange">
<view class="ai_input">
点击联系在线客服
</view>
<uni-icons
type="arrow-right"
size="20"
color="#666"
></uni-icons>
<view class="ai_input"> 点击联系在线客服 </view>
<uni-icons type="arrow-right" size="20" color="#A4A4A4"></uni-icons>
</view>
<view class="ai_footer">
<scroll-view scroll-x="true" style="height: 80rpx">
<view v-for="(i,index) in quickActions" :key="`item_${index}`" class="items" @click="handleAiPage(i)">
<view
v-for="(i, index) in quickActions"
:key="`item_${index}`"
class="items"
@click="handleAiPage(i)"
>
<view class="items_center">
<image :src="`/static/svg/${i.icon}`" mode="heightFix" />
{{ i.label }}
@ -51,6 +53,7 @@
import { showToast } from '@/common/libraries/naviHelper'
import { getStyleColorInfo, getStyleColorValueInfo } from '@/common/libraries/getPageConfig'
import { quickActions, QuickAction } from '@/common/libraries/public'
const handleAiPage = (i: QuickAction) => {
uni.navigateTo({
url: `/pages/ai/chat?message=${i?.message}`
@ -101,15 +104,17 @@ const handleInputChange = () => {
.ai_contents_header {
display: flex;
align-items: center;
padding: 30rpx;
color: #333;
font-size: 30rpx;
font-size: 28rpx;
padding: 0 0 0 50rpx;
image {
width: 52rpx;
height: 52rpx;
width: 56rpx;
height: 130rpx;
position: relative;
margin-top: -22rpx;
}
text {
padding-left: 20rpx;
padding: 5rpx 0 0 15rpx;
}
}
.ai_contents_input {
@ -117,20 +122,22 @@ const handleInputChange = () => {
align-items: center;
justify-content: space-between;
background-color: #fff;
border-radius: 100rpx;
border-radius: 10rpx;
padding: 15rpx 20rpx;
margin: 5rpx 30rpx;
box-shadow: 0px 4px 10px 0px rgba(231, 231, 231, 0.3);
.ai_input {
flex: 1;
font-size: 28rpx;
color: #666;
input {
height: 100%;
}
}
}
.ai_footer {
padding: 30rpx 0 0 0;
padding: 25rpx 0 0 0;
white-space: nowrap;
.items {
background-color: #fff;

View File

@ -48,48 +48,7 @@ const goToPage = async (i?: { skip_url?: string }) => {
}
}
const list = [
{
label: '物业缴费',
icon: 'jingang_icon5.svg',
url: '/INDEX/bill/list/index',
bindHouse: true
},
{
label: '工单提报',
icon: 'jingang_icon3.svg',
url: '/ME/work_order_home/index',
bindHouse: true
},
// {
// label: '',
// icon: 'jingang_icon2.svg',
// url: '/INDEX/parking_payment/index'
// },
{
label: '通行证',
icon: 'jingang_icon9.svg',
url: '/ME/pass/index',
bindHouse: false
},
// {
// label: '',
// icon: 'jingang_icon4.svg',
// url: '/INDEX/open_door/index'
// },
{
label: '物品放行',
icon: 'jingang_icon8.svg',
url: '/ME/release_items/list/index',
bindHouse: true
},
{
label: '访客邀请',
icon: 'jingang_icon1.svg',
url: '/INDEX/visitor_applies/add/index',
bindHouse: true
}
]
</script>
<style lang="scss" scoped>
.class_ification {

View File

@ -44,6 +44,7 @@ import { Apis } from '@/gen/Apis'
import { useWeAppAuthStore } from '@/common'
import { onHide, onShow } from '@dcloudio/uni-app'
import { computed, getCurrentInstance, ref, watch } from 'vue'
const audit_status = ref(false)
const auth = useWeAppAuthStore()
const show_bangding_house = ref(false)
const show_review_house = ref(false)
@ -65,9 +66,11 @@ onHide(() => {
const handleSelectResidentialRelation = () => {
//
if (audit_status.value) return
getApiLoading(Apis.Archive.HouseRegisters.GetOwnerIsAudit, {}).then(res => {
if (res?.data) {
show_review_house.value = true
audit_status.value = true
}
console.log(res)
})

View File

@ -22,7 +22,7 @@
已绑定<text> {{ useModel?.countHouseData?.value?.house_count || 0 }} </text>个房屋
</view>
</view>
<image src="/static/images/IconHouse.png" mode="heightFix" />
<image src="https://pay-prod-1369486729.cos.ap-guangzhou.myqcloud.com/uploads/cs-test/01KN40HY5ESM81G5DFZFS7ZGWV.png" mode="heightFix" />
</view>
<view class="item" @click="goToPage('/ME/payment_pre_stored/index')">
<view class="content">
@ -32,7 +32,7 @@
>个房屋
</view>
</view>
<image src="/static/images/IconWallet.png" mode="heightFix" />
<image src="https://pay-prod-1369486729.cos.ap-guangzhou.myqcloud.com/uploads/cs-test/01KN40K3K9NKHE1JV0EEHS151D.png" mode="heightFix" />
</view>
</view>
</view>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="20" height="20" viewBox="0 0 20 20"><defs><clipPath id="master_svg0_36_53420"><rect x="5" y="5" width="10" height="10" rx="0"/></clipPath></defs><g><g><g><rect x="0" y="0" width="20" height="20" rx="3" fill="#FEF0F0" fill-opacity="1"/></g></g><g clip-path="url(#master_svg0_36_53420)"><g><path d="M11.748441725,10.2358799C11.246742725,10.2358799,10.839043625,10.6631289,10.839043625,11.187977799999999C10.839043625,11.714027399999999,11.245593025,12.141276399999999,11.748441725,12.141276399999999L15.000235525,12.141276399999999L15.000235525,14.300622C15.000235525,14.6863728,14.701187125,15.000021,14.332538625,15.000021L5.669651985,15.000021C5.301002625,15.000021,5.001953125,14.6863728,5.001953125,14.299324L5.001953125,8.0777831C5.001953125,7.6920338,5.301002625,7.378334000000001,5.669652045,7.378334300000001L14.332586325,7.378334300000001C14.701187125,7.378334300000001,15.000286125,7.6920338,15.000286125,8.0777831L15.000286125,10.237079600000001L11.748441725,10.2358799ZM14.330136325,6.9449848L8.390447125,6.9449848L12.890990225,5.050538011C13.232790025,4.906488262,13.622138025,5.081037953,13.758837725,5.43868732L14.336187325,6.9449347L14.330137225,6.9449347L14.330136325,6.9449848ZM12.213541025,11.1855278C12.213541025,11.4479775,12.009641625,11.661576700000001,11.759441425,11.661576700000001C11.507992224999999,11.661576700000001,11.305342625,11.448027100000001,11.305342625,11.1855278C11.305342625,10.923028,11.509192025,10.7094784,11.759441425,10.7094784C12.009641625,10.7082286,12.213541025,10.9218783,12.213541025,11.1855278Z" fill="#F56C6C" fill-opacity="1"/></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 764 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="20" height="20" viewBox="0 0 20 20"><rect x="0" y="0" width="20" height="20" rx="3" fill="#F0F9EB" fill-opacity="1"/><path d="M10.5277753,4.20757329L15.854923,9.1395292C15.990825,9.265222099999999,16.036386,9.462286500000001,15.969658,9.6357698C15.902928,9.8092532,15.737596,9.9235687,15.553324,9.9236331L15.026082,9.923069L15.026082,13.8717928C15.026082,14.494885,14.525969,15.000001,13.9090462,15L6.0897887,15C5.4728665,15.000001,4.97275203,14.494885,4.97275186,13.8717928L4.97275186,9.92307L4.44606897,9.92307C4.26205841,9.922752899999999,4.097057953,9.808530300000001,4.030381816,9.6353092C3.96370573,9.462088600000001,4.0089908252,9.2652974,4.14446904,9.1395302L9.4710584,4.20757371C9.7700024,3.930808835,10.2288294,3.930808835,10.5277753,4.20757329ZM8.5450354,11.000506900000001C8.3542633,10.8336387,8.0656695,10.8546033,7.9005051,11.047327L7.8172858000000005,11.1528144C7.6020083,11.447971800000001,7.4859428,11.8049865,7.4860845000000005,12.1715851L7.4860845000000005,12.7887135C7.4860845000000005,13.1384573,7.7675776,13.4233294,8.1144176,13.4233294L11.8844161,13.4233294C12.2312565,13.4233294,12.5127497,13.1390219,12.5127497,12.7887135L12.5127497,12.1715851C12.5127497,11.7676868,12.3731203,11.3869166,12.130723,11.0873785L12.1055899,11.0586085L12.0787811,11.0315323C11.872683,10.8425865,11.553865,10.8585095,11.367228,11.067070000000001L11.3359509,11.101480500000001C11.3131719,11.1276722,11.2891259,11.152710899999999,11.2639022,11.176506C10.9063745,11.469471500000001,10.4598098,11.6290455,9.999415899999999,11.6283536C9.4498301,11.6296577,8.923900100000001,11.4026179,8.5450354,11.000506900000001ZM9.999417300000001,7.5414248C9.1665721,7.5414248,8.4914179,8.22333,8.4914174,9.0645037L8.4914174,9.5975819C8.491823199999999,10.4384646,9.166858699999999,11.1199169,9.999416400000001,11.1199169C10.831974500000001,11.1199169,11.507009,10.4384646,11.5074162,9.5975819L11.5074162,9.0645037C11.5074162,8.22333,10.832261599999999,7.5414248,9.999417300000001,7.5414248Z" fill="#94D673" fill-opacity="1"/></svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="20" height="20" viewBox="0 0 20 20"><rect x="0" y="0" width="20" height="20" rx="3" fill="#FEF0F0" fill-opacity="1"/><path d="M15.510204,7.6628704C15.210885,6.9521644,14.77551,6.2961278,14.231293,5.7494307L14.14966,5.667426C13.0340128,4.60136682,11.5374146,4,9.9863944,4C8.3809524,4,6.8843539,4.62870163,5.7414966,5.7494308L5.7414966,5.7767656C4.62585032,6.9248294999999995,4,8.4282465,4,10.0136681C4,10.6697044,4.10884354,11.2710714,4.29931971,11.8724375C4.48979586,12.4191341,4.73469388,12.9384975,5.0612245,13.4305239L5.1156461,13.4851942L5.1156461,15.781322C5.1156461,15.890661,5.2244896999999995,16,5.3333333,16L9.9863944,16C10.8027205,16,11.5646253,15.835991,12.3265305,15.535308C13.0340137,15.234625,13.6870747,14.797267,14.231293,14.25057L14.312925,14.168566C15.401361,13.0478363,16,11.5717545,16,9.9863329C15.972789,9.193622099999999,15.809524,8.428246,15.510204,7.6628704ZM12.136054,10.970387500000001L9.9863944,13.0478363C9.9591837,13.0751715,9.9047618,13.1025057,9.8503399,13.1025057C9.795918499999999,13.1025057,9.7687078,13.0751715,9.7142859,13.0478363L7.5918369000000006,10.9977221L7.5646260000000005,10.970386999999999C7.0476191,10.451025,6.9115648,9.7949886,7.1564629,9.1662869C7.4285717,8.4829154,8.108843799999999,8.0182228,8.816327099999999,8.0182228C9.1428576,8.0182228,9.469388,8.127562000000001,9.7687078,8.3189063L9.823129699999999,8.3462415L9.8775516,8.3189063C10.1768713,8.1275625,10.503401799999999,8.018223299999999,10.8299327,8.018223299999999C11.5374155,8.018223299999999,12.2176876,8.4829159,12.4897966,9.1662874C12.7891159,9.794989099999999,12.6530619,10.4510255,12.136054,10.970387500000001Z" fill="#F56C6C" fill-opacity="1"/></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="18" height="20" viewBox="0 0 18 20"><g><g><path d="M8.996643774874878,0C5.105911774874878,0,1.955288199874878,3.0730898,1.938450574874878,6.8972344C1.938450574874878,8.2704487,2.344859274874878,9.5778675,3.099126074874878,10.695215L3.1729838748748778,10.801025L3.215844374874878,10.872592L3.251051074874878,10.926457C3.274777374874878,10.961471,3.300034474874878,10.994945,3.328353174874878,11.028035L3.3459565748748776,11.047273L7.834438074874878,16.29619C8.446499074874879,17.011463,9.548752574874879,17.009638,10.158467974874878,16.292341L14.622458574874878,11.042656L14.592988574874878,11.075361C14.637033574874877,11.029085,14.677102574874878,10.979143,14.712770574874877,10.926072L14.747211574874878,10.872974C14.761371574874877,10.850659,14.788923574874877,10.803717,14.788157574874878,10.805257C15.579545574874878,9.6932964,16.023456574874878,8.3381672,16.03991157487488,6.9099317C16.03991357487488,3.0815544,12.880869574874877,0,8.996643774874878,0ZM8.996643774874878,1.5390457C12.045473574874878,1.5390457,14.509183574874879,3.942266,14.509183574874879,6.9006977C14.498815574874877,7.9913435,14.154470574874878,9.0522919,13.523011574874879,9.9391594L13.456808574874877,10.044584L8.994732574874877,15.29273L4.505868174874879,10.043814L4.462625074874878,9.9718637L4.440429474874878,9.9391584C3.807326274874878,9.0540333,3.4675081748748777,7.9909401,3.469181974874878,6.9006963C3.4825741748748777,3.9361105,5.939777574874878,1.539046,8.996643774874878,1.5390457Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M15.097198,14.574095858098145C15.442174,14.371699288098144,15.883944,14.470049911588145,16.111689,14.799950718098145L16.143833,14.850739418098145L17.789368,17.685276738098146C18.364212,18.675417938098143,17.699114,19.927220838098144,16.560959,19.997307738098144L16.458782,20.000000938098147L1.5242184,19.918047438098146C0.38941249,19.911741738098144,-0.34425402,18.709580438098143,0.1641653,17.689507938098146L0.21200055,17.600628338098144L1.780233,14.911915628098145C1.9875327,14.554084480098144,2.4393044,14.425359718098145,2.8025038,14.620636788098144C3.1657033,14.815913858098144,3.3100748,15.265157758098145,3.1291883,15.637190838098144L3.1008697,15.690288438098145L1.5326372,18.379001138098143L16.467201,18.460955138098143L14.821667,15.626418038098144C14.60877,15.259322108098145,14.732124,14.788210568098144,15.097198,14.574095858098145Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M9.002378699261474,3.961089611053467C7.3113696992614745,3.961301861253467,5.940707953831475,5.339754811053467,5.940919399261475,7.039951311053467C5.941130844691474,8.740147111053467,7.312134699261475,10.118255611053467,9.003143999261475,10.118043911053466C10.694152799261474,10.117831711053466,12.064814599261474,8.739378911053468,12.064602899261475,7.039182711053467C12.064392099261475,5.338986311053467,10.693387999261475,3.9608777048434667,9.002378699261474,3.961089611053467ZM9.002378699261474,5.500135511053466C9.847989599261474,5.500348111053467,10.533319999261476,6.189746411053466,10.533108199261473,7.039950611053467C10.532897499261475,7.890154811053467,9.847224199261476,8.579209311053468,9.001613899261475,8.578997111053468C8.156003999261475,8.578784511053467,7.470672299261475,7.889385511053467,7.470883699261474,7.039181511053467C7.471095199261475,6.188977211053467,8.156768799261474,5.499922911053467,9.002378699261474,5.500135511053466Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="20" height="20" viewBox="0 0 20 20"><g><g><path d="M10.948433417999269,3.859000206234009C11.611324117999267,4.018961159234009,11.931245317999267,4.796109499234008,11.782808317999267,5.459000299234009C11.622847117999267,6.121891299234009,11.005660317999268,6.681852099234009,10.342769417999268,6.521890899234009C9.679878617999268,6.361929699234009,9.428511617999268,5.596109499234009,9.577144417999268,4.933414199234009C9.736910017999268,4.270328459234009,10.285542517999268,3.6988439892340086,10.948433417999269,3.859000206234009ZM8.102729947999267,8.761734699234008C8.102729947999267,8.761734699234008,10.102729817999268,7.013102099234009,10.879877817999267,7.356070999234008C11.405658717999268,7.493179999234009,11.119916217999268,9.85900039923401,11.039839017999267,10.178921899234009C11.016987517999269,10.464664699234008,10.559760817999267,14.064663699234009,10.674213617999268,14.224624699234008C10.834174917999267,14.818959699234009,11.016987517999269,14.35040569923401,11.577142917999268,13.88185069923401C11.577142917999268,13.88185069923401,12.891400317999267,12.99044439923401,11.485737317999268,14.84181169923401C10.320112417999267,16.08751369923401,9.188666917999267,15.927553699234009,9.017182717999267,14.99044469923401C8.880073517999268,14.281849699234009,9.440034517999267,9.996107799234009,9.577143817999268,9.03614739923401C9.622846617999267,8.716225899234008,9.222846817999267,9.03614739923401,9.222846817999267,9.03614739923401C9.222846817999267,9.03614739923401,8.137104867999268,9.71036649923401,7.874214371999267,9.25333569923401C7.805464494999268,9.127554199234009,7.908394339999267,8.933217299234009,8.102729947999267,8.761734699234008Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M10,0C4.5,0,0,4.5,0,9.999999C0,15.499999,4.5,20,10,20C15.5,20,20,15.499999,20,9.999999C20,4.4999995,15.5,0,10,0ZM10,18.4375C5.3400388,18.4375,1.5624996,14.659961,1.5624996,9.999999C1.5624996,5.3400373,5.3400388,1.562499,10,1.562499C14.659961,1.562499,18.4375,5.3400378,18.4375,9.999999C18.4375,14.659961,14.659963,18.4375,10,18.4375Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="20" height="21" viewBox="0 0 20 21"><g><g><path d="M8.0833435,7.6114488C10.576338,7.6114488,13.169247,7.0705214,14.726454,6.0391531L14.726454,7.9167719L16.169125,7.9167719L16.169125,3.8057244C16.169125,1.3342874,12.004388,0,8.0857811,0C4.1671734,0,0,1.3342876,0,3.8057244L0,15.025761C0,17.497196,4.1647372,18.831486,8.0833435,18.831486L8.0833435,17.410646C3.9673455,17.410646,1.4402342,16.021067,1.4402342,15.025758L1.4402337,11.652778C2.9974411,12.681743,5.5879126,13.225072,8.0833435,13.225072L8.0833435,11.801833C3.9673448,11.801833,1.4402333,10.412251,1.4402333,9.4169445L1.4402337,6.0415573C2.9974411,7.0705218,5.5903497,7.6114488,8.0833435,7.6114488ZM8.0833435,1.4208359C12.199343,1.4208359,14.726454,2.8104179,14.726454,3.8057244C14.726454,4.8010311,12.199343,6.1906128,8.0833445,6.1906128C3.9673455,6.1906128,1.4402349,4.8010311,1.4402349,3.8057244C1.4402349,2.8104179,3.9697816,1.4208359,8.0833435,1.4208359ZM14.546121,8.3903837C10.966249,8.3903837,9.094676,9.7487125,9.094676,11.090212L9.0946751,18.300175C9.0946751,19.641674,10.968685,21,14.546118,21C18.099184,21,19.968319,19.660906,19.997562,18.329023L20,18.329023L20,11.090214C19.997564,9.7487125,18.12599,8.3903837,14.546121,8.3903837ZM14.546121,9.8112202C17.19264,9.8112202,18.557331,10.707957,18.557331,11.090214C18.557331,11.472468,17.19264,12.369206,14.546121,12.369206C11.899599,12.369206,10.53491,11.472468,10.53491,11.090214C10.53491,10.707957,11.899597,9.8112202,14.546121,9.8112202ZM14.546121,19.579166C11.899599,19.579166,10.53491,18.68243,10.53491,18.300175L10.53491,16.578823C11.448763,17.069265,12.791519,17.396225,14.546121,17.396225C16.30072,17.396225,17.641039,17.069262,18.557331,16.578823L18.557331,18.300175C18.557331,18.682428,17.19264,19.579166,14.546121,19.579166ZM14.546121,15.972985C11.899599,15.972985,10.53491,15.076248,10.53491,14.693992L10.53491,12.972641C11.448763,13.463082,12.791519,13.790042,14.546121,13.790042C16.30072,13.790042,17.641039,13.463079,18.557331,12.972641L18.557331,14.693992C18.557331,15.076245,17.19264,15.972985,14.546121,15.972985Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="18.65625" height="20" viewBox="0 0 18.65625 20"><g><g><path d="M15.033303,19.999999633094788L2.1469762,19.999999633094788C0.96289986,19.999999633094788,0,19.03710163309479,0,17.853024633094787L0,3.5391038330947877C0,2.355027493094788,0.96289986,1.3921276330947876,2.1469762,1.3921276330947876L12.16471,1.3921276330947876C12.560147,1.3921276330947876,12.879624,1.7116047730947876,12.879624,2.1070418930947876C12.879624,2.5024789330947876,12.560147,2.8219559330947876,12.16471,2.8219559330947876L2.144742,2.8219559330947876C1.7515392,2.8219559330947876,1.429828,3.145901433094788,1.429828,3.5368701330947876L1.429828,17.850789633094788C1.429828,18.24622663309479,1.7537735,18.565703633094788,2.144742,18.565703633094788L15.0266,18.565703633094788C15.422037,18.565703633094788,15.741514,18.24622663309479,15.741514,17.850789633094788L15.741514,6.398759933094787C15.741514,6.003322733094787,16.060991,5.683845633094788,16.456429,5.683845633094788C16.851866,5.683845633094788,17.171343,6.003322733094787,17.171343,6.398759933094787L17.171343,17.850789633094788C17.180279,19.03486563309479,16.21291,19.999999633094788,15.033303,19.999999633094788Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M10.827038030740358,8.5465746C10.641607530740355,8.5465746,10.460644030740356,8.4773169,10.319895530740357,8.3343344C10.038398530740356,8.0528364,10.038398530740356,7.6037807,10.319895530740357,7.3222842L17.433290930740355,0.21112299C17.714787930740357,-0.070374392,18.163844930740357,-0.070374392,18.445341930740355,0.21112299C18.726837930740356,0.49262038,18.726837930740356,0.94167578,18.445341930740355,1.2231733L11.331946630740356,8.3388023C11.193432130740357,8.4773178,11.008001530740357,8.5465746,10.827038030740358,8.5465746ZM7.871315230740357,8.5465746L3.5773630107403562,8.5465746C3.1819262207403565,8.5465746,2.8624489307403564,8.2270975,2.8624489307403564,7.8316603C2.8624489307403564,7.436223,3.1819262207403565,7.1167459,3.5773630107403562,7.1167459L7.871315230740357,7.1167459C8.266752530740357,7.1167459,8.586229530740358,7.436223,8.586229530740358,7.8316603C8.586229530740358,8.2270975,8.268986030740358,8.5465746,7.871315230740357,8.5465746ZM12.169737130740357,12.840528L3.5773630107403562,12.840528C3.1819262207403565,12.840528,2.8624489307403564,12.521049,2.8624489307403564,12.125613C2.8624489307403564,11.730175,3.1819262207403565,11.410698,3.5773630107403562,11.410698L12.165268230740356,11.410698C12.560705430740356,11.410698,12.880182930740357,11.730175,12.880182930740357,12.125613C12.882415930740356,12.521049,12.562938930740357,12.840528,12.169737130740357,12.840528Z" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

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