无感处理语音输入功能,等待后续使用
This commit is contained in:
parent
eb2473df6f
commit
3719c162c3
@ -168,6 +168,7 @@ const photoActionsSelect = (index) => {
|
||||
// webview.evalJS(`getPlusVideoPicker()`)
|
||||
// }
|
||||
// })
|
||||
// return
|
||||
uni.chooseVideo({
|
||||
sourceType: ['album'],
|
||||
compressed: true,
|
||||
|
@ -290,13 +290,13 @@
|
||||
<div
|
||||
class="pt-[16rpx] ml-[32rpx] mr-[32rpx] flex items-start justify-between"
|
||||
>
|
||||
<tm-image
|
||||
<!-- <tm-image
|
||||
:width="52"
|
||||
:height="52"
|
||||
style="margin: 10rpx 10rpx 0 0 "
|
||||
:src="state.isUseSpeech ? keyboardIcon : microphoneIcon"
|
||||
@click="changeEditorMode"
|
||||
></tm-image>
|
||||
></tm-image> -->
|
||||
<div class="flex-1 quillBox" style="">
|
||||
<QuillEditor
|
||||
ref="editor"
|
||||
|
@ -5,7 +5,6 @@ import lodash from 'lodash'
|
||||
import { ref } from 'vue'
|
||||
import { createGlobalState, useStorage } from '@vueuse/core'
|
||||
import { uniStorage } from '@/utils/uniStorage.js'
|
||||
import { initDatabase } from './sqlite'
|
||||
|
||||
export const useDialogueListStore = createGlobalState(() => {
|
||||
const testDatabase = async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user