Documentation ¶
Overview ¶
Package wallet 货币系统
Index ¶
Constants ¶
View Source
const ( // FontPath 通用字体路径 FontPath = "data/font/" // FontFile 苹方字体 FontFile = FontPath + "regular.ttf" // BoldFontFile 粗体苹方字体 BoldFontFile = FontPath + "regular-bold.ttf" // SakuraFontFile 樱酥体 SakuraFontFile = FontPath + "sakura.ttf" // ConsolasFontFile ... ConsolasFontFile = FontPath + "consolas.ttf" // SyumatuFontFile 少女终末旅行字体 SyumatuFontFile = FontPath + "zhongmoti.ttf" // NisiFontFile 少女终末旅行字体变体 NisiFontFile = FontPath + "Nisi-Regular.ttf" // VioletEvergardenFontFile 紫罗兰永恒花园字体 https://github.com/kagurazakayashi/EvergardenConverter VioletEvergardenFontFile = FontPath + "VioletEvergardenFont.ttf" // GlowSansFontFile 未来荧黑 https://github.com/welai/glow-sans GlowSansFontFile = FontPath + "GlowSansSC-Normal-ExtraBold.ttf" // ImpactFontFile ... ImpactFontFile = FontPath + "Impact.ttf" // HachiMaruPopRegularFontFile ... HachiMaruPopRegularFontFile = FontPath + "HachiMaruPop-Regular.ttf" // MaokenFontFile 猫啃珠圆体 MaokenFontFile = FontPath + "MaokenZhuyuanTi.ttf" )
Variables ¶
This section is empty.
Functions ¶
func InsertWalletOf ¶
InsertWalletOf 更新钱包(money > 0 增加,money < 0 减少)
Types ¶
Click to show internal directories.
Click to hide internal directories.