mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-02 06:57:16 +01:00
Add achievement and characters when deleting data
This commit is contained in:
parent
cdb9384bf5
commit
0f915ab083
1 changed files with 6 additions and 0 deletions
|
@ -149,6 +149,9 @@
|
||||||
'wish-counter-weapon-event',
|
'wish-counter-weapon-event',
|
||||||
'wish-counter-standard',
|
'wish-counter-standard',
|
||||||
'wish-counter-beginners',
|
'wish-counter-beginners',
|
||||||
|
'characters',
|
||||||
|
'achievement',
|
||||||
|
'collectables-updated',
|
||||||
];
|
];
|
||||||
|
|
||||||
for (let k of keyWillBeDeleted) {
|
for (let k of keyWillBeDeleted) {
|
||||||
|
@ -180,6 +183,9 @@
|
||||||
'wish-counter-weapon-event',
|
'wish-counter-weapon-event',
|
||||||
'wish-counter-standard',
|
'wish-counter-standard',
|
||||||
'wish-counter-beginners',
|
'wish-counter-beginners',
|
||||||
|
'characters',
|
||||||
|
'achievement',
|
||||||
|
'collectables-updated',
|
||||||
];
|
];
|
||||||
|
|
||||||
for (let k of keyWillBeDeleted) {
|
for (let k of keyWillBeDeleted) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue