Files
server-configs/siyuan/data/plugins/siyuan-plugin-code-block/plugin.json

39 lines
969 B
JSON
Raw Normal View History

2026-02-13 22:24:27 +08:00
{
"name": "siyuan-plugin-code-block",
"author": "terwer",
"url": "https://github.com/terwer/siyuan-plugin-code-block",
"version": "1.0.3",
"minAppVersion": "2.8.9",
"backends": [
"windows",
"linux",
"darwin",
"docker",
"android",
"ios"
],
"frontends": [
"desktop",
"desktop-window",
"mobile",
"browser-desktop",
"browser-mobile"
],
"displayName": {
"en_US": "Code Block",
"zh_CN": "代码块美化"
},
"description": {
"en_US": "Imitate the Mac-style code block style, and specially adapt to popular themes such as Rem Craft, Savor, Dark+, HBuilderX, etc.",
"zh_CN": "模仿Mac风格的代码块风格并且对Rem Craft、Savor、Dark+、HBuilderX等热门主题进行专门适配"
},
"readme": {
"en_US": "README.md",
"zh_CN": "README_zh_CN.md"
},
"funding": {
"custom": [
"https://afdian.net/a/terwer"
]
}
}