mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-16 09:58:13 +08:00
⚡️ 帖子解析&祈愿记录微调
*优化链接样式 *饼图加上集录祈愿 *祈愿刷新后刷新页面
This commit is contained in:
@@ -156,6 +156,10 @@ function getPoolData(): EChartsOption {
|
||||
value: props.modelValue.filter((item) => item.uigfType === "302").length,
|
||||
name: "武器活动祈愿",
|
||||
},
|
||||
{
|
||||
value: props.modelValue.filter((item) => item.uigfType === "500").length,
|
||||
name: "集录祈愿",
|
||||
},
|
||||
];
|
||||
data.series[1].data = [
|
||||
{ value: props.modelValue.filter((item) => item.rank === "3").length, name: "3星" },
|
||||
|
||||
Reference in New Issue
Block a user