- 新增api目录下多个接口路径代理处理文件,支持动态拼接目标URL - 根据环境变量选择不同的后端服务地址(如dev和生产环境) - 统一添加TenantId和Authorization请求头传递租户及身份信息 - 实现请求参数及搜索参数的完整转发 - 引入better-sqlite3及node内建模块支持服务端功能 - 新增专家详情页面,实现文章、成果及预约咨询功能展示 - 页面实现加载骨架屏、标签页切换及空状态提示优化体验
22 lines
689 B
XML
22 lines
689 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 48" fill="none">
|
|
<!-- W icon: left pill -->
|
|
<rect x="2" y="2" width="13" height="34" rx="6.5" fill="white"
|
|
transform="rotate(18, 8.5, 19)"/>
|
|
<!-- W icon: center pill (slightly shorter) -->
|
|
<rect x="24" y="7" width="11" height="26" rx="5.5" fill="white"/>
|
|
<!-- W icon: right pill -->
|
|
<rect x="41" y="2" width="13" height="34" rx="6.5" fill="white"
|
|
transform="rotate(-18, 47.5, 19)"/>
|
|
|
|
<!-- websopy text -->
|
|
<text
|
|
x="64"
|
|
y="35"
|
|
font-family="'Helvetica Neue', Helvetica, Arial, sans-serif"
|
|
font-size="23"
|
|
font-weight="800"
|
|
fill="white"
|
|
letter-spacing="-0.5"
|
|
>websopy</text>
|
|
</svg>
|