refactor: standardize import paths and clean up unused code

Migrate legacy relative API imports to consistent absolute @/api paths across all components
Remove unnecessary .js file extensions from ES module imports
Add new StreamManager utility and base client configuration constants file
Clean up unused imports and dynamic config calls in ChatGuide and ChatInputArea components
Update the index.html page title to "nianxx"
Replace dynamic OSS URL and local text imports in ChatGuide with hardcoded static values
This commit is contained in:
duanshuwen
2026-05-27 07:35:28 +08:00
parent 1a5a2ae6a9
commit dd36ccc118
13 changed files with 138 additions and 27 deletions

View File

@@ -2,9 +2,12 @@
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<meta name="theme-color" content="#2D91FF" />
<title>YGChatCS Web</title>
<title>nianxx</title>
</head>
<body>
<div id="app"></div>