更新.gitignore

This commit is contained in:
2026-07-15 10:04:05 +08:00
parent a5d129cfa0
commit 0e4ed71318
28 changed files with 64 additions and 2191 deletions
-21
View File
@@ -1,21 +0,0 @@
# TabBar 图标说明
请将以下 PNG 图标放入此目录(建议尺寸 81x81px):
## 必需图标文件:
1. **dashboard.png** - 仪表盘图标(未选中状态)
2. **dashboard-active.png** - 仪表盘图标(选中状态,主题色 #1989fa
3. **functions.png** - 功能图标(未选中状态)
4. **functions-active.png** - 功能图标(选中状态,主题色 #1989fa
5. **mine.png** - 我的图标(未选中状态)
6. **mine-active.png** - 我的图标(选中状态,主题色 #1989fa
## 图标要求:
- 格式:PNG
- 尺寸:81x81 像素(推荐)
- 未选中颜色:#999999
- 选中颜色:#1989fa
## 临时方案:
如暂无图标资源,可从 iconfont 等图标库下载对应图标,或暂时注释掉 pages.json 中的 iconPath 配置项。
-10
View File
@@ -1,10 +0,0 @@
/*
* SVG 图标 - 仪表盘(选中状态)
* 使用时请替换为实际的 PNG 图标文件
* 尺寸建议: 81x81 px
*/
<svg xmlns="http://www.w3.org/2000/svg" width="81" height="81" viewBox="0 0 81 81">
<rect width="81" height="81" rx="16" fill="#1989fa"/>
<path d="M40.5 20v25l15 8" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round"/>
<circle cx="40.5" cy="40.5" r="18" stroke="#fff" stroke-width="3" fill="none"/>
</svg>
-10
View File
@@ -1,10 +0,0 @@
/*
* SVG 图标 - 仪表盘(默认状态)
* 使用时请替换为实际的 PNG 图标文件
* 尺寸建议: 81x81 px
*/
<svg xmlns="http://www.w3.org/2000/svg" width="81" height="81" viewBox="0 0 81 81">
<rect width="81" height="81" rx="16" fill="#999999"/>
<path d="M40.5 20v25l15 8" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round"/>
<circle cx="40.5" cy="40.5" r="18" stroke="#fff" stroke-width="3" fill="none"/>
</svg>
-12
View File
@@ -1,12 +0,0 @@
/*
* SVG 图标 - 功能(选中状态)
* 使用时请替换为实际的 PNG 图标文件
* 尺寸建议: 81x81 px
*/
<svg xmlns="http://www.w3.org/2000/svg" width="81" height="81" viewBox="0 0 81 81">
<rect width="81" height="81" rx="16" fill="#1989fa"/>
<rect x="20" y="20" width="18" height="18" rx="4" fill="#fff"/>
<rect x="43" y="20" width="18" height="18" rx="4" fill="#fff"/>
<rect x="20" y="43" width="18" height="18" rx="4" fill="#fff"/>
<rect x="43" y="43" width="18" height="18" rx="4" fill="#fff"/>
</svg>
-12
View File
@@ -1,12 +0,0 @@
/*
* SVG 图标 - 功能(默认状态)
* 使用时请替换为实际的 PNG 图标文件
* 尺寸建议: 81x81 px
*/
<svg xmlns="http://www.w3.org/2000/svg" width="81" height="81" viewBox="0 0 81 81">
<rect width="81" height="81" rx="16" fill="#999999"/>
<rect x="20" y="20" width="18" height="18" rx="4" fill="#fff"/>
<rect x="43" y="20" width="18" height="18" rx="4" fill="#fff"/>
<rect x="20" y="43" width="18" height="18" rx="4" fill="#fff"/>
<rect x="43" y="43" width="18" height="18" rx="4" fill="#fff"/>
</svg>
-10
View File
@@ -1,10 +0,0 @@
/*
* SVG 图标 - 我的(选中状态)
* 使用时请替换为实际的 PNG 图标文件
* 尺寸建议: 81x81 px
*/
<svg xmlns="http://www.w3.org/2000/svg" width="81" height="81" viewBox="0 0 81 81">
<rect width="81" height="81" rx="16" fill="#1989fa"/>
<circle cx="40.5" cy="30" r="11" fill="#fff"/>
<path d="M20 62c0-11.3 9.2-20.5 20.5-20.5S61 50.7 61 62" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round"/>
</svg>
-10
View File
@@ -1,10 +0,0 @@
/*
* SVG 图标 - 我的(默认状态)
* 使用时请替换为实际的 PNG 图标文件
* 尺寸建议: 81x81 px
*/
<svg xmlns="http://www.w3.org/2000/svg" width="81" height="81" viewBox="0 0 81 81">
<rect width="81" height="81" rx="16" fill="#999999"/>
<circle cx="40.5" cy="30" r="11" fill="#fff"/>
<path d="M20 62c0-11.3 9.2-20.5 20.5-20.5S61 50.7 61 62" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round"/>
</svg>