const offerList = (await keyv.get('offer-list')) || [];... await keyv.set('offer-list', offerList);
確定! 回上一頁