规定数据类型

This commit is contained in:
2026-04-24 01:45:41 +08:00
parent d1943f564a
commit 35eff3faf6
86 changed files with 3809 additions and 0 deletions

1
client/src/.gitkeep Normal file
View File

@@ -0,0 +1 @@
// Vue3 Frontend Directory Structure

1
client/src/api/.gitkeep Normal file
View File

@@ -0,0 +1 @@
// API Client and Services will be placed here

View File

@@ -0,0 +1 @@
// Static Assets (images, fonts, etc.) will be placed here

View File

@@ -0,0 +1 @@
// Center Panel Components will be placed here

View File

@@ -0,0 +1 @@
// Chat Input Feature will be placed here

View File

@@ -0,0 +1 @@
// Message List Feature will be placed here

View File

@@ -0,0 +1 @@
// Left Panel Components will be placed here

View File

@@ -0,0 +1 @@
// Character List Feature will be placed here

View File

@@ -0,0 +1 @@
// Chat History Feature will be placed here

View File

@@ -0,0 +1 @@
// Right Panel Components will be placed here

View File

@@ -0,0 +1 @@
// Character Detail Feature will be placed here

View File

@@ -0,0 +1 @@
// Workflow Editor Feature will be placed here

View File

@@ -0,0 +1 @@
// Top Bar Components will be placed here

View File

@@ -0,0 +1 @@
// Model Switcher Feature will be placed here

View File

@@ -0,0 +1 @@
// Quick Actions Feature will be placed here

View File

@@ -0,0 +1 @@
// Reusable Base Components will be placed here

View File

@@ -0,0 +1 @@
// Composables (Vue 3 Composition API) will be placed here

View File

@@ -0,0 +1 @@
// Constants and Configuration will be placed here

View File

@@ -0,0 +1 @@
// Layout Components will be placed here

View File

@@ -0,0 +1 @@
// Vue Router Configuration will be placed here

View File

@@ -0,0 +1 @@
// Pinia Stores will be placed here

View File

@@ -0,0 +1 @@
// Global Styles and CSS Variables will be placed here

View File

@@ -0,0 +1 @@
// Utility Functions will be placed here