Skip to content

Commit

Permalink
feat: Remove Redundant Code
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkunwang223 committed Dec 20, 2024
1 parent cfe5cb4 commit e3f7eac
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 333 deletions.
30 changes: 0 additions & 30 deletions frontend/src/directives/index.ts

This file was deleted.

35 changes: 0 additions & 35 deletions frontend/src/directives/modules/copy.ts

This file was deleted.

31 changes: 0 additions & 31 deletions frontend/src/directives/modules/debounce.ts

This file was deleted.

49 changes: 0 additions & 49 deletions frontend/src/directives/modules/draggable.ts

This file was deleted.

60 changes: 0 additions & 60 deletions frontend/src/directives/modules/drawer-drag.ts

This file was deleted.

49 changes: 0 additions & 49 deletions frontend/src/directives/modules/longpress.ts

This file was deleted.

41 changes: 0 additions & 41 deletions frontend/src/directives/modules/throttle.ts

This file was deleted.

36 changes: 0 additions & 36 deletions frontend/src/directives/modules/water-marker.ts

This file was deleted.

2 changes: 0 additions & 2 deletions frontend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ for (const path in styleModule) {
styleModule[path]?.();
}

import directives from '@/directives/index';
import router from '@/routers/index';
import i18n from '@/lang/index';
import pinia from '@/store/index';
Expand All @@ -39,6 +38,5 @@ Object.keys(Icons).forEach((key) => {
app.use(router);
app.use(i18n);
app.use(pinia);
app.use(directives);
app.use(Components);
app.mount('#app');

0 comments on commit e3f7eac

Please sign in to comment.