diff --git a/AdvancedForm/.gitignore b/DashboardAnalysis/.gitignore similarity index 100% rename from AdvancedForm/.gitignore rename to DashboardAnalysis/.gitignore diff --git a/Analysis/README.md b/DashboardAnalysis/README.md similarity index 100% rename from Analysis/README.md rename to DashboardAnalysis/README.md diff --git a/Analysis/package.json b/DashboardAnalysis/package.json similarity index 100% rename from Analysis/package.json rename to DashboardAnalysis/package.json diff --git a/Analysis/snapshot.png b/DashboardAnalysis/snapshot.png similarity index 100% rename from Analysis/snapshot.png rename to DashboardAnalysis/snapshot.png diff --git a/Analysis/src/_mock.ts b/DashboardAnalysis/src/_mock.ts similarity index 100% rename from Analysis/src/_mock.ts rename to DashboardAnalysis/src/_mock.ts diff --git a/Analysis/src/components/Charts/Bar/index.tsx b/DashboardAnalysis/src/components/Charts/Bar/index.tsx similarity index 100% rename from Analysis/src/components/Charts/Bar/index.tsx rename to DashboardAnalysis/src/components/Charts/Bar/index.tsx diff --git a/Analysis/src/components/Charts/ChartCard/index.less b/DashboardAnalysis/src/components/Charts/ChartCard/index.less similarity index 100% rename from Analysis/src/components/Charts/ChartCard/index.less rename to DashboardAnalysis/src/components/Charts/ChartCard/index.less diff --git a/Analysis/src/components/Charts/ChartCard/index.tsx b/DashboardAnalysis/src/components/Charts/ChartCard/index.tsx similarity index 100% rename from Analysis/src/components/Charts/ChartCard/index.tsx rename to DashboardAnalysis/src/components/Charts/ChartCard/index.tsx diff --git a/Analysis/src/components/Charts/Field/index.less b/DashboardAnalysis/src/components/Charts/Field/index.less similarity index 100% rename from Analysis/src/components/Charts/Field/index.less rename to DashboardAnalysis/src/components/Charts/Field/index.less diff --git a/Analysis/src/components/Charts/Field/index.tsx b/DashboardAnalysis/src/components/Charts/Field/index.tsx similarity index 100% rename from Analysis/src/components/Charts/Field/index.tsx rename to DashboardAnalysis/src/components/Charts/Field/index.tsx diff --git a/Analysis/src/components/Charts/Gauge/index.tsx b/DashboardAnalysis/src/components/Charts/Gauge/index.tsx similarity index 100% rename from Analysis/src/components/Charts/Gauge/index.tsx rename to DashboardAnalysis/src/components/Charts/Gauge/index.tsx diff --git a/Analysis/src/components/Charts/MiniArea/index.tsx b/DashboardAnalysis/src/components/Charts/MiniArea/index.tsx similarity index 100% rename from Analysis/src/components/Charts/MiniArea/index.tsx rename to DashboardAnalysis/src/components/Charts/MiniArea/index.tsx diff --git a/Analysis/src/components/Charts/MiniBar/index.tsx b/DashboardAnalysis/src/components/Charts/MiniBar/index.tsx similarity index 100% rename from Analysis/src/components/Charts/MiniBar/index.tsx rename to DashboardAnalysis/src/components/Charts/MiniBar/index.tsx diff --git a/Analysis/src/components/Charts/MiniProgress/index.less b/DashboardAnalysis/src/components/Charts/MiniProgress/index.less similarity index 100% rename from Analysis/src/components/Charts/MiniProgress/index.less rename to DashboardAnalysis/src/components/Charts/MiniProgress/index.less diff --git a/Analysis/src/components/Charts/MiniProgress/index.tsx b/DashboardAnalysis/src/components/Charts/MiniProgress/index.tsx similarity index 100% rename from Analysis/src/components/Charts/MiniProgress/index.tsx rename to DashboardAnalysis/src/components/Charts/MiniProgress/index.tsx diff --git a/Analysis/src/components/Charts/Pie/index.less b/DashboardAnalysis/src/components/Charts/Pie/index.less similarity index 100% rename from Analysis/src/components/Charts/Pie/index.less rename to DashboardAnalysis/src/components/Charts/Pie/index.less diff --git a/Analysis/src/components/Charts/Pie/index.tsx b/DashboardAnalysis/src/components/Charts/Pie/index.tsx similarity index 100% rename from Analysis/src/components/Charts/Pie/index.tsx rename to DashboardAnalysis/src/components/Charts/Pie/index.tsx diff --git a/Analysis/src/components/Charts/TagCloud/index.less b/DashboardAnalysis/src/components/Charts/TagCloud/index.less similarity index 100% rename from Analysis/src/components/Charts/TagCloud/index.less rename to DashboardAnalysis/src/components/Charts/TagCloud/index.less diff --git a/Analysis/src/components/Charts/TagCloud/index.tsx b/DashboardAnalysis/src/components/Charts/TagCloud/index.tsx similarity index 100% rename from Analysis/src/components/Charts/TagCloud/index.tsx rename to DashboardAnalysis/src/components/Charts/TagCloud/index.tsx diff --git a/Analysis/src/components/Charts/TimelineChart/index.less b/DashboardAnalysis/src/components/Charts/TimelineChart/index.less similarity index 100% rename from Analysis/src/components/Charts/TimelineChart/index.less rename to DashboardAnalysis/src/components/Charts/TimelineChart/index.less diff --git a/Analysis/src/components/Charts/TimelineChart/index.tsx b/DashboardAnalysis/src/components/Charts/TimelineChart/index.tsx similarity index 100% rename from Analysis/src/components/Charts/TimelineChart/index.tsx rename to DashboardAnalysis/src/components/Charts/TimelineChart/index.tsx diff --git a/Analysis/src/components/Charts/WaterWave/index.less b/DashboardAnalysis/src/components/Charts/WaterWave/index.less similarity index 100% rename from Analysis/src/components/Charts/WaterWave/index.less rename to DashboardAnalysis/src/components/Charts/WaterWave/index.less diff --git a/Analysis/src/components/Charts/WaterWave/index.tsx b/DashboardAnalysis/src/components/Charts/WaterWave/index.tsx similarity index 100% rename from Analysis/src/components/Charts/WaterWave/index.tsx rename to DashboardAnalysis/src/components/Charts/WaterWave/index.tsx diff --git a/Analysis/src/components/Charts/autoHeight.tsx b/DashboardAnalysis/src/components/Charts/autoHeight.tsx similarity index 100% rename from Analysis/src/components/Charts/autoHeight.tsx rename to DashboardAnalysis/src/components/Charts/autoHeight.tsx diff --git a/Analysis/src/components/Charts/bizcharts.d.ts b/DashboardAnalysis/src/components/Charts/bizcharts.d.ts similarity index 100% rename from Analysis/src/components/Charts/bizcharts.d.ts rename to DashboardAnalysis/src/components/Charts/bizcharts.d.ts diff --git a/Analysis/src/components/Charts/bizcharts.tsx b/DashboardAnalysis/src/components/Charts/bizcharts.tsx similarity index 100% rename from Analysis/src/components/Charts/bizcharts.tsx rename to DashboardAnalysis/src/components/Charts/bizcharts.tsx diff --git a/Analysis/src/components/Charts/index.less b/DashboardAnalysis/src/components/Charts/index.less similarity index 100% rename from Analysis/src/components/Charts/index.less rename to DashboardAnalysis/src/components/Charts/index.less diff --git a/Analysis/src/components/Charts/index.tsx b/DashboardAnalysis/src/components/Charts/index.tsx similarity index 100% rename from Analysis/src/components/Charts/index.tsx rename to DashboardAnalysis/src/components/Charts/index.tsx diff --git a/Analysis/src/components/IntroduceRow.tsx b/DashboardAnalysis/src/components/IntroduceRow.tsx old mode 100755 new mode 100644 similarity index 100% rename from Analysis/src/components/IntroduceRow.tsx rename to DashboardAnalysis/src/components/IntroduceRow.tsx diff --git a/Analysis/src/components/NumberInfo/index.less b/DashboardAnalysis/src/components/NumberInfo/index.less similarity index 100% rename from Analysis/src/components/NumberInfo/index.less rename to DashboardAnalysis/src/components/NumberInfo/index.less diff --git a/Analysis/src/components/NumberInfo/index.tsx b/DashboardAnalysis/src/components/NumberInfo/index.tsx similarity index 100% rename from Analysis/src/components/NumberInfo/index.tsx rename to DashboardAnalysis/src/components/NumberInfo/index.tsx diff --git a/Analysis/src/components/OfflineData.tsx b/DashboardAnalysis/src/components/OfflineData.tsx old mode 100755 new mode 100644 similarity index 100% rename from Analysis/src/components/OfflineData.tsx rename to DashboardAnalysis/src/components/OfflineData.tsx diff --git a/Analysis/src/components/PageLoading/index.tsx b/DashboardAnalysis/src/components/PageLoading/index.tsx similarity index 100% rename from Analysis/src/components/PageLoading/index.tsx rename to DashboardAnalysis/src/components/PageLoading/index.tsx diff --git a/Analysis/src/components/ProportionSales.tsx b/DashboardAnalysis/src/components/ProportionSales.tsx old mode 100755 new mode 100644 similarity index 100% rename from Analysis/src/components/ProportionSales.tsx rename to DashboardAnalysis/src/components/ProportionSales.tsx diff --git a/Analysis/src/components/SalesCard.tsx b/DashboardAnalysis/src/components/SalesCard.tsx old mode 100755 new mode 100644 similarity index 100% rename from Analysis/src/components/SalesCard.tsx rename to DashboardAnalysis/src/components/SalesCard.tsx diff --git a/Analysis/src/components/TopSearch.tsx b/DashboardAnalysis/src/components/TopSearch.tsx old mode 100755 new mode 100644 similarity index 100% rename from Analysis/src/components/TopSearch.tsx rename to DashboardAnalysis/src/components/TopSearch.tsx diff --git a/Analysis/src/components/Trend/index.less b/DashboardAnalysis/src/components/Trend/index.less similarity index 100% rename from Analysis/src/components/Trend/index.less rename to DashboardAnalysis/src/components/Trend/index.less diff --git a/Analysis/src/components/Trend/index.tsx b/DashboardAnalysis/src/components/Trend/index.tsx similarity index 100% rename from Analysis/src/components/Trend/index.tsx rename to DashboardAnalysis/src/components/Trend/index.tsx diff --git a/Analysis/src/data.d.ts b/DashboardAnalysis/src/data.d.ts similarity index 100% rename from Analysis/src/data.d.ts rename to DashboardAnalysis/src/data.d.ts diff --git a/Analysis/src/index.tsx b/DashboardAnalysis/src/index.tsx similarity index 100% rename from Analysis/src/index.tsx rename to DashboardAnalysis/src/index.tsx diff --git a/Analysis/src/locales/en-US.ts b/DashboardAnalysis/src/locales/en-US.ts similarity index 100% rename from Analysis/src/locales/en-US.ts rename to DashboardAnalysis/src/locales/en-US.ts diff --git a/Analysis/src/locales/pt-BR.ts b/DashboardAnalysis/src/locales/pt-BR.ts similarity index 100% rename from Analysis/src/locales/pt-BR.ts rename to DashboardAnalysis/src/locales/pt-BR.ts diff --git a/Analysis/src/locales/zh-CN.ts b/DashboardAnalysis/src/locales/zh-CN.ts similarity index 100% rename from Analysis/src/locales/zh-CN.ts rename to DashboardAnalysis/src/locales/zh-CN.ts diff --git a/Analysis/src/locales/zh-TW.ts b/DashboardAnalysis/src/locales/zh-TW.ts similarity index 100% rename from Analysis/src/locales/zh-TW.ts rename to DashboardAnalysis/src/locales/zh-TW.ts diff --git a/Analysis/src/model.tsx b/DashboardAnalysis/src/model.tsx similarity index 100% rename from Analysis/src/model.tsx rename to DashboardAnalysis/src/model.tsx diff --git a/Analysis/src/service.tsx b/DashboardAnalysis/src/service.tsx similarity index 100% rename from Analysis/src/service.tsx rename to DashboardAnalysis/src/service.tsx diff --git a/Analysis/src/style.less b/DashboardAnalysis/src/style.less similarity index 100% rename from Analysis/src/style.less rename to DashboardAnalysis/src/style.less diff --git a/Analysis/src/utils/Yuan.tsx b/DashboardAnalysis/src/utils/Yuan.tsx similarity index 100% rename from Analysis/src/utils/Yuan.tsx rename to DashboardAnalysis/src/utils/Yuan.tsx diff --git a/Analysis/src/utils/utils.less b/DashboardAnalysis/src/utils/utils.less similarity index 100% rename from Analysis/src/utils/utils.less rename to DashboardAnalysis/src/utils/utils.less diff --git a/Analysis/src/utils/utils.ts b/DashboardAnalysis/src/utils/utils.ts similarity index 100% rename from Analysis/src/utils/utils.ts rename to DashboardAnalysis/src/utils/utils.ts diff --git a/AdvancedProfile/.gitignore b/DashboardMonitor/.gitignore similarity index 100% rename from AdvancedProfile/.gitignore rename to DashboardMonitor/.gitignore diff --git a/Monitor/README.md b/DashboardMonitor/README.md similarity index 100% rename from Monitor/README.md rename to DashboardMonitor/README.md diff --git a/Monitor/package.json b/DashboardMonitor/package.json similarity index 100% rename from Monitor/package.json rename to DashboardMonitor/package.json diff --git a/Monitor/snapshot.png b/DashboardMonitor/snapshot.png similarity index 100% rename from Monitor/snapshot.png rename to DashboardMonitor/snapshot.png diff --git a/Monitor/src/_mock.ts b/DashboardMonitor/src/_mock.ts similarity index 100% rename from Monitor/src/_mock.ts rename to DashboardMonitor/src/_mock.ts diff --git a/Monitor/src/components/ActiveChart/index.less b/DashboardMonitor/src/components/ActiveChart/index.less similarity index 100% rename from Monitor/src/components/ActiveChart/index.less rename to DashboardMonitor/src/components/ActiveChart/index.less diff --git a/Monitor/src/components/ActiveChart/index.tsx b/DashboardMonitor/src/components/ActiveChart/index.tsx similarity index 100% rename from Monitor/src/components/ActiveChart/index.tsx rename to DashboardMonitor/src/components/ActiveChart/index.tsx diff --git a/Monitor/src/components/Charts/Gauge/index.tsx b/DashboardMonitor/src/components/Charts/Gauge/index.tsx similarity index 100% rename from Monitor/src/components/Charts/Gauge/index.tsx rename to DashboardMonitor/src/components/Charts/Gauge/index.tsx diff --git a/Monitor/src/components/Charts/MiniArea/index.tsx b/DashboardMonitor/src/components/Charts/MiniArea/index.tsx similarity index 100% rename from Monitor/src/components/Charts/MiniArea/index.tsx rename to DashboardMonitor/src/components/Charts/MiniArea/index.tsx diff --git a/Monitor/src/components/Charts/Pie/index.less b/DashboardMonitor/src/components/Charts/Pie/index.less similarity index 100% rename from Monitor/src/components/Charts/Pie/index.less rename to DashboardMonitor/src/components/Charts/Pie/index.less diff --git a/Monitor/src/components/Charts/Pie/index.tsx b/DashboardMonitor/src/components/Charts/Pie/index.tsx similarity index 100% rename from Monitor/src/components/Charts/Pie/index.tsx rename to DashboardMonitor/src/components/Charts/Pie/index.tsx diff --git a/Monitor/src/components/Charts/TagCloud/index.less b/DashboardMonitor/src/components/Charts/TagCloud/index.less similarity index 100% rename from Monitor/src/components/Charts/TagCloud/index.less rename to DashboardMonitor/src/components/Charts/TagCloud/index.less diff --git a/Monitor/src/components/Charts/TagCloud/index.tsx b/DashboardMonitor/src/components/Charts/TagCloud/index.tsx similarity index 100% rename from Monitor/src/components/Charts/TagCloud/index.tsx rename to DashboardMonitor/src/components/Charts/TagCloud/index.tsx diff --git a/Monitor/src/components/Charts/WaterWave/index.less b/DashboardMonitor/src/components/Charts/WaterWave/index.less similarity index 100% rename from Monitor/src/components/Charts/WaterWave/index.less rename to DashboardMonitor/src/components/Charts/WaterWave/index.less diff --git a/Monitor/src/components/Charts/WaterWave/index.tsx b/DashboardMonitor/src/components/Charts/WaterWave/index.tsx similarity index 100% rename from Monitor/src/components/Charts/WaterWave/index.tsx rename to DashboardMonitor/src/components/Charts/WaterWave/index.tsx diff --git a/Monitor/src/components/Charts/autoHeight.tsx b/DashboardMonitor/src/components/Charts/autoHeight.tsx similarity index 100% rename from Monitor/src/components/Charts/autoHeight.tsx rename to DashboardMonitor/src/components/Charts/autoHeight.tsx diff --git a/Monitor/src/components/Charts/index.less b/DashboardMonitor/src/components/Charts/index.less similarity index 100% rename from Monitor/src/components/Charts/index.less rename to DashboardMonitor/src/components/Charts/index.less diff --git a/Monitor/src/components/Charts/index.tsx b/DashboardMonitor/src/components/Charts/index.tsx similarity index 100% rename from Monitor/src/components/Charts/index.tsx rename to DashboardMonitor/src/components/Charts/index.tsx diff --git a/Monitor/src/data.d.ts b/DashboardMonitor/src/data.d.ts similarity index 100% rename from Monitor/src/data.d.ts rename to DashboardMonitor/src/data.d.ts diff --git a/Monitor/src/index.tsx b/DashboardMonitor/src/index.tsx similarity index 100% rename from Monitor/src/index.tsx rename to DashboardMonitor/src/index.tsx diff --git a/Monitor/src/locales/en-US.ts b/DashboardMonitor/src/locales/en-US.ts similarity index 100% rename from Monitor/src/locales/en-US.ts rename to DashboardMonitor/src/locales/en-US.ts diff --git a/Monitor/src/locales/pt-BR.ts b/DashboardMonitor/src/locales/pt-BR.ts similarity index 100% rename from Monitor/src/locales/pt-BR.ts rename to DashboardMonitor/src/locales/pt-BR.ts diff --git a/Monitor/src/locales/zh-CN.ts b/DashboardMonitor/src/locales/zh-CN.ts similarity index 100% rename from Monitor/src/locales/zh-CN.ts rename to DashboardMonitor/src/locales/zh-CN.ts diff --git a/Monitor/src/locales/zh-TW.ts b/DashboardMonitor/src/locales/zh-TW.ts similarity index 100% rename from Monitor/src/locales/zh-TW.ts rename to DashboardMonitor/src/locales/zh-TW.ts diff --git a/Monitor/src/model.ts b/DashboardMonitor/src/model.ts similarity index 100% rename from Monitor/src/model.ts rename to DashboardMonitor/src/model.ts diff --git a/Monitor/src/service.ts b/DashboardMonitor/src/service.ts similarity index 100% rename from Monitor/src/service.ts rename to DashboardMonitor/src/service.ts diff --git a/Monitor/src/style.less b/DashboardMonitor/src/style.less similarity index 100% rename from Monitor/src/style.less rename to DashboardMonitor/src/style.less diff --git a/Analysis/.gitignore b/DashboardWorkplace/.gitignore similarity index 100% rename from Analysis/.gitignore rename to DashboardWorkplace/.gitignore diff --git a/Workplace/README.md b/DashboardWorkplace/README.md similarity index 100% rename from Workplace/README.md rename to DashboardWorkplace/README.md diff --git a/Workplace/package.json b/DashboardWorkplace/package.json similarity index 100% rename from Workplace/package.json rename to DashboardWorkplace/package.json diff --git a/Workplace/snapshot.png b/DashboardWorkplace/snapshot.png similarity index 100% rename from Workplace/snapshot.png rename to DashboardWorkplace/snapshot.png diff --git a/Workplace/src/_mock.ts b/DashboardWorkplace/src/_mock.ts similarity index 100% rename from Workplace/src/_mock.ts rename to DashboardWorkplace/src/_mock.ts diff --git a/Workplace/src/components/EditableLinkGroup/index.less b/DashboardWorkplace/src/components/EditableLinkGroup/index.less similarity index 100% rename from Workplace/src/components/EditableLinkGroup/index.less rename to DashboardWorkplace/src/components/EditableLinkGroup/index.less diff --git a/Workplace/src/components/EditableLinkGroup/index.tsx b/DashboardWorkplace/src/components/EditableLinkGroup/index.tsx similarity index 100% rename from Workplace/src/components/EditableLinkGroup/index.tsx rename to DashboardWorkplace/src/components/EditableLinkGroup/index.tsx diff --git a/CardList/src/components/PageHeaderWrapper/index.less b/DashboardWorkplace/src/components/PageHeaderWrapper/index.less similarity index 100% rename from CardList/src/components/PageHeaderWrapper/index.less rename to DashboardWorkplace/src/components/PageHeaderWrapper/index.less diff --git a/Workplace/src/components/PageHeaderWrapper/index.tsx b/DashboardWorkplace/src/components/PageHeaderWrapper/index.tsx similarity index 100% rename from Workplace/src/components/PageHeaderWrapper/index.tsx rename to DashboardWorkplace/src/components/PageHeaderWrapper/index.tsx diff --git a/Workplace/src/components/Radar/autoHeight.tsx b/DashboardWorkplace/src/components/Radar/autoHeight.tsx similarity index 100% rename from Workplace/src/components/Radar/autoHeight.tsx rename to DashboardWorkplace/src/components/Radar/autoHeight.tsx diff --git a/Workplace/src/components/Radar/index.less b/DashboardWorkplace/src/components/Radar/index.less similarity index 100% rename from Workplace/src/components/Radar/index.less rename to DashboardWorkplace/src/components/Radar/index.less diff --git a/Workplace/src/components/Radar/index.tsx b/DashboardWorkplace/src/components/Radar/index.tsx similarity index 100% rename from Workplace/src/components/Radar/index.tsx rename to DashboardWorkplace/src/components/Radar/index.tsx diff --git a/Workplace/src/data.d.ts b/DashboardWorkplace/src/data.d.ts similarity index 100% rename from Workplace/src/data.d.ts rename to DashboardWorkplace/src/data.d.ts diff --git a/Workplace/src/index.tsx b/DashboardWorkplace/src/index.tsx similarity index 100% rename from Workplace/src/index.tsx rename to DashboardWorkplace/src/index.tsx diff --git a/Workplace/src/model.ts b/DashboardWorkplace/src/model.ts similarity index 100% rename from Workplace/src/model.ts rename to DashboardWorkplace/src/model.ts diff --git a/Workplace/src/service.ts b/DashboardWorkplace/src/service.ts similarity index 100% rename from Workplace/src/service.ts rename to DashboardWorkplace/src/service.ts diff --git a/Workplace/src/style.less b/DashboardWorkplace/src/style.less similarity index 100% rename from Workplace/src/style.less rename to DashboardWorkplace/src/style.less diff --git a/BasicList/src/utils/utils.less b/DashboardWorkplace/src/utils.less similarity index 100% rename from BasicList/src/utils/utils.less rename to DashboardWorkplace/src/utils.less diff --git a/BasicForm/.gitignore b/FormAdvancedForm/.gitignore similarity index 100% rename from BasicForm/.gitignore rename to FormAdvancedForm/.gitignore diff --git a/AdvancedForm/README.md b/FormAdvancedForm/README.md similarity index 100% rename from AdvancedForm/README.md rename to FormAdvancedForm/README.md diff --git a/AdvancedForm/package.json b/FormAdvancedForm/package.json similarity index 100% rename from AdvancedForm/package.json rename to FormAdvancedForm/package.json diff --git a/AdvancedForm/snapshot.png b/FormAdvancedForm/snapshot.png similarity index 100% rename from AdvancedForm/snapshot.png rename to FormAdvancedForm/snapshot.png diff --git a/AdvancedForm/src/_mock.ts b/FormAdvancedForm/src/_mock.ts similarity index 100% rename from AdvancedForm/src/_mock.ts rename to FormAdvancedForm/src/_mock.ts diff --git a/AdvancedForm/src/components/FooterToolbar/index.less b/FormAdvancedForm/src/components/FooterToolbar/index.less similarity index 100% rename from AdvancedForm/src/components/FooterToolbar/index.less rename to FormAdvancedForm/src/components/FooterToolbar/index.less diff --git a/AdvancedForm/src/components/FooterToolbar/index.tsx b/FormAdvancedForm/src/components/FooterToolbar/index.tsx similarity index 100% rename from AdvancedForm/src/components/FooterToolbar/index.tsx rename to FormAdvancedForm/src/components/FooterToolbar/index.tsx diff --git a/AdvancedForm/src/components/TableForm.tsx b/FormAdvancedForm/src/components/TableForm.tsx similarity index 100% rename from AdvancedForm/src/components/TableForm.tsx rename to FormAdvancedForm/src/components/TableForm.tsx diff --git a/AdvancedForm/src/index.tsx b/FormAdvancedForm/src/index.tsx similarity index 100% rename from AdvancedForm/src/index.tsx rename to FormAdvancedForm/src/index.tsx diff --git a/AdvancedForm/src/locales/en-US.ts b/FormAdvancedForm/src/locales/en-US.ts similarity index 100% rename from AdvancedForm/src/locales/en-US.ts rename to FormAdvancedForm/src/locales/en-US.ts diff --git a/AdvancedForm/src/locales/pt-BR.ts b/FormAdvancedForm/src/locales/pt-BR.ts similarity index 100% rename from AdvancedForm/src/locales/pt-BR.ts rename to FormAdvancedForm/src/locales/pt-BR.ts diff --git a/AdvancedForm/src/locales/zh-CN.ts b/FormAdvancedForm/src/locales/zh-CN.ts similarity index 100% rename from AdvancedForm/src/locales/zh-CN.ts rename to FormAdvancedForm/src/locales/zh-CN.ts diff --git a/AdvancedForm/src/locales/zh-TW.ts b/FormAdvancedForm/src/locales/zh-TW.ts similarity index 100% rename from AdvancedForm/src/locales/zh-TW.ts rename to FormAdvancedForm/src/locales/zh-TW.ts diff --git a/AdvancedForm/src/model.ts b/FormAdvancedForm/src/model.ts similarity index 100% rename from AdvancedForm/src/model.ts rename to FormAdvancedForm/src/model.ts diff --git a/AdvancedForm/src/service.ts b/FormAdvancedForm/src/service.ts similarity index 100% rename from AdvancedForm/src/service.ts rename to FormAdvancedForm/src/service.ts diff --git a/AdvancedForm/src/style.less b/FormAdvancedForm/src/style.less similarity index 100% rename from AdvancedForm/src/style.less rename to FormAdvancedForm/src/style.less diff --git a/BasicList/.gitignore b/FormBasicForm/.gitignore similarity index 100% rename from BasicList/.gitignore rename to FormBasicForm/.gitignore diff --git a/BasicForm/README.md b/FormBasicForm/README.md similarity index 100% rename from BasicForm/README.md rename to FormBasicForm/README.md diff --git a/BasicForm/package.json b/FormBasicForm/package.json similarity index 100% rename from BasicForm/package.json rename to FormBasicForm/package.json diff --git a/BasicForm/snapshot.png b/FormBasicForm/snapshot.png similarity index 100% rename from BasicForm/snapshot.png rename to FormBasicForm/snapshot.png diff --git a/BasicForm/src/_mock.ts b/FormBasicForm/src/_mock.ts similarity index 100% rename from BasicForm/src/_mock.ts rename to FormBasicForm/src/_mock.ts diff --git a/BasicForm/src/components/PageHeaderWrapper/index.less b/FormBasicForm/src/components/PageHeaderWrapper/index.less similarity index 100% rename from BasicForm/src/components/PageHeaderWrapper/index.less rename to FormBasicForm/src/components/PageHeaderWrapper/index.less diff --git a/BasicForm/src/components/PageHeaderWrapper/index.tsx b/FormBasicForm/src/components/PageHeaderWrapper/index.tsx similarity index 100% rename from BasicForm/src/components/PageHeaderWrapper/index.tsx rename to FormBasicForm/src/components/PageHeaderWrapper/index.tsx diff --git a/BasicForm/src/index.tsx b/FormBasicForm/src/index.tsx similarity index 100% rename from BasicForm/src/index.tsx rename to FormBasicForm/src/index.tsx diff --git a/BasicForm/src/locales/en-US.ts b/FormBasicForm/src/locales/en-US.ts similarity index 100% rename from BasicForm/src/locales/en-US.ts rename to FormBasicForm/src/locales/en-US.ts diff --git a/BasicForm/src/locales/pt-BR.ts b/FormBasicForm/src/locales/pt-BR.ts similarity index 100% rename from BasicForm/src/locales/pt-BR.ts rename to FormBasicForm/src/locales/pt-BR.ts diff --git a/BasicForm/src/locales/zh-CN.ts b/FormBasicForm/src/locales/zh-CN.ts similarity index 100% rename from BasicForm/src/locales/zh-CN.ts rename to FormBasicForm/src/locales/zh-CN.ts diff --git a/BasicForm/src/locales/zh-TW.ts b/FormBasicForm/src/locales/zh-TW.ts similarity index 100% rename from BasicForm/src/locales/zh-TW.ts rename to FormBasicForm/src/locales/zh-TW.ts diff --git a/BasicForm/src/model.ts b/FormBasicForm/src/model.ts similarity index 100% rename from BasicForm/src/model.ts rename to FormBasicForm/src/model.ts diff --git a/BasicForm/src/service.ts b/FormBasicForm/src/service.ts similarity index 100% rename from BasicForm/src/service.ts rename to FormBasicForm/src/service.ts diff --git a/BasicForm/src/style.less b/FormBasicForm/src/style.less similarity index 100% rename from BasicForm/src/style.less rename to FormBasicForm/src/style.less diff --git a/BasicProfile/.gitignore b/FormStepForm/.gitignore similarity index 100% rename from BasicProfile/.gitignore rename to FormStepForm/.gitignore diff --git a/StepForm/README.md b/FormStepForm/README.md similarity index 100% rename from StepForm/README.md rename to FormStepForm/README.md diff --git a/StepForm/package.json b/FormStepForm/package.json similarity index 100% rename from StepForm/package.json rename to FormStepForm/package.json diff --git a/StepForm/snapshot.png b/FormStepForm/snapshot.png similarity index 100% rename from StepForm/snapshot.png rename to FormStepForm/snapshot.png diff --git a/StepForm/src/_mock.ts b/FormStepForm/src/_mock.ts similarity index 100% rename from StepForm/src/_mock.ts rename to FormStepForm/src/_mock.ts diff --git a/SearchList/src/components/PageHeaderWrapper/index.less b/FormStepForm/src/components/PageHeaderWrapper/index.less similarity index 100% rename from SearchList/src/components/PageHeaderWrapper/index.less rename to FormStepForm/src/components/PageHeaderWrapper/index.less diff --git a/CardList/src/components/PageHeaderWrapper/index.tsx b/FormStepForm/src/components/PageHeaderWrapper/index.tsx similarity index 100% rename from CardList/src/components/PageHeaderWrapper/index.tsx rename to FormStepForm/src/components/PageHeaderWrapper/index.tsx diff --git a/BasicList/src/Result/index.less b/FormStepForm/src/components/Result/index.less similarity index 100% rename from BasicList/src/Result/index.less rename to FormStepForm/src/components/Result/index.less diff --git a/BasicList/src/Result/index.tsx b/FormStepForm/src/components/Result/index.tsx similarity index 100% rename from BasicList/src/Result/index.tsx rename to FormStepForm/src/components/Result/index.tsx diff --git a/StepForm/src/components/Step1/index.less b/FormStepForm/src/components/Step1/index.less similarity index 100% rename from StepForm/src/components/Step1/index.less rename to FormStepForm/src/components/Step1/index.less diff --git a/StepForm/src/components/Step1/index.tsx b/FormStepForm/src/components/Step1/index.tsx similarity index 100% rename from StepForm/src/components/Step1/index.tsx rename to FormStepForm/src/components/Step1/index.tsx diff --git a/StepForm/src/components/Step2/index.less b/FormStepForm/src/components/Step2/index.less similarity index 100% rename from StepForm/src/components/Step2/index.less rename to FormStepForm/src/components/Step2/index.less diff --git a/StepForm/src/components/Step2/index.tsx b/FormStepForm/src/components/Step2/index.tsx similarity index 100% rename from StepForm/src/components/Step2/index.tsx rename to FormStepForm/src/components/Step2/index.tsx diff --git a/StepForm/src/components/Step3/index.less b/FormStepForm/src/components/Step3/index.less similarity index 100% rename from StepForm/src/components/Step3/index.less rename to FormStepForm/src/components/Step3/index.less diff --git a/StepForm/src/components/Step3/index.tsx b/FormStepForm/src/components/Step3/index.tsx similarity index 100% rename from StepForm/src/components/Step3/index.tsx rename to FormStepForm/src/components/Step3/index.tsx diff --git a/StepForm/src/index.tsx b/FormStepForm/src/index.tsx similarity index 100% rename from StepForm/src/index.tsx rename to FormStepForm/src/index.tsx diff --git a/StepForm/src/locales/en-US.ts b/FormStepForm/src/locales/en-US.ts similarity index 100% rename from StepForm/src/locales/en-US.ts rename to FormStepForm/src/locales/en-US.ts diff --git a/StepForm/src/locales/pt-BR.ts b/FormStepForm/src/locales/pt-BR.ts similarity index 100% rename from StepForm/src/locales/pt-BR.ts rename to FormStepForm/src/locales/pt-BR.ts diff --git a/StepForm/src/locales/zh-CN.ts b/FormStepForm/src/locales/zh-CN.ts similarity index 100% rename from StepForm/src/locales/zh-CN.ts rename to FormStepForm/src/locales/zh-CN.ts diff --git a/StepForm/src/locales/zh-TW.ts b/FormStepForm/src/locales/zh-TW.ts similarity index 100% rename from StepForm/src/locales/zh-TW.ts rename to FormStepForm/src/locales/zh-TW.ts diff --git a/StepForm/src/model.ts b/FormStepForm/src/model.ts similarity index 100% rename from StepForm/src/model.ts rename to FormStepForm/src/model.ts diff --git a/StepForm/src/service.ts b/FormStepForm/src/service.ts similarity index 100% rename from StepForm/src/service.ts rename to FormStepForm/src/service.ts diff --git a/StepForm/src/style.less b/FormStepForm/src/style.less similarity index 100% rename from StepForm/src/style.less rename to FormStepForm/src/style.less diff --git a/CardList/.gitignore b/ListBasicList/.gitignore similarity index 100% rename from CardList/.gitignore rename to ListBasicList/.gitignore diff --git a/BasicList/README.md b/ListBasicList/README.md similarity index 100% rename from BasicList/README.md rename to ListBasicList/README.md diff --git a/BasicList/package.json b/ListBasicList/package.json similarity index 100% rename from BasicList/package.json rename to ListBasicList/package.json diff --git a/BasicList/snapshot.png b/ListBasicList/snapshot.png similarity index 100% rename from BasicList/snapshot.png rename to ListBasicList/snapshot.png diff --git a/StepForm/src/components/Result/index.less b/ListBasicList/src/Result/index.less similarity index 100% rename from StepForm/src/components/Result/index.less rename to ListBasicList/src/Result/index.less diff --git a/StepForm/src/components/Result/index.tsx b/ListBasicList/src/Result/index.tsx similarity index 100% rename from StepForm/src/components/Result/index.tsx rename to ListBasicList/src/Result/index.tsx diff --git a/BasicList/src/_mock.ts b/ListBasicList/src/_mock.ts similarity index 100% rename from BasicList/src/_mock.ts rename to ListBasicList/src/_mock.ts diff --git a/BasicList/src/data.d.ts b/ListBasicList/src/data.d.ts similarity index 100% rename from BasicList/src/data.d.ts rename to ListBasicList/src/data.d.ts diff --git a/BasicList/src/index.tsx b/ListBasicList/src/index.tsx similarity index 100% rename from BasicList/src/index.tsx rename to ListBasicList/src/index.tsx diff --git a/BasicList/src/model.ts b/ListBasicList/src/model.ts similarity index 100% rename from BasicList/src/model.ts rename to ListBasicList/src/model.ts diff --git a/BasicList/src/service.ts b/ListBasicList/src/service.ts similarity index 100% rename from BasicList/src/service.ts rename to ListBasicList/src/service.ts diff --git a/BasicList/src/style.less b/ListBasicList/src/style.less similarity index 100% rename from BasicList/src/style.less rename to ListBasicList/src/style.less diff --git a/CardList/src/utils/utils.less b/ListBasicList/src/utils/utils.less similarity index 100% rename from CardList/src/utils/utils.less rename to ListBasicList/src/utils/utils.less diff --git a/Monitor/.gitignore b/ListCardList/.gitignore similarity index 100% rename from Monitor/.gitignore rename to ListCardList/.gitignore diff --git a/CardList/README.md b/ListCardList/README.md similarity index 100% rename from CardList/README.md rename to ListCardList/README.md diff --git a/CardList/package.json b/ListCardList/package.json similarity index 100% rename from CardList/package.json rename to ListCardList/package.json diff --git a/CardList/snapshot.png b/ListCardList/snapshot.png similarity index 100% rename from CardList/snapshot.png rename to ListCardList/snapshot.png diff --git a/CardList/src/_mock.ts b/ListCardList/src/_mock.ts similarity index 100% rename from CardList/src/_mock.ts rename to ListCardList/src/_mock.ts diff --git a/StepForm/src/components/PageHeaderWrapper/index.less b/ListCardList/src/components/PageHeaderWrapper/index.less similarity index 100% rename from StepForm/src/components/PageHeaderWrapper/index.less rename to ListCardList/src/components/PageHeaderWrapper/index.less diff --git a/StepForm/src/components/PageHeaderWrapper/index.tsx b/ListCardList/src/components/PageHeaderWrapper/index.tsx similarity index 100% rename from StepForm/src/components/PageHeaderWrapper/index.tsx rename to ListCardList/src/components/PageHeaderWrapper/index.tsx diff --git a/CardList/src/data.d.ts b/ListCardList/src/data.d.ts similarity index 100% rename from CardList/src/data.d.ts rename to ListCardList/src/data.d.ts diff --git a/CardList/src/index.tsx b/ListCardList/src/index.tsx similarity index 100% rename from CardList/src/index.tsx rename to ListCardList/src/index.tsx diff --git a/CardList/src/model.ts b/ListCardList/src/model.ts similarity index 100% rename from CardList/src/model.ts rename to ListCardList/src/model.ts diff --git a/CardList/src/service.ts b/ListCardList/src/service.ts similarity index 100% rename from CardList/src/service.ts rename to ListCardList/src/service.ts diff --git a/CardList/src/style.less b/ListCardList/src/style.less similarity index 100% rename from CardList/src/style.less rename to ListCardList/src/style.less diff --git a/SearchList/src/utils/utils.less b/ListCardList/src/utils/utils.less similarity index 100% rename from SearchList/src/utils/utils.less rename to ListCardList/src/utils/utils.less diff --git a/SearchList/.gitignore b/ListSearch/.gitignore similarity index 100% rename from SearchList/.gitignore rename to ListSearch/.gitignore diff --git a/SearchList/README.md b/ListSearch/README.md similarity index 100% rename from SearchList/README.md rename to ListSearch/README.md diff --git a/SearchList/package.json b/ListSearch/package.json similarity index 100% rename from SearchList/package.json rename to ListSearch/package.json diff --git a/Workplace/src/components/PageHeaderWrapper/index.less b/ListSearch/src/components/PageHeaderWrapper/index.less similarity index 100% rename from Workplace/src/components/PageHeaderWrapper/index.less rename to ListSearch/src/components/PageHeaderWrapper/index.less diff --git a/SearchList/src/components/PageHeaderWrapper/index.tsx b/ListSearch/src/components/PageHeaderWrapper/index.tsx similarity index 100% rename from SearchList/src/components/PageHeaderWrapper/index.tsx rename to ListSearch/src/components/PageHeaderWrapper/index.tsx diff --git a/SearchList/src/index.tsx b/ListSearch/src/index.tsx similarity index 100% rename from SearchList/src/index.tsx rename to ListSearch/src/index.tsx diff --git a/TableList/src/utils/utils.less b/ListSearch/src/utils/utils.less similarity index 100% rename from TableList/src/utils/utils.less rename to ListSearch/src/utils/utils.less diff --git a/StepForm/.gitignore b/ListTableList/.gitignore similarity index 100% rename from StepForm/.gitignore rename to ListTableList/.gitignore diff --git a/TableList/README.md b/ListTableList/README.md similarity index 100% rename from TableList/README.md rename to ListTableList/README.md diff --git a/TableList/package.json b/ListTableList/package.json similarity index 100% rename from TableList/package.json rename to ListTableList/package.json diff --git a/TableList/snapshot.png b/ListTableList/snapshot.png similarity index 100% rename from TableList/snapshot.png rename to ListTableList/snapshot.png diff --git a/TableList/src/_mock.ts b/ListTableList/src/_mock.ts similarity index 100% rename from TableList/src/_mock.ts rename to ListTableList/src/_mock.ts diff --git a/TableList/src/components/CreateForm.tsx b/ListTableList/src/components/CreateForm.tsx similarity index 100% rename from TableList/src/components/CreateForm.tsx rename to ListTableList/src/components/CreateForm.tsx diff --git a/TableList/src/components/StandardTable/index.less b/ListTableList/src/components/StandardTable/index.less similarity index 100% rename from TableList/src/components/StandardTable/index.less rename to ListTableList/src/components/StandardTable/index.less diff --git a/TableList/src/components/StandardTable/index.tsx b/ListTableList/src/components/StandardTable/index.tsx similarity index 100% rename from TableList/src/components/StandardTable/index.tsx rename to ListTableList/src/components/StandardTable/index.tsx diff --git a/TableList/src/components/UpdateForm.tsx b/ListTableList/src/components/UpdateForm.tsx similarity index 100% rename from TableList/src/components/UpdateForm.tsx rename to ListTableList/src/components/UpdateForm.tsx diff --git a/TableList/src/data.d.ts b/ListTableList/src/data.d.ts similarity index 100% rename from TableList/src/data.d.ts rename to ListTableList/src/data.d.ts diff --git a/TableList/src/index.tsx b/ListTableList/src/index.tsx similarity index 100% rename from TableList/src/index.tsx rename to ListTableList/src/index.tsx diff --git a/TableList/src/model.ts b/ListTableList/src/model.ts similarity index 100% rename from TableList/src/model.ts rename to ListTableList/src/model.ts diff --git a/TableList/src/service.ts b/ListTableList/src/service.ts similarity index 100% rename from TableList/src/service.ts rename to ListTableList/src/service.ts diff --git a/TableList/src/style.less b/ListTableList/src/style.less similarity index 100% rename from TableList/src/style.less rename to ListTableList/src/style.less diff --git a/Workplace/src/utils.less b/ListTableList/src/utils/utils.less similarity index 100% rename from Workplace/src/utils.less rename to ListTableList/src/utils/utils.less diff --git a/TableList/.gitignore b/ProfileAdvanced/.gitignore similarity index 100% rename from TableList/.gitignore rename to ProfileAdvanced/.gitignore diff --git a/AdvancedProfile/README.md b/ProfileAdvanced/README.md similarity index 100% rename from AdvancedProfile/README.md rename to ProfileAdvanced/README.md diff --git a/AdvancedProfile/package.json b/ProfileAdvanced/package.json similarity index 100% rename from AdvancedProfile/package.json rename to ProfileAdvanced/package.json diff --git a/AdvancedProfile/snapshot.png b/ProfileAdvanced/snapshot.png similarity index 100% rename from AdvancedProfile/snapshot.png rename to ProfileAdvanced/snapshot.png diff --git a/AdvancedProfile/src/DescriptionList/Description.tsx b/ProfileAdvanced/src/DescriptionList/Description.tsx similarity index 100% rename from AdvancedProfile/src/DescriptionList/Description.tsx rename to ProfileAdvanced/src/DescriptionList/Description.tsx diff --git a/AdvancedProfile/src/DescriptionList/DescriptionList.tsx b/ProfileAdvanced/src/DescriptionList/DescriptionList.tsx similarity index 100% rename from AdvancedProfile/src/DescriptionList/DescriptionList.tsx rename to ProfileAdvanced/src/DescriptionList/DescriptionList.tsx diff --git a/AdvancedProfile/src/DescriptionList/index.less b/ProfileAdvanced/src/DescriptionList/index.less similarity index 100% rename from AdvancedProfile/src/DescriptionList/index.less rename to ProfileAdvanced/src/DescriptionList/index.less diff --git a/AdvancedProfile/src/DescriptionList/index.tsx b/ProfileAdvanced/src/DescriptionList/index.tsx similarity index 100% rename from AdvancedProfile/src/DescriptionList/index.tsx rename to ProfileAdvanced/src/DescriptionList/index.tsx diff --git a/AdvancedProfile/src/DescriptionList/responsive.tsx b/ProfileAdvanced/src/DescriptionList/responsive.tsx similarity index 100% rename from AdvancedProfile/src/DescriptionList/responsive.tsx rename to ProfileAdvanced/src/DescriptionList/responsive.tsx diff --git a/AdvancedProfile/src/_mock.ts b/ProfileAdvanced/src/_mock.ts similarity index 100% rename from AdvancedProfile/src/_mock.ts rename to ProfileAdvanced/src/_mock.ts diff --git a/AdvancedProfile/src/data.d.ts b/ProfileAdvanced/src/data.d.ts similarity index 100% rename from AdvancedProfile/src/data.d.ts rename to ProfileAdvanced/src/data.d.ts diff --git a/AdvancedProfile/src/index.tsx b/ProfileAdvanced/src/index.tsx similarity index 100% rename from AdvancedProfile/src/index.tsx rename to ProfileAdvanced/src/index.tsx diff --git a/AdvancedProfile/src/model.ts b/ProfileAdvanced/src/model.ts similarity index 100% rename from AdvancedProfile/src/model.ts rename to ProfileAdvanced/src/model.ts diff --git a/AdvancedProfile/src/service.ts b/ProfileAdvanced/src/service.ts similarity index 100% rename from AdvancedProfile/src/service.ts rename to ProfileAdvanced/src/service.ts diff --git a/AdvancedProfile/src/style.less b/ProfileAdvanced/src/style.less similarity index 100% rename from AdvancedProfile/src/style.less rename to ProfileAdvanced/src/style.less diff --git a/Workplace/.gitignore b/ProfileBasic/.gitignore similarity index 100% rename from Workplace/.gitignore rename to ProfileBasic/.gitignore diff --git a/BasicProfile/README.md b/ProfileBasic/README.md similarity index 100% rename from BasicProfile/README.md rename to ProfileBasic/README.md diff --git a/BasicProfile/package.json b/ProfileBasic/package.json similarity index 100% rename from BasicProfile/package.json rename to ProfileBasic/package.json diff --git a/BasicProfile/snapshot.png b/ProfileBasic/snapshot.png similarity index 100% rename from BasicProfile/snapshot.png rename to ProfileBasic/snapshot.png diff --git a/BasicProfile/src/_mock.ts b/ProfileBasic/src/_mock.ts similarity index 100% rename from BasicProfile/src/_mock.ts rename to ProfileBasic/src/_mock.ts diff --git a/BasicProfile/src/components/DescriptionList/Description.tsx b/ProfileBasic/src/components/DescriptionList/Description.tsx similarity index 100% rename from BasicProfile/src/components/DescriptionList/Description.tsx rename to ProfileBasic/src/components/DescriptionList/Description.tsx diff --git a/BasicProfile/src/components/DescriptionList/DescriptionList.tsx b/ProfileBasic/src/components/DescriptionList/DescriptionList.tsx similarity index 100% rename from BasicProfile/src/components/DescriptionList/DescriptionList.tsx rename to ProfileBasic/src/components/DescriptionList/DescriptionList.tsx diff --git a/BasicProfile/src/components/DescriptionList/index.less b/ProfileBasic/src/components/DescriptionList/index.less similarity index 100% rename from BasicProfile/src/components/DescriptionList/index.less rename to ProfileBasic/src/components/DescriptionList/index.less diff --git a/BasicProfile/src/components/DescriptionList/index.tsx b/ProfileBasic/src/components/DescriptionList/index.tsx similarity index 100% rename from BasicProfile/src/components/DescriptionList/index.tsx rename to ProfileBasic/src/components/DescriptionList/index.tsx diff --git a/BasicProfile/src/components/DescriptionList/responsive.tsx b/ProfileBasic/src/components/DescriptionList/responsive.tsx similarity index 100% rename from BasicProfile/src/components/DescriptionList/responsive.tsx rename to ProfileBasic/src/components/DescriptionList/responsive.tsx diff --git a/BasicProfile/src/components/PageHeaderWrapper/index.less b/ProfileBasic/src/components/PageHeaderWrapper/index.less similarity index 100% rename from BasicProfile/src/components/PageHeaderWrapper/index.less rename to ProfileBasic/src/components/PageHeaderWrapper/index.less diff --git a/BasicProfile/src/components/PageHeaderWrapper/index.tsx b/ProfileBasic/src/components/PageHeaderWrapper/index.tsx similarity index 100% rename from BasicProfile/src/components/PageHeaderWrapper/index.tsx rename to ProfileBasic/src/components/PageHeaderWrapper/index.tsx diff --git a/BasicProfile/src/data.d.ts b/ProfileBasic/src/data.d.ts similarity index 100% rename from BasicProfile/src/data.d.ts rename to ProfileBasic/src/data.d.ts diff --git a/BasicProfile/src/index.tsx b/ProfileBasic/src/index.tsx similarity index 100% rename from BasicProfile/src/index.tsx rename to ProfileBasic/src/index.tsx diff --git a/BasicProfile/src/model.ts b/ProfileBasic/src/model.ts similarity index 100% rename from BasicProfile/src/model.ts rename to ProfileBasic/src/model.ts diff --git a/BasicProfile/src/service.ts b/ProfileBasic/src/service.ts similarity index 100% rename from BasicProfile/src/service.ts rename to ProfileBasic/src/service.ts diff --git a/BasicProfile/src/style.less b/ProfileBasic/src/style.less similarity index 100% rename from BasicProfile/src/style.less rename to ProfileBasic/src/style.less