feat: add research_comfy Phase 1 directory structure

This commit is contained in:
诺斯费拉图 2026-04-12 17:00:28 +08:00
parent a2840e7552
commit 5c2c701fa1
28 changed files with 12 additions and 0 deletions

0
research_api/__init__.py Normal file
View File

View File

View File

View File

View File

View File

View File

View File

0
web/css/.gitkeep vendored Normal file
View File

9
web/index_research.html vendored Normal file
View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Research Workbench - placeholder</title>
</head>
<body>
<h1>Research Workbench - placeholder</h1>
</body>
</html>

1
web/js/api_client.js vendored Normal file
View File

@ -0,0 +1 @@
// TODO

1
web/js/app.js vendored Normal file
View File

@ -0,0 +1 @@
// TODO

1
web/js/canvas.js vendored Normal file
View File

@ -0,0 +1 @@
// TODO

0
web/js/nodes/.gitkeep vendored Normal file
View File

0
web/js/panels/.gitkeep vendored Normal file
View File