修正主框架依赖

This commit is contained in:
boybook
2025-03-19 00:32:40 +08:00
parent 5988cc9f7e
commit 5b9f8e8289
3 changed files with 637 additions and 100 deletions

View File

@@ -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

File diff suppressed because it is too large Load Diff

View File

@@ -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"
} }