+
+
+
+
+
\ No newline at end of file
diff --git a/src/前端/src/layout/components/index.js b/src/前端/src/layout/components/index.js
new file mode 100644
index 00000000..69793ab7
--- /dev/null
+++ b/src/前端/src/layout/components/index.js
@@ -0,0 +1,4 @@
+export { default as Navbar } from './Navbar'
+export { default as Sidebar } from './Sidebar'
+export { default as AppMain } from './AppMain'
+export {default as TagsView } from './TagsView'
\ No newline at end of file
diff --git a/src/前端/src/layout/index.vue b/src/前端/src/layout/index.vue
new file mode 100644
index 00000000..48792962
--- /dev/null
+++ b/src/前端/src/layout/index.vue
@@ -0,0 +1,95 @@
+
+