在日式应援中,对应援色的选择是十分考究的,体现在本博客对配色的选择上;当然现在就呼之欲出了,如何成为一名出色的DD?
那便是利用换肤功能!
How to be a DD?
调色盘演示 :
In this post, I defined a funtion:
cT(name: string, theme: RoseliaTheme, text: string): RoseliaRenderResult
interface RoseliaTheme {
primary: string,
secondary: string,
accent: string,
info: string,
warning: string,
success: string
}