feat: 添加自定义字体和图标资源,优化登录和首页界面
refactor(login): 使用自定义输入框组件替换原生输入框 refactor(index): 重构网格布局代码,使用动态渲染方式 style: 更新全局字体样式,移除默认字体设置 chore: 添加多个字体文件和图标资源 docs: 更新应用名称和版本号
This commit is contained in:
5
static/images/index-icons/search.svg
Normal file
5
static/images/index-icons/search.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg width="128" height="128" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="10" y="10" width="236" height="236" rx="20" ry="20" fill="#ff9900" />
|
||||
<circle cx="110" cy="110" r="50" stroke="white" stroke-width="15" fill="none" />
|
||||
<path d="M150 150 L190 190" stroke="white" stroke-width="15" stroke-linecap="round" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 347 B |
Reference in New Issue
Block a user