File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " sub-store-front-end" ,
3- "version" : " 2.15.1 " ,
3+ "version" : " 2.15.2 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " vite --host" ,
Original file line number Diff line number Diff line change 2525 {{ displayName }}
2626 </h3 >
2727 <div class =" title-right-wrapper" v-if =" !appearanceSetting.isSimpleMode" >
28+ <button
29+ v-if =" !appearanceSetting.isShowIcon && artifact.url"
30+ class =" copy-sub-link"
31+ @click.stop =" openUrl"
32+ >
33+ <font-awesome-icon icon =" fa-solid fa-eye" />
34+ </button >
2835 <button
2936 class =" copy-sub-link"
3037 style =" padding : 0 12px "
3340 >
3441 <font-awesome-icon icon =" fa-solid fa-clone" ></font-awesome-icon >
3542 </button >
36-
3743 <button
3844 class =" copy-sub-link"
3945 @click.stop =" swipeController"
5359 <p >{{ detail.secondLine }}</p >
5460 <div class =" task-switch" >
5561 <div v-if =" appearanceSetting.isSimpleMode" >
62+ <button
63+ v-if =" !appearanceSetting.isShowIcon && artifact.url"
64+ class =" copy-sub-link"
65+ @click.stop =" openUrl"
66+ >
67+ <font-awesome-icon icon =" fa-solid fa-eye" />
68+ </button >
5669 <button
5770 v-if =" artifact.url"
5871 class =" copy-sub-link"
You can’t perform that action at this time.
0 commit comments