[web-app]主题切换中文显示

This commit is contained in:
tomsun28
2022-03-07 09:03:36 +08:00
parent b6ca0f4db9
commit 9a62ed5769

View File

@@ -69,7 +69,13 @@ import { environment } from '@env/environment';
</layout-default>
<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 {