feat(ry-h5): logo 改为项目根 logo.png, 加 favicon

- ry-h5/static/logo.png 72x72 占位图 → 776x776 项目 logo
- ry-h5/index.html 加 <link rel='icon' type='image/png' href='/static/logo.png'>
- 代码里现无 logo 引用 (POC 只有相机页), 但文件统一品牌
This commit is contained in:
郭庆泰
2026-08-22 20:56:48 +08:00
parent cec39554ee
commit d9316e87d0
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@
(coverSupport ? ', viewport-fit=cover' : '') + '" />')
</script>
<title>取景拍摄</title>
<link rel="icon" type="image/png" href="/static/logo.png" />
<!--preload-links-->
<!--app-context-->
</head>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 134 KiB