feat: 优化主题置顶显示,同时添加模板

This commit is contained in:
陈淳
2024-01-10 09:12:30 +08:00
parent 8c122b7e09
commit 2b870358e9
3 changed files with 25 additions and 5 deletions

View File

@@ -0,0 +1,23 @@
{
"$schema": "http://json.schemastore.org/template",
"author": "ccnetcore",
"classifications": [ "Common", "Code" ],
"identity": "yi",
"name": "YI",
"shortName": "yi",
"sourceName": "Yi.Abp",
"tags": {
"language": "C#",
"type": "item"
},
"sources": [
{
"modifiers": [
{
"exclude": [ "bin/**/*", "obj/**/*", "*.user", "*.vspscc", "*.vssscc", "*.cache",".git/**/*",".vs/**/*" ]
}
]
}
]
}