mirror of
https://github.com/siyuan-note/plugin-sample-vite-svelte.git
synced 2025-06-08 10:56:01 +00:00
* feat: svelte example for setting pannel * Must destroy svelte * onDestroy * Make hello easy * 拷贝官方的代码功能 * Use hello both in tab and dialog * fix: destroy dock
12 lines
No EOL
455 B
JSON
12 lines
No EOL
455 B
JSON
{
|
|
"addTopBarIcon": "Add a top bar icon by plugin",
|
|
"cancel": "Cancel",
|
|
"save": "Save",
|
|
"byeMenu": "Bye, Menu!",
|
|
"helloPlugin": "Hello, Plugin!",
|
|
"byePlugin": "Bye, Plugin!",
|
|
"name": "SiYuan",
|
|
"hello": {
|
|
"makesure": "Before using this template, please read the <a href=\"https://github.com/siyuan-note/plugin-sample\">offical sample</a>, make sure that you've known about the pipeline for plugin developing."
|
|
}
|
|
} |