DDeepin Developerfeat: Init commit
1948a375创建于 2022年10月13日历史提交
export default function sortAscending (list) {
    return list.sort((a, b) => a - b);
};