-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(projects): all file and folder use kebab-case
- Loading branch information
1 parent
bf2f617
commit cea600f
Showing
138 changed files
with
130 additions
and
155 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import useCountDown from './useCountDown'; | ||
import useSmsCode from './useSmsCode'; | ||
import useImageVerify from './useImageVerify'; | ||
import useCountDown from './use-count-down'; | ||
import useSmsCode from './use-sms-code'; | ||
import useImageVerify from './use-image-verify'; | ||
|
||
export { useCountDown, useSmsCode, useImageVerify }; |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import useContext from './useContext'; | ||
import useBoolean from './useBoolean'; | ||
import useLoading from './useLoading'; | ||
import useLoadingEmpty from './useLoadingEmpty'; | ||
import useReload from './useReload'; | ||
import useContext from './use-context'; | ||
import useBoolean from './use-boolean'; | ||
import useLoading from './use-loading'; | ||
import useLoadingEmpty from './use-loading-empty'; | ||
import useReload from './use-reload'; | ||
|
||
export { useContext, useBoolean, useLoading, useLoadingEmpty, useReload }; |
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
src/hooks/common/useLoadingEmpty.ts → src/hooks/common/use-loading-empty.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/hooks/common/useLoading.ts → src/hooks/common/use-loading.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
src/layouts/common/GlobalSider/components/VerticalMixSider/components/index.ts
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
src/layouts/common/GlobalSider/components/VerticalSider/components/index.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
src/layouts/common/GlobalTab/components/TabDetail/components/index.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
src/layouts/common/SettingDrawer/components/LayoutMode/components/index.ts
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
src/layouts/common/SettingDrawer/components/ThemeColorSelect/components/index.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import MenuCollapse from './menu-collapse.vue'; | ||
import GlobalBreadcrumb from './global-breadcrumb.vue'; | ||
import HeaderMenu from './header-menu.vue'; | ||
import GithubSite from './github-site.vue'; | ||
import FullScreen from './full-screen.vue'; | ||
import ThemeMode from './theme-mode.vue'; | ||
import UserAvatar from './user-avatar.vue'; | ||
import SystemMessage from './system-message.vue'; | ||
import SettingButton from './setting-button.vue'; | ||
|
||
export { | ||
MenuCollapse, | ||
GlobalBreadcrumb, | ||
HeaderMenu, | ||
GithubSite, | ||
FullScreen, | ||
ThemeMode, | ||
UserAvatar, | ||
SystemMessage, | ||
SettingButton | ||
}; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import SearchModal from './search-modal.vue'; | ||
|
||
export { SearchModal }; |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import VerticalSider from './vertical-sider/index.vue'; | ||
import VerticalMixSider from './vertical-mix-sider/index.vue'; | ||
|
||
export { VerticalSider, VerticalMixSider }; |
5 changes: 5 additions & 0 deletions
5
src/layouts/common/global-sider/components/vertical-mix-sider/components/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import MixMenuDetail from './mix-menu-detail.vue'; | ||
import MixMenuDrawer from './mix-menu-drawer.vue'; | ||
import MixMenuCollapse from './mix-menu-collapse.vue'; | ||
|
||
export { MixMenuDetail, MixMenuDrawer, MixMenuCollapse }; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
src/layouts/common/global-sider/components/vertical-sider/components/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import VerticalMenu from './vertical-menu.vue'; | ||
|
||
export { VerticalMenu }; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import TabDetail from './tab-detail/index.vue'; | ||
import ReloadButton from './reload-button/index.vue'; | ||
|
||
export { TabDetail, ReloadButton }; |
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
src/layouts/common/global-tab/components/tab-detail/components/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import ContextMenu from './context-menu.vue'; | ||
|
||
export { ContextMenu }; |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
import SettingDrawer from './SettingDrawer/index.vue'; | ||
import GlobalHeader from './GlobalHeader/index.vue'; | ||
import GlobalTab from './GlobalTab/index.vue'; | ||
import GlobalSider from './GlobalSider/index.vue'; | ||
import GlobalContent from './GlobalContent/index.vue'; | ||
import GlobalFooter from './GlobalFooter/index.vue'; | ||
import GlobalLogo from './GlobalLogo/index.vue'; | ||
import GlobalBackTop from './GlobalBackTop/index.vue'; | ||
import SettingDrawer from './setting-drawer/index.vue'; | ||
import GlobalHeader from './global-header/index.vue'; | ||
import GlobalTab from './global-tab/index.vue'; | ||
import GlobalSider from './global-sider/index.vue'; | ||
import GlobalContent from './global-content/index.vue'; | ||
import GlobalFooter from './global-footer/index.vue'; | ||
import GlobalLogo from './global-logo/index.vue'; | ||
import GlobalBackTop from './global-back-top/index.vue'; | ||
|
||
export { SettingDrawer, GlobalHeader, GlobalTab, GlobalSider, GlobalContent, GlobalFooter, GlobalLogo, GlobalBackTop }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import DrawerButton from './drawer-button/index.vue'; | ||
import DarkMode from './dark-mode/index.vue'; | ||
import LayoutMode from './layout-mode/index.vue'; | ||
import ThemeColorSelect from './theme-color-select/index.vue'; | ||
import PageFunc from './page-func/index.vue'; | ||
import PageView from './page-view/index.vue'; | ||
import ThemeConfig from './theme-config/index.vue'; | ||
|
||
export { DrawerButton, DarkMode, LayoutMode, ThemeColorSelect, PageFunc, PageView, ThemeConfig }; |
3 changes: 3 additions & 0 deletions
3
src/layouts/common/setting-drawer/components/layout-mode/components/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import LayoutCheckbox from './layout-checkbox.vue'; | ||
|
||
export { LayoutCheckbox }; |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
src/layouts/common/setting-drawer/components/theme-color-select/components/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import ColorCheckbox from './color-checkbox.vue'; | ||
import ColorModal from './color-modal.vue'; | ||
|
||
export { ColorCheckbox, ColorModal }; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
const BasicLayout = () => import('./BasicLayout/index.vue'); | ||
const BlankLayout = () => import('./BlankLayout/index.vue'); | ||
const BasicLayout = () => import('./basic-layout/index.vue'); | ||
const BlankLayout = () => import('./blank-layout/index.vue'); | ||
|
||
export { BasicLayout, BlankLayout }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
src/views/_builtin/login/components/LoginBg/components/index.ts
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
src/views/_builtin/login/components/PwdLogin/components/index.ts
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
import LoginBg from './LoginBg/index.vue'; | ||
import PwdLogin from './PwdLogin/index.vue'; | ||
import CodeLogin from './CodeLogin/index.vue'; | ||
import Register from './Register/index.vue'; | ||
import ResetPwd from './ResetPwd/index.vue'; | ||
import BindWechat from './BindWechat/index.vue'; | ||
import LoginBg from './login-bg/index.vue'; | ||
import PwdLogin from './pwd-login/index.vue'; | ||
import CodeLogin from './code-login/index.vue'; | ||
import Register from './register-user/index.vue'; | ||
import ResetPwd from './reset-pwd/index.vue'; | ||
import BindWechat from './bind-wechat/index.vue'; | ||
|
||
export { LoginBg, PwdLogin, CodeLogin, Register, ResetPwd, BindWechat }; |
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions
4
src/views/_builtin/login/components/login-bg/components/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import CornerTop from './corner-top.vue'; | ||
import CornerBottom from './corner-bottom.vue'; | ||
|
||
export { CornerTop, CornerBottom }; |
File renamed without changes.
4 changes: 4 additions & 0 deletions
4
src/views/_builtin/login/components/pwd-login/components/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import OtherLogin from './other-login.vue'; | ||
import OtherAccount from './other-account.vue'; | ||
|
||
export { OtherLogin, OtherAccount }; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import ProjectIntroduction from './ProjectIntroduction.vue'; | ||
import ProjectInfo from './ProjectInfo.vue'; | ||
import ProDependency from './ProDependency.vue'; | ||
import DevDependency from './DevDependency.vue'; | ||
import ProjectIntroduction from './project-introduction.vue'; | ||
import ProjectInfo from './project-info.vue'; | ||
import ProDependency from './pro-dependency.vue'; | ||
import DevDependency from './dev-dependency.vue'; | ||
|
||
export { ProjectIntroduction, ProjectInfo, ProDependency, DevDependency }; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions
3
src/views/dashboard/analysis/components/DataCard/components/index.ts
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
src/views/dashboard/analysis/components/data-card/components/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import GradientBg from './gradient-bg.vue'; | ||
|
||
export { GradientBg }; |
File renamed without changes.
Oops, something went wrong.