new: Added automatic statistical script injection and ICP filing style

This commit is contained in:
2024-12-24 16:02:02 +08:00
parent 5325e1a097
commit 7a7ddc5082
13 changed files with 184 additions and 6 deletions

7
config/mStatistics.go Normal file
View File

@@ -0,0 +1,7 @@
package config
type mStatistics struct {
Enable bool `yaml:"enable"`
Type string `yaml:"type"`
Baidu string `yaml:"baidu"`
}