Commit
·
8a6a2ce
1
Parent(s):
b42d561
� UPDATE TECHNOLOGY BUTTON: Change to 'View use cases'
Browse files✅ 修改Technology页面"Why us?"区域按钮:
- � 按钮文字: "View our vision" → "View use cases"
- � 添加onClick导航: 跳转到 /usecases 页面
- � 用户体验: 从技术页面直接查看实际用例
� 结果: 用户现在可以从Technology页面直接跳转到Use Cases页面查看具体应用场景!
frontend/src/pages/Technology.tsx
CHANGED
|
@@ -316,8 +316,11 @@ export function Technology() {
|
|
| 316 |
</div>
|
| 317 |
|
| 318 |
<div className="text-center mt-8">
|
| 319 |
-
<Button
|
| 320 |
-
|
|
|
|
|
|
|
|
|
|
| 321 |
</Button>
|
| 322 |
</div>
|
| 323 |
</div>
|
|
|
|
| 316 |
</div>
|
| 317 |
|
| 318 |
<div className="text-center mt-8">
|
| 319 |
+
<Button
|
| 320 |
+
onClick={() => navigate('/usecases')}
|
| 321 |
+
className="bg-purple-600 hover:bg-purple-700 text-white px-8 py-3"
|
| 322 |
+
>
|
| 323 |
+
View use cases
|
| 324 |
</Button>
|
| 325 |
</div>
|
| 326 |
</div>
|
static/assets/index-4de7ad59.js
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
static/assets/index-4de7ad59.js.map
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
static/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 7 |
<title>Edge LLM</title>
|
| 8 |
-
<script type="module" crossorigin src="/assets/index-
|
| 9 |
<link rel="stylesheet" href="/assets/index-009d5f6d.css">
|
| 10 |
</head>
|
| 11 |
<body>
|
|
|
|
| 5 |
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 7 |
<title>Edge LLM</title>
|
| 8 |
+
<script type="module" crossorigin src="/assets/index-4de7ad59.js"></script>
|
| 9 |
<link rel="stylesheet" href="/assets/index-009d5f6d.css">
|
| 10 |
</head>
|
| 11 |
<body>
|