Files

39 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# NeoDeck Local(完全离线 · 无 iframe
夺舍官方 Kimi neo-ppt 前端镜像,单页运行:
- 无 iframe、无 www.kimi.com、无云同步 / 分享 / 云盘 / AI
- 本地打开 PPTD 文件夹并自动保存
- 官方编辑器内「导出」走本地 patched WASM
## 启动
```bash
cd editor
npx serve .
# 或 python3 -m http.server 55173
```
浏览器打开根路径即可(不要用 file://)。仓库内也可用 `npx open-kimi-ppt-skill serve`
## 使用
1. **打开 PPTD 文件夹**(Chromium 可读写;其它浏览器可退化为只读上传)
2. 在官方编辑器 UI 中编辑
3. 顶栏 **导出** → 下载 PPTX / 图片(无分享、无 Google 云盘)
## 结构
```
editor/
index.html # 唯一入口(官方 UI + 本地顶栏)
local-bridge.js # 取代 Penpal 父页面的本地桥
local-shell.css
neo-ppt/ # 官方前端镜像
assets/
pptd_wasm_bg-DPPWdROu.wasm # 唯一一份 patched PPTX WASM(真源)
index_bg-*.wasm # resvg(渲染用,勿与上者混淆)
```
Agent 侧 `scripts/local-export/` 在 skill install 时会从上述真源拷贝一份 `pptd_wasm_bg.wasm`;仓库内导出脚本直接引用本路径。