* 保存基础配置 * @param {Object} newConfig - 新的基础配置
(newConfig)
| 181 | * @param {Object} newConfig - 新的基础配置 |
| 182 | */ |
| 183 | function saveBaseConfig(newConfig) { |
| 184 | GM_setValue(STORAGE_KEYS.baseConfig, newConfig); |
| 185 | baseConfig = newConfig; |
| 186 | } |
| 187 | |
| 188 | /** |
| 189 | * 获取速度比例 |
nothing calls this directly
no outgoing calls
no test coverage detected