sync: collector/ 同步自 inkstone/arcrun-rag@a39cea2(桌面小幫手 0.18.34)

This commit is contained in:
2026-08-20 11:26:28 +08:00
parent 969c3f2bcf
commit f1658fd2ad
8 changed files with 572 additions and 7 deletions
+10
View File
@@ -0,0 +1,10 @@
package collector
import (
"fmt"
"time"
)
func pad(i int) string { return fmt.Sprintf("%03d", i) }
func nowFixed() time.Time { return time.Unix(1787100000, 0) }