gaoluyang
16 小时以前 c899675f6cd2303dc802ee7d04d4bf5dc903ac02
进销存升级app
1.工作台图标替换
已添加19个文件
已修改7个文件
338 ■■■■■ 文件已修改
src/pages/works.vue 325 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/caigoutaizhang.svg 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/fukuandengji.svg 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/fukuanliushui.svg 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/gongyingshangwanglai.svg 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/huikuandengji.png 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/huikuandengji.svg 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/huikuandengji@2x.png 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/huikuanliushui.png 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/huikuanliushui.svg 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/huikuanliushui@2x.png 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/kaipiaodengji.png 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/kaipiaodengji.svg 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/kaipiaodengji@2x.png 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/kaipiaotaizhang.png 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/kaipiaotaizhang.svg 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/kaipiaotaizhang@2x.png 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/kehubaifang.svg 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/kehuwanglai.png 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/kehuwanglai.svg 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/kehuwanglai@2x.png 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/laipiaodengji.svg 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/laipiaotaizhang.svg 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/xiaoshoutaizhang.png 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/xiaoshoutaizhang.svg 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/static/images/icon/xiaoshoutaizhang@2x.png 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/works.vue
@@ -51,11 +51,8 @@
          <up-grid-item v-for="(item, index) in marketingItems"
                        :key="index"
                        @click="handleCommonItemClick(item)">
            <view class="icon-container"
                  :style="{ background: item.bgColor }">
              <up-icon :name="item.icon"
                       :size="58"
                       color="#ffffff"></up-icon>
            <view class="icon-container">
              <image :src="item.icon" class="item-icon"></image>
            </view>
            <text class="item-label">{{item.label}}</text>
          </up-grid-item>
@@ -76,11 +73,8 @@
          <up-grid-item v-for="(item, index) in purchaseItems"
                        :key="index"
                        @click="handleCommonItemClick(item)">
            <view class="icon-container"
                  :style="{ background: item.bgColor }">
              <up-icon :name="item.icon"
                       :size="58"
                       color="#ffffff"></up-icon>
            <view class="icon-container">
              <image :src="item.icon" class="item-icon"></image>
            </view>
            <text class="item-label">{{item.label}}</text>
          </up-grid-item>
@@ -101,11 +95,8 @@
          <up-grid-item v-for="(item, index) in collaborationItems"
                        :key="index"
                        @click="handleCommonItemClick(item)">
            <view class="icon-container"
                  :style="{ background: item.bgColor }">
              <up-icon :name="item.icon"
                       :size="58"
                       color="#ffffff"></up-icon>
            <view class="icon-container">
              <image :src="item.icon" class="item-icon"></image>
            </view>
            <text class="item-label">{{item.label}}</text>
          </up-grid-item>
@@ -126,11 +117,8 @@
          <up-grid-item v-for="(item, index) in safetyItems"
                        :key="index"
                        @click="handleCommonItemClick(item)">
            <view class="icon-container"
                  :style="{ background: item.bgColor }">
              <up-icon :name="item.icon"
                       :size="58"
                       color="#ffffff"></up-icon>
            <view class="icon-container">
              <image :src="item.icon" class="item-icon"></image>
            </view>
            <text class="item-label">{{item.label}}</text>
          </up-grid-item>
@@ -151,11 +139,8 @@
          <up-grid-item v-for="(item, index) in qualityItems"
                        :key="index"
                        @click="handleCommonItemClick(item)">
            <view class="icon-container"
                  :style="{ background: item.bgColor }">
              <up-icon :name="item.icon"
                       :size="58"
                       color="#ffffff"></up-icon>
            <view class="icon-container">
              <image :src="item.icon" class="item-icon"></image>
            </view>
            <text class="item-label">{{item.label}}</text>
          </up-grid-item>
@@ -176,11 +161,8 @@
          <up-grid-item v-for="(item, index) in humanResourcesItems"
                        :key="index"
                        @click="handleCommonItemClick(item)">
            <view class="icon-container"
                  :style="{ background: item.bgColor }">
              <up-icon :name="item.icon"
                       :size="58"
                       color="#ffffff"></up-icon>
            <view class="icon-container">
              <image :src="item.icon" class="item-icon"></image>
            </view>
            <text class="item-label">{{item.label}}</text>
          </up-grid-item>
@@ -201,11 +183,8 @@
          <up-grid-item v-for="(item, index) in productionItems"
                        :key="index"
                        @click="handleCommonItemClick(item)">
            <view class="icon-container"
                  :style="{ background: item.bgColor }">
              <up-icon :name="item.icon"
                       :size="58"
                       color="#ffffff"></up-icon>
            <view class="icon-container">
              <image :src="item.icon" class="item-icon"></image>
            </view>
            <text class="item-label">{{item.label}}</text>
          </up-grid-item>
@@ -226,11 +205,8 @@
          <up-grid-item v-for="(item, index) in equipmentItems"
                        :key="index"
                        @click="handleCommonItemClick(item)">
            <view class="icon-container"
                  :style="{ background: item.bgColor }">
              <up-icon :name="item.icon"
                       :size="58"
                       color="#ffffff"></up-icon>
            <view class="icon-container">
              <image :src="item.icon" class="item-icon"></image>
            </view>
            <text class="item-label">{{item.label}}</text>
          </up-grid-item>
@@ -273,27 +249,27 @@
  // è¥é”€ç®¡ç†åŠŸèƒ½æ•°æ®
  const marketingItems = reactive([
    {
      icon: "/static/images/icon/xiaoshoutaizhang@2x.png",
      icon: "/static/images/icon/xiaoshoutaizhang.svg",
      label: "销售台账",
    },
    {
      icon: "/static/images/icon/kaipiaodengji@2x.png",
      icon: "/static/images/icon/kaipiaodengji.svg",
      label: "开票登记",
    },
    {
      icon: "/static/images/icon/kaipiaotaizhang@2x.png",
      icon: "/static/images/icon/kaipiaotaizhang.svg",
      label: "开票台账",
    },
    {
      icon: "/static/images/icon/huikuandengji@2x.png",
      icon: "/static/images/icon/huikuandengji.svg",
      label: "回款登记",
    },
    {
      icon: "/static/images/icon/huikuanliushui@2x.png",
      icon: "/static/images/icon/huikuanliushui.svg",
      label: "回款流水",
    },
    {
      icon: "/static/images/icon/kehuwanglai@2x.png",
      icon: "/static/images/icon/kehuwanglai.svg",
      label: "客户往来",
    },
  ]);
@@ -301,120 +277,120 @@
  // é‡‡è´­ç®¡ç†åŠŸèƒ½æ•°æ®
  const purchaseItems = reactive([
    {
      icon: "/static/images/icon/caigoutaizhang@2x.png",
      icon: "/static/images/icon/caigoutaizhang.svg",
      label: "采购台账",
    },
    {
      icon: "/static/images/icon/laipiaodengji@2x.png",
      icon: "/static/images/icon/laipiaodengji.svg",
      label: "来票登记",
    },
    {
      icon: "/static/images/icon/laipiaotaizhang@2x.png",
      icon: "/static/images/icon/laipiaotaizhang.svg",
      label: "来票台账",
    },
    {
      icon: "/static/images/icon/fukuanjingji@2x.png",
      icon: "/static/images/icon/fukuanjingji.svg",
      label: "付款登记",
    },
    {
      icon: "/static/images/icon/fukuanliushui@2x.png",
      icon: "/static/images/icon/fukuanliushui.svg",
      label: "付款流水",
    },
    {
      icon: "/static/images/icon/gongyingshangwanglai@2x.png",
      icon: "/static/images/icon/gongyingshangwanglai.svg",
      label: "供应商往来",
    },
  ]);
  const humanResourcesItems = reactive([
    {
      icon: "/static/images/icon/caigoutaizhang@2x.png",
      icon: "/static/images/icon/caigoutaizhang.svg",
      label: "打卡签到",
    },
    {
      icon: "/static/images/icon/caigoutaizhang@2x.png",
      icon: "/static/images/icon/caigoutaizhang.svg",
      label: "人员薪资",
    },
    {
      icon: "/static/images/icon/caigoutaizhang@2x.png",
      icon: "/static/images/icon/caigoutaizhang.svg",
      label: "合同管理",
    },
  ]);
  const qualityItems = reactive([
    {
      icon: "/static/images/icon/caigoutaizhang@2x.png",
      icon: "/static/images/icon/caigoutaizhang.svg",
      label: "原材料检验",
    },
    {
      icon: "/static/images/icon/caigoutaizhang@2x.png",
      icon: "/static/images/icon/caigoutaizhang.svg",
      label: "过程检验",
    },
    {
      icon: "/static/images/icon/caigoutaizhang@2x.png",
      icon: "/static/images/icon/caigoutaizhang.svg",
      label: "出厂检验",
    },
  ]);
  const safetyItems = reactive([
    {
      icon: "/static/images/icon/caigoutaizhang@2x.png",
      icon: "/static/images/icon/caigoutaizhang.svg",
      label: "规程与资质",
    },
    {
      icon: "/static/images/icon/caigoutaizhang@2x.png",
      icon: "/static/images/icon/caigoutaizhang.svg",
      label: "危险源台账",
    },
    {
      icon: "/static/images/icon/caigoutaizhang@2x.png",
      icon: "/static/images/icon/caigoutaizhang.svg",
      label: "危险作业审批",
    },
    {
      icon: "/static/images/icon/guzhangfenxi@2x.png",
      icon: "/static/images/icon/guzhangfenxi@2x.svg",
      label: "隐患排查上报",
    },
    {
      icon: "/static/images/icon/guzhangfenxi@2x.png",
      icon: "/static/images/icon/guzhangfenxi@2x.svg",
      label: "危险物料管控",
    },
    {
      icon: "/static/images/icon/guzhangfenxi@2x.png",
      icon: "/static/images/icon/guzhangfenxi@2x.svg",
      label: "应急预案查阅",
    },
    {
      icon: "/static/images/icon/guzhangfenxi@2x.png",
      icon: "/static/images/icon/guzhangfenxi@2x.svg",
      label: "事故上报记录",
    },
    {
      icon: "/static/images/icon/guzhangfenxi@2x.png",
      icon: "/static/images/icon/guzhangfenxi@2x.svg",
      label: "安全培训考核",
    },
  ]);
  // ååŒåŠžå…¬åŠŸèƒ½æ•°æ®
  const collaborationItems = reactive([
    {
      icon: "/static/images/icon/baoxiaoguanli.png",
      icon: "/static/images/icon/baoxiaoguanli.svg",
      label: "协同审批",
    },
    {
      icon: "/static/images/icon/huiyiliebiao@2x.png",
      icon: "/static/images/icon/huiyiliebiao@2x.svg",
      label: "会议管理",
    },
    {
      icon: "/static/images/icon/tongzhigonggao@2x.png",
      icon: "/static/images/icon/tongzhigonggao@2x.svg",
      label: "通知公告",
    },
    {
      icon: "/static/images/icon/zhishiku@2x.png",
      icon: "/static/images/icon/zhishiku@2x.svg",
      label: "知识库",
    },
    {
      icon: "/static/images/icon/yongyinguanli@2x.png",
      icon: "/static/images/icon/yongyinguanli@2x.svg",
      label: "用印管理",
    },
    {
      icon: "/static/images/icon/guizhangzhidu@2x.png",
      icon: "/static/images/icon/guizhangzhidu@2x.svg",
      label: "规章制度",
    },
    {
      icon: "/static/images/icon/kehubaifang@2x.png",
      icon: "/static/images/icon/kehubaifang@2x.svg",
      label: "客户拜访",
    },
  ]);
@@ -422,52 +398,47 @@
  // ç”Ÿäº§ç®¡æŽ§åŠŸèƒ½æ•°æ®
  const productionItems = reactive([
    // {
    //   icon: "/static/images/icon/shengchandingdan@2x.png",
    //   icon: "/static/images/icon/shengchandingdan@2x.svg",
    //   label: "生产订单",
    //   bgColor: "#FF9800",
    // },
    // {
    //   icon: "/static/images/icon/shengchanpaigong@2x.png",
    //   icon: "/static/images/icon/shengchanpaigong@2x.svg",
    //   label: "生产派工",
    //   bgColor: "#FF6B35",
    // },
    // {
    //   icon: "/static/images/icon/shengchanpaichan@2x.png",
    //   icon: "/static/images/icon/shengchanpaichan@2x.svg",
    //   label: "工序排产",
    //   bgColor: "#E91E63",
    // },
    {
      icon: "/static/images/icon/shengchanbaogong@2x.png",
      icon: "/static/images/icon/shengchanbaogong@2x.svg",
      label: "生产报工",
      bgColor: "#673AB7",
    },
    // {
    //   icon: "/static/images/icon/shengchanhesuan@2x.png",
    //   icon: "/static/images/icon/shengchanhesuan@2x.svg",
    //   label: "生产核算",
    //   bgColor: "#3F51B5",
    // },
  ]);
  // è®¾å¤‡ç®¡ç†åŠŸèƒ½æ•°æ®
  const equipmentItems = reactive([
    // {
    //     icon: '/static/images/icon/shebeitaizhang@2x.png',
    //     icon: '/static/images/icon/shebeitaizhang@2x.svg',
    //     label: '设备台账',
    // },
    {
      icon: "/static/images/icon/shbeibaoxiu@2x.png",
      icon: "/static/images/icon/shbeibaoxiu@2x.svg",
      label: "运行管理",
    },
    {
      icon: "/static/images/icon/shbeibaoxiu@2x.png",
      icon: "/static/images/icon/shbeibaoxiu@2x.svg",
      label: "设备报修",
    },
    {
      icon: "/static/images/icon/shbeibaoyang@2x.png",
      icon: "/static/images/icon/shbeibaoyang@2x.svg",
      label: "设备保养",
    },
    {
      icon: "/static/images/icon/xunjianshangchuan@2x.png",
      icon: "/static/images/icon/xunjianshangchuan@2x.svg",
      label: "设备巡检",
    },
  ]);
@@ -967,12 +938,12 @@
    // è¿‡æ»¤è¥é”€ç®¡ç†èœå•
    const originalMarketing = [
      { icon: "/static/images/icon/xiaoshoutaizhang@2x.png", label: "销售台账" },
      { icon: "/static/images/icon/kaipiaodengji@2x.png", label: "开票登记" },
      { icon: "/static/images/icon/kaipiaotaizhang@2x.png", label: "开票台账" },
      { icon: "/static/images/icon/huikuandengji@2x.png", label: "回款登记" },
      { icon: "/static/images/icon/huikuanliushui@2x.png", label: "回款流水" },
      { icon: "/static/images/icon/kehuwanglai@2x.png", label: "客户往来" },
      { icon: "/static/images/icon/xiaoshoutaizhang.svg", label: "销售台账" },
      { icon: "/static/images/icon/kaipiaodengji.svg", label: "开票登记" },
      { icon: "/static/images/icon/kaipiaotaizhang.svg", label: "开票台账" },
      { icon: "/static/images/icon/huikuandengji.svg", label: "回款登记" },
      { icon: "/static/images/icon/huikuanliushui.svg", label: "回款流水" },
      { icon: "/static/images/icon/kehuwanglai.svg", label: "客户往来" },
    ];
    const filteredMarketing = originalMarketing.filter(item => {
      return allowedMenuTitles.has(item.label);
@@ -981,13 +952,13 @@
    // è¿‡æ»¤ååŒåŠžå…¬èœå•
    const originalCollaboration = [
      { icon: "/static/images/icon/baoxiaoguanli.png", label: "协同审批" },
      { icon: "/static/images/icon/huiyiliebiao@2x.png", label: "会议管理" },
      { icon: "/static/images/icon/tongzhigonggao@2x.png", label: "通知公告" },
      { icon: "/static/images/icon/zhishiku@2x.png", label: "知识库" },
      { icon: "/static/images/icon/yongyinguanli@2x.png", label: "用印管理" },
      { icon: "/static/images/icon/guizhangzhidu@2x.png", label: "规章制度" },
      { icon: "/static/images/icon/kehubaifang@2x.png", label: "客户拜访" },
      { icon: "/static/images/icon/baoxiaoguanli.svg", label: "协同审批" },
      { icon: "/static/images/icon/huiyiliebiao@2x.svg", label: "会议管理" },
      { icon: "/static/images/icon/tongzhigonggao@2x.svg", label: "通知公告" },
      { icon: "/static/images/icon/zhishiku@2x.svg", label: "知识库" },
      { icon: "/static/images/icon/yongyinguanli@2x.svg", label: "用印管理" },
      { icon: "/static/images/icon/guizhangzhidu@2x.svg", label: "规章制度" },
      { icon: "/static/images/icon/kehubaifang@2x.svg", label: "客户拜访" },
    ];
    const filteredCollaboration = originalCollaboration.filter(item => {
      // å¤„理标题不完全匹配的情况
@@ -1006,13 +977,13 @@
    // è¿‡æ»¤é‡‡è´­ç®¡ç†èœå•
    const originalPurchase = [
      { icon: "/static/images/icon/caigoutaizhang@2x.png", label: "采购台账" },
      { icon: "/static/images/icon/laipiaodengji@2x.png", label: "来票登记" },
      { icon: "/static/images/icon/laipiaotaizhang@2x.png", label: "来票台账" },
      { icon: "/static/images/icon/fukuanjingji@2x.png", label: "付款登记" },
      { icon: "/static/images/icon/fukuanliushui@2x.png", label: "付款流水" },
      { icon: "/static/images/icon/caigoutaizhang.svg", label: "采购台账" },
      { icon: "/static/images/icon/laipiaodengji.svg", label: "来票登记" },
      { icon: "/static/images/icon/laipiaotaizhang.svg", label: "来票台账" },
      { icon: "/static/images/icon/fukuanjingji.svg", label: "付款登记" },
      { icon: "/static/images/icon/fukuanliushui.svg", label: "付款流水" },
      {
        icon: "/static/images/icon/gongyingshangwanglai@2x.png",
        icon: "/static/images/icon/gongyingshangwanglai@2x.svg",
        label: "供应商往来",
      },
    ];
@@ -1023,17 +994,17 @@
    // è¿‡æ»¤å®‰å…¨ç”Ÿäº§èœå•
    const originalSafety = [
      { icon: "/static/images/icon/caigoutaizhang@2x.png", label: "规程与资质" },
      { icon: "/static/images/icon/caigoutaizhang@2x.png", label: "危险源台账" },
      { icon: "/static/images/icon/caigoutaizhang.svg", label: "规程与资质" },
      { icon: "/static/images/icon/caigoutaizhang.svg", label: "危险源台账" },
      {
        icon: "/static/images/icon/caigoutaizhang@2x.png",
        icon: "/static/images/icon/caigoutaizhang.svg",
        label: "危险作业审批",
      },
      { icon: "/static/images/icon/guzhangfenxi@2x.png", label: "隐患排查上报" },
      { icon: "/static/images/icon/guzhangfenxi@2x.png", label: "危险物料管控" },
      { icon: "/static/images/icon/guzhangfenxi@2x.png", label: "应急预案查阅" },
      { icon: "/static/images/icon/guzhangfenxi@2x.png", label: "事故上报记录" },
      { icon: "/static/images/icon/guzhangfenxi@2x.png", label: "安全培训考核" },
      { icon: "/static/images/icon/guzhangfenxi@2x.svg", label: "隐患排查上报" },
      { icon: "/static/images/icon/guzhangfenxi@2x.svg", label: "危险物料管控" },
      { icon: "/static/images/icon/guzhangfenxi@2x.svg", label: "应急预案查阅" },
      { icon: "/static/images/icon/guzhangfenxi@2x.svg", label: "事故上报记录" },
      { icon: "/static/images/icon/guzhangfenxi@2x.svg", label: "安全培训考核" },
    ];
    const filteredSafety = originalSafety.filter(item => {
      return allowedMenuTitles.has(item.label);
@@ -1042,9 +1013,9 @@
    // è¿‡æ»¤äººåŠ›èµ„æºèœå•
    const originalHumanResources = [
      { icon: "/static/images/icon/caigoutaizhang@2x.png", label: "打卡签到" },
      { icon: "/static/images/icon/caigoutaizhang@2x.png", label: "人员薪资" },
      { icon: "/static/images/icon/caigoutaizhang@2x.png", label: "合同管理" },
      { icon: "/static/images/icon/caigoutaizhang.svg", label: "打卡签到" },
      { icon: "/static/images/icon/caigoutaizhang.svg", label: "人员薪资" },
      { icon: "/static/images/icon/caigoutaizhang.svg", label: "合同管理" },
    ];
    const filteredHumanResources = originalHumanResources.filter(item => {
      return allowedMenuTitles.has(item.label);
@@ -1057,9 +1028,9 @@
    // è¿‡æ»¤è´¨é‡ç®¡ç†èœå•
    const originalQuality = [
      { icon: "/static/images/icon/caigoutaizhang@2x.png", label: "原材料检验" },
      { icon: "/static/images/icon/caigoutaizhang@2x.png", label: "过程检验" },
      { icon: "/static/images/icon/caigoutaizhang@2x.png", label: "出厂检验" },
      { icon: "/static/images/icon/caigoutaizhang.svg", label: "原材料检验" },
      { icon: "/static/images/icon/caigoutaizhang.svg", label: "过程检验" },
      { icon: "/static/images/icon/caigoutaizhang.svg", label: "出厂检验" },
    ];
    const filteredQuality = originalQuality.filter(item => {
      return allowedMenuTitles.has(item.label);
@@ -1069,9 +1040,8 @@
    // è¿‡æ»¤ç”Ÿäº§ç®¡æŽ§èœå•
    const originalProduction = [
      {
        icon: "/static/images/icon/shengchanbaogong@2x.png",
        icon: "/static/images/icon/shengchanbaogong@2x.svg",
        label: "生产报工",
        bgColor: "#673AB7",
      },
    ];
    const filteredProduction = originalProduction.filter(item => {
@@ -1081,10 +1051,10 @@
    // è¿‡æ»¤è®¾å¤‡ç®¡ç†èœå•
    const originalEquipment = [
      { icon: "/static/images/icon/shbeibaoxiu@2x.png", label: "运行管理" },
      { icon: "/static/images/icon/shbeibaoxiu@2x.png", label: "设备报修" },
      { icon: "/static/images/icon/shbeibaoyang@2x.png", label: "设备保养" },
      { icon: "/static/images/icon/xunjianshangchuan@2x.png", label: "设备巡检" },
      { icon: "/static/images/icon/shbeibaoxiu@2x.svg", label: "运行管理" },
      { icon: "/static/images/icon/shbeibaoxiu@2x.svg", label: "设备报修" },
      { icon: "/static/images/icon/shbeibaoyang@2x.svg", label: "设备保养" },
      { icon: "/static/images/icon/xunjianshangchuan@2x.svg", label: "设备巡检" },
    ];
    const filteredEquipment = originalEquipment.filter(item => {
      return allowedMenuTitles.has(item.label);
@@ -1207,7 +1177,7 @@
  .bg-img {
    width: 100%;
    height: 9.25rem;
    background-image: url("../static/images/banner/backview.png");
    background-image: url("../static/images/banner/backview.svg");
    background-size: cover;
    border-radius: 14px;
    position: relative;
@@ -1508,68 +1478,27 @@
  }
  .icon-container {
    width: 46px;
    height: 46px;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.375rem;
    box-shadow: 0 10px 20px rgba(17, 24, 39, 0.12);
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    animation: fadeInScale 0.5s ease both;
  }
    &::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.05) 100%
      );
      opacity: 0;
      transition: opacity 0.3s ease;
    }
  .item-icon {
    width: 36px;
    height: 36px;
    display: block;
  }
    &::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 0.75rem;
      background: linear-gradient(
        45deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
      );
      opacity: 0;
      transition: opacity 0.3s ease;
    }
    &:hover {
      transform: translateY(-0.1875rem) scale(1.02);
      box-shadow: 0 0.5rem 1.5625rem rgba(0, 0, 0, 0.18);
      &::before,
      &::after {
        opacity: 1;
      }
    }
    &:active {
      transform: scale(0.97);
      box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.18);
    }
  .icon-container:active {
    transform: scale(0.97);
  }
  .item-label {
@@ -1785,51 +1714,27 @@
  }
  .icon-container {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.18);
    transition: all 0.18s ease;
    position: relative;
    overflow: hidden;
    animation: fadeInScale 0.5s ease both;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
  }
  .marketing-module .icon-container {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
  }
  .purchase-module .icon-container {
    background: linear-gradient(135deg, #1d4ed8, #0f766e);
  }
  .collaboration-module .icon-container {
    background: linear-gradient(135deg, #22c55e, #16a34a);
  }
  .equipment-module .icon-container {
    background: linear-gradient(135deg, #a855f7, #7c3aed);
  }
  .icon-container::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(
      circle at 20% 20%,
      rgba(255, 255, 255, 0.26),
      transparent 55%
    );
    opacity: 0.8;
    pointer-events: none;
  .item-icon {
    width: 36px;
    height: 36px;
    display: block;
  }
  .icon-container:active {
    transform: scale(0.94);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.25);
  }
  .item-label {
src/static/images/icon/caigoutaizhang.svg
¶Ô±ÈÐÂÎļþ
@@ -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="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_33280"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath><clipPath id="master_svg1_121_33285"><rect x="9" y="7" width="14" height="14" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_33280)"><path d="M1,10L1,18C1,20.209139,2.7908611,22,5.000001,22L6.9999995,22C8.6568542,22,10,20.656855,10,19L10,9.0000005C10,7.3431458,8.6568542,6,6.9999995,6L5.0000005,6C2.7908611,6,1,7.7908611,1,10Z" fill="#7BF1FF" fill-opacity="1"/><rect x="5" y="2" width="22" height="24" rx="6" fill="#0066FF" fill-opacity="1" style="opacity:0.800000011920929;"/><g clip-path="url(#master_svg1_121_33285)"><path d="M11,16.3145084C11,16.8568134,11.41953862,17.2965374,11.93705875,17.2965374L14.748235000000001,17.2965326L14.748235000000001,19.01492C14.748235000000001,19.557223999999998,15.1677732,19.996857,15.685293699999999,19.996857C16.2028127,19.996857,16.6223521,19.557223999999998,16.6223521,19.01492L16.6223521,17.2965326L19.4335279,17.2965374C19.9510479,17.2965374,20.3705873,16.8568134,20.3705873,16.3145084C20.3705873,15.7722044,19.9510479,15.3324795,19.4335279,15.3324795L16.6223521,15.3326592L16.6223521,14.1052389L19.4335279,14.1052041C19.9510479,14.1052041,20.3705873,13.665479699999999,20.3705873,13.123175100000001C20.3705873,12.5808711,19.9510479,12.1411459,19.4335279,12.1411459L17.0471907,12.141366L18.372539500000002,10.6733191L18.3832593,10.6612922C18.738317000000002,10.2769862,18.7347999,9.66407478,18.372539500000002,9.28446427C18.006588,8.901018053,17.4131689,8.901018053,17.0472183,9.28446427L15.685293699999999,10.5117393L14.3330426,9.28446427C13.9671209,8.900987156,13.3739045,8.900987156,13.007983,9.28446427C12.642032,9.66791046,12.642032,10.2898729,13.007983,10.6733191L14.301521300000001,12.141366L11.93705875,12.1411459C11.41953862,12.1411459,11,12.5808711,11,13.123175100000001C11,13.6654792,11.41953862,14.1052041,11.93705875,14.1052041L14.748235000000001,14.1052389L14.748235000000001,15.3326592L11.93705875,15.3324795C11.41953862,15.3324795,11,15.7722044,11,16.3145084Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>
src/static/images/icon/fukuandengji.svg
¶Ô±ÈÐÂÎļþ
@@ -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="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_33235"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_33235)"><path d="M8.6032233,27C7.2891606,27,6.33216852,28.2456321,6.67075348,29.5153255L7.2081735,31.5306506C7.6751106,33.2816644,9.260909999999999,34.5,11.0731134,34.5L16.926887999999998,34.5C18.739091000000002,34.5,20.324889,33.2816644,20.791826,31.5306506L21.329247000000002,29.5153253C21.667831,28.2456321,20.710839,27,19.396776,27L8.6032233,27Z" fill="#FFDB42" fill-opacity="1" transform="matrix(1,0,0,-1,0,54)"/><path d="M2,17.499999000000003C2,20.813709,4.6862917,23.5,8.000000499999999,23.5L20,23.5C23.313709,23.5,26,20.813709,26,17.5L26,8.000001000000001C26,4.6862917,23.313709,2,20,2L8.000001000000001,2C4.6862917,2,2,4.6862917,2,8.000001000000001L2,17.499999000000003Z" fill="#FF7B00" fill-opacity="1" style="opacity:0.800000011920929;"/><path d="M9,15.314508400000001C9,15.8568134,9.41953862,16.2965374,9.93705875,16.2965374L12.748235000000001,16.2965326L12.748235000000001,18.01492C12.748235000000001,18.557223999999998,13.1677732,18.996857,13.685293699999999,18.996857C14.202812699999999,18.996857,14.6223521,18.557223999999998,14.6223521,18.01492L14.6223521,16.2965326L17.4335279,16.2965374C17.9510479,16.2965374,18.3705873,15.8568134,18.3705873,15.314508400000001C18.3705873,14.7722044,17.9510479,14.3324795,17.4335279,14.3324795L14.6223521,14.3326592L14.6223521,13.1052389L17.4335279,13.1052041C17.9510479,13.1052041,18.3705873,12.665479699999999,18.3705873,12.123175100000001C18.3705873,11.5808711,17.9510479,11.1411459,17.4335279,11.1411459L15.0471907,11.141366L16.372539500000002,9.6733191L16.3832593,9.6612922C16.738317000000002,9.2769862,16.7347999,8.66407478,16.372539500000002,8.28446427C16.006588,7.901018053,15.413168899999999,7.901018053,15.0472183,8.28446427L13.685293699999999,9.5117393L12.3330426,8.28446427C11.9671209,7.900987156,11.3739045,7.900987156,11.007983,8.28446427C10.642032,8.66791046,10.642032,9.2898729,11.007983,9.6733191L12.301521300000001,11.141366L9.93705875,11.1411459C9.41953862,11.1411459,9,11.5808711,9,12.123175100000001C9,12.6654792,9.41953862,13.1052041,9.93705875,13.1052041L12.748235000000001,13.1052389L12.748235000000001,14.3326592L9.93705875,14.3324795C9.41953862,14.3324795,9,14.7722044,9,15.314508400000001Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></svg>
src/static/images/icon/fukuanliushui.svg
¶Ô±ÈÐÂÎļþ
@@ -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="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_32981"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath><clipPath id="master_svg1_121_32986"><rect x="7" y="9" width="14" height="14" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_32981)"><path d="M6,13.0000005L6,15.590147C6,16.842423,7.1377500000000005,17.7866721,8.368577,17.555892L14,16.5L19.631422999999998,17.555892C20.86225,17.7866721,22,16.842423,22,15.590147L22,13.0000005C22,11.3431458,20.656855,10,19,10L9.0000005,10C7.3431458,10,6,11.3431458,6,13.0000005Z" fill="#FC99E5" fill-opacity="1" transform="matrix(1,0,0,-1,0,20)"/><rect x="2" y="5" width="24" height="22" rx="6" fill="#6234F9" fill-opacity="1" style="opacity:0.800000011920929;"/><g clip-path="url(#master_svg1_121_32986)"><path d="M16.3990793,13.10092062Q16.2795486,12.98139009,16.2148595,12.82521591Q16.1501698,12.66904172,16.1501698,12.5Q16.1501694,12.416299053,16.1664982,12.3342064Q16.182827500000002,12.25211376,16.2148581,12.17478415Q16.2468891,12.09745458,16.293391200000002,12.02785975Q16.3398924,11.95826495,16.3990784,11.89907944Q16.4582639,11.83989394,16.5278587,11.79339218Q16.5974536,11.74689043,16.6747832,11.71485949Q16.7521129,11.68282855,16.8342056,11.66649926Q16.9162989,11.65016997,17,11.65016997Q17.1690416,11.65016997,17.3252163,11.71485949Q17.48139,11.779549,17.6009207,11.89907956L17.6010408,11.89895916L19.259619700000002,13.5575378Q19.495674100000002,13.793592499999999,19.552217,14.1199909Q19.604122,14.4196148,19.4872303,14.7018178Q19.3703384,14.9840195,19.121769,15.1591837Q18.8509884,15.3499999,18.5171576,15.3499999L9.5,15.3499999L9.5,15.3498302Q9.416299053,15.3498302,9.3342064,15.3335009Q9.25211376,15.3171716,9.17478415,15.2851405Q9.09745458,15.2531095,9.02785975,15.2066078Q8.95826495,15.1601059,8.89907944,15.1009204Q8.83989394,15.0417352,8.79339218,14.9721403Q8.74689043,14.9025455,8.71485949,14.8252158Q8.68282855,14.7478862,8.66649926,14.6657934Q8.65016997,14.5837009,8.65016997,14.5Q8.65016997,14.416299,8.66649926,14.3342063Q8.68282855,14.2521136,8.71485949,14.1747839Q8.74689043,14.0974543,8.79339224,14.0278596Q8.83989394,13.9582648,8.89907944,13.8990793Q8.95826495,13.8398938,9.02785978,13.7933921Q9.09745458,13.7468903,9.17478415,13.7148594Q9.25211376,13.6828284,9.3342064,13.6664993Q9.416299053,13.65017,9.5,13.65017L9.5,13.65L16.9479184,13.65L16.3989592,13.10104084L16.3990793,13.10092062Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1"/><g transform="matrix(-1,0,0,-1,37,40)"><path d="M25.3990793,20.60092062Q25.2795486,20.48139009,25.2148595,20.32521591Q25.1501698,20.16904172,25.1501698,20Q25.1501694,19.916299053,25.1664982,19.8342064Q25.182827500000002,19.75211376,25.2148581,19.67478415Q25.2468891,19.59745458,25.293391200000002,19.52785975Q25.3398924,19.45826495,25.3990784,19.39907944Q25.4582639,19.33989394,25.5278587,19.29339218Q25.5974536,19.24689043,25.6747832,19.21485949Q25.7521129,19.18282855,25.8342056,19.16649926Q25.9162989,19.15016997,26,19.15016997Q26.1690416,19.15016997,26.3252163,19.21485949Q26.48139,19.279549,26.6009207,19.39907956L26.6010408,19.39895916L28.259619700000002,21.0575378Q28.495674100000002,21.2935925,28.552217,21.6199909Q28.604122,21.9196148,28.4872303,22.2018178Q28.3703384,22.4840195,28.121769,22.6591837Q27.8509884,22.8499999,27.5171576,22.8499999L18.5,22.8499999L18.5,22.8498302Q18.416299053,22.8498302,18.3342064,22.8335009Q18.25211376,22.8171716,18.17478415,22.7851405Q18.09745458,22.7531095,18.02785975,22.7066078Q17.95826495,22.6601059,17.89907944,22.6009204Q17.83989394,22.5417352,17.79339218,22.4721403Q17.74689043,22.4025455,17.71485949,22.3252158Q17.68282855,22.2478862,17.66649926,22.1657934Q17.65016997,22.0837009,17.65016997,22Q17.65016997,21.916299,17.66649926,21.834206299999998Q17.68282855,21.7521136,17.71485949,21.6747839Q17.74689043,21.5974543,17.79339224,21.5278596Q17.83989394,21.4582648,17.89907944,21.3990793Q17.95826495,21.3398938,18.02785978,21.2933921Q18.09745458,21.2468903,18.17478415,21.2148594Q18.25211376,21.1828284,18.3342064,21.166499299999998Q18.416299053,21.15017,18.5,21.15017L18.5,21.15L25.9479184,21.15L25.3989592,20.60104084L25.3990793,20.60092062Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1"/></g></g></g></svg>
src/static/images/icon/gongyingshangwanglai.svg
¶Ô±ÈÐÂÎļþ
@@ -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="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_33122"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath><clipPath id="master_svg1_121_33127"><rect x="7" y="6" width="14" height="14" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_33122)"><path d="M22,22.9999995C22,25.2091389,23.7908611,27,26,27L34,27C36.209139,27,38,25.2091389,38,22.9999995L38,22.0000005C38,20.3431458,36.656855,19,35,19L25.0000005,19C23.3431458,19,22,20.3431458,22,22.0000005L22,22.9999995Z" fill="#FDC3C1" fill-opacity="1" transform="matrix(-1,0,0,1,44,0)"/><rect x="2" y="2" width="24" height="22" rx="6" fill="#FF2B00" fill-opacity="1" style="opacity:0.800000011920929;"/><g clip-path="url(#master_svg1_121_33127)"><path d="M11.0833397,10.08317110625C11.0833402,11.694001706249999,12.3891764,12.99983830625,14.0000067,12.99983830625C15.610837,12.99983830625,16.9166727,11.694001706249999,16.9166727,10.08317110625C16.9166727,8.47234070625,15.610837,7.16650453209877,14.0000067,7.16650453209877C12.3891764,7.16650432348251,11.0833402,8.47234030625,11.0833397,10.08317110625ZM16.6600065,13.64150380625L16.4208398,13.64150380625C16.3216295,13.64395900625,16.224124,13.667838106249999,16.135006,13.71150400625C16.135006,13.71150400625,15.9425058,13.822337606249999,15.7675066,13.89817050625C15.213087999999999,14.12951230625,14.618255600000001,14.248478406250001,14.0175066,14.24816990625C13.4163847,14.25231840625,12.8207922,14.133201106249999,12.2675061,13.89817050625C12.0925064,13.822336706249999,11.8941727,13.71150400625,11.8941727,13.71150400625C11.8064432,13.66412640625,11.7080336,13.64002660625,11.6083393,13.64150380625L11.3575058,13.64150380625C10.3315828,13.82878350625,9.47666776,14.53568930625,9.10000592,15.50817110625C8.86781624,16.09291840625,8.74903640151,16.71651270625,8.7500059455633,17.34567090625C8.770490497,17.53167490625,8.87896866,17.69656390625,9.04167265,17.789002906249998C9.04167265,17.789002906249998,10.6750065,18.83317190625,14.0000067,18.83317190625C17.3250074,18.83317190625,18.95834,17.78900490625,18.95834,17.78900490625C19.122608,17.69539690625,19.231319,17.52797890625,19.250007,17.33983790625C19.256344,16.72075460625,19.141404,16.10642050625,18.911673,15.53150560625C18.5502806,14.54181100625,17.695053100000003,13.81508970625,16.660005599999998,13.61817120625L16.6600065,13.64150380625Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>
src/static/images/icon/huikuandengji.png
src/static/images/icon/huikuandengji.svg
¶Ô±ÈÐÂÎļþ
@@ -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="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_33224"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_33224)"><path d="M8.6032233,27C7.2891606,27,6.33216852,28.2456321,6.67075348,29.5153255L7.2081735,31.5306506C7.6751106,33.2816644,9.260909999999999,34.5,11.0731134,34.5L16.926887999999998,34.5C18.739091000000002,34.5,20.324889,33.2816644,20.791826,31.5306506L21.329247000000002,29.5153253C21.667831,28.2456321,20.710839,27,19.396776,27L8.6032233,27Z" fill="#69FFB4" fill-opacity="1" transform="matrix(1,0,0,-1,0,54)"/><path d="M2,17.499999000000003C2,20.813709,4.6862917,23.5,8.000000499999999,23.5L20,23.5C23.313709,23.5,26,20.813709,26,17.5L26,8.000001000000001C26,4.6862917,23.313709,2,20,2L8.000001000000001,2C4.6862917,2,2,4.6862917,2,8.000001000000001L2,17.499999000000003Z" fill="#01BF34" fill-opacity="1" style="opacity:0.800000011920929;"/><path d="M9,15.314508400000001C9,15.8568134,9.41953862,16.2965374,9.93705875,16.2965374L12.748235000000001,16.2965326L12.748235000000001,18.01492C12.748235000000001,18.557223999999998,13.1677732,18.996857,13.685293699999999,18.996857C14.202812699999999,18.996857,14.6223521,18.557223999999998,14.6223521,18.01492L14.6223521,16.2965326L17.4335279,16.2965374C17.9510479,16.2965374,18.3705873,15.8568134,18.3705873,15.314508400000001C18.3705873,14.7722044,17.9510479,14.3324795,17.4335279,14.3324795L14.6223521,14.3326592L14.6223521,13.1052389L17.4335279,13.1052041C17.9510479,13.1052041,18.3705873,12.665479699999999,18.3705873,12.123175100000001C18.3705873,11.5808711,17.9510479,11.1411459,17.4335279,11.1411459L15.0471907,11.141366L16.372539500000002,9.6733191L16.3832593,9.6612922C16.738317000000002,9.2769862,16.7347999,8.66407478,16.372539500000002,8.28446427C16.006588,7.901018053,15.413168899999999,7.901018053,15.0472183,8.28446427L13.685293699999999,9.5117393L12.3330426,8.28446427C11.9671209,7.900987156,11.3739045,7.900987156,11.007983,8.28446427C10.642032,8.66791046,10.642032,9.2898729,11.007983,9.6733191L12.301521300000001,11.141366L9.93705875,11.1411459C9.41953862,11.1411459,9,11.5808711,9,12.123175100000001C9,12.6654792,9.41953862,13.1052041,9.93705875,13.1052041L12.748235000000001,13.1052389L12.748235000000001,14.3326592L9.93705875,14.3324795C9.41953862,14.3324795,9,14.7722044,9,15.314508400000001Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></svg>
src/static/images/icon/huikuandengji@2x.png

src/static/images/icon/huikuanliushui.png
src/static/images/icon/huikuanliushui.svg
¶Ô±ÈÐÂÎļþ
@@ -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="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_32969"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_32969)"><path d="M2,9L2,17C2,19.209139,3.7908611,21,6.000001,21L7.9999995,21C9.6568542,21,11,19.656855,11,18L11,8.0000005C11,6.3431458,9.6568542,5,7.9999995,5L6.0000005,5C3.7908611,5,2,6.7908611,2,9Z" fill="#FFDB42" fill-opacity="1"/><path d="M5,8.0000014L5,15.719357C5,18.46419,6.6042204,20.955734,9.1029472,22.091724L13.0168123,23.871075C14.5945721,24.588367,16.405428,24.588367,17.983188,23.871075L21.897053,22.091724C24.395779,20.955734,26,18.46419,26,15.719357L26,8.0000014C26,4.6862922000000005,23.313709,2,19.999999000000003,2L11.000001000000001,2C7.6862917,2,5,4.6862922000000005,5,8.0000014Z" fill="#FF7B00" fill-opacity="1" style="opacity:0.800000011920929;"/><path d="M18.3990793,9.60092062Q18.2795486,9.48139009,18.2148595,9.32521591Q18.1501698,9.16904172,18.1501698,9Q18.1501694,8.916299053,18.1664982,8.8342064Q18.182827500000002,8.75211376,18.2148581,8.67478415Q18.2468891,8.59745458,18.293391200000002,8.52785975Q18.3398924,8.45826495,18.3990784,8.39907944Q18.4582639,8.33989394,18.5278587,8.29339218Q18.5974536,8.24689043,18.6747832,8.21485949Q18.7521129,8.18282855,18.8342056,8.16649926Q18.9162989,8.15016997,19,8.15016997Q19.1690416,8.15016997,19.3252163,8.21485949Q19.48139,8.279549,19.6009207,8.39907956L19.6010408,8.39895916L21.259619700000002,10.0575378Q21.495674100000002,10.293592499999999,21.552217,10.6199909Q21.604122,10.9196148,21.4872303,11.2018178Q21.3703384,11.4840195,21.121769,11.6591837Q20.8509884,11.8499999,20.5171576,11.8499999L11.5,11.8499999L11.5,11.8498302Q11.416299053,11.8498302,11.3342064,11.8335009Q11.25211376,11.8171716,11.17478415,11.7851405Q11.09745458,11.7531095,11.02785975,11.7066078Q10.95826495,11.6601059,10.89907944,11.6009204Q10.83989394,11.5417352,10.79339218,11.4721403Q10.74689043,11.4025455,10.71485949,11.3252158Q10.68282855,11.2478862,10.66649926,11.1657934Q10.65016997,11.0837009,10.65016997,11Q10.65016997,10.916299,10.66649926,10.8342063Q10.68282855,10.7521136,10.71485949,10.6747839Q10.74689043,10.5974543,10.79339224,10.5278596Q10.83989394,10.4582648,10.89907944,10.3990793Q10.95826495,10.3398938,11.02785978,10.2933921Q11.09745458,10.2468903,11.17478415,10.2148594Q11.25211376,10.1828284,11.3342064,10.1664993Q11.416299053,10.15017,11.5,10.15017L11.5,10.15L18.9479184,10.15L18.3989592,9.60104084L18.3990793,9.60092062Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1"/><g transform="matrix(-1,0,0,-1,41,32)"><path d="M27.3990793,16.60092062Q27.2795486,16.48139009,27.2148595,16.32521591Q27.1501698,16.16904172,27.1501698,16Q27.1501694,15.916299053,27.1664982,15.8342064Q27.182827500000002,15.75211376,27.2148581,15.67478415Q27.2468891,15.59745458,27.293391200000002,15.52785975Q27.3398924,15.45826495,27.3990784,15.39907944Q27.4582639,15.33989394,27.5278587,15.29339218Q27.5974536,15.24689043,27.6747832,15.21485949Q27.7521129,15.18282855,27.8342056,15.16649926Q27.9162989,15.15016997,28,15.15016997Q28.1690416,15.15016997,28.3252163,15.21485949Q28.48139,15.279549,28.6009207,15.39907956L28.6010408,15.39895916L30.259619700000002,17.0575378Q30.495674100000002,17.2935925,30.552217,17.6199909Q30.604122,17.9196148,30.4872303,18.2018178Q30.3703384,18.4840195,30.121769,18.6591837Q29.8509884,18.8499999,29.5171576,18.8499999L20.5,18.8499999L20.5,18.8498302Q20.416299053,18.8498302,20.3342064,18.8335009Q20.25211376,18.8171716,20.17478415,18.7851405Q20.09745458,18.7531095,20.02785975,18.7066078Q19.95826495,18.6601059,19.89907944,18.6009204Q19.83989394,18.5417352,19.79339218,18.4721403Q19.74689043,18.4025455,19.71485949,18.3252158Q19.68282855,18.2478862,19.66649926,18.1657934Q19.65016997,18.0837009,19.65016997,18Q19.65016997,17.916299,19.66649926,17.834206299999998Q19.68282855,17.7521136,19.71485949,17.6747839Q19.74689043,17.5974543,19.79339224,17.5278596Q19.83989394,17.4582648,19.89907944,17.3990793Q19.95826495,17.3398938,20.02785978,17.2933921Q20.09745458,17.2468903,20.17478415,17.2148594Q20.25211376,17.1828284,20.3342064,17.166499299999998Q20.416299053,17.15017,20.5,17.15017L20.5,17.15L27.9479184,17.15L27.3989592,16.60104084L27.3990793,16.60092062Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1"/></g></g></svg>
src/static/images/icon/huikuanliushui@2x.png

src/static/images/icon/kaipiaodengji.png
src/static/images/icon/kaipiaodengji.svg
¶Ô±ÈÐÂÎļþ
@@ -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="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_33022"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_33022)"><path d="M6,13.9999995C6,16.2091389,7.7908611,18,10,18L18,18C20.209139,18,22,16.2091389,22,13.9999995L22,13.0000005C22,11.3431458,20.656855,10,19,10L9.0000005,10C7.3431458,10,6,11.3431458,6,13.0000005L6,13.9999995Z" fill="#FDC3C1" fill-opacity="1" transform="matrix(1,0,0,-1,0,20)"/><path d="M1,19.681812L1,21.5Q1,21.647291,1.007227262,21.794406000000002Q1.014454524,21.941521,1.028891638,22.088102Q1.043328751,22.234684,1.064940929,22.380381Q1.086553112,22.526077,1.1152883,22.67054Q1.14402349,22.815001,1.17981246,22.957878Q1.21560144,23.100756,1.25835797,23.241707Q1.3011145,23.382656,1.3507355699999999,23.521336Q1.40035665,23.660017,1.45672277,23.796097Q1.51308888,23.932177,1.57606423,24.065327Q1.63903958,24.198479,1.70847243,24.328379Q1.77790529,24.458279,1.8536283999999998,24.584614Q1.92935145,24.710951,2.0111822999999998,24.83342Q2.0930133,24.955889,2.1807548,25.074196Q2.2684964,25.192501,2.3619373,25.30636Q2.4553782,25.420219,2.5542932,25.529354Q2.6532083,25.638489,2.7573593,25.74264Q2.8615103,25.84679,2.9706460999999997,25.945705Q3.079782,26.044621,3.1936402,26.138062Q3.307498,26.231503,3.4258039,26.319244Q3.5441098,26.406986,3.6665783,26.488815Q3.789047,26.570644,3.9153833,26.646368Q4.0417199,26.722092,4.1716199,26.791527Q4.3015194,26.86096,4.4346695,26.923935Q4.5678196,26.98691,4.7038991,27.043276Q4.8399789,27.099642,4.9786605999999995,27.149265Q5.117342,27.198887,5.2582917,27.241644Q5.399241,27.284401,5.5421185,27.320189Q5.6849961,27.355976,5.8294578,27.384712Q5.9739189,27.413448,6.1196165,27.435062Q6.2653141,27.456673,6.4118967,27.471111Q6.5584793,27.485546,6.7055931,27.492773Q6.8527079,27.5,7,27.5L21,27.5Q21.147291,27.5,21.294405,27.492775Q21.441521,27.485546,21.588104,27.471111Q21.734686,27.456673,21.880383,27.435061Q22.026079,27.413448,22.17054,27.384712Q22.315002,27.355976,22.457878,27.320187Q22.600758,27.284401,22.741707,27.241644Q22.882656,27.198887,23.021336,27.149263Q23.160017,27.099642,23.296097,27.043276Q23.432177,26.98691,23.565327,26.923935Q23.698479,26.86096,23.828379,26.791527Q23.958279,26.722092,24.084614,26.646368Q24.210949,26.570644,24.333418,26.488815Q24.455887,26.406986,24.574194,26.319244Q24.692501,26.231503,24.806358,26.138063Q24.920216,26.044621,25.029352,25.945705Q25.138489,25.84679,25.24264,25.74264Q25.34679,25.638489,25.445705,25.529354Q25.544621,25.420218,25.638063,25.306358Q25.731503,25.192501,25.819244,25.074194Q25.906986,24.955887,25.988815,24.833418Q26.070646,24.710949,26.14637,24.584614Q26.222094,24.458279,26.291527,24.328379Q26.360958,24.198479,26.423935,24.065327Q26.486908,23.932177,26.543274,23.796097Q26.59964,23.660017,26.649261,23.521336Q26.698883,23.382656,26.74164,23.241707Q26.784397,23.100756,26.820185,22.957878Q26.855972,22.815001,26.884708,22.67054Q26.913445,22.526077,26.935059,22.380383Q26.956671,22.234684,26.971109,22.088102Q26.985546,21.941521,26.992775,21.794404999999998Q27,21.647291,27,21.5L27,19.678486Q26.926178,19.681812,26.852272,19.681812Q26.699867,19.681812,26.548197,19.667695000000002Q26.396526,19.653578,26.247047,19.625477Q26.097572,19.59738,25.951731,19.555569Q25.805889,19.513759,25.665081,19.458638999999998Q25.524281,19.403522000000002,25.38987,19.335625999999998Q25.255463,19.267730999999998,25.128742,19.18771Q25.002022,19.107692,24.884212,19.016319Q24.766399,18.924948,24.658632,18.823102Q24.550867,18.721256,24.454182,18.609918999999998Q24.357498,18.498582,24.272823,18.378824Q24.188154,18.259068,24.11631,18.132044Q24.044468,18.005020000000002,23.986145,17.871952Q23.927822,17.738886,23.883583,17.601056Q23.839342,17.463227,23.809608,17.321963Q23.779877,17.1807,23.76494,17.037363Q23.75,16.894026,23.75,16.749994Q23.75,16.605964999999998,23.76494,16.462626Q23.779877,16.319288,23.809608,16.178024Q23.839342,16.036761,23.883583,15.8989325Q23.927822,15.7611027,23.986145,15.6280355Q24.044468,15.4949684,24.116312,15.3679447Q24.188154,15.240921,24.272823,15.1211624Q24.357498,15.0014057,24.454182,14.8900681Q24.550867,14.7787313,24.658632,14.6768856Q24.766399,14.5750408,24.884211,14.4836693Q25.002022,14.3922958,25.12874,14.3122768Q25.255463,14.2322578,25.38987,14.164362Q25.524281,14.0964661,25.665083,14.0413475Q25.805889,13.9862299,25.951733,13.9444199Q26.097572,13.9026098,26.247047,13.8745103Q26.396526,13.8464117,26.548197,13.832294000000001Q26.699867,13.8181767,26.852272,13.818176300000001Q26.926178,13.818176300000001,27,13.821502200000001L27,12Q27,11.8527079,26.992771,11.7055931Q26.985546,11.5584793,26.971109,11.4118967Q26.956671,11.265314100000001,26.935057,11.1196165Q26.913445,10.973918900000001,26.884708,10.8294573Q26.855972,10.6849957,26.820187,10.5421181Q26.784397,10.399241,26.741642,10.258291700000001Q26.698883,10.117342,26.649261,9.9786606Q26.59964,9.8399789,26.543274,9.703899100000001Q26.486908,9.5678196,26.423931,9.4346693Q26.360958,9.3015192,26.291525,9.1716194Q26.222092,9.0417197,26.14637,8.9153833Q26.070646,8.789047,25.988815,8.6665783Q25.906986,8.544109800000001,25.819244,8.4258039Q25.731503,8.307497999999999,25.638062,8.1936402Q25.544621,8.079782,25.445705,7.9706461Q25.34679,7.8615103,25.24264,7.7573593Q25.138489,7.6532083,25.029352,7.5542933Q24.920216,7.4553782,24.806358,7.3619373Q24.692501,7.2684963,24.574194,7.1807548Q24.455887,7.093013,24.333418,7.0111822Q24.210949,6.92935133,24.084614,6.85362822Q23.958279,6.77790523,23.828379,6.70847237Q23.698479,6.63903952,23.565327,6.57606423Q23.432177,6.51308888,23.296097,6.45672277Q23.160017,6.40035665,23.021336,6.3507356Q22.882656,6.3011145,22.741707,6.25835797Q22.600758,6.21560144,22.457878,6.17981246Q22.315002,6.14402349,22.17054,6.1152883Q22.026079,6.086553112,21.880383,6.064940937Q21.734686,6.043328751,21.588104,6.028891638Q21.441521,6.014454524,21.294407,6.007227262Q21.147291,6,21,6L7,6Q6.8527079,6,6.7055931,6.007227262Q6.5584793,6.014454524,6.4118967,6.028891638Q6.2653141,6.043328751,6.1196165,6.064940929Q5.9739189,6.086553112,5.8294573,6.1152883Q5.6849957,6.14402349,5.5421181,6.17981246Q5.399241,6.21560144,5.2582917,6.25835797Q5.117342,6.3011145,4.9786605999999995,6.35073557Q4.8399789,6.40035665,4.7038991,6.45672277Q4.5678196,6.51308888,4.4346692999999995,6.57606423Q4.3015191999999995,6.63903958,4.1716194,6.7084724300000005Q4.0417197,6.77790529,3.9153833,6.8536284Q3.789047,6.92935145,3.6665783,7.0111823Q3.5441098,7.0930133,3.4258039,7.1807548Q3.307498,7.2684964,3.1936402,7.3619373Q3.079782,7.4553782,2.9706460999999997,7.5542932Q2.8615103,7.6532083,2.7573593,7.7573593Q2.6532083,7.8615103,2.5542933000000003,7.9706461Q2.4553782,8.079782,2.3619373,8.1936402Q2.2684963,8.307497999999999,2.1807548,8.4258039Q2.093013,8.544109800000001,2.0111822,8.6665783Q1.92935133,8.789047,1.85362822,8.9153833Q1.77790523,9.0417199,1.70847237,9.1716199Q1.6390395199999999,9.3015194,1.57606423,9.4346695Q1.51308888,9.5678196,1.45672277,9.703899100000001Q1.40035665,9.8399789,1.3507356,9.9786606Q1.3011145,10.117342,1.25835797,10.258291700000001Q1.21560144,10.399241,1.17981246,10.5421185Q1.14402349,10.6849961,1.1152883,10.8294578Q1.086553112,10.973918900000001,1.064940937,11.1196165Q1.043328751,11.265314100000001,1.028891638,11.4118967Q1.014454524,11.5584793,1.007227262,11.7055931Q1,11.8527079,1,12L1,13.818176300000001L1.0000081062317,13.818176300000001Q1.15241298,13.8181767,1.30408397,13.8322945Q1.455755,13.8464117,1.6052314,13.8745103Q1.7547078699999998,13.9026098,1.90055025,13.944419400000001Q2.0463926,13.9862294,2.1871963,14.0413465Q2.3280000999999997,14.0964661,2.4624091,14.164361Q2.5968182,14.2322569,2.7235382,14.3122759Q2.8502584,14.3922958,2.968069,14.4836683Q3.0858796,14.5750408,3.193646,14.6768856Q3.3014126,14.7787313,3.3980973,14.890069Q3.494782,15.0014057,3.5794535,15.1211624Q3.6641252,15.2409201,3.7359684,15.3679438Q3.8078115,15.4949684,3.8661342,15.6280346Q3.9244571,15.7611027,3.968698,15.8989315Q4.012938699999999,16.036761,4.0426712,16.178024Q4.0724041,16.319288,4.0873425,16.462626Q4.1022806,16.605964999999998,4.1022806,16.749994Q4.1022806,16.894026,4.0873422999999995,17.037363Q4.0724041,17.1807,4.0426712,17.321963Q4.012938500000001,17.463227,3.9686975,17.601056Q3.9244566,17.738886,3.8661335,17.871952Q3.8078105,18.005020000000002,3.7359672,18.132044Q3.6641238,18.259068,3.5794518,18.378824Q3.4947801,18.498582,3.3980951,18.609918999999998Q3.3014104,18.721256,3.1936436,18.823102Q3.0858769,18.924948,2.9680660000000003,19.01632Q2.8502549999999998,19.107692,2.7235346,19.18771Q2.5968144,19.267730999999998,2.462405,19.335627000000002Q2.3279954,19.403522000000002,2.1871912,19.458640000000003Q2.0463872,19.513759999999998,1.90054452,19.55557Q1.7547017299999998,19.59738,1.60522485,19.625478Q1.45574808,19.653578,1.30407667,19.667695000000002Q1.15240528,19.681812,1,19.681812Z" fill-rule="evenodd" fill="#FF1A00" fill-opacity="1" style="opacity:0.800000011920929;"/><path d="M10,15.850109100000001C10,16.3564978,10.39175379,16.7671013,10.875,16.7671013L13.5,16.7671337L13.5,17.913265199999998L10.875,17.913097399999998C10.39175379,17.913097399999998,10,18.3237009,10,18.8300896C10,19.3364787,10.39175379,19.7470818,10.875,19.7470818L13.5,19.7470765L13.5,21.3516607C13.5,21.8580494,13.8917537,22.268566,14.375,22.268566C14.858245400000001,22.268566,15.25,21.8580494,15.25,21.3516607L15.25,19.7470765L17.875,19.7470818C18.3582458,19.7470818,18.75,19.3364787,18.75,18.8300896C18.75,18.3237009,18.3582458,17.913097399999998,17.875,17.913097399999998L15.25,17.913265199999998L15.25,16.7671337L17.875,16.7671013C18.3582458,16.7671013,18.75,16.3564982,18.75,15.850109100000001C18.75,15.3437202,18.3582458,14.9331169,17.875,14.9331169L15.6467028,14.9333224L16.8842773,13.5625L16.8942871,13.5512695C17.2258301,13.1924151,17.2225466,12.62009501,16.8842773,12.265625C16.542562,11.907573342,15.988443400000001,11.907573342,15.6467285,12.265625L14.375,13.4116211L13.1123047,12.265625C12.770617,11.907544494,12.2166874,11.907544494,11.875,12.265625C11.5332849,12.62367666,11.5332849,13.2044483,11.875,13.5625L13.082871,14.9333224L10.875,14.9331169C10.39175379,14.9331169,10,15.3437202,10,15.850109100000001Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></svg>
src/static/images/icon/kaipiaodengji@2x.png

src/static/images/icon/kaipiaotaizhang.png
src/static/images/icon/kaipiaotaizhang.svg
¶Ô±ÈÐÂÎļþ
@@ -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="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_33212"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_33212)"><path d="M6,12.9999995C6,15.2091389,7.7908611,17,10,17L18,17C20.209139,17,22,15.2091389,22,12.9999995L22,12.0000005C22,10.3431458,20.656855,9,19,9L9.0000005,9C7.3431458,9,6,10.3431458,6,12.0000005L6,12.9999995Z" fill="#7BF1FF" fill-opacity="1" transform="matrix(1,0,0,-1,0,18)"/><rect x="2" y="5" width="24" height="22" rx="6" fill="#0066FF" fill-opacity="1" style="opacity:0.800000011920929;"/><path d="M6,20.7639999Q6,21.4919996,6.50400019,21.9960012Q7.0080004,22.5,7.7360005,22.5L18.235999,22.5Q18.964,22.5,19.467999,21.9960012Q19.972001,21.4919996,19.972001,20.7639999Q19.972001,20.0360012,19.467999,19.5180006Q18.964,19,18.235999,19L7.7360005,19Q7.0080004,19,6.50400019,19.5180006Q6,20.0360012,6,20.7639999Z" fill="#FFFFFF" fill-opacity="1"/><path d="M6,13.7639999Q6,14.4919996,6.50400019,14.9960012Q7.0080004,15.5,7.7360005,15.5L12.236084,15.5Q12.9640846,15.5,13.4680176,14.9960938Q13.9720192,14.4920921,13.971923799999999,13.7641602Q13.971923799999999,13.0361614,13.4680176,12.51806641Q12.9640179,12.000065803528,12.236084,12L7.7360005,12Q7.0080004,12,6.50400019,12.5180006Q6,13.0360012,6,13.7639999Z" fill="#FFFFFF" fill-opacity="1"/></g></svg>
src/static/images/icon/kaipiaotaizhang@2x.png

src/static/images/icon/kehubaifang.svg
¶Ô±ÈÐÂÎļþ
@@ -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="29" height="29" viewBox="0 0 29 29"><defs><clipPath id="master_svg0_121_33203"><rect x="0" y="0" width="29" height="29" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_33203)"><path d="M15.35429380078125,12.663241409375L14.50000180078125,13.516324609375C13.56136580078125,14.488185609375,12.00825580078125,14.501690609375,11.05286310078125,13.546297609375C10.09747120078125,12.590905209375,10.11097430078125,11.037795109375,11.08283620078125,10.099159209375L17.88575180078125,3.293826399375C21.18916680078125,2.542466099375,24.60209280078125,3.993918779375,26.35239580078125,6.8945305093750004C28.10269780078125,9.795142209375001,27.79589480078125,13.491171609375,25.59129180078125,16.063491609375L23.47187580078125,18.210699609375C23.23621380078125,18.449647609375,22.85096780078125,18.450734609375,22.61395980078125,18.213115609375002L17.06287580078125,12.662034009375C16.59068880078125,12.190655709375,15.82581280078125,12.191196409375,15.35429380078125,12.663241409375ZM13.49708480078125,4.265325109375L9.37304310078125,8.390575409375C7.51541140078125,10.244504009375,7.47667410078125,13.242070609375,9.28577660078125,15.143384609375C11.09488010078125,17.044698609375,14.09067080078125,17.154907609375,16.03458380078125,15.391658609375L16.20858380078125,15.226117609375L20.90900080078125,19.924116609375C21.14566280078125,20.160182609375,21.14566280078125,20.543554609375,20.90900080078125,20.779617609375L16.20858380078125,25.478826609375C15.26487680078125,26.422248609375,13.73512680078125,26.422248609375,12.79141780078125,25.478826609375L3.81833550078125,16.505741609375C0.99358118078125,13.688874609375,0.72912985078125,9.201906709374999,3.20343770078125,6.072726209375C5.67774580078125,2.943546429375,10.10477640078125,2.166230019375,13.49708480078125,4.265325109375Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/><path d="M13.497023765625,4.26556925L9.372982065625,8.39081955C7.515350365625,10.24474815,7.476613065625,13.24231475,9.285715565625,15.14362875C11.094819065625,17.04494275,14.090609765625,17.15515175,16.034522765625,15.39190275L16.208522765625,15.22636175L20.908939765625,19.92436075C21.145601765625,20.16042675,21.145601765625,20.54379875,20.908939765625,20.77986175L16.208522765625,25.47907075C15.264815765625,26.42249275,13.735065765625,26.42249275,12.791356765625,25.47907075L3.818274465625,16.50598575C0.993520145625,13.68911875,0.729068815625,9.202150849999999,3.203376665625,6.07297035C5.677684765625,2.94379057,10.104715365625,2.16647416,13.497023765625,4.26556925Z" fill="#4984FF" fill-opacity="1" style="mix-blend-mode:passthrough"/><path d="M11.082763675546875,10.099609656497194C10.110839845546876,11.038086156497194,10.097412105546875,12.591308856497193,11.052734375546875,13.546386956497193C12.008300785546876,14.501952956497192,13.561279285546874,14.488281956497193,14.499999985546875,13.516601956497192L15.354248085546875,12.663574456497193C15.825683585546875,12.191406456497193,16.590576185546876,12.190918256497193,17.062744185546876,12.662109656497192L22.614013185546874,18.213378956497195C22.850830185546876,18.45117195649719,23.236084185546876,18.44970695649719,23.471924185546875,18.21093795649719L25.591308185546875,16.063964956497195C27.795898185546875,13.491210956497193,28.102539185546874,9.795410356497193,26.352295185546875,6.894531256497192C24.602051185546877,3.9941406264971926,21.189209185546876,2.5424804664971923,17.885742185546874,3.2939453464971926L11.082763675546875,10.099609656497194Z" fill="#7BF1FF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></svg>
src/static/images/icon/kehuwanglai.png
src/static/images/icon/kehuwanglai.svg
¶Ô±ÈÐÂÎļþ
@@ -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="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_33110"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath><clipPath id="master_svg1_121_33115"><rect x="7" y="6" width="14" height="14" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_33110)"><path d="M22,22.9999995C22,25.2091389,23.7908611,27,26,27L34,27C36.209139,27,38,25.2091389,38,22.9999995L38,22.0000005C38,20.3431458,36.656855,19,35,19L25.0000005,19C23.3431458,19,22,20.3431458,22,22.0000005L22,22.9999995Z" fill="#7BF1FF" fill-opacity="1" transform="matrix(-1,0,0,1,44,0)"/><rect x="2" y="2" width="24" height="22" rx="6" fill="#0066FF" fill-opacity="1" style="opacity:0.800000011920929;"/><g clip-path="url(#master_svg1_121_33115)"><path d="M11.0833397,10.08317110625C11.0833402,11.694001706249999,12.3891764,12.99983830625,14.0000067,12.99983830625C15.610837,12.99983830625,16.9166727,11.694001706249999,16.9166727,10.08317110625C16.9166727,8.47234070625,15.610837,7.16650453209877,14.0000067,7.16650453209877C12.3891764,7.16650432348251,11.0833402,8.47234030625,11.0833397,10.08317110625ZM16.6600065,13.64150380625L16.4208398,13.64150380625C16.3216295,13.64395900625,16.224124,13.667838106249999,16.135006,13.71150400625C16.135006,13.71150400625,15.9425058,13.822337606249999,15.7675066,13.89817050625C15.213087999999999,14.12951230625,14.618255600000001,14.248478406250001,14.0175066,14.24816990625C13.4163847,14.25231840625,12.8207922,14.133201106249999,12.2675061,13.89817050625C12.0925064,13.822336706249999,11.8941727,13.71150400625,11.8941727,13.71150400625C11.8064432,13.66412640625,11.7080336,13.64002660625,11.6083393,13.64150380625L11.3575058,13.64150380625C10.3315828,13.82878350625,9.47666776,14.53568930625,9.10000592,15.50817110625C8.86781624,16.09291840625,8.74903640151,16.71651270625,8.7500059455633,17.34567090625C8.770490497,17.53167490625,8.87896866,17.69656390625,9.04167265,17.789002906249998C9.04167265,17.789002906249998,10.6750065,18.83317190625,14.0000067,18.83317190625C17.3250074,18.83317190625,18.95834,17.78900490625,18.95834,17.78900490625C19.122608,17.69539690625,19.231319,17.52797890625,19.250007,17.33983790625C19.256344,16.72075460625,19.141404,16.10642050625,18.911673,15.53150560625C18.5502806,14.54181100625,17.695053100000003,13.81508970625,16.660005599999998,13.61817120625L16.6600065,13.64150380625Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>
src/static/images/icon/kehuwanglai@2x.png

src/static/images/icon/laipiaodengji.svg
¶Ô±ÈÐÂÎļþ
@@ -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="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_33038"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_33038)"><g transform="matrix(0,1.0000003576278687,-1.0000003576278687,0,29.00000089406967,-24.00000947713852)"><path d="M33.103223299999996,27.5C31.7891606,27.5,30.83216852,28.7456321,31.17075348,30.0153255L31.7081735,32.0306506C32.1751106,33.7816644,33.76091,35,35.5731134,35L41.426888,35C43.239091,35,44.824889,33.7816644,45.291826,32.0306506L45.829247,30.0153253C46.167831,28.7456321,45.210839,27.5,43.896776,27.5L33.103223299999996,27.5Z" fill="#69FFB4" fill-opacity="1" transform="matrix(1,0,0,-1,0,55)"/><path d="M26.5,17.999999000000003C26.5,21.313709,29.186291699999998,24,32.5000005,24L44.5,24C47.813709,24,50.5,21.313709,50.5,18L50.5,8.500001000000001C50.5,5.1862917,47.813709,2.5,44.5,2.5L32.500001,2.5C29.186291699999998,2.5,26.5,5.1862917,26.5,8.500001000000001L26.5,17.999999000000003Z" fill="#01BF34" fill-opacity="1" style="opacity:0.800000011920929;"/><path d="M33,25.3145084C33,25.8568134,33.41953862,26.2965374,33.93705875,26.2965374L36.748235,26.2965326L36.748235,28.01492C36.748235,28.557223999999998,37.1677732,28.996857,37.6852937,28.996857C38.2028127,28.996857,38.6223521,28.557223999999998,38.6223521,28.01492L38.6223521,26.2965326L41.4335279,26.2965374C41.9510479,26.2965374,42.3705873,25.8568134,42.3705873,25.3145084C42.3705873,24.7722044,41.9510479,24.332479499999998,41.4335279,24.332479499999998L38.6223521,24.332659200000002L38.6223521,23.1052389L41.4335279,23.1052041C41.9510479,23.1052041,42.3705873,22.6654797,42.3705873,22.1231751C42.3705873,21.5808711,41.9510479,21.1411459,41.4335279,21.1411459L39.0471907,21.141366L40.3725395,19.6733191L40.3832593,19.6612922C40.738317,19.2769862,40.7347999,18.66407478,40.3725395,18.28446427C40.006588,17.901018053,39.4131689,17.901018053,39.0472183,18.28446427L37.6852937,19.5117393L36.3330426,18.28446427C35.9671209,17.900987156,35.3739045,17.900987156,35.007983,18.28446427C34.642032,18.66791046,34.642032,19.2898729,35.007983,19.6733191L36.3015213,21.141366L33.93705875,21.1411459C33.41953862,21.1411459,33,21.5808711,33,22.1231751C33,22.6654792,33.41953862,23.1052041,33.93705875,23.1052041L36.748235,23.1052389L36.748235,24.332659200000002L33.93705875,24.332479499999998C33.41953862,24.332479499999998,33,24.7722044,33,25.3145084Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough" transform="matrix(0,-1.0000001192092896,1.0000001192092896,0,14.999997854232788,51.000003933906555)"/></g></g></svg>
src/static/images/icon/laipiaotaizhang.svg
¶Ô±ÈÐÂÎļþ
@@ -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="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_32868"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_32868)"><path d="M10,20.2920194C10,21.2754152,10.62732011,22.1492209,11.5590801,22.4636898L21.040665,25.6637239C22.985300000000002,26.3200378,25,24.8736496,25,22.8212476L25,21.0000005C25,19.3431458,23.656855,18,22,18L12.292019400000001,18C11.0261719,18,10,19.0261719,10,20.2920194Z" fill="#FC99E5" fill-opacity="1"/><rect x="2" y="2" width="25" height="20" rx="6" fill="#6234F9" fill-opacity="1" style="opacity:0.800000011920929;"/><path d="M7,14.7639999Q7,15.4919996,7.50400019,15.9960012Q8.0080004,16.5,8.7360005,16.5L19.235999,16.5Q19.964,16.5,20.467999,15.9960012Q20.972001,15.4919996,20.972001,14.7639999Q20.972001,14.0360012,20.467999,13.5180006Q19.964,13,19.235999,13L8.7360005,13Q8.0080004,13,7.50400019,13.5180006Q7,14.0360012,7,14.7639999Z" fill="#FFFFFF" fill-opacity="1"/><path d="M7,7.7639999Q7,8.4919996,7.50400019,8.9960012Q8.0080004,9.5,8.7360005,9.5L13.236084,9.5Q13.9640846,9.5,14.4680176,8.9960938Q14.9720192,8.4920921,14.971923799999999,7.7641602Q14.971923799999999,7.0361614,14.4680176,6.51806641Q13.9640179,6.000065803528,13.236084,6L8.7360005,6Q8.0080004,6,7.50400019,6.5180006Q7,7.0360012,7,7.7639999Z" fill="#FFFFFF" fill-opacity="1"/></g></svg>
src/static/images/icon/xiaoshoutaizhang.png
src/static/images/icon/xiaoshoutaizhang.svg
¶Ô±ÈÐÂÎļþ
@@ -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="28" height="28" viewBox="0 0 28 28"><defs><clipPath id="master_svg0_121_32957"><rect x="0" y="0" width="28" height="28" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_121_32957)"><path d="M1,10L1,18C1,20.209139,2.7908611,22,5.000001,22L6.9999995,22C8.6568542,22,10,20.656855,10,19L10,9.0000005C10,7.3431458,8.6568542,6,6.9999995,6L5.0000005,6C2.7908611,6,1,7.7908611,1,10Z" fill="#FFDB42" fill-opacity="1"/><rect x="5" y="2" width="22" height="24" rx="6" fill="#FF7B00" fill-opacity="1" style="opacity:0.800000011920929;"/><path d="M9,17.7639999Q9,18.4919996,9.50400019,18.9960012Q10.0080004,19.5,10.7360005,19.5L21.235999,19.5Q21.964,19.5,22.467999,18.9960012Q22.972001,18.4919996,22.972001,17.7639999Q22.972001,17.0360012,22.467999,16.5180006Q21.964,16,21.235999,16L10.7360005,16Q10.0080004,16,9.50400019,16.5180006Q9,17.0360012,9,17.7639999Z" fill="#FFFFFF" fill-opacity="1"/><path d="M9,10.7639999Q9,11.4919996,9.50400019,11.9960012Q10.0080004,12.5,10.7360005,12.5L15.236084,12.5Q15.9640846,12.5,16.4680176,11.9960938Q16.9720192,11.4920921,16.9719238,10.7641602Q16.9719238,10.0361614,16.4680176,9.51806641Q15.9640179,9.000065803528,15.236084,9L10.7360005,9Q10.0080004,9,9.50400019,9.5180006Q9,10.0360012,9,10.7639999Z" fill="#FFFFFF" fill-opacity="1"/></g></svg>
src/static/images/icon/xiaoshoutaizhang@2x.png