Files
server-configs/siyuan/data/plugins/siyuan-plugin-code-block/plugin.json
2026-02-13 22:24:27 +08:00

39 lines
969 B
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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"
]
}
}