chore: tusimple case

This commit is contained in:
07akioni 2021-06-09 02:21:58 +08:00
parent b40abf3d0a
commit 8d918d1312
3 changed files with 3 additions and 3 deletions

View File

@ -126,7 +126,7 @@ const locales = {
common: 'Common', common: 'Common',
debug: 'Debug', debug: 'Debug',
alreadyHome: 'You are already in home page. No clicking anymore.', alreadyHome: 'You are already in home page. No clicking anymore.',
tusimpleTheme: 'Tusimple Theme', tusimpleTheme: 'TuSimple Theme',
defaultTheme: 'Default Theme' defaultTheme: 'Default Theme'
} }
} }

View File

@ -6,7 +6,7 @@
The following features are <n-text strong>unstable</n-text>. Use them if you really need and perpare to follow the API changes. The following features are <n-text strong>unstable</n-text>. Use them if you really need and perpare to follow the API changes.
</n-alert> </n-alert>
## Use Tusimple Theme ## Use TuSimple Theme
```html ```html
<script> <script>

View File

@ -67,7 +67,7 @@
</div> </div>
<n-divider class="footer-divider" /> <n-divider class="footer-divider" />
<div style="text-align: center; padding: 20px"> <div style="text-align: center; padding: 20px">
<n-text depth="3">Naive UI {{ version }} · Made by Tusimple</n-text> <n-text depth="3">Naive UI {{ version }} · Made by TuSimple</n-text>
</div> </div>
</n-layout-footer> </n-layout-footer>
</template> </template>