mio-previewer 0.2.73 → 0.2.74

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
@@ -466,6 +466,7 @@ mio-previewer/
466
466
 
467
467
  ### Quick Links
468
468
 
469
+ - [Built-in Plugins Config Guide](./PLUGINS.zh-CN.md) - Configuration schema for all built-in plugins
469
470
  - [Plugin System Guide](./docs/PLUGINS.md) - Complete plugin system documentation
470
471
  - [Customize Code Block Styles](./docs/CUSTOMIZE_CODEBLOCK_STYLE.md) - Code block theming
471
472
  - [KaTeX Configuration](./docs/KATEX_DELIMITERS.md) - Math formula setup
package/README.zh-CN.md CHANGED
@@ -42,7 +42,8 @@ impor## 浏览器支持
42
42
  📚 **[完整文档 →](./docs/README.md)**
43
43
 
44
44
  ### 快速链接
45
- - [插件系统指南](./docs/PLUGINS.md) - 完整的插件系统文档
45
+ - [内置插件配置指南](./PLUGINS.zh-CN.md) - 所有内置插件的配置 Schema
46
+ - [插件系统指南](./docs/PLUGINS.md) - 完整的插件系统开发文档
46
47
  - [自定义代码块样式](./docs/CUSTOMIZE_CODEBLOCK_STYLE.md) - 代码块主题定制
47
48
  - [KaTeX 配置](./docs/KATEX_DELIMITERS.md) - 数学公式设置
48
49
  - [更新日志](./CHANGELOG.md) - 版本历史
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mio-previewer",
3
- "version": "0.2.73",
3
+ "version": "0.2.74",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "engines": {