Skip to content

Commit 200e109

Browse files
committed
fix: Checkbox 勾画方向反了
原 path M20 6 9 17l-5-5 从右上画到左上,与正常勾选动作的左→下→右上相反。改为 M4 12l5 5L20 6,起点左中,经过下方拐点,终点右上。将版本号提升到 1.2.98。
1 parent 45ce655 commit 200e109

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stackprism",
33
"private": true,
4-
"version": "1.2.97",
4+
"version": "1.2.98",
55
"type": "module",
66
"description": "StackPrism 用于检测网页前端、后端、CDN、SaaS、广告营销、统计、登录、支付、网站程序和主题模板线索。",
77
"scripts": {

src/ui/components/Checkbox.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
stroke-linecap="round"
1212
stroke-linejoin="round"
1313
>
14-
<path d="M20 6 9 17l-5-5" />
14+
<path d="M4 12l5 5L20 6" />
1515
</svg>
1616
</span>
1717
</span>

0 commit comments

Comments
 (0)