@cyber-dash-tech/revela 0.1.0 → 0.1.1
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/README.md +4 -3
- package/README.zh-CN.md +4 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,9 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
**English** | [中文](README.zh-CN.md)
|
|
4
4
|
|
|
5
|
-
An [OpenCode](https://opencode.ai) plugin that turns your AI into a presentation
|
|
6
|
-
Describe
|
|
5
|
+
An [OpenCode](https://opencode.ai) plugin that turns your AI into a presentation assistant.
|
|
6
|
+
Describe what you want to present — Revela researches, analyses, and generates a complete slide deck for you.
|
|
7
7
|
|
|
8
|
+
[](https://www.npmjs.com/package/@cyber-dash-tech/revela)
|
|
8
9
|
[](LICENSE)
|
|
9
10
|
[](tests/)
|
|
10
11
|
[](https://opencode.ai)
|
|
@@ -58,7 +59,7 @@ export { default } from "/absolute/path/to/revela/index.ts";
|
|
|
58
59
|
/revela enable
|
|
59
60
|
```
|
|
60
61
|
|
|
61
|
-
Then
|
|
62
|
+
Then describe your presentation goal to the AI. Revela will understand your real intent through conversation, then generate a complete slide deck. Open the output file in any browser — no build step, no framework.
|
|
62
63
|
|
|
63
64
|
```
|
|
64
65
|
/revela disable
|
package/README.zh-CN.md
CHANGED
|
@@ -2,9 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
[English](README.md) | **中文**
|
|
4
4
|
|
|
5
|
-
[OpenCode](https://opencode.ai) 插件,让 AI
|
|
6
|
-
|
|
5
|
+
Revela 是一款 [OpenCode](https://opencode.ai) 插件,让 AI 成为你的PPT助手。
|
|
6
|
+
用对话方式描述你的需求,Revela 会自动调研、分析、洞察,最后呈现你心中的PPT。
|
|
7
7
|
|
|
8
|
+
[](https://www.npmjs.com/package/@cyber-dash-tech/revela)
|
|
8
9
|
[](LICENSE)
|
|
9
10
|
[](tests/)
|
|
10
11
|
[](https://opencode.ai)
|
|
@@ -88,7 +89,7 @@ export { default } from "/path/to/revela/index.ts";
|
|
|
88
89
|
/revela enable
|
|
89
90
|
```
|
|
90
91
|
|
|
91
|
-
然后向 AI
|
|
92
|
+
然后向 AI 描述你的演讲目标。Revela 会通过聊天洞察你的真实诉求,随后生成一个完整的幻灯片文件。用浏览器直接打开,无需构建,无需框架。
|
|
92
93
|
|
|
93
94
|
```
|
|
94
95
|
/revela disable
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cyber-dash-tech/revela",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "OpenCode plugin that turns AI into an HTML slide deck generator",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.ts",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
],
|
|
32
32
|
"repository": {
|
|
33
33
|
"type": "git",
|
|
34
|
-
"url": "https://github.com/cyber-dash-tech/revela.git"
|
|
34
|
+
"url": "git+https://github.com/cyber-dash-tech/revela.git"
|
|
35
35
|
},
|
|
36
36
|
"homepage": "https://github.com/cyber-dash-tech/revela#readme",
|
|
37
37
|
"bugs": {
|