Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/zxlie/FeHelper
/ sendToServer
Function
sendToServer
apps/background/statistics.js:146–148 ·
view source on GitHub ↗
(eventName, params = {})
Source
from the content-addressed store, hash-verified
144
* @param {Object} params - 事件参数
145
*/
146
const
sendToServer =
async
(eventName, params = {}) => {
147
return
''
;
// 暂时关闭统计
148
};
149
150
/**
151
* 记录每日活跃用户
Callers
6
recordDailyActiveUser
Function · 0.85
recordInstallation
Function · 0.85
recordUpdate
Function · 0.85
recordUninstall
Function · 0.85
recordToolUsage
Function · 0.85
scheduleSyncStats
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected