上传文件

This commit is contained in:
chentianrui
2025-08-01 15:31:56 +08:00
commit 9609bb67b4
805 changed files with 982256 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "kg_visualization",
"type": "debugpy",
"request": "launch",
"program": "kg_visualization.py",
"console": "integratedTerminal",
"justMyCode": true
}
]
}
+3
View File
@@ -0,0 +1,3 @@
{
"Codegeex.RepoIndex": true
}