forked from FoundKeyGang/FoundKey
tweak client
This commit is contained in:
parent
939773a5b9
commit
69a801b472
1 changed files with 35 additions and 31 deletions
|
@ -10,37 +10,6 @@
|
||||||
<template #label>{{ $ts.instanceDescription }}</template>
|
<template #label>{{ $ts.instanceDescription }}</template>
|
||||||
</FormTextarea>
|
</FormTextarea>
|
||||||
|
|
||||||
<FormInput v-model="iconUrl" class="_formBlock">
|
|
||||||
<template #prefix><i class="fas fa-link"></i></template>
|
|
||||||
<template #label>{{ $ts.iconUrl }}</template>
|
|
||||||
</FormInput>
|
|
||||||
|
|
||||||
<FormInput v-model="bannerUrl" class="_formBlock">
|
|
||||||
<template #prefix><i class="fas fa-link"></i></template>
|
|
||||||
<template #label>{{ $ts.bannerUrl }}</template>
|
|
||||||
</FormInput>
|
|
||||||
|
|
||||||
<FormInput v-model="backgroundImageUrl" class="_formBlock">
|
|
||||||
<template #prefix><i class="fas fa-link"></i></template>
|
|
||||||
<template #label>{{ $ts.backgroundImageUrl }}</template>
|
|
||||||
</FormInput>
|
|
||||||
|
|
||||||
<FormInput v-model="themeColor" class="_formBlock">
|
|
||||||
<template #prefix><i class="fas fa-palette"></i></template>
|
|
||||||
<template #label>{{ $ts.themeColor }}</template>
|
|
||||||
<template #caption>#RRGGBB</template>
|
|
||||||
</FormInput>
|
|
||||||
|
|
||||||
<FormTextarea v-model="defaultLightTheme" class="_formBlock">
|
|
||||||
<template #label>{{ $ts.instanceDefaultLightTheme }}</template>
|
|
||||||
<template #caption>{{ $ts.instanceDefaultThemeDescription }}</template>
|
|
||||||
</FormTextarea>
|
|
||||||
|
|
||||||
<FormTextarea v-model="defaultDarkTheme" class="_formBlock">
|
|
||||||
<template #label>{{ $ts.instanceDefaultDarkTheme }}</template>
|
|
||||||
<template #caption>{{ $ts.instanceDefaultThemeDescription }}</template>
|
|
||||||
</FormTextarea>
|
|
||||||
|
|
||||||
<FormInput v-model="tosUrl" class="_formBlock">
|
<FormInput v-model="tosUrl" class="_formBlock">
|
||||||
<template #prefix><i class="fas fa-link"></i></template>
|
<template #prefix><i class="fas fa-link"></i></template>
|
||||||
<template #label>{{ $ts.tosUrl }}</template>
|
<template #label>{{ $ts.tosUrl }}</template>
|
||||||
|
@ -78,6 +47,41 @@
|
||||||
<FormInfo class="_formBlock">{{ $ts.disablingTimelinesInfo }}</FormInfo>
|
<FormInfo class="_formBlock">{{ $ts.disablingTimelinesInfo }}</FormInfo>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
|
|
||||||
|
<FormSection>
|
||||||
|
<template #label>{{ $ts.theme }}</template>
|
||||||
|
|
||||||
|
<FormInput v-model="iconUrl" class="_formBlock">
|
||||||
|
<template #prefix><i class="fas fa-link"></i></template>
|
||||||
|
<template #label>{{ $ts.iconUrl }}</template>
|
||||||
|
</FormInput>
|
||||||
|
|
||||||
|
<FormInput v-model="bannerUrl" class="_formBlock">
|
||||||
|
<template #prefix><i class="fas fa-link"></i></template>
|
||||||
|
<template #label>{{ $ts.bannerUrl }}</template>
|
||||||
|
</FormInput>
|
||||||
|
|
||||||
|
<FormInput v-model="backgroundImageUrl" class="_formBlock">
|
||||||
|
<template #prefix><i class="fas fa-link"></i></template>
|
||||||
|
<template #label>{{ $ts.backgroundImageUrl }}</template>
|
||||||
|
</FormInput>
|
||||||
|
|
||||||
|
<FormInput v-model="themeColor" class="_formBlock">
|
||||||
|
<template #prefix><i class="fas fa-palette"></i></template>
|
||||||
|
<template #label>{{ $ts.themeColor }}</template>
|
||||||
|
<template #caption>#RRGGBB</template>
|
||||||
|
</FormInput>
|
||||||
|
|
||||||
|
<FormTextarea v-model="defaultLightTheme" class="_formBlock">
|
||||||
|
<template #label>{{ $ts.instanceDefaultLightTheme }}</template>
|
||||||
|
<template #caption>{{ $ts.instanceDefaultThemeDescription }}</template>
|
||||||
|
</FormTextarea>
|
||||||
|
|
||||||
|
<FormTextarea v-model="defaultDarkTheme" class="_formBlock">
|
||||||
|
<template #label>{{ $ts.instanceDefaultDarkTheme }}</template>
|
||||||
|
<template #caption>{{ $ts.instanceDefaultThemeDescription }}</template>
|
||||||
|
</FormTextarea>
|
||||||
|
</FormSection>
|
||||||
|
|
||||||
<FormSection>
|
<FormSection>
|
||||||
<template #label>{{ $ts.files }}</template>
|
<template #label>{{ $ts.files }}</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue