@codady/coax 0.0.7 → 0.0.8
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/examples/index.html
CHANGED
|
@@ -174,10 +174,10 @@
|
|
|
174
174
|
<span class="filename">replace.html</span>
|
|
175
175
|
</a>
|
|
176
176
|
|
|
177
|
-
<a href="
|
|
177
|
+
<a href="stream.html" class="card">
|
|
178
178
|
<h2>使用 stream 方法手动真实流式输出</h2>
|
|
179
179
|
<p>手动控制流式输出代码,模拟实时代码生成效果。</p>
|
|
180
|
-
<span class="filename">
|
|
180
|
+
<span class="filename">stream.html</span>
|
|
181
181
|
</a>
|
|
182
182
|
|
|
183
183
|
<a href="theme.html" class="card">
|
package/package.json
CHANGED
|
File without changes
|