Files
rootandClaude Opus 5 8679200f41 Initial commit
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-15 13:57:10 +08:00

11 lines
247 B
Go

package sys_config
import (
"91porn-server/models/cache/sysconfdata"
)
// GetTotalWatchCount 读取系统配置 `totalWatchCount`,若未配置则返回默认值。
func GetTotalWatchCount() uint64 {
return sysconfdata.GetTotalWatchCount()
}