5f028b68创建于 2024年12月2日历史提交
/*
 * Copyright (c) KylinSoft  Co., Ltd. 2024.All rights reserved.
 * ha-api licensed under the Mulan Permissive Software License, Version 2. 
 * See LICENSE file for more details.
 * Author: 赵忠章 <jinzi120021@sina.com>
 * Date: Fri Jan 22 11:18:35 2021 +0800
 */
package utils

func ScoreToLevel(score string) string {

	return ""
}