@hirohsu/user-web-feedback 2.8.20 → 2.8.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -681,6 +681,7 @@
681
681
  showToast("提示詞配置已儲存", "success");
682
682
  if (data.prompts) {
683
683
  promptConfigs = data.prompts;
684
+ renderPromptConfigs();
684
685
  }
685
686
  } else {
686
687
  showToast(`儲存失敗: ${data.error || "未知錯誤"}`, "error");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hirohsu/user-web-feedback",
3
- "version": "2.8.20",
3
+ "version": "2.8.21",
4
4
  "description": "基於Node.js的MCP回饋收集器 - 支持AI工作彙報和用戶回饋收集",
5
5
  "main": "dist/index.cjs",
6
6
  "bin": {