| 39 | description: string = `用户信息查询插件\n\n${help_text}`; |
| 40 | |
| 41 | // 高精度采样点 (ID, Timestamp) - 2026最新校准 |
| 42 | private readonly ID_DATA_POINTS: [number, number][] = [ |
| 43 | [0, 1376438400], [50000000, 1400000000], [150000000, 1451606400], |
| 44 | [350000000, 1483228800], [500000000, 1514764800], [900000000, 1559347200], |
nothing calls this directly
no outgoing calls
no test coverage detected