Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Licoy/fetch-github-hosts
/ AppConfig
Interface
AppConfig
composables/useConfig.ts:21–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
interface
AppConfig {
22
lang: string
23
client: ClientConfig
24
server: ServerConfig
25
}
26
27
const
_config = ref<AppConfig>({
28
lang:
'zh-CN'
,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected