sean2077_obsidian-dynamic-t.../.prettierrc.json
sean2077 8c65861080 feat: Major Update: Added wallpaper API support; integrated Wallhaven API; optimized project structure and several other features.
重磅更新:支持壁纸API功能;添加对 wallhaven 的 API 支持; 项目结构和其他若干功能优化

BREAKING CHANGE:
2025-08-06 03:22:59 +08:00

8 lines
131 B
JSON

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"printWidth": 120,
"plugins": [],
"overrides": []
}