Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ares-Chang/wooden-fish
/ functions
Functions
26 in github.com/Ares-Chang/wooden-fish
⨍
Functions
26
◇
Types & classes
5
↓ 3 callers
Function
useGetConfig
()
src/composables/useConfig.ts:28
↓ 2 callers
Function
getCacheList
* 获取需要缓存的字段名称 * @param configData 缓存配置项 * @returns 需要缓存的字段名称
src/store/index.ts:22
↓ 2 callers
Method
play
* howl 播放映射方法
src/composables/useSound.ts:53
↓ 1 callers
Method
changeHowl
* 更改点击音效 * @param index 音效下标
src/composables/useSound.ts:44
↓ 1 callers
Function
handle
()
src/App.tsx:20
↓ 1 callers
Function
initConfig
* 初始化 config
src/composables/useConfig.ts:20
↓ 1 callers
Function
release
()
src/App.tsx:25
↓ 1 callers
Function
setValue
* 设置音箱位置及百分比值 * @param num 当前位置数值
src/components/Slider.tsx:61
↓ 1 callers
Function
useCreateBGM
(volume: number)
src/composables/useSound.ts:11
↓ 1 callers
Function
useSetConfig
(key: string, val: any)
src/composables/useConfig.ts:41
Function
App
()
src/App.tsx:42
Function
AresChang
()
src/components/AresChang.tsx:1
Function
OtherOptions
()
src/components/OtherOptions.tsx:3
Function
Settings
(props: { onClose: () => void })
src/components/Settings.tsx:1
Function
Silder
()
src/components/Slider.tsx:6
Function
SoundEffect
()
src/components/SoundEffect.tsx:4
Function
USwitch
(props: { checked: boolean onChange: (checked: boolean) => void })
src/components/USwitch.tsx:3
Function
Volume
()
src/components/Volume.tsx:1
Function
clearCache
()
src/components/OtherOptions.tsx:12
Method
constructor
(index: number)
src/composables/useSound.ts:34
Function
handleBGM
()
src/App.tsx:29
Function
handleKeyBoard
({ key, code, type }: KeyboardEvent)
src/App.tsx:37
Function
mouseDown
* 鼠标按下事件 * @param e
src/components/Slider.tsx:14
Function
mouseMove
* 鼠标移动事件 * @param e
src/components/Slider.tsx:26
Function
mouseUp
* 鼠标松开事件 * @param e
src/components/Slider.tsx:41
Function
setCacheSetting
(checked: boolean)
src/components/OtherOptions.tsx:7