mirror of
https://github.com/embersparks/obsidian-github-stars-manager.git
synced 2026-07-22 06:44:31 +00:00
- 从 git 跟踪移除含个人路径的部署脚本(deploy.bat, deploy-wsl.sh 等) - 新增 deploy.example.bat 和 deploy-wsl.example.sh 供用户自定义 - .env.example 改为通用占位符路径 - CLAUDE.md 部署命令改用环境变量引用 - esbuild.config.mjs 移除 Node 22 不兼容的 setEncoding 调用和中文路径 hack - .gitignore 补充 deploy-wsl.sh Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8 lines
No EOL
492 B
Text
8 lines
No EOL
492 B
Text
# Local development environment configuration.
|
|
# Copy this file to .env and replace the values with your own paths.
|
|
|
|
# Path to your Obsidian vault's plugins directory
|
|
# Windows example: C:/Users/your-username/Documents/Obsidian Vault/.obsidian/plugins
|
|
# WSL example: /mnt/c/Users/your-username/Documents/Obsidian Vault/.obsidian/plugins
|
|
# macOS example: /Users/your-username/Documents/Obsidian Vault/.obsidian/plugins
|
|
OBSIDIAN_PLUGIN_DIR="/path/to/your/obsidian-vault/.obsidian/plugins" |