fix:1、UI更换(全部更换完)
This commit is contained in:
@@ -76,7 +76,7 @@ namespace LoveLegend
|
||||
string title = BisTerm ? Language.GetContent("terms_service") : Language.GetContent("privacy");
|
||||
ui.title.text = isTerm == 2 ? "View Credits" : title;
|
||||
|
||||
var color = new Color(255 / 255f, 232 / 255f, 217 / 255f, 1f);
|
||||
var color = new Color(172 / 255f, 131 / 255f, 113 / 255f, 1f);
|
||||
MarkdownKit.Instance.ShowAsRichText(ui.text_list, BisTerm ? "user" : "privacy", color, (success, state) => {
|
||||
if (success) {
|
||||
Debug.Log("内容加载成功!当前状态:" + state);
|
||||
|
||||
Reference in New Issue
Block a user