@yxai/code 0.0.2 → 0.0.3
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/README.en.md +3 -3
- package/README.md +2 -2
- package/package.json +1 -1
- package/public/index.html +1 -1
package/README.en.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
|
|
3
|
-
<img src="
|
|
3
|
+
<img src=".https://ccnetcore.com/prod-api/wwwroot/codelogo.png" alt="YxAiCode Logo" width="120" height="120">
|
|
4
4
|
|
|
5
5
|
# @yxai/code
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
-
<strong>
|
|
8
|
+
<strong>YxAi Code</strong> - Zero-barrier Visual Lightweight Tool for Claude Code
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
@@ -143,6 +143,6 @@ This project is self-developed by **YiXin AI Team + Claude + Claude Code** using
|
|
|
143
143
|
|
|
144
144
|
<div align="center">
|
|
145
145
|
|
|
146
|
-
Made with ❤️ by
|
|
146
|
+
Made with ❤️ by YxAi Team
|
|
147
147
|
|
|
148
148
|
</div>
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
|
|
3
|
-
<img src="
|
|
3
|
+
<img src="https://ccnetcore.com/prod-api/wwwroot/codelogo.png" alt="YxAiCode Logo" width="120" height="120">
|
|
4
4
|
|
|
5
5
|
# @yxai/code
|
|
6
6
|
|
|
@@ -143,6 +143,6 @@ PORT=8080 yxai
|
|
|
143
143
|
|
|
144
144
|
<div align="center">
|
|
145
145
|
|
|
146
|
-
Made with ❤️ by
|
|
146
|
+
Made with ❤️ by yxai Team
|
|
147
147
|
|
|
148
148
|
</div>
|
package/package.json
CHANGED
package/public/index.html
CHANGED
|
@@ -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.
|
|
2003
|
+
<span class="logo">意心Code</span><span class="version">v0.0.3</span>
|
|
2004
2004
|
</div>
|
|
2005
2005
|
<div class="header-center">
|
|
2006
2006
|
<div class="model-select-wrapper">
|