修正主框架依赖
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# 🚀 快速入门我的世界 Mod 开发
|
# 🚀 快速入门我的世界 Mod 开发
|
||||||
|
|
||||||
::: warning :warning: 接下来需要 Python2 基础知识
|
::: warning :warning: 接下来需要 Python2 基础知识
|
||||||
如果你不熟悉 Python 的这些概念(变量、函数、类等),可以先学习 [Python 官方教程](https://docs.python.org/zh-cn/3/tutorial/index.html)
|
如果你不熟悉 Python 的这些概念(变量、函数、类等),或是还没有安装 Python2 环境,可以先学习 [Python 官方教程](https://docs.python.org/zh-cn/2/tutorial/index.html)
|
||||||
:::
|
:::
|
||||||
|
|
||||||
## 1. 创建你的 Addons
|
## 1. 创建你的 Addons
|
||||||
|
|||||||
733
package-lock.json
generated
733
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -19,7 +19,7 @@
|
|||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
"marked": "^15.0.7",
|
"marked": "^15.0.7",
|
||||||
"mermaid": "^11.5.0",
|
"mermaid": "^11.5.0",
|
||||||
"vitepress": "^2.0.0-alpha.4",
|
"vitepress": "^1.6.3",
|
||||||
"vitepress-plugin-mermaid": "^2.0.17",
|
"vitepress-plugin-mermaid": "^2.0.17",
|
||||||
"vue": "^3.5.13"
|
"vue": "^3.5.13"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user