Przeglądaj źródła

新增认领图标

hubin 1 rok temu
rodzic
commit
b6196bd2c1

+ 1 - 0
src/assets/icons/claim.svg

@@ -0,0 +1 @@
+<svg class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="200" height="200"><path d="M512 512m-512 0a512 512 0 1 0 1024 0 512 512 0 1 0-1024 0Z" fill="#FF9100" p-id="13959"></path><path d="M367.396571 364.617143v0.219428c0.731429 5.412571 13.092571 96.475429 86.454858 162.816C529.554286 595.968 645.851429 601.234286 645.851429 601.234286h0.073142c3.437714 0 80.018286 2.852571 122.368 127.268571 1.316571 3.949714 2.925714 9.435429 4.900572 16.457143a23.478857 23.478857 0 0 1-22.674286 29.769143H407.844571a23.478857 23.478857 0 0 1-23.478857-23.844572c1.024-69.778286-4.681143-119.661714-16.969143-149.650285-20.772571-50.541714-74.093714-91.428571-102.180571-220.672-1.609143-7.606857-9.874286-56.832 40.228571-63.634286 50.029714-6.729143 61.952 47.689143 61.952 47.689143z m213.650286-71.753143c64.950857 0 117.540571 55.222857 117.540572 123.392s-52.662857 123.392-117.540572 123.392-117.540571-55.222857-117.540571-123.392c0-68.096 52.662857-123.392 117.540571-123.392z" fill="#FFFFFF"></path></svg>

+ 3 - 0
src/components/Flow/FlowTypeDot.vue

@@ -32,6 +32,9 @@
 			<template v-else-if="type === 4">
 				<svg-icon icon-class="reject" />
 			</template>
+			<template v-else-if="type === 5">
+				<svg-icon icon-class="claim" />
+			</template>
 			<template v-else-if="type === 6">
 				<svg-icon icon-class="transfer" />
 			</template>