diff --git a/pages/message/common-phrases.vue b/pages/message/common-phrases.vue
index d3e8e84..28dafc7 100644
--- a/pages/message/common-phrases.vue
+++ b/pages/message/common-phrases.vue
@@ -35,7 +35,7 @@
class="delete-badge"
@click.stop="deleteCategory(category)"
>
- ×
+
@@ -56,14 +56,21 @@
{{ currentCategoryName }}({{ currentPhrases.length }})
- ⌕
+
- ×
+
@@ -75,12 +82,6 @@
>
{{ phrase.content }}
-
- 已收藏
-
- ✈
+
发送
- ✎
+
编辑
- ⌫
+
删除
@@ -115,7 +116,12 @@
:class="{ collected: isFavorite(phrase) }"
@click.stop="toggleFavorite(phrase)"
>
- {{ isFavorite(phrase) ? "★" : "☆" }}
+
{{ isFavorite(phrase) ? "已收藏" : "收藏" }}
@@ -135,7 +141,7 @@