Skip to content

Commit 1798e80

Browse files
committed
chore: Popup.vue 样式嵌套化
整段 style scoped 块从平铺 CSS 重写为 SCSS 嵌套形式:父-子选择器用 & 引用(.tech &:hover、.confidence &.high/.medium/.low、.actions button &:hover/&.primary 等),状态变体一并下嵌;行注释从 /* */ 改为 //。视觉与行为完全一致。将版本号提升到 1.3.2。
1 parent dcdefa9 commit 1798e80

2 files changed

Lines changed: 297 additions & 296 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.3.1",
4+
"version": "1.3.2",
55
"type": "module",
66
"description": "StackPrism 用于检测网页前端、后端、CDN、SaaS、广告营销、统计、登录、支付、网站程序和主题模板线索。",
77
"scripts": {

0 commit comments

Comments
 (0)