poemwiki / poe

4 stars 0 forks source link

fix author:moveImageToCOS command #28

Open star8ks opened 1 year ago

star8ks commented 1 year ago

Previously, the command php artisan author:moveImageToCOS had some issues:

  1. The whole command will exit when processing an image that doesn't exist.
  2. If an author's avatar has been set, the command will replace the avatar with the first Wikimedia image.

    从 wikimedia 拷贝作者图片到poemwiki 的命令 php artisan author:moveImageToCOS 存在以下问题:

  3. 碰到不存在的图片或者网络问题,会让整个过程中断。
  4. 如果某个作者已经设置了头像,在执行这个命令以后会将原有的头像以 wikimedia 上这个作者的第一张图片代替。
star8ks commented 1 year ago

https://github.com/poemwiki/poe/commit/2492bda39d6bb6ce9b3ae60337519c70b5dfe16f https://github.com/poemwiki/poe/commit/17d430410334ac733f563e941666038b7f11cc36 fixed