feat: drive cleaner (#10366)

* feat: drive-cleaner

* Update CHANGELOG.md
This commit is contained in:
CyberRex
2023-03-20 12:58:06 +09:00
committed by GitHub
parent 4a989f7ebb
commit 1d6f43aa30
6 changed files with 216 additions and 0 deletions

View File

@@ -65,6 +65,10 @@ export const routes = [{
path: '/drive',
name: 'drive',
component: page(() => import('./pages/settings/drive.vue')),
}, {
path: '/drive/cleaner',
name: 'drive',
component: page(() => import('./pages/settings/drive-cleaner.vue')),
}, {
path: '/notifications',
name: 'notifications',