MCPcopy Index your code
hub / github.com/Bistutu/FluentRead / saveConfig

Function saveConfig

entrypoints/utils/selectionTranslator.ts:71–76  ·  view source on GitHub ↗

* 保存配置到存储

()

Source from the content-addressed store, hash-verified

69 * 保存配置到存储
70 */
71function saveConfig() {
72 // 使用插件提供的存储API保存配置
73 storage.setItem('local:config', JSON.stringify(config)).catch((error) => {
74 console.error('Failed to save config:', error);
75 });
76}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected