chore: remove public folder

This commit is contained in:
Simon
2025-10-11 22:45:54 +08:00
parent c5f2d05395
commit 45004fd4da
2 changed files with 5 additions and 14 deletions

View File

@@ -2,8 +2,11 @@
<html lang="zh-CN"> <html lang="zh-CN">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<!-- <link rel="icon" type="image/jpeg" href="/icon-256.jpg" /> --> <link
<link rel="icon" type="image/svg+xml" href="/icon.svg" /> rel="icon"
type="image/svg+xml"
href="https://img.alicdn.com/imgextra/i3/O1CN01uo9VaC20mamWNM2Zn_!!6000000006892-55-tps-64-64.svg"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PageAgent - 网页内的交互助手</title> <title>PageAgent - 网页内的交互助手</title>
<meta <meta
@@ -21,7 +24,6 @@
<meta property="og:description" content="一行 CDN 引入,为任何网站添加智能 UI Agent。" /> <meta property="og:description" content="一行 CDN 引入,为任何网站添加智能 UI Agent。" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:locale" content="zh_CN" /> <meta property="og:locale" content="zh_CN" />
<!-- 可根据实际情况补充 og:image 等 -->
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

View File

@@ -1,11 +0,0 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="g1" x1="0" y1="0" x2="64" y2="64" gradientUnits="userSpaceOnUse">
<stop stop-color="#58C0FC" />
<stop offset="1" stop-color="#BD45FB" />
</linearGradient>
</defs>
<rect x="4" y="4" width="56" height="56" rx="14" fill="url(#g1)" />
<text x="32" y="36" text-anchor="middle" font-family="Inter, Arial, sans-serif" font-size="42"
font-weight="bold" fill="#fff" dominant-baseline="middle">P</text>
</svg>

Before

Width:  |  Height:  |  Size: 538 B