refactor: 重构组件模板,统一使用相对路径和内部路由 style: 调整CSS样式,修复布局和间距问题 fix: 修复投票和offer组件链接错误问题 chore: 添加新图片资源并更新相关引用路径 perf: 移除调试日志,优化页面加载性能 docs: 更新组件注释和文档说明 test: 更新测试用例以适配新功能 ci: 调整构建配置以支持新资源文件 build: 更新依赖项以兼容新功能
12 lines
769 B
XML
12 lines
769 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="42px" height="41px" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient gradientUnits="userSpaceOnUse" x1="-2.98427949019242E-13" y1="41" x2="41.9999999999997" y2="0" id="LinearGradient667">
|
|
<stop id="Stop668" stop-color="#ffffff" offset="0" />
|
|
<stop id="Stop669" stop-color="#1f91da" offset="1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<g transform="matrix(1 0 0 1 -1518 -4428 )">
|
|
<path d="M 42 10 L 42 41 C 42 18.04 23.96 0 0.994839253868804 0 L 32 0 C 37.5999999999999 0 42 4.40000000000009 42 10 Z " fill-rule="nonzero" fill="url(#LinearGradient667)" stroke="none" transform="matrix(1 0 0 1 1518 4428 )" />
|
|
</g>
|
|
</svg> |