|
@@ -33,6 +33,7 @@ declare global {
|
|
|
const definePage: typeof import('unplugin-vue-router/runtime')['definePage']
|
|
|
const deleteEbook: typeof import('./src/composables/ebook')['deleteEbook']
|
|
|
const deletedoc: typeof import('./src/composables/doc')['deletedoc']
|
|
|
+ const discussList: typeof import('./src/composables/discuss')['discussList']
|
|
|
const docDialogVisible: typeof import('./src/composables/doc')['docDialogVisible']
|
|
|
const docList: typeof import('./src/composables/doc')['docList']
|
|
|
const docListLoading: typeof import('./src/composables/doc')['docListLoading']
|
|
@@ -49,6 +50,7 @@ declare global {
|
|
|
const getCurrentScope: typeof import('vue')['getCurrentScope']
|
|
|
const getFileType: typeof import('./src/composables/index')['getFileType']
|
|
|
const h: typeof import('vue')['h']
|
|
|
+ const handleClickPractice: typeof import('./src/composables/practice')['handleClickPractice']
|
|
|
const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
|
|
|
const inDebug: typeof import('./src/composables/index')['inDebug']
|
|
|
const inject: typeof import('vue')['inject']
|
|
@@ -82,6 +84,9 @@ declare global {
|
|
|
const onUnmounted: typeof import('vue')['onUnmounted']
|
|
|
const onUpdated: typeof import('vue')['onUpdated']
|
|
|
const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
|
|
|
+ const practiceDialogList: typeof import('./src/composables/practice')['practiceDialogList']
|
|
|
+ const practiceDialogVisible: typeof import('./src/composables/practice')['practiceDialogVisible']
|
|
|
+ const practiceList: typeof import('./src/composables/practice')['practiceList']
|
|
|
const provide: typeof import('vue')['provide']
|
|
|
const provideLocal: typeof import('@vueuse/core')['provideLocal']
|
|
|
const reactify: typeof import('@vueuse/core')['reactify']
|
|
@@ -97,14 +102,17 @@ declare global {
|
|
|
const refDefault: typeof import('@vueuse/core')['refDefault']
|
|
|
const refThrottled: typeof import('@vueuse/core')['refThrottled']
|
|
|
const refWithControl: typeof import('@vueuse/core')['refWithControl']
|
|
|
+ const requestDiscussList: typeof import('./src/composables/discuss')['requestDiscussList']
|
|
|
const requestDocList: typeof import('./src/composables/doc')['requestDocList']
|
|
|
const requestEbookList: typeof import('./src/composables/ebook')['requestEbookList']
|
|
|
+ const requestPracticeList: typeof import('./src/composables/practice')['requestPracticeList']
|
|
|
const requestWorkList: typeof import('./src/composables/work')['requestWorkList']
|
|
|
const requestdocList: typeof import('./src/composables/doc')['requestdocList']
|
|
|
const resolveComponent: typeof import('vue')['resolveComponent']
|
|
|
const resolveRef: typeof import('@vueuse/core')['resolveRef']
|
|
|
const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
|
|
|
const sendDoc: typeof import('./src/composables/doc')['sendDoc']
|
|
|
+ const sendPractice: typeof import('./src/composables/practice')['sendPractice']
|
|
|
const sendWork: typeof import('./src/composables/work')['sendWork']
|
|
|
const senddoc: typeof import('./src/composables/doc')['senddoc']
|
|
|
const shallowReactive: typeof import('vue')['shallowReactive']
|
|
@@ -349,6 +357,7 @@ declare module 'vue' {
|
|
|
readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
|
|
|
readonly definePage: UnwrapRef<typeof import('unplugin-vue-router/runtime')['definePage']>
|
|
|
readonly deleteEbook: UnwrapRef<typeof import('./src/composables/ebook')['deleteEbook']>
|
|
|
+ readonly discussList: UnwrapRef<typeof import('./src/composables/discuss')['discussList']>
|
|
|
readonly docDialogVisible: UnwrapRef<typeof import('./src/composables/doc')['docDialogVisible']>
|
|
|
readonly docList: UnwrapRef<typeof import('./src/composables/doc')['docList']>
|
|
|
readonly docListLoading: UnwrapRef<typeof import('./src/composables/doc')['docListLoading']>
|
|
@@ -365,6 +374,7 @@ declare module 'vue' {
|
|
|
readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
|
|
|
readonly getFileType: UnwrapRef<typeof import('./src/composables/index')['getFileType']>
|
|
|
readonly h: UnwrapRef<typeof import('vue')['h']>
|
|
|
+ readonly handleClickPractice: UnwrapRef<typeof import('./src/composables/practice')['handleClickPractice']>
|
|
|
readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
|
|
|
readonly inDebug: UnwrapRef<typeof import('./src/composables/index')['inDebug']>
|
|
|
readonly inject: UnwrapRef<typeof import('vue')['inject']>
|
|
@@ -397,6 +407,9 @@ declare module 'vue' {
|
|
|
readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
|
|
|
readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
|
|
|
readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
|
|
|
+ readonly practiceDialogList: UnwrapRef<typeof import('./src/composables/practice')['practiceDialogList']>
|
|
|
+ readonly practiceDialogVisible: UnwrapRef<typeof import('./src/composables/practice')['practiceDialogVisible']>
|
|
|
+ readonly practiceList: UnwrapRef<typeof import('./src/composables/practice')['practiceList']>
|
|
|
readonly provide: UnwrapRef<typeof import('vue')['provide']>
|
|
|
readonly provideLocal: UnwrapRef<typeof import('@vueuse/core')['provideLocal']>
|
|
|
readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
|
|
@@ -412,13 +425,16 @@ declare module 'vue' {
|
|
|
readonly refDefault: UnwrapRef<typeof import('@vueuse/core')['refDefault']>
|
|
|
readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
|
|
|
readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
|
|
|
+ readonly requestDiscussList: UnwrapRef<typeof import('./src/composables/discuss')['requestDiscussList']>
|
|
|
readonly requestDocList: UnwrapRef<typeof import('./src/composables/doc')['requestDocList']>
|
|
|
readonly requestEbookList: UnwrapRef<typeof import('./src/composables/ebook')['requestEbookList']>
|
|
|
+ readonly requestPracticeList: UnwrapRef<typeof import('./src/composables/practice')['requestPracticeList']>
|
|
|
readonly requestWorkList: UnwrapRef<typeof import('./src/composables/work')['requestWorkList']>
|
|
|
readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
|
|
|
readonly resolveRef: UnwrapRef<typeof import('@vueuse/core')['resolveRef']>
|
|
|
readonly resolveUnref: UnwrapRef<typeof import('@vueuse/core')['resolveUnref']>
|
|
|
readonly sendDoc: UnwrapRef<typeof import('./src/composables/doc')['sendDoc']>
|
|
|
+ readonly sendPractice: UnwrapRef<typeof import('./src/composables/practice')['sendPractice']>
|
|
|
readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
|
|
|
readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
|
|
|
readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
|
|
@@ -652,6 +668,7 @@ declare module '@vue/runtime-core' {
|
|
|
readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
|
|
|
readonly definePage: UnwrapRef<typeof import('unplugin-vue-router/runtime')['definePage']>
|
|
|
readonly deleteEbook: UnwrapRef<typeof import('./src/composables/ebook')['deleteEbook']>
|
|
|
+ readonly discussList: UnwrapRef<typeof import('./src/composables/discuss')['discussList']>
|
|
|
readonly docDialogVisible: UnwrapRef<typeof import('./src/composables/doc')['docDialogVisible']>
|
|
|
readonly docList: UnwrapRef<typeof import('./src/composables/doc')['docList']>
|
|
|
readonly docListLoading: UnwrapRef<typeof import('./src/composables/doc')['docListLoading']>
|
|
@@ -668,6 +685,7 @@ declare module '@vue/runtime-core' {
|
|
|
readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
|
|
|
readonly getFileType: UnwrapRef<typeof import('./src/composables/index')['getFileType']>
|
|
|
readonly h: UnwrapRef<typeof import('vue')['h']>
|
|
|
+ readonly handleClickPractice: UnwrapRef<typeof import('./src/composables/practice')['handleClickPractice']>
|
|
|
readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
|
|
|
readonly inDebug: UnwrapRef<typeof import('./src/composables/index')['inDebug']>
|
|
|
readonly inject: UnwrapRef<typeof import('vue')['inject']>
|
|
@@ -700,6 +718,9 @@ declare module '@vue/runtime-core' {
|
|
|
readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
|
|
|
readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
|
|
|
readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
|
|
|
+ readonly practiceDialogList: UnwrapRef<typeof import('./src/composables/practice')['practiceDialogList']>
|
|
|
+ readonly practiceDialogVisible: UnwrapRef<typeof import('./src/composables/practice')['practiceDialogVisible']>
|
|
|
+ readonly practiceList: UnwrapRef<typeof import('./src/composables/practice')['practiceList']>
|
|
|
readonly provide: UnwrapRef<typeof import('vue')['provide']>
|
|
|
readonly provideLocal: UnwrapRef<typeof import('@vueuse/core')['provideLocal']>
|
|
|
readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
|
|
@@ -715,13 +736,16 @@ declare module '@vue/runtime-core' {
|
|
|
readonly refDefault: UnwrapRef<typeof import('@vueuse/core')['refDefault']>
|
|
|
readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
|
|
|
readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
|
|
|
+ readonly requestDiscussList: UnwrapRef<typeof import('./src/composables/discuss')['requestDiscussList']>
|
|
|
readonly requestDocList: UnwrapRef<typeof import('./src/composables/doc')['requestDocList']>
|
|
|
readonly requestEbookList: UnwrapRef<typeof import('./src/composables/ebook')['requestEbookList']>
|
|
|
+ readonly requestPracticeList: UnwrapRef<typeof import('./src/composables/practice')['requestPracticeList']>
|
|
|
readonly requestWorkList: UnwrapRef<typeof import('./src/composables/work')['requestWorkList']>
|
|
|
readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
|
|
|
readonly resolveRef: UnwrapRef<typeof import('@vueuse/core')['resolveRef']>
|
|
|
readonly resolveUnref: UnwrapRef<typeof import('@vueuse/core')['resolveUnref']>
|
|
|
readonly sendDoc: UnwrapRef<typeof import('./src/composables/doc')['sendDoc']>
|
|
|
+ readonly sendPractice: UnwrapRef<typeof import('./src/composables/practice')['sendPractice']>
|
|
|
readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
|
|
|
readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
|
|
|
readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
|