Initial commit

This commit is contained in:
2026-03-02 17:06:32 +00:00
commit 430dd71917
1190 changed files with 622790 additions and 0 deletions

8614
.obsidian/plugins/vconsole/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "vconsole",
"name": "vConsole",
"version": "1.1.1",
"minAppVersion": "1.5.3",
"description": "Integrate vConsole for developers to facilitate the debugging of mobile plugins.",
"author": "Zhou Hua",
"authorUrl": "https://zhouhua.site",
"isDesktopOnly": false
}

4
.obsidian/plugins/vconsole/styles.css vendored Normal file
View File

@@ -0,0 +1,4 @@
.vc-panel ::selection {
background-color: #0078d7;
color: #ffffff;
}