diff --git a/components/plugin-unavailable/plugin-unavailable.vue b/components/plugin-unavailable/plugin-unavailable.vue
new file mode 100644
index 0000000..c524d74
--- /dev/null
+++ b/components/plugin-unavailable/plugin-unavailable.vue
@@ -0,0 +1,156 @@
+
+
+
+
+
+
+ {{ pluginInfo.name }}
+
+
+ 未安装/启用插件
+
+
+
+ {{ pluginInfo.desc }}
+
+
+ {{errorText}}
+
+
+
+ 插件地址:{{ pluginInfo.url }}
+
+
+
+ 复制地址
+ 提交反馈
+
+
+
+ 提示:请确保 Halo 博客已安装相关插件
+
+
+
+
+
+
+
\ No newline at end of file