akameco
akameco
I'm sorry. The windows version has failed to build. I will fix it when I have time.
@adefirmanf Thanks for the report. I will investigate.
@888kk さん、いつも報告ありがとうございます! ちょっと調べてみます。 実は9月にpixivのAPIに一部変更になったのはわかっているんですが、どこが変わったのかイマイチ把握していない状況です。 また、更新は、再起動せずともブラウザと同じようにwindowsならCtrl+r、macなら⌘+rで画面を更新できるはずです。
@sachin21 Issueありがとうございます!こちらでも調査してみます
This application uses the API used in android. With Android, the maximum size is limited and 1200px is the maximum. However, I also understand the desire to acquire the original...
@kaaamos It is not possible to change the download folder. But I will implement it soon. Thanks for the report.
@yanagiragi Thank you. I'll fix it.
useKey option with intl.formatMessage method's descriptor parameter lost key property at typescript.
Currently there is no solution. Please ignore it with `@ts-ignore`. ```tsx {intl.formatMessage({ // @ts-ignore key: 'autoWithMethod', defaultMessage: 'auto test', })} ``` I will fix it in the future.