diff --git a/index.html b/index.html
index 877f08c..b1bf5df 100644
--- a/index.html
+++ b/index.html
@@ -38,8 +38,8 @@
--note-star: #ffffdd33; /* Star/favorite color (updated to match original) */
/* Folder colors */
- --folder-name: #99000000; /* Folder name color (60% black) */
- --folder-count: #4c000000; /* Folder item count color (30% black) */
+ --folder-name: #9b9b9b; /* Folder name color (60% black) */
+ --folder-count: #b4b4b4; /* Folder item count color (30% black) */
--folder-item-selected: #f5f5f5; /* Folder item selected background color */
/* Button colors - Based on Smartisan's button styles */
diff --git a/public/assets/icons/drawable-xxhdpi/btn_add_folder.png b/public/assets/icons/drawable-xxhdpi/btn_add_folder.png
new file mode 100644
index 0000000..685462f
Binary files /dev/null and b/public/assets/icons/drawable-xxhdpi/btn_add_folder.png differ
diff --git a/public/assets/icons/drawable-xxhdpi/btn_edit_folder.png b/public/assets/icons/drawable-xxhdpi/btn_edit_folder.png
new file mode 100644
index 0000000..eea2567
Binary files /dev/null and b/public/assets/icons/drawable-xxhdpi/btn_edit_folder.png differ
diff --git a/public/assets/icons/drawable-xxhdpi/note_round_corner.9.png b/public/assets/icons/drawable-xxhdpi/note_round_corner.9.png
index 13e22dc..d34fba1 100644
Binary files a/public/assets/icons/drawable-xxhdpi/note_round_corner.9.png and b/public/assets/icons/drawable-xxhdpi/note_round_corner.9.png differ
diff --git a/src/components/FolderItem.vue b/src/components/FolderItem.vue
index 78b75e7..a66186c 100644
--- a/src/components/FolderItem.vue
+++ b/src/components/FolderItem.vue
@@ -1,221 +1,77 @@
-
-
-
-
-
-
-
-
-
-
-
-
- {{ name }}
-
-
- {{ noteCount }} 条便签
-
-
-
-
-
-
+
+
+ {{ name }}
+ {{ noteCount }}
\ No newline at end of file
+
diff --git a/src/components/FolderManage.vue b/src/components/FolderManage.vue
new file mode 100644
index 0000000..025b4b7
--- /dev/null
+++ b/src/components/FolderManage.vue
@@ -0,0 +1,135 @@
+
+