Skip to content

Commit fcc3b81

Browse files
committed
fix: 修复错误的文件图标
1 parent 2344e4f commit fcc3b81

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

github-file-list-beautifier-plus/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# **🛠️ GitHub 文件列表美化器 更新日志**
22

3+
### **📅 2026.3.5.1**
4+
5+
**修复**: 更改`.sh`文件图标链接,修改`powershell`文字颜色,删除调试内容
6+
7+
---
8+
9+
310
### **📅 2024/9/12 11:35 - Ver 4.1**
411

512
**新增**: 增加了对文件增加图标,增加了自定义文件颜色和图标。

github-file-list-beautifier-plus/colors.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@
8989
},
9090
"sh": {
9191
"color": "#89e051",
92-
"icon": "https://raw.githubusercontent.com/the-userr/GitHub-Icons/master/icons/Shell.svgl"
92+
"icon": "https://raw.githubusercontent.com/the-userr/GitHub-Icons/master/icons/Shell.svg"
9393
},
9494
"bat": {
9595
"color": "#4eaa25",
9696
"icon": "https://raw.githubusercontent.com/the-userr/GitHub-Icons/master/icons/CMD.png"
9797
},
9898
"ps1": {
99-
"color": "#012456",
99+
"color": "#0298c3",
100100
"icon": "powershell"
101101
},
102102
"ttf": {

github-file-list-beautifier-plus/github-file-list-beautifier-plus.user.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)