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>
|
<!DOCTYPE html>
|
||||||
<html lang="zh-CN">
|
<html lang="zh-CN">
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
<head>
|
||||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
<meta charset="UTF-8">
|
||||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||||
<meta name="description" content="专业的AI模型价格管理系统,支持多模型厂商、多币种的价格管理,提供标准的API接口。">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="keywords" content="AI模型,价格管理,API接口,OpenAI,Azure,Anthropic">
|
<meta name="description" content="OpenAI Claude Gemini Grok Qwen DeepSeek 等几十家模型的价格,支持多模型厂商、多币种的价格管理,提供标准的API接口。">
|
||||||
<meta name="author" content="AI Models Prices Team">
|
<meta name="author" content="Q58论坛">
|
||||||
<title>AI模型价格</title>
|
<title>AI模型价格汇总</title>
|
||||||
<style>
|
<link rel="preconnect" href="https://fonts.bytedance.com">
|
||||||
body {
|
<link rel="stylesheet"
|
||||||
margin: 0;
|
href="https://fonts.bytedance.com/dfd/api/v1/css?family=DFPKingGothicGB-Regular:500&display=swap" />
|
||||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
<style>
|
||||||
-webkit-font-smoothing: antialiased;
|
* {
|
||||||
-moz-osx-font-smoothing: grayscale;
|
outline: none;
|
||||||
background-color: #f5f7fa;
|
font-family: PingFang SC, DFPKingGothicGB-Regular, sans-serif;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
<style>
|
||||||
<body>
|
body {
|
||||||
<div id="app"></div>
|
margin: 0;
|
||||||
<script type="module" src="/src/main.js"></script>
|
-webkit-font-smoothing: antialiased;
|
||||||
</body>
|
-moz-osx-font-smoothing: grayscale;
|
||||||
</html>
|
background-color: #f5f7fa;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div id="app"></div>
|
||||||
|
<script type="module" src="/src/main.js"></script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
Loading…
x
Reference in New Issue
Block a user