diff --git a/open-isle-cli/src/views/ProfileView.vue b/open-isle-cli/src/views/ProfileView.vue
index 784c78932..2a895f0c8 100644
--- a/open-isle-cli/src/views/ProfileView.vue
+++ b/open-isle-cli/src/views/ProfileView.vue
@@ -136,6 +136,27 @@
暂无热门话题
+
+
TA创建的tag
+
+
+
+
+ {{ item.tag.name }} x{{ item.tag.count }}
+
+
+ {{ item.tag.description }}
+
+
+ {{ formatDate(item.tag.createdAt) }}
+
+
+
+
+
+
@@ -177,6 +198,16 @@
{{ formatDate(item.createdAt) }}
+
+ 创建了标签
+
+ {{ item.tag.name }} x{{ item.tag.count }}
+
+
+ {{ item.tag.description }}
+
+ {{ formatDate(item.createdAt) }}
+
@@ -203,7 +234,7 @@