
✨ 新功能
✨ NEW FEATURES
- 新增插件内部日志管理器,可以在任意客户端查看插件的打印日志。
- Added a new plug-in internal log manager, which allows you to view the plug-in's print log on any client.
- 同步日志集成详细错误反馈机制,列表内直接显示失败的具体原因。
- The synchronization log integrates a detailed error feedback mechanism, and the specific reasons for the failure are directly displayed in the list.
⚡️ 优化与性能
⚡️ Optimization and performance
- 调整代码,符合官方Review要求。
- Adjust the code to comply with official Review requirements.
- 引入
stylelint 规则集, 规范 SCSS 样式。
- Introduced
stylelint rule set to standardize SCSS styles.
- 集成
eslint 和 eslint-plugin-obsidianmd 规则集,确保插件Review通过。
- Integrate
eslint and eslint-plugin-obsidianmd rule sets to ensure that the plugin Review passes.