2021-07-25 17:14:44 +08:00
|
|
|
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
2022-05-18 23:14:57 +08:00
|
|
|
//go:build !plus
|
|
|
|
|
// +build !plus
|
2021-07-25 17:14:44 +08:00
|
|
|
|
|
|
|
|
package teaconst
|
|
|
|
|
|
|
|
|
|
const BuildCommunity = true
|
|
|
|
|
const BuildPlus = false
|
|
|
|
|
const Tag = "community"
|