-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
xiaoyatong
committed
Jul 9, 2024
1 parent
e32c6ef
commit 26f8a30
Showing
50 changed files
with
34 additions
and
35 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
packages/nutui-taro-demo-rn/src/base/pages/button/index.config.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export default { | ||
navigationBarTitleText: 'Button' | ||
navigationBarTitleText: 'Button', | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/nutui-taro-demo-rn/src/base/pages/cell/index.config.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export default { | ||
navigationBarTitleText: 'Cell', | ||
} | ||
} |
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,2 +1,2 @@ | ||
import Demo from '@/packages/cell/demo.taro'; | ||
export default Demo; | ||
export default Demo; |
4 changes: 2 additions & 2 deletions
4
packages/nutui-taro-demo-rn/src/base/pages/configprovider/index.tsx
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,2 +1,2 @@ | ||
import Demo from '@/packages/configprovider/demo.taro' | ||
export default Demo | ||
import Demo from '@/packages/configprovider/demo.taro'; | ||
export default Demo; |
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,2 +1,2 @@ | ||
import Demo from '@/packages/icon/demo.taro' | ||
export default Demo | ||
import Demo from '@/packages/icon/demo.taro'; | ||
export default Demo; |
2 changes: 1 addition & 1 deletion
2
packages/nutui-taro-demo-rn/src/base/pages/image/index.config.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export default { | ||
navigationBarTitleText: 'Image' | ||
navigationBarTitleText: 'Image', | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/nutui-taro-demo-rn/src/base/pages/overlay/index.config.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export default { | ||
navigationBarTitleText: 'Overlay' | ||
navigationBarTitleText: 'Overlay', | ||
} |
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.
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.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
packages/nutui-taro-demo-rn/src/dentry/pages/input/index.config.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export default { | ||
navigationBarTitleText: 'Input' | ||
navigationBarTitleText: 'Input', | ||
} |
4 changes: 2 additions & 2 deletions
4
packages/nutui-taro-demo-rn/src/exhibition/pages/avatar/index.tsx
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,2 +1,2 @@ | ||
import Demo from '@/packages/avatar/demo.taro' | ||
export default Demo | ||
import Demo from '@/packages/avatar/demo.taro'; | ||
export default Demo; |
2 changes: 1 addition & 1 deletion
2
packages/nutui-taro-demo-rn/src/exhibition/pages/countdown/index.config.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export default { | ||
navigationBarTitleText: 'Countdown' | ||
navigationBarTitleText: 'CountDown', | ||
} |
4 changes: 2 additions & 2 deletions
4
packages/nutui-taro-demo-rn/src/exhibition/pages/indicator/index.tsx
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,2 +1,2 @@ | ||
import Demo from '@/packages/indicator/demo.taro' | ||
export default Demo | ||
import Demo from '@/packages/indicator/demo.taro'; | ||
export default Demo; |
2 changes: 1 addition & 1 deletion
2
packages/nutui-taro-demo-rn/src/exhibition/pages/pagination/index.config.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export default { | ||
navigationBarTitleText: 'Pagination' | ||
navigationBarTitleText: 'Pagination', | ||
} |
1 change: 0 additions & 1 deletion
1
packages/nutui-taro-demo-rn/src/exhibition/pages/price/index.tsx
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,3 +1,2 @@ | ||
import Demo from '@/packages/price/demo.taro'; | ||
|
||
export default Demo; |
2 changes: 1 addition & 1 deletion
2
packages/nutui-taro-demo-rn/src/exhibition/pages/swiper/index.config.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export default { | ||
navigationBarTitleText: 'Swiper' | ||
navigationBarTitleText: 'Swiper', | ||
} |
4 changes: 2 additions & 2 deletions
4
packages/nutui-taro-demo-rn/src/exhibition/pages/tag/index.tsx
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,2 +1,2 @@ | ||
import Demo from '@/packages/tag/demo.taro' | ||
export default Demo | ||
import Demo from '@/packages/tag/demo.taro'; | ||
export default Demo; |
4 changes: 2 additions & 2 deletions
4
packages/nutui-taro-demo-rn/src/feedback/pages/empty/index.tsx
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,2 +1,2 @@ | ||
import Demo from '@/packages/empty/demo.taro' | ||
export default Demo | ||
import Demo from '@/packages/empty/demo.taro'; | ||
export default Demo; |
2 changes: 1 addition & 1 deletion
2
packages/nutui-taro-demo-rn/src/feedback/pages/notify/index.config.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export default { | ||
navigationBarTitleText: 'Notify' | ||
navigationBarTitleText: 'Notify', | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/nutui-taro-demo-rn/src/feedback/pages/resultpage/index.config.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export default { | ||
navigationBarTitleText: 'ResultPage' | ||
navigationBarTitleText: 'ResultPage', | ||
} |
4 changes: 2 additions & 2 deletions
4
packages/nutui-taro-demo-rn/src/feedback/pages/skeleton/index.tsx
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,2 +1,2 @@ | ||
import Demo from '@/packages/skeleton/demo.taro' | ||
export default Demo | ||
import Demo from '@/packages/skeleton/demo.taro'; | ||
export default Demo; |
2 changes: 1 addition & 1 deletion
2
packages/nutui-taro-demo-rn/src/feedback/pages/swipe/index.config.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export default { | ||
navigationBarTitleText: 'Swipe' | ||
navigationBarTitleText: 'Swipe', | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/nutui-taro-demo-rn/src/layout/pages/divider/index.config.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export default { | ||
navigationBarTitleText: 'Divider' | ||
navigationBarTitleText: 'Divider', | ||
} |
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,2 +1,2 @@ | ||
import Demo from '@/packages/grid/demo.taro' | ||
export default Demo | ||
import Demo from '@/packages/grid/demo.taro'; | ||
export default Demo; |
4 changes: 2 additions & 2 deletions
4
packages/nutui-taro-demo-rn/src/layout/pages/layout/index.tsx
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,2 +1,2 @@ | ||
import Demo from '@/packages/layout/demo.taro' | ||
export default Demo | ||
import Demo from '@/packages/layout/demo.taro'; | ||
export default Demo; |
2 changes: 1 addition & 1 deletion
2
packages/nutui-taro-demo-rn/src/layout/pages/safearea/index.config.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export default { | ||
navigationBarTitleText: 'Safearea' | ||
navigationBarTitleText: 'SafeArea', | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/nutui-taro-demo-rn/src/nav/pages/hoverbutton/index.config.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export default { | ||
navigationBarTitleText: 'Hoverbutton' | ||
navigationBarTitleText: 'HoverButton', | ||
} |
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