static String covert2HTMLString(String? content, {String? tips}) { return "<font color=#5B6B92> $content</font>$tips"; }