feat: 小程序剧本、个人信息页、AI 运行时及 TTS 服务优化

This commit is contained in:
2026-05-26 20:50:20 +08:00
parent a51d225897
commit d09f600751
8 changed files with 1089 additions and 226 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ const { capsuleTopReservePx } = useMenuButtonSafeArea({ extraTopPx: 10 })
const pathData = ref(null)
const pathGenerating = ref(false)
const pathWriter = useTypewriterStream({ interval: 24, step: 1 })
const pathWriter = useTypewriterStream({ interval: 32, step: 1 })
const selectedScript = computed(() => {
return store.scripts.find(s => s.isSelected)