fix(image): not show reference image (#11338)

This commit is contained in:
YuTengjing
2026-01-08 17:00:03 +08:00
committed by GitHub
parent 815596de02
commit de1504cf7b
18 changed files with 704 additions and 355 deletions
+1
View File
@@ -52,3 +52,4 @@ alwaysApply: false
- Never log user private information like api key, etc
- Don't use `import { log } from 'debug'` to log messages, because it will directly log the message to the console.
- Use console.error instead of debug package to log error message in catch block.