mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
add titles
This commit is contained in:
@@ -4,6 +4,7 @@ definePageMeta({ layout: 'dashboard' });
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="p-8">
|
<div class="p-8">
|
||||||
|
<div class="font-semibold text-[1.3rem] pl-4"> Account </div>
|
||||||
<SettingsAccount></SettingsAccount>
|
<SettingsAccount></SettingsAccount>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -4,6 +4,7 @@ definePageMeta({ layout: 'dashboard' });
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="p-8">
|
<div class="p-8">
|
||||||
|
<div class="font-semibold text-[1.3rem] pl-4"> Billing </div>
|
||||||
<SettingsBilling></SettingsBilling>
|
<SettingsBilling></SettingsBilling>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -19,4 +19,3 @@ helper.copy('schema/shields/AddressBlacklistSchema.ts');
|
|||||||
helper.copy('schema/shields/BotTrafficOptionSchema.ts');
|
helper.copy('schema/shields/BotTrafficOptionSchema.ts');
|
||||||
helper.copy('schema/shields/CountryBlacklistSchema.ts');
|
helper.copy('schema/shields/CountryBlacklistSchema.ts');
|
||||||
helper.copy('schema/shields/DomainWhitelistSchema.ts');
|
helper.copy('schema/shields/DomainWhitelistSchema.ts');
|
||||||
helper.copy('schema/shields/PageBlacklistSchema.ts');
|
|
||||||
|
|||||||
Reference in New Issue
Block a user