feat: 小程序剧本、个人信息页、AI 运行时及 TTS 服务优化
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user