feat: 添加自定义字体和图标资源,优化登录和首页界面

refactor(login): 使用自定义输入框组件替换原生输入框
refactor(index): 重构网格布局代码,使用动态渲染方式
style: 更新全局字体样式,移除默认字体设置
chore: 添加多个字体文件和图标资源
docs: 更新应用名称和版本号
This commit is contained in:
2025-08-20 16:21:13 +08:00
parent ca4d93b902
commit 7a3d4f8c8a
40 changed files with 473 additions and 90 deletions

View 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