13 lines
378 B
Go
13 lines
378 B
Go
package template
|
|
|
|
// ==============================
|
|
// 產品資訊常數
|
|
// ==============================
|
|
|
|
const (
|
|
ProductName = "TrueHeart 團隊"
|
|
ProductLink = "https://code.30cm.net"
|
|
ProductLogo = "https://true-heart-dev.s3.ap-northeast-3.amazonaws.com/f70904eb-1a29-40f7-8940-9a124f23793a.png"
|
|
ProductCopyright = "© 2025 TrueHeart Inc. 版權所有"
|
|
)
|