3
0
Fork 0

feat(share-btn): 添加分享按钮svg

This commit is contained in:
woody 2025-08-05 09:28:20 +08:00
parent 80e4378d9e
commit 5234d19fea
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ module.exports = vm => {
//#ifdef DEV_SERVER
console.log('DEV_SERVER')
config.baseURL = 'http://t-bl.beida777.com/prod-api'
config.baseURL = 'https://t-bl.beida777.com/prod-api'
//#endif
//#ifdef QA_SERVER

View File

@ -24,10 +24,10 @@
</defs>
<!-- 主背景 - 圆角矩形 -->
<rect x="1" y="1" width="158" height="38" rx="8" ry="8" fill="url(#techGradient)" stroke="url(#borderGlow)" stroke-width="1"/>
<rect x="1" y="1" width="158" height="38" rx="19" ry="19" fill="url(#techGradient)" stroke="url(#borderGlow)" stroke-width="1"/>
<!-- 科技感光效层 -->
<rect x="1" y="1" width="158" height="38" rx="8" ry="8" fill="url(#glowEffect)"/>
<rect x="1" y="1" width="158" height="38" rx="19" ry="19" fill="url(#glowEffect)"/>
<!-- 科技感装饰线条 -->
<g opacity="0.4">

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB