瀏覽代碼

regenerate png files from svg with higher density

Pi 1 月之前
父節點
當前提交
4143195555
共有 19 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      rest/static/clip/144.png
  2. 二進制
      rest/static/clip/192.png
  3. 二進制
      rest/static/clip/48.png
  4. 二進制
      rest/static/clip/512.png
  5. 二進制
      rest/static/clip/72.png
  6. 二進制
      rest/static/clip/96.png
  7. 二進制
      rest/static/goto/144.png
  8. 二進制
      rest/static/goto/192.png
  9. 二進制
      rest/static/goto/48.png
  10. 二進制
      rest/static/goto/512.png
  11. 二進制
      rest/static/goto/72.png
  12. 二進制
      rest/static/goto/96.png
  13. 二進制
      rest/static/upload/144.png
  14. 二進制
      rest/static/upload/192.png
  15. 二進制
      rest/static/upload/48.png
  16. 二進制
      rest/static/upload/512.png
  17. 二進制
      rest/static/upload/72.png
  18. 二進制
      rest/static/upload/96.png
  19. 1 1
      site/upload/index.sql

二進制
rest/static/clip/144.png


二進制
rest/static/clip/192.png


二進制
rest/static/clip/48.png


二進制
rest/static/clip/512.png


二進制
rest/static/clip/72.png


二進制
rest/static/clip/96.png


二進制
rest/static/goto/144.png


二進制
rest/static/goto/192.png


二進制
rest/static/goto/48.png


二進制
rest/static/goto/512.png


二進制
rest/static/goto/72.png


二進制
rest/static/goto/96.png


二進制
rest/static/upload/144.png


二進制
rest/static/upload/192.png


二進制
rest/static/upload/48.png


二進制
rest/static/upload/512.png


二進制
rest/static/upload/72.png


二進制
rest/static/upload/96.png


+ 1 - 1
site/upload/index.sql

@@ -4,7 +4,7 @@ SET ":hash" = sqlpage.url_encode(:hash);
 SET ":title" = 'Upload';
 SET ":color" = '#f59f00';
 SET ":tabler_color" = 'yellow';
-SET ":image" = '/static/upload/upload-favicon_square.svg';
+SET ":image" = '/static/upload/icon.svg';
 SET ":favicon" = :image;
 SET ":manifest" = '/static/upload/manifest.json';
 SET ":action" = COALESCE($action, :action, '');