3Shain / Comen

📺直播用弹幕栏【原bilichat】

Home Page:https://comen.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

换个图标

3Shain opened this issue · comments

不再直接使用bilibili的icon,避免法律问题

BiliChat.zip

Screenshot (8)

在?有需要改的话我再改
如果Staff表能加上我的话我能吹十年(x)

好的我承认最后一个是我画的,嘴画小了……
我改

BiliChat.zip

好的它修改过了
它叫做BiliChat_x_画板 1 副本 8.svg

那就决定是最后一个了!
能顺便弄一套ico文件吗,空白边框可以缩一点甚至去掉也可以

妈呀,得亏开了Github的Watch,秒速收到回复
然而Github这龟速,方滨兴出来挨打

然后……不使用iconfont而使用灵魂画手画的图标,不愧是大佬ㄟ(≧◇≦)ㄏ
好的我这就去弄

另外i18n我也在做了
能不能在开学之前做到PR的状态我就不知道了……

Out.zip

看吧,我不光做了Black和Blue两个颜色,还贴心的做了OSX图标
所以Staff考虑一下(x)

PS:以这一版为准,上面的SVG有bug,有一部分没有透明

看了新的“弹幕堆叠”了,话说这样不就显示不出来AWSL大军的气势了吗……
……x

commented

manifest.json
apple-touch-icon
mask-icon
搞快点(滑稽

commented

Out.zip

看吧,我不光做了Black和Blue两个颜色,还贴心的做了OSX图标
所以Staff考虑一下(x)

PS:以这一版为准,上面的SVG有bug,有一部分没有透明

@Afanyiyu
那个蓝色版本好像有红色边框漏出来啦

又是收到了邮件的秒回……
……妈呀楼上四点不睡,夜猫子吧(虽说我也是)(deco出新单品了啊啊啊
……额那啥,我明天就开学了反正:-/,,等有时间吧,,那个logo你们先用着谢谢,i18n我有时间做

commented

又是收到了邮件的秒回……
……妈呀楼上四点不睡,夜猫子吧(虽说我也是)(deco出新单品了啊啊啊
……额那啥,我明天就开学了反正:-/,,等有时间吧,,那个logo你们先用着谢谢,i18n我有时间做

我想睡,睡不着。。。
还有就是蓝色版本,红色框框漏出来啦→_→!
image

话说那个蓝色的hex或者rgb可能需要提供一下,可以拿来做Theme Color

活 捉 夜 猫 子
等着,我去拿(偷)过来电脑

预计四点半修复
(妈呀明天上午报到,我这是找死)

commented

那你还不睡觉,我有AI我可以尝试帮你修复了→_→
你先睡觉去吧。。。。

我来吧,毕竟ico也要一起修复

commented

好吧→_→

Out_New.zip

毕竟我手也不慢啊
这个应该没问题了

代码也检查过了,应该没有问题
睡去了

话虽这么说,svg的代码覆盖率估计连50%都不到
有时间我clean一下
睡了

rgb麻烦自己吸一下啦~我记不清了好像是0,260,194(欸不对,记不清了)

commented

@3Shain
ico文件好像只是IE要用
<!--[if IE]><link rel="icon" href="/favicon.ico"><![endif]-->

现在大多数浏览器似乎都支持这种方式用png

<link rel="icon" type="image/png" sizes="32x32" href="/img/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/icons/favicon-16x16.png">

用favicons做了个大礼包,送给你(许多是没用的2333
Black.zip
Blue.zip

Blue:

manifest:

{
  "name": null,
  "short_name": null,
  "description": null,
  "dir": "auto",
  "lang": "en-US",
  "display": "standalone",
  "orientation": "any",
  "start_url": "/?homescreen=1",
  "background_color": "#fff",
  "theme_color": "#fff",
  "icons": [
    {
      "src": "/android-chrome-36x36.png",
      "sizes": "36x36",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-48x48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
<link rel="shortcut icon" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="manifest" href="/manifest.json">
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#fff">
<meta name="application-name">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="167x167" href="/apple-touch-icon-167x167.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="apple-touch-icon" sizes="1024x1024" href="/apple-touch-icon-1024x1024.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title">
<link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)" href="/apple-touch-startup-image-320x460.png">
<link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)" href="/apple-touch-startup-image-640x920.png">
<link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" href="/apple-touch-startup-image-640x1096.png">
<link rel="apple-touch-startup-image" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" href="/apple-touch-startup-image-750x1294.png">
<link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3)" href="/apple-touch-startup-image-1182x2208.png">
<link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3)" href="/apple-touch-startup-image-1242x2148.png">
<link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 1)" href="/apple-touch-startup-image-748x1024.png">
<link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 1)" href="/apple-touch-startup-image-768x1004.png">
<link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)" href="/apple-touch-startup-image-1496x2048.png">
<link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)" href="/apple-touch-startup-image-1536x2008.png">
<link rel="icon" type="image/png" sizes="228x228" href="/coast-228x228.png">
<meta name="msapplication-TileColor" content="#fff">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="msapplication-config" content="/browserconfig.xml">
<link rel="yandex-tableau-widget" href="/yandex-browser-manifest.json">

草你们居然在issue版聊起来了

commented

惊了,issue不就是拿来聊天的吗?(狗头

惊了,issue不就是拿来聊天的吗?(队形
还有这个图标可以叫做
一 般 发 情 小 电 视
睡了

暂时先采用这些啦