> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superun.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 使用技巧詳解

> superun 詳細使用技巧,按功能模塊分類整理.

本文檔按功能模塊整理了 superun 的詳細使用技巧和問題解決方案.

## 功能模塊

### 專案規劃與提示編寫

* [專案規劃與提示編寫指南](/zh-Hant/superun/detailed-tips-modules/project-planning-guide): 需求澄清、風格選擇、演示版本、研發階段、提示編寫技巧等

### 存儲與文件管理

* [superun 文件存儲使用指南](/zh-Hant/superun/detailed-tips-modules/cloud-storage-guide): 文件存儲使用技巧和問題解決
* [圖片上傳使用指南](/zh-Hant/superun/detailed-tips-modules/image-upload-guide): 圖片上傳和替換技巧

### 版本管理

* [版本管理使用指南](/zh-Hant/superun/detailed-tips-modules/version-management-guide): 版本歷史、回滾等

### 諮詢功能

* [諮詢功能使用指南](/zh-Hant/superun/detailed-tips-modules/consultation-guide): 諮詢模式使用技巧

### 設計編輯器

* [設計編輯器使用指南](/zh-Hant/superun/detailed-tips-modules/design-editor-guide): 可視化編輯技巧

### 集成服務

* [郵件服務配置指南](/zh-Hant/superun/detailed-tips-modules/email-service-guide): Resend、SMTP 配置
* [語音引擎配置指南](/zh-Hant/superun/detailed-tips-modules/speech-engine-guide): 語音轉文字和文字轉語音

#### 微信 H5 語音輸入限制

在微信 H5 環境中,瀏覽器原生的語音輸入（`getUserMedia`）**無法使用**,這是微信瀏覽器的限制.

**解決方案**:使用**微信 JS-SDK** 提供的語音錄製介面:

1. 在公眾號後台配置 JS-SDK 可信域名
2. 在 superun 項目中引入微信 JS-SDK（`wx.startRecord` / `wx.stopRecord`）
3. 錄音完成後上傳到微信伺服器,再轉成文字或檔案使用

在對話中告知 AI "需要在微信H5中實現語音輸入,使用微信JS-SDK實現",superun 會自動完成集成.

> ⚠️ **注意**:以上限制僅針對微信 H5（公眾號網頁）,一般 PC 瀏覽器和微信小程序均不受影響.

### 功能與問題解決

* [登錄/身份驗證問題解決指南](/zh-Hant/superun/detailed-tips-modules/login-auth-guide): 登錄相關問題
* [支付問題解決指南](/zh-Hant/superun/detailed-tips-modules/payment-guide): 支付相關問題
* [算力值使用指南](/zh-Hant/superun/detailed-tips-modules/credits-guide): 算力值使用和問題解決
* [AI功能使用指南](/zh-Hant/superun/detailed-tips-modules/ai-features-guide): AI 功能使用和問題解決
* [資料庫問題解決指南](/zh-Hant/superun/detailed-tips-modules/database-guide): 資料庫相關問題
* [對話功能問題解決指南](/zh-Hant/superun/detailed-tips-modules/chat-function-guide): 對話功能問題
* [預覽窗口問題解決指南](/zh-Hant/superun/detailed-tips-modules/preview-window-guide): 預覽相關問題
* [頁面顯示問題解決指南](/zh-Hant/superun/detailed-tips-modules/page-display-guide): 頁面顯示異常
* [功能修復問題解決指南](/zh-Hant/superun/detailed-tips-modules/function-fix-guide): 功能修復問題
* [域名綁定與SEO問題解決指南](/zh-Hant/superun/detailed-tips-modules/domain-seo-guide): 域名和SEO問題
* [字體與樣式修改問題解決指南](/zh-Hant/superun/detailed-tips-modules/font-style-guide): 字體樣式修改
* [音效播放問題解決指南](/zh-Hant/superun/detailed-tips-modules/audio-playback-guide): 音效播放問題
* [係統更新問題解決指南](/zh-Hant/superun/detailed-tips-modules/system-update-guide): 係統更新問題
* [移動端使用指南](/zh-Hant/superun/detailed-tips-modules/mobile-guide): 移動端相關問題
* [網絡問題解決指南](/zh-Hant/superun/detailed-tips-modules/network-guide): 網絡異常問題
* [部署問題解決指南](/zh-Hant/superun/detailed-tips-modules/deployment-guide): 部署相關問題

#### 動態變量節點使用說明

在 superun 的流程圖/邏輯節點中,**動態變量節點的內容由 AI 根據對話上下文自動填充**,不支援手動直接編輯.

**正確做法**:

* 在對話中告訴 AI 你想要的變量值或邏輯,AI 會自動更新節點內容
* 如需修改,直接在對話中描述「把某個節點的值改為……」

**常見誤區**:

* ❌ 雙擊節點嘗試手動輸入 → 無效
* ✅ 透過對話告知 AI 修改 → 自動生效

### 知識庫與開發工具

* [知識庫管理使用指南](/zh-Hant/superun/detailed-tips-modules/knowledge-base-guide): 知識庫使用技巧
* [開發工具使用指南](/zh-Hant/superun/detailed-tips-modules/dev-tools-guide): 開發工具技巧

### 通用流程

* [通用問題解決流程指南](/zh-Hant/superun/detailed-tips-modules/general-troubleshooting-guide): 通用問題解決流程
