Init
0 parents
Showing
127 changed files
with
4033 additions
and
0 deletions
.env.development
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.prettierignore
0 → 100644
.prettierrc.js
0 → 100644
.stylelintrc.js
0 → 100644
babel.config.js
0 → 100644
commitlint.config.js
0 → 100644
components.d.ts
0 → 100644
config/plugin/arcoResolver.ts
0 → 100644
config/plugin/arcoStyleImport.ts
0 → 100644
config/plugin/compress.ts
0 → 100644
config/plugin/imagemin.ts
0 → 100644
config/plugin/visualizer.ts
0 → 100644
config/utils/index.ts
0 → 100644
config/vite.config.base.ts
0 → 100644
config/vite.config.cdn.ts
0 → 100644
config/vite.config.dev.ts
0 → 100644
config/vite.config.prod.ts
0 → 100644
index.html
0 → 100644
package.json
0 → 100644
src/App.vue
0 → 100644
src/api/activity.ts
0 → 100644
src/api/auth.ts
0 → 100644
src/api/dashboard.ts
0 → 100644
src/api/interceptor.ts
0 → 100644
src/api/message.ts
0 → 100644
src/api/provider.ts
0 → 100644
src/api/user.ts
0 → 100644
src/assets/image/favicon.ico
0 → 100644
No preview for this file type
src/assets/image/user-login-bg.jpg
0 → 100644
1.23 MB
src/assets/logo.svg
0 → 100644
src/assets/style/breakpoint.less
0 → 100644
src/assets/style/global.less
0 → 100644
src/assets/world.json
0 → 100644
This diff could not be displayed because it is too large.
src/components/audio-player/index.vue
0 → 100644
src/components/avatar-upload/index.vue
0 → 100644
src/components/breadcrumb/index.vue
0 → 100644
src/components/chart/index.vue
0 → 100644
src/components/export-button/index.vue
0 → 100644
src/components/filter/date-table-column.vue
0 → 100644
src/components/filter/enum-table-column.vue
0 → 100644
src/components/filter/link-table-column.vue
0 → 100644
src/components/filter/name-table-column.vue
0 → 100644
src/components/filter/phone-table-column.vue
0 → 100644
src/components/filter/search-item.vue
0 → 100644
src/components/filter/search.vue
0 → 100644
src/components/filter/space-table-column.vue
0 → 100644
src/components/filter/table-column.vue
0 → 100644
src/components/filter/table.vue
0 → 100644
src/components/filter/user-table-column.vue
0 → 100644
src/components/icon-button/index.vue
0 → 100644
src/components/image-upload/index.vue
0 → 100644
src/components/index.ts
0 → 100644
src/components/input-upload/index.vue
0 → 100644
src/components/page-view/index.vue
0 → 100644
src/components/router-button/index.vue
0 → 100644
src/components/tag-select/index.vue
0 → 100644
src/components/user-select/index.vue
0 → 100644
src/directive/index.ts
0 → 100644
src/directive/permission/index.ts
0 → 100644
src/env.d.ts
0 → 100644
src/hooks/chart-option.ts
0 → 100644
src/hooks/loading.ts
0 → 100644
src/hooks/oss.ts
0 → 100644
src/hooks/pagination.ts
0 → 100644
src/hooks/permission.ts
0 → 100644
src/hooks/request.ts
0 → 100644
src/hooks/responsive.ts
0 → 100644
src/hooks/themes.ts
0 → 100644
src/hooks/visible.ts
0 → 100644
src/layout/components/menu.vue
0 → 100644
src/layout/components/navbar.vue
0 → 100644
src/layout/index.vue
0 → 100644
src/main.ts
0 → 100644
src/router/index.ts
0 → 100644
src/router/modules/demo.ts
0 → 100644
src/router/modules/exception.ts
0 → 100644
src/router/modules/index.ts
0 → 100644
src/router/typings.d.ts
0 → 100644
src/store/index.ts
0 → 100644
src/store/modules/app/index.ts
0 → 100644
src/store/modules/app/types.ts
0 → 100644
src/store/modules/authorized/index.ts
0 → 100644
src/store/modules/authorized/type.ts
0 → 100644
src/store/modules/selection/index.ts
0 → 100644
src/store/modules/selection/type.ts
0 → 100644
src/types/activity-apply.ts
0 → 100644
src/types/activity.ts
0 → 100644
src/types/admin.ts
0 → 100644
src/types/echarts.ts
0 → 100644
src/types/global.ts
0 → 100644
src/types/mock.ts
0 → 100644
src/types/project.ts
0 → 100644
src/types/system-config.ts
0 → 100644
src/types/tag.ts
0 → 100644
src/types/user.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/audioSyncLyric.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/auth.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/createVNode.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/env.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/event.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/index.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/is.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/monitor.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/route-listener.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/demo-show/components/user-tag.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/demo-show/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/demo/components/audio-preview.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/demo/components/form-content.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/demo/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/exception/403/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/exception/404/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/exception/500/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/exception/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/login/components/phone-content.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/login/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
tsconfig.json
0 → 100644
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment