Files
tauri-meeting/src-tauri/resources/icons/btn_shape.svg
O昵称重要吗O 78af453fe1 chore: 初始化项目基础结构和资源文件
- 添加项目图标文件(app-icon.png、各平台图标)
- 配置开发环境文件(.env、.nvmrc、.npmrc)
- 添加静态资源文件(背景图片、字体、音频)
- 初始化Tauri后端结构(build.rs、main.rs、模块文件)
- 配置前端项目结构(TypeScript、Vue组件、样式)
- 添加Node.js API服务基础结构
- 配置构建和开发工具(vite、prettier、gitignore)
2026-03-13 10:03:05 +08:00

8 lines
568 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<circle cx="16" cy="16" r="14" fill="#FF9800" stroke="#F57C00" stroke-width="2"/>
<rect x="8" y="12" width="6" height="6" fill="white" stroke="#333" stroke-width="1"/>
<line x1="17" y1="15" x2="23" y2="15" stroke="white" stroke-width="1.5" stroke-linecap="round"/>
<circle cx="20" cy="20" r="3" fill="none" stroke="white" stroke-width="1.5"/>
<path d="M12 22 L14 26 L18 26" fill="none" stroke="white" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/>
</svg>