浏览代码

rename clip icon and regenerate png with color

Pi 3 月之前
父节点
当前提交
f6f46e51c6
共有 8 个文件被更改,包括 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. 0 0
      rest/static/clip/icon.svg
  8. 1 1
      site/clip/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


+ 0 - 0
rest/static/clip/clip-favicon_square.svg → rest/static/clip/icon.svg


+ 1 - 1
site/clip/index.sql

@@ -4,7 +4,7 @@ SET ":hash" = COALESCE(:hash, $hash, '');
 SET ":hash" = sqlpage.url_encode(:hash);
 SET ":color" = '#2fb344';
 SET ":tabler_color" = 'green';
-SET ":image" = '/static/clip/clip-favicon_square.svg';
+SET ":image" = '/static/clip/icon.svg';
 SET ":favicon" = :image;
 SET ":manifest" = '/static/clip/manifest.json';
 SET ":action" = COALESCE(:action, $action, '');