diff --git a/mock/module/user.ts b/mock/module/user.ts
index 94344f8..61ea704 100644
--- a/mock/module/user.ts
+++ b/mock/module/user.ts
@@ -214,6 +214,15 @@ const userRoutes = [
},
],
},
+ {
+ name: 'plugin_clipboard',
+ path: '/plugin/clipboard',
+ meta: {
+ title: '剪贴板',
+ requiresAuth: true,
+ icon: 'icon-park-outline:clipboard',
+ },
+ },
],
},
{
diff --git a/src/views/plugin/clipboard/index.vue b/src/views/plugin/clipboard/index.vue
new file mode 100644
index 0000000..584f5f2
--- /dev/null
+++ b/src/views/plugin/clipboard/index.vue
@@ -0,0 +1,34 @@
+
+
+
+
+ 复制
+
+
+
+
+
+
+