chore: 项目文件归类整理
- assets/icons/ → 图标资源 (llama.ico, llama.png) - css/ → 样式文件 (style.css) - js/ → 所有业务代码 - js/lib/ → 第三方库 (marked.esm.js) - js/components/ → UI 组件 修正所有 import 路径、HTML 引用、SW 缓存列表
This commit is contained in:
+2
-2
@@ -8,9 +8,9 @@
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="description" content="Metona Ollama Client - 流式聊天、多模态、历史管理">
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<link rel="icon" href="llama.ico" type="image/x-icon">
|
||||
<link rel="icon" href="assets/icons/llama.ico" type="image/x-icon">
|
||||
<title>Metona Ollama</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">
|
||||
|
||||
Reference in New Issue
Block a user