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