mirror of
https://gitee.com/dcren/cloud-native-app-initializer.git
synced 2026-07-04 13:06:47 +08:00
support hide dependency and codeOnly dependency (#20)
* add custom doc Signed-off-by: theonefx <chenxilzx1@gmail.com> * add custom doc Signed-off-by: theonefx <chenxilzx1@gmail.com> * add custom doc Signed-off-by: theonefx <chenxilzx1@gmail.com> * add custom doc Signed-off-by: theonefx <chenxilzx1@gmail.com> * refactor docs Signed-off-by: theonefx <chenxilzx1@gmail.com> * allow hidden dependency Signed-off-by: theonefx <chenxilzx1@gmail.com> * support sample code write to project root Signed-off-by: theonefx <chenxilzx1@gmail.com> * spell fix Signed-off-by: theonefx <chenxilzx1@gmail.com> * spell fix Signed-off-by: theonefx <chenxilzx1@gmail.com> * allow hidden dependency Signed-off-by: theonefx <chenxilzx1@gmail.com> * support sample code write to project root Signed-off-by: theonefx <chenxilzx1@gmail.com> * add codeOnly depencencies proeprty of dependency Signed-off-by: theonefx <chenxilzx1@gmail.com> * support codeonly dependency Signed-off-by: theonefx <chenxilzx1@gmail.com> * hide group Signed-off-by: theonefx <chenxilzx1@gmail.com> * support dependency of dependency Signed-off-by: theonefx <chenxilzx1@gmail.com> * bugfix && page label update Signed-off-by: theonefx <chenxilzx1@gmail.com> * misspelling Signed-off-by: theonefx <chenxilzx1@gmail.com> Signed-off-by: theonefx <chenxilzx1@gmail.com>
This commit is contained in:
@@ -276,7 +276,7 @@ export default function Application() {
|
||||
}}
|
||||
/>
|
||||
</Control>
|
||||
<Control text='组件依赖' variant={tab === 'quicksearch' ? 'xl' : 'xxl'}>
|
||||
<Control text='组件与示例' variant={tab === 'quicksearch' ? 'xl' : 'xxl'}>
|
||||
<Tabs
|
||||
changeTab={newTab => {
|
||||
if (
|
||||
|
||||
@@ -29,7 +29,7 @@ export default function Loading() {
|
||||
</div>
|
||||
</div>
|
||||
</Control>
|
||||
<Control text='组件依赖'>
|
||||
<Control text='组件与示例'>
|
||||
<Placeholder type='tabs' count={2} />
|
||||
</Control>
|
||||
<Footer>
|
||||
|
||||
Reference in New Issue
Block a user