You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
295 B

  1. <?php
  2. namespace App\Constants\v3;
  3. use Hyperf\Constants\AbstractConstants;
  4. use Hyperf\Constants\Annotation\Constants;
  5. /**
  6. * @Constants
  7. */
  8. class OssThumbnail extends AbstractConstants
  9. {
  10. /**
  11. * @Message("thumbnail_100_q50")
  12. */
  13. const THUMBNAIL_100_Q50 = '!thumbnail_100_q50';
  14. }