MCPcopy Create free account
hub / github.com/Yantesoft/LinuxdoAssistant / saveBaseConfig

Function saveBaseConfig

linuxdo-helper.user.js:183–186  ·  view source on GitHub ↗

* 保存基础配置 * @param {Object} newConfig - 新的基础配置

(newConfig)

Source from the content-addressed store, hash-verified

181 * @param {Object} newConfig - 新的基础配置
182 */
183 function saveBaseConfig(newConfig) {
184 GM_setValue(STORAGE_KEYS.baseConfig, newConfig);
185 baseConfig = newConfig;
186 }
187
188 /**
189 * 获取速度比例

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected