From 5847cb799df9d335f7f8f48b4d8447415428f477 Mon Sep 17 00:00:00 2001 From: XiuChengWu <732857315@qq.com> Date: Wed, 27 May 2026 21:08:59 +0800 Subject: [PATCH] Fix API section, binary name, and remaining inaccuracies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Major: Public C API section now shows the real dstalk_host.h API with service-vtable pattern (dstalk_service_query + 8 vtable types) instead of the fabricated flat C API from dstalk_api.h which does not exist. Other fixes: - Binary name: dstalk-core.dll → dstalk.dll (matching CMake target) - Test count: 8 → 9 (added network_plugin_test.cpp) - Features card: updated ABI description to mention service vtables - Terminal demo: file path dstalk_api.h → dstalk_host.h - Tech stack: header reference dstalk_api.h → dstalk_host.h - Docs row: added docs/explanation/ (architecture, plugin-lifecycle, security-logging) - en.html favicon: translated remaining Chinese 图层 1 → Layer 1 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- en.html | 80 ++++++++++++++++++++++++++++++++++-------------------- index.html | 78 +++++++++++++++++++++++++++++++++------------------- 2 files changed, 101 insertions(+), 57 deletions(-) diff --git a/en.html b/en.html index 0cc95e4..b4c2f3f 100644 --- a/en.html +++ b/en.html @@ -3,14 +3,14 @@ - + - + - + dstalk — DeepSeek V4 AI Coding CLI