mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
更新 avatar.js
This commit is contained in:
parent
8d36a3ec84
commit
b6d0bb165a
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ export const refreshPanel = async api => {
|
||||||
if (!newData) return null;
|
if (!newData) return null;
|
||||||
|
|
||||||
// 合并新旧数据
|
// 合并新旧数据
|
||||||
const finalData = updatePanelData(uid, newData);
|
const finalData = updatePanelData(api.uid, newData);
|
||||||
|
|
||||||
const formattedData = finalData.map(item => new ZZZAvatarInfo(item));
|
const formattedData = finalData.map(item => new ZZZAvatarInfo(item));
|
||||||
for (const item of formattedData) {
|
for (const item of formattedData) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue