update: 兼容性保留

This commit is contained in:
ningmengchongshui 2024-06-17 17:04:25 +08:00
parent c2a7f3cd6b
commit fd4cde0c03
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View File

@ -150,6 +150,6 @@ yunzai
dist/ dist/
docs/ docs/
public/ public/
html/ /html/
plugins/ /plugins/

2
lib/plugins/runtime.js Normal file
View File

@ -0,0 +1,2 @@
import { Runtime } from 'yunzai/core'
export default Runtime