MCPcopy Create free account

hub / github.com/Ares-Chang/wooden-fish / functions

Functions26 in github.com/Ares-Chang/wooden-fish

↓ 3 callersFunctionuseGetConfig
()
src/composables/useConfig.ts:28
↓ 2 callersFunctiongetCacheList
* 获取需要缓存的字段名称 * @param configData 缓存配置项 * @returns 需要缓存的字段名称
src/store/index.ts:22
↓ 2 callersMethodplay
* howl 播放映射方法
src/composables/useSound.ts:53
↓ 1 callersMethodchangeHowl
* 更改点击音效 * @param index 音效下标
src/composables/useSound.ts:44
↓ 1 callersFunctionhandle
()
src/App.tsx:20
↓ 1 callersFunctioninitConfig
* 初始化 config
src/composables/useConfig.ts:20
↓ 1 callersFunctionrelease
()
src/App.tsx:25
↓ 1 callersFunctionsetValue
* 设置音箱位置及百分比值 * @param num 当前位置数值
src/components/Slider.tsx:61
↓ 1 callersFunctionuseCreateBGM
(volume: number)
src/composables/useSound.ts:11
↓ 1 callersFunctionuseSetConfig
(key: string, val: any)
src/composables/useConfig.ts:41
FunctionApp
()
src/App.tsx:42
FunctionAresChang
()
src/components/AresChang.tsx:1
FunctionOtherOptions
()
src/components/OtherOptions.tsx:3
FunctionSettings
(props: { onClose: () => void })
src/components/Settings.tsx:1
FunctionSilder
()
src/components/Slider.tsx:6
FunctionSoundEffect
()
src/components/SoundEffect.tsx:4
FunctionUSwitch
(props: { checked: boolean onChange: (checked: boolean) => void })
src/components/USwitch.tsx:3
FunctionVolume
()
src/components/Volume.tsx:1
FunctionclearCache
()
src/components/OtherOptions.tsx:12
Methodconstructor
(index: number)
src/composables/useSound.ts:34
FunctionhandleBGM
()
src/App.tsx:29
FunctionhandleKeyBoard
({ key, code, type }: KeyboardEvent)
src/App.tsx:37
FunctionmouseDown
* 鼠标按下事件 * @param e
src/components/Slider.tsx:14
FunctionmouseMove
* 鼠标移动事件 * @param e
src/components/Slider.tsx:26
FunctionmouseUp
* 鼠标松开事件 * @param e
src/components/Slider.tsx:41
FunctionsetCacheSetting
(checked: boolean)
src/components/OtherOptions.tsx:7