Files
Pine e2244a3cae feat: PineAgentsWeb 官网前端应用(Vite+React SPA)
- src/ 页面与组件、public/ 静态资源
- 工程配置:vite/tsconfig/package 依赖
2026-08-23 22:31:31 +08:00

67 lines
2.4 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>QwenPaw — Works for you, grows with you.</title>
<meta
property="og:description"
content="Your personal AI assistant that runs in your own environment. Local or cloud deployment, multi-channel access (DingTalk, Feishu, WeChat, Discord, Telegram), extensible via Skills."
/>
<meta
name="description"
content="QwenPaw is your personal AI agent workstation running in your own environment. It supports local or cloud deployment, connects to 10+ channels including DingTalk, Feishu, QQ, Discord, and Telegram, and is extensible with Skills and MCP for multi-agent collaboration and memory management."
/>
<link rel="canonical" href="https://qwenpaw.agentscope.io/" />
<link rel="icon" href="/qwenpaw-symbol.svg" type="image/svg+xml" />
<meta
name="google-site-verification"
content="kRy3rs7ns4DbvoAKOafWZldfesOJOut0I82DwT7ombg"
/>
<meta name="msvalidate.01" content="9F648E7030DEAA7958D1CA55FDEB04E1" />
<meta name="baidu-site-verification" content="codeva-q5MuCpIdd2" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="QwenPaw" />
<meta
property="og:title"
content="QwenPaw — Works for you, grows with you."
/>
<meta property="og:url" content="https://qwenpaw.agentscope.io/" />
<meta
property="og:image"
content="https://qwenpaw.agentscope.io/qwenpaw_ip.png"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="QwenPaw — Works for you, grows with you."
/>
<meta
name="twitter:description"
content="Your personal AI assistant that runs in your own environment. Local or cloud deployment, multi-channel access, extensible via Skills."
/>
<meta
name="twitter:image"
content="https://qwenpaw.agentscope.io/qwenpaw_ip.png"
/>
<link
rel="preload"
href="/font/Inter.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<link
rel="preload"
href="/font/Newsreader.woff2"
as="font"
type="font/woff2"
crossorigin
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>