Init
0 parents
Showing
161 changed files
with
10234 additions
and
0 deletions
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.prettierrc.js
0 → 100644
.stylelintrc.js
0 → 100644
.yarnrc.yml
0 → 100644
babel.config.js
0 → 100644
commitlint.config.js
0 → 100644
config/.gitignore
0 → 100644
config/vite.config.cdn.ts
0 → 100644
config/vite.config.develop.ts
0 → 100644
config/vite.config.prod.ts
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
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/project.ts
0 → 100644
src/api/provider.ts
0 → 100644
src/api/user.ts
0 → 100644
src/assets/images/bg.jpg
0 → 100644

1.25 MB
src/assets/logo.svg
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/project-select/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/config/settings.json
0 → 100644
src/directive/index.ts
0 → 100644
src/directive/permission/index.ts
0 → 100644
src/env.d.ts
0 → 100644
src/hooks/activity.ts
0 → 100644
src/hooks/chart-option.ts
0 → 100644
src/hooks/loading.ts
0 → 100644
src/hooks/locale.ts
0 → 100644
src/hooks/oss.ts
0 → 100644
src/hooks/pagination.ts
0 → 100644
src/hooks/permission.ts
0 → 100644
src/hooks/themes.ts
0 → 100644
src/hooks/user.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/audition.ts
0 → 100644
src/router/modules/dashboard.ts
0 → 100644
src/router/modules/exception.ts
0 → 100644
src/router/modules/index.ts
0 → 100644
src/router/modules/project.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-work.ts
0 → 100644
src/types/activity.ts
0 → 100644
src/types/admin.ts
0 → 100644
src/types/app-version.ts
0 → 100644
src/types/business.ts
0 → 100644
src/types/echarts.ts
0 → 100644
src/types/global.ts
0 → 100644
src/types/project.ts
0 → 100644
src/types/singer.ts
0 → 100644
src/types/system-config.ts
0 → 100644
src/types/system-permission.ts
0 → 100644
src/types/tag.ts
0 → 100644
src/types/user.ts
0 → 100644
src/utils/audioSyncLyric.ts
0 → 100644
src/utils/auth.ts
0 → 100644
src/utils/createVNode.ts
0 → 100644
src/utils/env.ts
0 → 100644
src/utils/index.ts
0 → 100644
src/utils/monitor.ts
0 → 100644
src/views/audition/activity-apply/index.vue
0 → 100644
src/views/audition/activity-show/index.vue
0 → 100644
src/views/audition/activity/index.vue
0 → 100644
src/views/audition/demo-apply/index.vue
0 → 100644
src/views/audition/demo-show/index.vue
0 → 100644
src/views/audition/demo/index.vue
0 → 100644
src/views/audition/index.vue
0 → 100644
src/views/dashboard/index.vue
0 → 100644
src/views/exception/403/index.vue
0 → 100644
src/views/exception/404/index.vue
0 → 100644
src/views/exception/500/index.vue
0 → 100644
src/views/exception/index.vue
0 → 100644
src/views/login/components/email-form.vue
0 → 100644
src/views/login/components/forgot-form.vue
0 → 100644
src/views/login/components/phone-form.vue
0 → 100644
src/views/login/index.vue
0 → 100644
src/views/project-show/index.vue
0 → 100644
src/views/project/index.vue
0 → 100644
tsconfig.json
0 → 100644
-
Please register or sign in to post a comment