-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move dependency definition to zhi.json #163
Comments
zhi.json {
"dependencies": {
"core": [
{
"libpath": "core/plugin-system/plugin.js",
"baseType": "ZhiTheme",
"format": "cjs",
"importType": "require",
"runAs": ["Siyuan_MainWindow", "Siyuan_Browser"],
"order": 1
}
],
"server": [],
"web": [],
"vendor": [],
"plugin": []
}
} |
Use |
js也可以,js这么用
|
zhi.js export default {
dependencies: {
core: [
{
libpath: "core/plugin-system/plugin.js",
baseType: "ZhiTheme",
format: "cjs",
importType: "require",
runAs: ["Siyuan_MainWindow", "Siyuan_Browser"],
order: 1,
},
],
server: [],
web: [],
vendor: [],
plugin: [],
},
} |
terwer
changed the title
move dependency defination to zhi.json
move dependency definition to zhi.json
Apr 17, 2023
terwer
added a commit
that referenced
this issue
Apr 17, 2023
This was referenced Apr 17, 2023
terwer
added a commit
that referenced
this issue
Apr 17, 2023
allow plugin system and other modules loading feat: #163
terwer
added a commit
that referenced
this issue
Apr 18, 2023
update plugin system to latest feat #163
This was referenced Apr 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
schema
The text was updated successfully, but these errors were encountered: