mirror of
https://github.com/xheldon/git-folder-sync.git
synced 2026-07-22 06:59:00 +00:00
- 修复硬编码的 .obsidian 路径,使用 app.vault.configDir - 将内联 JavaScript 样式移动到 CSS 文件中 - 减少 console.log 输出,避免污染开发控制台 - 移除 any 类型转换,提高类型安全性 - 提升代码质量以符合 Obsidian 社区插件标准
11 lines
No EOL
474 B
JSON
11 lines
No EOL
474 B
JSON
{
|
|
"id": "git-folder-sync",
|
|
"name": "Git Folder Sync",
|
|
"version": "1.0.4",
|
|
"minAppVersion": "0.15.0",
|
|
"description": "Synchronize files in your Obsidian Vault with a specified directory in the designated GitHub repository (rather than the entire repository); send your images to cloud storage services.",
|
|
"author": "Xheldon",
|
|
"authorUrl": "https://github.com/Xheldon",
|
|
"fundingUrl": "https://paypal.me/xheldoncao",
|
|
"isDesktopOnly": false
|
|
} |