Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ resetUserConfig
Function
resetUserConfig
src/config/user-config.ts:128–131 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
126
* 重置用户配置
127
*/
128
export
function
resetUserConfig(): void {
129
saveUserConfig(DEFAULT_USER_CONFIG);
130
console.log(chalk.green(
'✅ 已重置用户配置为默认值'
));
131
}
132
133
/**
134
* 显示当前配置
Callers
1
configCommand
Function · 0.85
Calls
2
saveUserConfig
Function · 0.85
log
Method · 0.45
Tested by
no test coverage detected