摘要: export const getRandomColor = (name: string) => { const firstAlphabet = name.charAt(0).toLowerCase(); // Convert the user's name to a numeric value le 阅读全文
posted @ 2025-04-17 18:57 ximu19 阅读(9) 评论(0) 推荐(0)