mio-previewer 0.1.7 → 0.1.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/README.md CHANGED
@@ -473,6 +473,16 @@ mio-previewer/
473
473
  - Firefox: Latest 2 versions
474
474
  - Safari: Latest 2 versions
475
475
 
476
+ ## Documentation
477
+
478
+ 📚 **[Complete Documentation →](./docs/README.md)**
479
+
480
+ ### Quick Links
481
+ - [Plugin System Guide](./docs/PLUGINS.md) - Complete plugin system documentation
482
+ - [Customize Code Block Styles](./docs/CUSTOMIZE_CODEBLOCK_STYLE.md) - Code block theming
483
+ - [KaTeX Configuration](./docs/KATEX_DELIMITERS.md) - Math formula setup
484
+ - [Changelog](./CHANGELOG.md) - Version history
485
+
476
486
  ## License
477
487
 
478
488
  MIT
@@ -481,5 +491,5 @@ MIT
481
491
 
482
492
  - [GitHub Repository](https://github.com/Pretend-to/mio-previewer)
483
493
  - [npm Package](https://www.npmjs.com/package/mio-previewer)
484
- - [Plugin Guide](./docs/PLUGIN_GUIDE.md)
485
- - [Changelog](./CHANGELOG.md)
494
+ - [Documentation Center](./docs/README.md)
495
+
package/README.zh-CN.md CHANGED
@@ -33,7 +33,32 @@ yarn add mio-previewer
33
33
  </template>
34
34
 
35
35
  <script setup>
36
- import { ref } from 'vue'
36
+ impor## 浏览器支持
37
+
38
+ - Chrome/Edge: 最新 2 个版本
39
+ - Firefox: 最新 2 个版本
40
+ - Safari: 最新 2 个版本
41
+
42
+ ## 文档
43
+
44
+ 📚 **[完整文档 →](./docs/README.md)**
45
+
46
+ ### 快速链接
47
+ - [插件系统指南](./docs/PLUGINS.md) - 完整的插件系统文档
48
+ - [自定义代码块样式](./docs/CUSTOMIZE_CODEBLOCK_STYLE.md) - 代码块主题定制
49
+ - [KaTeX 配置](./docs/KATEX_DELIMITERS.md) - 数学公式设置
50
+ - [更新日志](./CHANGELOG.md) - 版本历史
51
+
52
+ ## 许可证
53
+
54
+ MIT
55
+
56
+ ## 链接
57
+
58
+ - [GitHub 仓库](https://github.com/Pretend-to/mio-previewer)
59
+ - [npm 包](https://www.npmjs.com/package/mio-previewer)
60
+ - [文档中心](./docs/README.md)
61
+ vue'
37
62
  import { MdRenderer } from 'mio-previewer'
38
63
  import 'mio-previewer/dist/mio-previewer.css'
39
64