优化主题颜色

This commit is contained in:
A1300399510
2024-01-29 17:37:38 +08:00
parent 80c12aee49
commit e6cc4bf778
54 changed files with 331 additions and 307 deletions

View File

@@ -93,8 +93,9 @@ const getList = () => {
}
let data = res.data
data.data.forEach(element => {
let uniqidEnd = element["uniqid"].charAt(element["uniqid"].length - 1)
element["uniqidIndex"] = base62ToDecimal(uniqidEnd) % 6
// let uniqidEnd = element["uniqid"].charAt(element["uniqid"].length - 1)
// element["uniqidIndex"] = base62ToDecimal(uniqidEnd) % 6
element["uniqidIndex"] = element.id % 6
})
list.value = list.value.concat(data.data)
count.value = data.count