@yxai/code 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 橙子
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yxai/code",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "意心Code - 无门槛的ClaudeCode可视化轻量工具",
5
5
  "type": "module",
6
6
  "main": "server.js",
package/public/index.html CHANGED
@@ -4,8 +4,8 @@
4
4
  <meta charset="UTF-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>意心Code - yxcode</title>
7
- <link rel="icon" type="image/x-icon" href="/favicon.ico">
8
- <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
7
+ <link rel="icon" type="image/x-icon" href="https://ccnetcore.com/prod-api/wwwroot/codelogo.png">
8
+ <link rel="shortcut icon" type="image/x-icon" href="https://ccnetcore.com/prod-api/wwwroot/codelogo.png">
9
9
  <link rel="stylesheet" href="/vendor/github-dark.min.css">
10
10
  <script src="/vendor/marked.min.js"></script>
11
11
  <script src="/vendor/highlight.min.js"></script>
@@ -2000,7 +2000,7 @@ button:active::before {
2000
2000
  <header id="header">
2001
2001
  <div class="header-left">
2002
2002
  <button id="sidebarToggle" class="btn-icon" title="会话列表">☰</button>
2003
- <span class="logo">意心Code</span><span class="version">v0.0.3</span>
2003
+ <span class="logo">意心Code</span><span class="version">v0.0.4</span>
2004
2004
  </div>
2005
2005
  <div class="header-center">
2006
2006
  <div class="model-select-wrapper">
Binary file