@wendongfly/zihi 1.1.9 → 1.1.10

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/dist/login.html CHANGED
@@ -138,7 +138,7 @@
138
138
  <button type="submit" id="btn">进入</button>
139
139
  </form>
140
140
 
141
- <div class="hint">密码见服务器启动日志<br>或编辑 ~/.zihi/password</div>
141
+ <div class="hint">密码见服务器启动日志</div>
142
142
  </div>
143
143
 
144
144
  <script>
package/dist/package.json CHANGED
@@ -1 +1 @@
1
- {"type":"module","version":"1.1.8"}
1
+ {"type":"module","version":"1.1.9"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wendongfly/zihi",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "AI Agent terminal sharing with interactive permission approval via Claude Agent SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",