Files
chatgpt-business-price-radar/index.html
T
2026-07-23 09:31:05 +08:00

24 lines
832 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#f5f7f3" />
<meta
name="description"
content="查看 ChatGPT Business 在不同国家和地区的官方月付价格,并换算为人民币或美元。"
/>
<meta property="og:title" content="Business Price RadarChatGPT Business 全球月付价格" />
<meta
property="og:description"
content="独立的 ChatGPT Business 地区月价查询与汇率换算工具。"
/>
<meta property="og:type" content="website" />
<title>Business Price Radar|全球月付价格</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>