diff --git a/tonecn/src/components/Console/Blogs.vue b/tonecn/src/components/Console/Blogs.vue
new file mode 100644
index 0000000..f34ff18
--- /dev/null
+++ b/tonecn/src/components/Console/Blogs.vue
@@ -0,0 +1,7 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tonecn/src/components/Console/Resources.vue b/tonecn/src/components/Console/Resources.vue
new file mode 100644
index 0000000..0d14bbe
--- /dev/null
+++ b/tonecn/src/components/Console/Resources.vue
@@ -0,0 +1,179 @@
+
+
+
+ 总数量:{{ tableData.length }}
+ 添加
+
+
+
+
+
+ {{ scope.row.type == 'resource' ? '资源' : scope.row.type == 'download' ? '下载' : '未知' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.addition }}
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tonecn/src/views/Console/Dashboard.vue b/tonecn/src/views/Console/Dashboard.vue
index fed96a7..0f3aee5 100644
--- a/tonecn/src/views/Console/Dashboard.vue
+++ b/tonecn/src/views/Console/Dashboard.vue
@@ -1,6 +1,36 @@
-Dashboard
-
\ No newline at end of file
+
+
+
\ No newline at end of file