refactor: Organize Project Structure (#1211)

* refactor: Organize Project Structure

* fix

* fix

* rm security

* fix
This commit is contained in:
pa
2025-04-18 15:04:03 +09:00
committed by GitHub
parent 59d3ead781
commit 6bda44be52
106 changed files with 172 additions and 165 deletions
+2 -2
View File
@@ -61,7 +61,7 @@ doctype html
+profileTab
//- friends list
FriendsListTab(v-bind='friendsListTabBind' v-on='friendsListTabEvent')
FriendListTab(v-bind='friendsListTabBind' v-on='friendsListTabEvent')
//- charts
keep-alive
@@ -120,7 +120,7 @@ doctype html
AvatarImportDialog(v-bind='avatarImportDialogBind' v-on='avatarImportDialogEvent')
//- favorites dialog
FavoriteDialog(v-bind='favoriteDialogBind' v-on='favoriteDialogEvent')
ChooseFavoriteGroupDialog(v-bind='favoriteDialogBind' v-on='favoriteDialogEvent')
ExportFriendsListDialog(v-bind='exportFriendsListDialogBind' v-on='exportFriendsListDialogEvent')