增加坐标颜色

This commit is contained in:
xxq250 2024-11-05 16:16:02 +08:00
parent 620f07c8f8
commit 92ab07d257
1 changed files with 39 additions and 0 deletions

View File

@ -330,6 +330,9 @@ def maturity(software, context):
"0": "无许可证"
},
"suggestion": "建议使用标准的开源许可证以明确项目的使用条款和限制",
"itemStyle": {
"color": "#74add1"
},
"value": [
7,
1,
@ -346,6 +349,9 @@ def maturity(software, context):
"0-60": "未解决issue很多"
},
"suggestion": "保持适度的未解决issue数量,及时处理重要issue",
"itemStyle": {
"color": "#74add1"
},
"value": [
4,
1,
@ -362,6 +368,9 @@ def maturity(software, context):
"0-60": "已解决issue较少"
},
"suggestion": "提高issue解决率,保持良好的问题跟踪和处理机制",
"itemStyle": {
"color": "#74add1"
},
"value": [
5,
1,
@ -377,6 +386,9 @@ def maturity(software, context):
"0": "多个低风险警告"
},
"suggestion": "定期检查并修复安全隐患,即使是低风险问题也应重视",
"itemStyle": {
"color": "#ffffbf"
},
"value": [
6,
1,
@ -392,6 +404,9 @@ def maturity(software, context):
"0": "多个中风险警告"
},
"suggestion": "优先处理中等风险安全问题,避免安全隐患扩大",
"itemStyle": {
"color": "#fee090"
},
"value": [
6,
2,
@ -407,6 +422,9 @@ def maturity(software, context):
"0": "多个高风险警告"
},
"suggestion": "高风险安全问题必须立即处理,可考虑发布安全补丁版本",
"itemStyle": {
"color": "#fdae61"
},
"value": [
6,
3,
@ -422,6 +440,9 @@ def maturity(software, context):
"0": "多个严重风险警告"
},
"suggestion": "严重安全问题需要紧急修复并及时通知用户更新",
"itemStyle": {
"color": "#f46d43"
},
"value": [
7,
2,
@ -438,6 +459,9 @@ def maturity(software, context):
"0-60": "Star较少"
},
"suggestion": "提高项目影响力,完善文档和功能以吸引更多用户关注",
"itemStyle": {
"color": "#93AAFC"
},
"value": [
0,
1,
@ -454,6 +478,9 @@ def maturity(software, context):
"0-60": "关注者较少"
},
"suggestion": "增加项目曝光度,保持更新以维持用户关注度",
"itemStyle": {
"color": "#93AAFC"
},
"value": [
0,
2,
@ -470,6 +497,9 @@ def maturity(software, context):
"0-60": "分支数较少"
},
"suggestion": "鼓励社区贡献,完善协作指南以促进分支开发",
"itemStyle": {
"color": "#93AAFC"
},
"value": [
0,
3,
@ -486,6 +516,9 @@ def maturity(software, context):
"0-60": "提交次数较少"
},
"suggestion": "保持稳定的开发活跃度,定期提交代码更新",
"itemStyle": {
"color": "#93AAFC"
},
"value": [
2,
1,
@ -502,6 +535,9 @@ def maturity(software, context):
"0-60": "开发者数量较少"
},
"suggestion": "扩大开发团队,培养核心贡献者",
"itemStyle": {
"color": "#93AAFC"
},
"value": [
2,
2,
@ -518,6 +554,9 @@ def maturity(software, context):
"0-60": "发布版本数较少"
},
"suggestion": "建立规范的版本发布流程,保持稳定的迭代节奏",
"itemStyle": {
"color": "#93AAFC"
},
"value": [
2,
3,