feat: 导出 SproutClaw .sproutclaw 配置
包含 extensions、skills、prompts、settings、auth、models、mcp 等配置。 排除 node_modules、npm 缓存、sessions 等运行时数据。
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
# 生成报告
|
||||
|
||||
## 输出文件
|
||||
|
||||
- `申请表信息.txt` (2171 bytes)
|
||||
- `StudioAgent AI视频制片平台软件-代码(前30页).docx` (23707 bytes)
|
||||
- `StudioAgent AI视频制片平台软件-代码(后30页).docx` (22925 bytes)
|
||||
- `StudioAgent AI视频制片平台软件_操作手册.docx` (15913 bytes)
|
||||
|
||||
## 警告
|
||||
|
||||
- 用户选择暂不截图;操作手册已保留截图预留位置
|
||||
|
||||
## DOCX 校验
|
||||
|
||||
DOCX env: NOT READY
|
||||
|
||||
```text
|
||||
=== DOCX Environment Check ===
|
||||
|
||||
[FAIL] dotnet not found
|
||||
|
||||
.NET SDK is REQUIRED. Install it:
|
||||
brew install --cask dotnet-sdk
|
||||
|
||||
Or run the full setup: bash scripts/setup.sh
|
||||
|
||||
[OK] project built
|
||||
[OK] pandoc 3.8.3 (content preview)
|
||||
[WARN] soffice not found — .doc files cannot be converted
|
||||
```
|
||||
Preview StudioAgent AI视频制片平台软件-代码(前30页).docx: exit=0
|
||||
|
||||
```text
|
||||
=== DOCX Preview: StudioAgent AI视频制片平台软件-代码(前30页).docx ===
|
||||
File size: 24K
|
||||
Word count: 4355
|
||||
Estimated pages: 18
|
||||
---
|
||||
// File: frontend/src/app/layout.tsx
|
||||
|
||||
import type { Metadata } from "next";
|
||||
```
|
||||
Preview StudioAgent AI视频制片平台软件-代码(后30页).docx: exit=0
|
||||
|
||||
```text
|
||||
=== DOCX Preview: StudioAgent AI视频制片平台软件-代码(后30页).docx ===
|
||||
File size: 24K
|
||||
Word count: 4429
|
||||
Estimated pages: 18
|
||||
---
|
||||
// Get or create conversation
|
||||
|
||||
const convs = await apiFetch<{ id: string }[]>(
|
||||
```
|
||||
Preview StudioAgent AI视频制片平台软件_操作手册.docx: exit=0
|
||||
|
||||
```text
|
||||
=== DOCX Preview: StudioAgent AI视频制片平台软件_操作手册.docx ===
|
||||
File size: 16K
|
||||
Word count: 210
|
||||
Estimated pages: 1
|
||||
---
|
||||
StudioAgent AI视频制片平台软件操作手册
|
||||
|
||||
一、软件概述
|
||||
```
|
||||
Reference in New Issue
Block a user