吴罗平
吴罗平

预先设计好生成图片的模板(参数),达到快速生成的效果(或者通过API实现批量生成)
Request to add Lighthouse functionality
### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request i18n...
### Description ### Plugins _No response_ ### OpenCode version _No response_ ### Steps to reproduce _No response_ ### Screenshot and/or share link _No response_ ### Operating System _No response_ ###...
``` mermaid graph TD; A[开始] --> B[获取远程所有URL]; B --> C[读取本地成功记录]; C --> D[对比并筛选未推送的URL]; D --> E[推送筛选后的URL]; E -->|成功| G[记录成功URL到日志]; E -->|失败| H[结束]; G --> A; H --> A; ```