@agent-link/server 0.1.139 → 0.1.140

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-link/server",
3
- "version": "0.1.139",
3
+ "version": "0.1.140",
4
4
  "description": "AgentLink relay server",
5
5
  "license": "MIT",
6
6
  "repository": {
package/web/landing.html CHANGED
@@ -1181,6 +1181,17 @@
1181
1181
  <h3>Optional Password</h3>
1182
1182
  <p>Add <code style="color:var(--green);font-family:'JetBrains Mono',monospace;font-size:0.8rem">--password</code> to lock your session. Brute-force protection built in.</p>
1183
1183
  </div>
1184
+
1185
+ <!-- Markdown Preview -->
1186
+ <div class="bento-card">
1187
+ <div class="bento-visual">
1188
+ <div class="bento-icon rose">
1189
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline></svg>
1190
+ </div>
1191
+ </div>
1192
+ <h3>Markdown Preview</h3>
1193
+ <p>Built-in split-pane Markdown editor with live HTML preview, syntax highlighting, and dark mode.</p>
1194
+ </div>
1184
1195
  </section>
1185
1196
 
1186
1197
  <div class="section-divider"></div>
@@ -1180,6 +1180,17 @@
1180
1180
  <h3>密码保护</h3>
1181
1181
  <p>加个 <code style="color:var(--green);font-family:'JetBrains Mono',monospace;font-size:0.8rem">--password</code> 参数锁住会话,自带暴力破解防护。</p>
1182
1182
  </div>
1183
+
1184
+ <!-- Markdown Preview -->
1185
+ <div class="bento-card">
1186
+ <div class="bento-visual">
1187
+ <div class="bento-icon rose">
1188
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline></svg>
1189
+ </div>
1190
+ </div>
1191
+ <h3>Markdown 实时预览</h3>
1192
+ <p>内置分栏 Markdown 编辑器,实时 HTML 预览,代码语法高亮,支持深色模式。</p>
1193
+ </div>
1183
1194
  </section>
1184
1195
 
1185
1196
  <div class="section-divider"></div>