瀏覽代碼

fix(favicon) make favicon visible in dark-themed browser

Fixes: #6182
factor2
shane215 1 年之前
父節點
當前提交
20d8a403f3
No account linked to committer's email address
共有 5 個文件被更改,包括 15 次插入2 次删除
  1. 1
    1
      Makefile
  2. 二進制
      favicon.ico
  3. 二進制
      images/favicon.ico
  4. 13
    0
      images/favicon.svg
  5. 1
    1
      title.html

+ 1
- 1
Makefile 查看文件

@@ -125,7 +125,7 @@ dev: deploy-init deploy-css deploy-rnnoise-binary deploy-tflite deploy-meet-mode
125 125
 
126 126
 source-package:
127 127
 	mkdir -p source_package/jitsi-meet/css && \
128
-	cp -r *.js *.html resources/*.txt favicon.ico fonts images libs static sounds LICENSE lang source_package/jitsi-meet && \
128
+	cp -r *.js *.html resources/*.txt fonts images libs static sounds LICENSE lang source_package/jitsi-meet && \
129 129
 	cp css/all.css source_package/jitsi-meet/css && \
130 130
 	(cd source_package ; tar cjf ../jitsi-meet.tar.bz2 jitsi-meet) && \
131 131
 	rm -rf source_package

二進制
favicon.ico 查看文件


二進制
images/favicon.ico 查看文件


+ 13
- 0
images/favicon.svg
文件差異過大導致無法顯示
查看文件


+ 1
- 1
title.html 查看文件

@@ -6,4 +6,4 @@
6 6
 <meta itemprop="name" content="Jitsi Meet"/>
7 7
 <meta itemprop="description" content="Join a WebRTC video conference powered by the Jitsi Videobridge"/>
8 8
 <meta itemprop="image" content="images/jitsilogo.png?v=1"/>
9
-<link rel="icon" type="image/png" href="images/favicon.ico?v=1"/>
9
+<link rel="icon" href="images/favicon.svg?v=1">

Loading…
取消
儲存