96SEO 2026-08-13 10:29 0
前置条件请先完成《从零搭建一个 AI 猜字游戏后端》并在 Swagger UI 中确认所有后端接口测试的 API 接口。

浏览器打开后你会看到:
| 技术 | 说明 |
|---|---|
| * 浏览器原生 ESM + ImportMap,无需 npm、webpack;话说回来,* @microsoft/fetch-event-source 用于 SSE;* 原生 fetch + Flex 布局;说起来,* CSS Variables 管理主题色与尺寸。 | |
文件结构 → 一眼看懂目录层级
hanzi/api/static/
├── index.html # 页面结构
├── index.css # 页面样式
└── index.js # Vue3 交互逻辑
HTML 最小骨架
页面骨架已就绪
* 在浏览器直接使用 ESM 可省去 npm 与打包流程,极大缩短启动时间。
CSS 最小样式
/* 基础重置 */
至于*。*:,before,*::after{margin:0;padding:0,border-box:border-box;}
html{font-family:'Microsoft YaHei',sans-serif;font-size:14px;background:#f0f2f5;}
/* Flex 三栏容器 */
.app-main{display:flex;height:calc);overflow:hidden;说起来,}
.sidebar-left。.sidebar-right{background:#fff;border-right:1px solid #e5e7eb;}
.chat-area{flex:1;background:#f0f2f5;其实,} /* 中间区域占满剩余空间 */
.chat-messages{flex:1;padding:20px;margin-bottom:-10px;}
/* 简单主题变量示例 */
:root{--primary:#4a6cf7;}
`css` 是可选项,主要是利用 `flex` 实现自适应三栏布局。
* 使用 CSS Variables 可以一处改动即可统一全局主题色。
JS 最小验证
// 导入 Vue
import { createApp,ref } from 'vue';createApp({
setup{
const message = ref;return {message};}
}).mount,不过,
* 如果页面显示 “Vue 已挂载成功!”,说明 ESM 与 ImportMap 配置无误。可继续往下做功能实现,
🧭 第二关:完成完整三栏布局与交互指令绑定
HTML 完整模板
`
⚠⚠⚠⚠⚠⚠⚠⚠⚠⚥☎ 2026年8月13日 - jiaxin12345.com - Hi!I am XieYun.
SAME!
&equivalentTo
This is a placeholder for your custom logo and navigation bar.
Use this space to add your own branding or any or elements you want.
If you’re building an app with multiple pages or sections,you can replace this placeholder with a dynamic navigation menu that changes based on current page or section.
This is a great way to keep your header consistent across all pages while still giving each page its own unique look and feel.
Here’s how you can do it:
-
- Add a new component called HeaderComponent.vue that contains header layout and logic.
-
- In each page component。import HeaderComponent and include it in template.
-
- Use props or Vue Router’s current route information to control which parts of header should be visible on each page.
This way you can keep your code DRY and maintain a consistent header across different pages while also allowing each page to have its own unique layout.
It could be quite easy if we are building simple single-page application that only has one page but if you want more complex structure,best practice would be to separate out components into ir own files so you can reuse m across pages.
When using vue-router,we can create multiple routes in router/index.js file,and set up different views for each route using lazy loading.
Then we can use dynamic imports to load only necessary components when needed,which improves performance and keeps our code organized.
Finally we can wrap everything into an App.vue component that serves as root for our application.
You might also want to think about how users navigate through your app – do y go from one page to anor?话说回来,Do y open modal dialogs?Or maybe y use tabs?In all cases we’ll probably want some kind of global state store or provide/inject pattern so that shared data stays consistent across components.
Now let’s go ahead and start implementing our header component – it will be reusable across all pages,and allow us flexibility for adding new features later on without messing up existing ones.
Here are some good things about this approach:
-
- Easy maintenance – just update HeaderComponent once and everything changes at once.
-
- Reusability – components are self‑contained pieces of UI that can be used wherever needed.
-
- Testability – smaller units mean easier unit tests with Jest or Vitest.
• If you’re new to vue‑in‑components re are many resources available online where people share templates。and se guides help me understand how best practice works.
Once you’re comfortable with how vue‑in‑components approach works in practice –
you will get 娱乐ter at thinking about patterns in terms of reusability.
So let’s start building a reusable component – it will contain everything…For now lets go ahead…We’ll have many small components but y will be easier for us as well as or devs who work on m too!The key idea is simple – reuse instead of copy-paste
So let’s write code…Here’s some more details…We’ll write an AppBar.vue which contains top level layout with logo…We will add some icons for quick access…It would also contain some buttons for toggling dark mode…The icon names mselves look very cool.
One more thing—some icons may look like weird shapes?But it should look good overall!It would help us get what we need!Now we know what needs…Ok i’m going to put this here now …In short I’ve written most of basic stuff already…If any furr info is needed please contact me :)
Also see below example usage.. It just shows how I set up my own build system.. It uses Vite…But re are or ways too …To run locally just do something similar …说起来,After reading over my design ideas I have decided I’ll write something simpler…Because I don’t think anyone wants such complex structure.
Anyway i hope this helps!Some or tips:
Let me know if i made any mistakes — thanks!a>
©️2024 OpenAI GPT Demo ©️2024 OpenAI GPT Demo ©️...
`/g`.replaceAll.trim
false);// end remove trailing newline
// end block
//end block
//end block
/* end block */
/* end block */
/* end block */
/* ......
/* END...... .. .. .. .. .....*/ / * .......................*/ /**END..?,?*/
这段代码略显冗长。为了演示效果我们把它截断了。请根据实际需求自行补全,
再看注意。这里所有 和 图标均来自本地图标库,也可以改为 FontAwesome 或 CDN。
text
如果你想进一步简化。可以把顶部导航拆成单独组件,并使用 `
完整的 CSS 样式表,请直接覆盖之前的 index.css。
css /* ==================== 基础重置 ==================== / *。::before,*::after{margin:0;padding:0,border-box:border-box;} html,body{font-family:'Microsoft YaHei'。sans-serif,font-size:14px;background:#f0f2f5;} ul,ol{list-style:none;}button,input{outline:none; 按理说,font-family:'Microsoft YaHei'}
/* ==================== CSS变量 ==================== */ :root{--color-primary:#4a6cf7。--color-bg-white:#fff,--color-text:#333,--radius:.375rem,--sidebar-width:220px,--header-height:56px;}
/* ==================== 页眉 ==================== */ .app-header{height:var;background-linear-gradient,#6c5ce7);display:flex;color:white,text-align:center}
/* ==================== 主体布局 ==================== */ .app-main{display:flex;height:calc);overflow:hidden;怎么说呢,}
.sidebar-left。.sidebar-right{background:#fff;border-right:.0625rem solid var;} .sidebar-left{width:var;按理说,} .sidebar-right{width:var;}
.chat-area{flex:auto;background-color:#fafafa;padding:.625rem;} .chat-messages{text-align:left;margin-bottom:.312rem;padding:.625rem .75rem} .message-row.user,.message-row.assistant{text-align:left;按理说,margin-top:.625rem} .avatar.user。.avatar.assistant{text-align:center;width:.5625rem;height:.5625rem;border-radius:.375rem;background-color:black;color:white,其实,font-size:.875rem}
.typing-indicator span.dot{-webkit-animation:typeDot .4s infinite;-moz-animation:typeDot .4s infinite}.typing-indicator span.dot:nth-child{animation-delay:.125s}.typing-indicator span.dot:nth-child{animation-delay:.25s}@keyframes typeDot{@keyframes typeDot {from,to}{opacity:.15}}
.btn-new-session,.btn-delete。.btn-send{/按需补全样式/}
index.html → body 部分 index.css → 替换全部内容 index.js → 替换全部内容
以下章节按功能拆分,你可以按需挑选实现:
javascript
// api 对象统一封装请求头和错误处理…const api={
request{/*...*/}
getSessionList{return api.request}
createSession{return api.request}
deleteSession{return api.request}
getSessionDetail{return api.request}
}
javascript
async function loadSessionList{
try{
const res=await api.getSessionList;说起来,if sessionList.value=res.data||;}catch{alert;console.error;}
}
function formatSessionName{
const =id.split;return `${date.split}-${date.split} ${time.split}:${time.split}`;}
javascript async function createSession{ifreturn;iftry{ const r=await api.createSession;if{sessionList.value.unshift;await selectSession;} }catch{alert;其实,console.error;}finally {isCreating.value=false}} async function selectSession{ifreturn;不过,if{ try{ const r=await api.getSessionDetail;if{currentMessages.value=r.data.messages||;} }catch{alert;说起来,console.error;} }} function deleteSession{ if)return;if)return,
try{ const r=await api.deleteSession;if{ sessionList.value=sessionList.value.filter;老实说,ifcurrentMessages.value=;} }catch{alert;console.error;} }
javascript onMounted=>{/*load list n select first*/})
javascript async function sendMessage{ const msg=inputMessage.value.trim;ifreturn,
inputMessage.value='';currentMessages.push;currentMessages.push;不过,// 空占位触发 typing 动画 const aiIndex=currentMessages.length-1。isAiTyping=true;不过,
await scrollToBottom;try{
await fetchEventSource(${API_BASE}/api/session/${currentSessionId},{
至于method,'PUT'。headers:{'Content-Type':'application/json'},body),
async onopen{ifthrow new Error},onmessage{
const chunk=json.parse;currentMessages.content+=chunk.content || '';scrollToBottom;}
onclose{throw new Error},onerror{throw err}});}catch{
if{
alert;console.error;不过,// 移除空占位,如果还为空则弹出错误提示气泡...
}
finally{
isAiTyping=false;scrollToBottom;}}
}
javascript async function scrollToBottom{ await nextTick;ifreturn,//使用者主动上翻时不强制滚动;messagesContainer?.value,.scrollTop=m.scrollHeight;}
function handleScroll{ const el=m.scrollTop。m.height=m.clientHeight,r=m.scrollHeight-r.height-r.top>=100?true:false,//阈值100像素判定是否上翻;userScrolledUp=r;}
cd hanzi/api && python main.pyhttp://localhost:/ | 技巧 | 用途 | 好处 |
|---|---|---|
| ESM + ImportMap | 无建立工具就可以使用模块 | 快速启动、减少环境依赖 |
| fetchEventSource 库 | 自动解析 SSE 协议 | 减少手写 ReadableStream 的复杂性 |
| *Vue Composition API * | 状态集中管理 | 更直观、更易维护 |
| *双向绑定 + 动态禁用 * | 输入框状态同步 | 防止误操作 |
| *智能滚动 * | 保留阅读位置 | 提高 UX |
| *错误细粒度处理 * | 区分正常结束 vs 错误 | 不让无意义弹窗影响体验 |
marked.js + DOMPurify祝你玩得开心。也欢迎在评论区留下你的问题或调整经验,一起把这套玩具变成真正可上线的产品!
作为专业的SEO优化服务提供商,我们致力于通过科学、系统的搜索引擎优化策略,帮助企业在百度、Google等搜索引擎中获得更高的排名和流量。我们的服务涵盖网站结构优化、内容优化、技术SEO和链接建设等多个维度。
| 服务项目 | 基础套餐 | 标准套餐 | 高级定制 |
|---|---|---|---|
| 关键词优化数量 | 10-20个核心词 | 30-50个核心词+长尾词 | 80-150个全方位覆盖 |
| 内容优化 | 基础页面优化 | 全站内容优化+每月5篇原创 | 个性化内容策略+每月15篇原创 |
| 技术SEO | 基本技术检查 | 全面技术优化+移动适配 | 深度技术重构+性能优化 |
| 外链建设 | 每月5-10条 | 每月20-30条高质量外链 | 每月50+条多渠道外链 |
| 数据报告 | 月度基础报告 | 双周详细报告+分析 | 每周深度报告+策略调整 |
| 效果保障 | 3-6个月见效 | 2-4个月见效 | 1-3个月快速见效 |
我们的SEO优化服务遵循科学严谨的流程,确保每一步都基于数据分析和行业最佳实践:
全面检测网站技术问题、内容质量、竞争对手情况,制定个性化优化方案。
基于用户搜索意图和商业目标,制定全面的关键词矩阵和布局策略。
解决网站技术问题,优化网站结构,提升页面速度和移动端体验。
创作高质量原创内容,优化现有页面,建立内容更新机制。
获取高质量外部链接,建立品牌在线影响力,提升网站权威度。
持续监控排名、流量和转化数据,根据效果调整优化策略。
基于我们服务的客户数据统计,平均优化效果如下:
我们坚信,真正的SEO优化不仅仅是追求排名,而是通过提供优质内容、优化用户体验、建立网站权威,最终实现可持续的业务增长。我们的目标是与客户建立长期合作关系,共同成长。
Demand feedback