mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 21:57:44 +00:00
ek面板更新
This commit is contained in:
parent
28432cd0a5
commit
69992b0283
3 changed files with 50 additions and 2 deletions
|
|
@ -92,6 +92,13 @@ export const updatePanelData = (uid, newData) => {
|
|||
* @param {MysZZZApi} api
|
||||
* @returns {Promise<ZZZAvatarInfo[] | null>}
|
||||
*/
|
||||
/**
|
||||
* 刷新面板
|
||||
* @param {MysZZZApi} api
|
||||
* @returns {Promise<ZZZAvatarInfo[] | null>}
|
||||
*/
|
||||
|
||||
|
||||
export const refreshPanel = async api => {
|
||||
// 获取新数据
|
||||
const newData = await getAvatarInfoList(api, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue