fix:1.修正同结构导入问题。2.历史界面添加删除。3.导入排序问题。

This commit is contained in:
2024-08-28 08:42:45 +08:00
parent f2b1525b92
commit f9796c7090
7 changed files with 81 additions and 38 deletions

View File

@@ -115,6 +115,13 @@
"optional": "cpp",
"sstream": "cpp",
"stop_token": "cpp",
"regex": "cpp"
"regex": "cpp",
"*.tcc": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"memory_resource": "cpp",
"random": "cpp",
"fstream": "cpp",
"cinttypes": "cpp"
}
}