规定数据类型
This commit is contained in:
1
client/src/.gitkeep
Normal file
1
client/src/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
// Vue3 Frontend Directory Structure
|
||||
1
client/src/api/.gitkeep
Normal file
1
client/src/api/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
// API Client and Services will be placed here
|
||||
1
client/src/assets/.gitkeep
Normal file
1
client/src/assets/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
// Static Assets (images, fonts, etc.) will be placed here
|
||||
1
client/src/components/CenterPanel/.gitkeep
Normal file
1
client/src/components/CenterPanel/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
// Center Panel Components will be placed here
|
||||
@@ -0,0 +1 @@
|
||||
// Chat Input Feature will be placed here
|
||||
@@ -0,0 +1 @@
|
||||
// Message List Feature will be placed here
|
||||
1
client/src/components/LeftPanel/.gitkeep
Normal file
1
client/src/components/LeftPanel/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
// Left Panel Components will be placed here
|
||||
@@ -0,0 +1 @@
|
||||
// Character List Feature will be placed here
|
||||
@@ -0,0 +1 @@
|
||||
// Chat History Feature will be placed here
|
||||
1
client/src/components/RightPanel/.gitkeep
Normal file
1
client/src/components/RightPanel/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
// Right Panel Components will be placed here
|
||||
@@ -0,0 +1 @@
|
||||
// Character Detail Feature will be placed here
|
||||
@@ -0,0 +1 @@
|
||||
// Workflow Editor Feature will be placed here
|
||||
1
client/src/components/TopBar/.gitkeep
Normal file
1
client/src/components/TopBar/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
// Top Bar Components will be placed here
|
||||
@@ -0,0 +1 @@
|
||||
// Model Switcher Feature will be placed here
|
||||
@@ -0,0 +1 @@
|
||||
// Quick Actions Feature will be placed here
|
||||
1
client/src/components/common/.gitkeep
Normal file
1
client/src/components/common/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
// Reusable Base Components will be placed here
|
||||
1
client/src/composables/.gitkeep
Normal file
1
client/src/composables/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
// Composables (Vue 3 Composition API) will be placed here
|
||||
1
client/src/constants/.gitkeep
Normal file
1
client/src/constants/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
// Constants and Configuration will be placed here
|
||||
1
client/src/layouts/.gitkeep
Normal file
1
client/src/layouts/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
// Layout Components will be placed here
|
||||
1
client/src/router/.gitkeep
Normal file
1
client/src/router/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
// Vue Router Configuration will be placed here
|
||||
1
client/src/stores/.gitkeep
Normal file
1
client/src/stores/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
// Pinia Stores will be placed here
|
||||
1
client/src/styles/.gitkeep
Normal file
1
client/src/styles/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
// Global Styles and CSS Variables will be placed here
|
||||
1
client/src/utils/.gitkeep
Normal file
1
client/src/utils/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
// Utility Functions will be placed here
|
||||
Reference in New Issue
Block a user