[web-app]主题切换中文显示
This commit is contained in:
@@ -69,7 +69,13 @@ import { environment } from '@env/environment';
|
|||||||
</layout-default>
|
</layout-default>
|
||||||
|
|
||||||
<setting-drawer *ngIf="showSettingDrawer"></setting-drawer>
|
<setting-drawer *ngIf="showSettingDrawer"></setting-drawer>
|
||||||
<theme-btn></theme-btn>
|
<theme-btn
|
||||||
|
[types]="[
|
||||||
|
{ key: 'default', text: '浅色主题' },
|
||||||
|
{ key: 'dark', text: '深色主题' },
|
||||||
|
{ key: 'compact', text: '紧凑主题' }
|
||||||
|
]"
|
||||||
|
></theme-btn>
|
||||||
`
|
`
|
||||||
})
|
})
|
||||||
export class LayoutBasicComponent {
|
export class LayoutBasicComponent {
|
||||||
|
|||||||
Reference in New Issue
Block a user