Skip to content

Commit 45ffd3a

Browse files
committed
fix: 修正规整棱形图标
将 StackPrism 图标外轮廓改为中心对称的规整菱形,移除旧版不等边多边形和非等比缩放。 重新生成 16/32/48/128/256 PNG 图标,同步修正 README 图标路径,并升级版本到 1.0.99。 提交前已执行全项目 Prettier 格式化。
1 parent 355695c commit 45ffd3a

12 files changed

Lines changed: 524 additions & 521 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="icons/icon256.png" width="128" height="128" alt="StackPrism 栈棱镜图标">
2+
<img src="public/icons/icon256.png" width="128" height="128" alt="StackPrism 栈棱镜图标">
33
</p>
44

55
<h1 align="center">StackPrism / 栈棱镜</h1>

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

pnpm-lock.yaml

Lines changed: 491 additions & 494 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/icons/icon.svg

Lines changed: 28 additions & 16 deletions
Loading

public/icons/icon128.png

-4.09 KB
Loading

public/icons/icon16.png

-321 Bytes
Loading

public/icons/icon256.png

-9.5 KB
Loading

public/icons/icon32.png

-834 Bytes
Loading

public/icons/icon48.png

-1.27 KB
Loading

src/ui/help/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!doctype html>
22
<html lang="zh-CN">
3-
43
<head>
54
<meta charset="UTF-8" />
65
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
@@ -11,5 +10,4 @@
1110
<div id="app"></div>
1211
<script type="module" src="./main.ts"></script>
1312
</body>
14-
15-
</html>
13+
</html>

0 commit comments

Comments
 (0)