We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7d0cc commit 4629075Copy full SHA for 4629075
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "stackprism",
3
"private": true,
4
- "version": "1.3.75",
+ "version": "1.3.76",
5
"type": "module",
6
"description": "StackPrism 用于检测网页前端、后端、CDN、SaaS、广告营销、统计、登录、支付、网站程序和主题模板线索。",
7
"scripts": {
public/rules/page/frontend-extra.json
@@ -678,6 +678,24 @@
678
"patterns": ["snowpack|\\/_snowpack\\/"]
679
}
680
]
681
+ },
682
+ {
683
+ "defaults": {
684
+ "category": "前端库",
685
+ "confidence": "高"
686
687
+ "rules": [
688
689
+ "name": "highlight.js",
690
+ "matchIn": ["html"],
691
+ "classPrefixes": ["hljs"]
692
693
694
+ "name": "tsparticles",
695
696
+ "selectors": ["canvas.tsparticles-canvas-el"]
697
+ }
698
+ ]
699
700
701
0 commit comments