|
|
楼主 |
发表于 2026-6-11 00:47:00
|
显示全部楼层
Hello, Ulanzi team! 👋
Thank you for the detailed feedback — all three issues were identified and fixed in version 1.0.5, which is now available. Below is a summary of each fix:
1. Icon search with Chinese terms (e.g., "苹果") returning no results in the China region
Root cause identified: the plugin used Google Translate to convert the search term into English (the icon database only indexes English keywords), and Google's service is not accessible in mainland China. When the translation failed, the Chinese term was sent directly, causing the search to return no results. Image search worked because the photo provider accepts Chinese queries directly — hence the difference in behavior.
Fix: we added an alternative translation service (MyMemory), accessible in the China region and requiring no API key, automatically triggered whenever the primary service does not respond. It also detects the source language based on the writing system (Chinese, Japanese, Korean, Cyrillic). The fix was applied to all four search functions (Search Icons, Search Images, AI Generator, and Batch Package). Validation test: "苹果" now translates to "Apple" and returns the expected results.
2. Plugin action list not translated in the Ulanzi Studio sidebar menu
Root cause: the localization files used short language codes (zh.json, pt.json), while Studio looks for full regional codes (zh_CN.json, pt_BR.json, etc.). We created files with full regional codes for all 9 languages (zh_CN, zh_HK, pt_BR, pt_PT, es_ES, fr_FR, de_DE, ja_JP, ko_KR) and also localized the plugin name displayed at the top of the menu. In the Chinese region it now appears as "Ulanzi 图标编辑器", with all 7 actions translated (调整图标, 搜索图标, 搜索图片...).
3. Search button effect consuming CPU while idle
Exactly as recommended: the button glow effect was implemented as a continuous CSS animation that remained active even when no task was running. The button is now static by default (while keeping its silver appearance), and the animation is enabled only while a task is in progress (searching, generating, packaging), then automatically disabled upon completion. The fix was applied across all 7 plugin panels. While idle, the effect's CPU usage is now zero.
Bonus in 1.0.5 — Integrated Tutorial
We also used this update to add a complete user guide: each of the 7 functions now includes a "?" button in the upper corner of the panel that opens a step-by-step tutorial with tips specific to that function. The tutorials are illustrated with the official action icons and fully translated into all 9 supported languages — including Simplified and Traditional Chinese.
We remain available for any additional testing or adjustments. Thank you again for the careful review — it has made the plugin better for all users! 🙏
— Jean Almeida
|
|