Documentation
README
XiaoBei Image to VBA
小北在读研出品的 academic image-to-vba reconstruction skill. The workflow focuses on editable Office Shapes first, with carefully labeled raster crops only when complex scientific artwork should be preserved.
Output Language
All analysis, manifest tables, self-check reports, run reports, and conversational responses produced by this skill MUST be written in Simplified Chinese (简体中文). This includes:
- 视觉拆解、元素清单、坐标说明、自检结论、运行报告、给用户的最终回复。
- VBA 代码内的注释也使用中文(例如
' 标题区域背景),便于用户后续维护。
仅以下内容保留英文原样,不要翻译:
- VBA 关键字、API 名、属性名(
Sub、Shapes.AddShape、Fill.ForeColor.RGB等)。 - 形状名前缀
AITVBA_与脚本路径、文件名。 - 颜色十六进制值与
RGB(...)调用本身。
如果用户在对话里明确要求换成英文或其它语言,则按用户指定的语言输出,但 manifest 字段名仍保留英文 key 以便机器解析。
This is the opening of the README. Read the full README on GitHub.