perf: 修改许可证

This commit is contained in:
ibuler 2023-10-18 14:30:53 +08:00 committed by 老广
parent 52522b7095
commit c05992ce50

View File

@ -16,11 +16,13 @@
:title="$tc('setting.ImportLicense')"
:visible.sync="dialogLicenseImport"
top="20vh"
width="600px"
@cancel="dialogLicenseImport = false"
@confirm="importLicense"
>
{{ this.$t('setting.LicenseFile') }}
<br>
<div style="padding-bottom: 10px">
{{ this.$t('setting.LicenseFile') }}
</div>
<input type="file" @change="fileChange">
</Dialog>
</div>