This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
Server
/
new-api
Xem
40
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Tree:
60d4750001
Branches
Tags
main
master
master-merge
new-api
/
common
/
quota.go
quota.go
76 B
Lịch sử
Raw
1
2
3
4
5
package common
func GetTrustQuota() int {
return int(10 * QuotaPerUnit)
}