fix: 修复三端路由引用并统一共享 Logo 静态资源
修正 admin/agent/player 路由与 agent App.vue 的 import 路径,三端 Vite 共用 packages/shared/public 下的 logo 与 favicon。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
4
packages/shared/public/favicon.svg
Normal file
4
packages/shared/public/favicon.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
|
||||
<rect width="32" height="32" rx="6" fill="#1a2332"/>
|
||||
<text x="16" y="22" text-anchor="middle" font-family="Arial, Helvetica, sans-serif" font-size="14" font-weight="800" fill="#00a826">T</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 278 B |
3
packages/shared/public/logo.svg
Normal file
3
packages/shared/public/logo.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 40" fill="none" role="img" aria-label="TheBet365">
|
||||
<text x="0" y="30" font-family="Arial, Helvetica, sans-serif" font-size="28" font-weight="800" fill="#00a826">TheBet365</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 244 B |
Reference in New Issue
Block a user