MCPcopy Create free account
hub / github.com/zxlie/FeHelper / recordUpdate

Function recordUpdate

apps/background/statistics.js:192–196  ·  view source on GitHub ↗
(previousVersion)

Source from the content-addressed store, hash-verified

190 * @param {string} previousVersion - 更新前的版本
191 */
192 const recordUpdate = async (previousVersion) => {
193 sendToServer('extension_updated', {
194 previous_version: previousVersion
195 });
196 };
197
198 /**
199 * 记录插件卸载事件

Callers

nothing calls this directly

Calls 1

sendToServerFunction · 0.85

Tested by

no test coverage detected