feat: 给widget增加更多配置项 (#316)

* feat: enhance widget functionality with customizable tooltip and programmatic control

- Added new properties for tooltip customization: iconTitle, iconSubtitle, iconImage, and iconClosable.
- Implemented JavaScript functions to open, close, and toggle the widget programmatically.
- Updated widget icon component to display a tooltip with the new properties.
- Enhanced localization files to include new tooltip parameters and usage examples.

* chore: bump version to v0.9.59
This commit is contained in:
haorwen
2026-03-13 22:33:03 +08:00
committed by GitHub
parent 72855fed2a
commit f439c5650a
9 changed files with 188 additions and 12 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vocechat-web",
"version": "0.9.58",
"version": "0.9.59",
"homepage": "https://voce.chat",
"dependencies": {
"@metamask/onboarding": "^1.0.1",