mirror of
https://github.com/woodchen-ink/aimodels-prices.git
synced 2025-07-18 05:32:00 +08:00
更新index.html,优化页面元信息和样式,增加字体支持,提升用户体验
This commit is contained in:
parent
cb0b494085
commit
fe84b2c9c9
@ -1,26 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="专业的AI模型价格管理系统,支持多模型厂商、多币种的价格管理,提供标准的API接口。">
|
||||
<meta name="keywords" content="AI模型,价格管理,API接口,OpenAI,Azure,Anthropic">
|
||||
<meta name="author" content="AI Models Prices Team">
|
||||
<title>AI模型价格</title>
|
||||
<meta name="description" content="OpenAI Claude Gemini Grok Qwen DeepSeek 等几十家模型的价格,支持多模型厂商、多币种的价格管理,提供标准的API接口。">
|
||||
<meta name="author" content="Q58论坛">
|
||||
<title>AI模型价格汇总</title>
|
||||
<link rel="preconnect" href="https://fonts.bytedance.com">
|
||||
<link rel="stylesheet"
|
||||
href="https://fonts.bytedance.com/dfd/api/v1/css?family=DFPKingGothicGB-Regular:500&display=swap" />
|
||||
<style>
|
||||
* {
|
||||
outline: none;
|
||||
font-family: PingFang SC, DFPKingGothicGB-Regular, sans-serif;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
background-color: #f5f7fa;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.js"></script>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user