parent
4696b75bf3
commit
b91373a093
|
|
@ -83,6 +83,10 @@
|
|||
<x-admin-form-select title="{{ __('admin/setting.tax_address') }}" name="tax_address" :value="old('tax_address', system_setting('base.tax_address', 'shipping'))" :options="$tax_address">
|
||||
<div class="help-text font-size-12 lh-base">{{ __('admin/setting.tax_address_info') }}</div>
|
||||
</x-admin-form-select>
|
||||
|
||||
<x-admin-form-textarea name="head_code" title="{{ __('admin/setting.head_code') }}" value="{!! old('head_code', system_setting('base.head_code', '')) !!}">
|
||||
<div class="help-text font-size-12 lh-base">{{ __('admin/setting.head_code_info') }}</div>
|
||||
</x-admin-form-textarea>
|
||||
</div>
|
||||
|
||||
<div class="tab-pane fade" id="tab-image">
|
||||
|
|
@ -100,7 +104,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<x-admin::form.row title="">
|
||||
<button type="submit" class="btn btn-primary mt-4">{{ __('common.submit') }}</button>
|
||||
</x-admin::form.row>
|
||||
|
|
|
|||
|
|
@ -48,4 +48,6 @@ return [
|
|||
'favicon_info' => 'Das kleine Symbol, das auf dem Browser-Tab angezeigt wird, muss im PNG-Format vorliegen und die Größe beträgt: 32*32',
|
||||
'placeholder_image' => 'Platzhalterbild',
|
||||
'placeholder_image_info' => 'Das Platzhalterbild wird angezeigt, wenn kein Bild vorhanden ist oder das Bild nicht gefunden wird, empfohlene Größe: 500*500',
|
||||
'head_code' => 'Code einfügen',
|
||||
'head_code_info' => 'Der Code im Eingabefeld wird in den Kopf der Frontend-Seite eingefügt, die zum Zählen des Codes oder zum Hinzufügen spezieller Plug-Ins usw. verwendet werden kann',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -49,4 +49,6 @@ return [
|
|||
'favicon_info' => 'The small icon displayed on the browser tab must be in PNG format and the size is: 32*32',
|
||||
'placeholder_image' => 'Placeholder Image',
|
||||
'placeholder_image_info' => 'The placeholder image displayed when there is no image or the image is not found, recommended size: 500*500',
|
||||
'head_code' => 'Insert code',
|
||||
'head_code_info' => 'The code in the input box will be inserted into the head of the front-end page, which can be used to count the code or add special plug-ins, etc',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -48,4 +48,6 @@ return [
|
|||
'favicon_info' => 'El pequeño icono que se muestra en la pestaña del navegador debe estar en formato PNG y el tamaño es: 32*32',
|
||||
'placeholder_image' => 'imagen de marcador de posición',
|
||||
'placeholder_image_info' => 'La imagen del marcador de posición se muestra cuando no hay imagen o no se encuentra la imagen, tamaño recomendado: 500*500',
|
||||
'head_code' => 'insertar código',
|
||||
'head_code_info' => 'El código en el cuadro de entrada se insertará en el encabezado de la página principal, que se puede usar para contar el código o agregar complementos especiales, etc.',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -48,4 +48,6 @@ return [
|
|||
'favicon_info' => 'La petite icône affichée sur l\'onglet du navigateur doit être au format PNG et la taille est : 32*32',
|
||||
'placeholder_image' => 'image d\'espace réservé',
|
||||
'placeholder_image_info' => 'L\'image d\'espace réservé s\'affiche lorsqu\'il n\'y a pas d\'image ou si l\'image n\'est pas trouvée, taille recommandée: 500*500',
|
||||
'head_code' => 'insérer le code',
|
||||
'head_code_info' => 'Le code dans la zone de saisie sera inséré dans l\'en-tête de la page frontale, qui peut être utilisé pour compter le code ou ajouter des plug-ins spéciaux, etc',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -48,4 +48,6 @@ return [
|
|||
'favicon_info' => 'La piccola icona visualizzata sulle schede del browser, deve essere in formato PNG dimensione: 32*32',
|
||||
'placeholder_image' => 'mappa segnaposto',
|
||||
'placeholder_image_info' => 'Immagine segnaposto visualizzata quando non viene trovata alcuna immagine o immagine, dimensione consigliata: 500*500',
|
||||
'head_code' => 'inserisci codice',
|
||||
'head_code_info' => 'Il codice nella casella di input verrà inserito nell\'intestazione della pagina front-end, che può essere utilizzata per contare il codice o aggiungere plug-in speciali, ecc.',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -48,4 +48,6 @@ return [
|
|||
'favicon_info' => 'ブラウザー タブに表示される小さいアイコンは PNG 形式で、サイズは 32*32 でなければなりません',
|
||||
'placeholder_image' => 'プレースホルダー画像',
|
||||
'placeholder_image_info' => '画像がない場合や画像が見つからない場合に表示されるプレースホルダー画像、推奨サイズ: 500*500',
|
||||
'head_code' => '挿入コード',
|
||||
'head_code_info' => '入力ボックスのコードはフロントエンド ページの先頭に挿入され、コードのカウントや特別なプラグインの追加などに使用できます',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -48,4 +48,6 @@ return [
|
|||
'favicon_info' => 'Маленькая иконка, отображаемая на вкладке браузера, должна быть в формате PNG, размер: 32*32.',
|
||||
'placeholder_image' => 'карта-заполнитель',
|
||||
'placeholder_image_info' => 'Изображение-заполнитель, отображаемое, когда изображение отсутствует или изображение не найдено, рекомендуемый размер: 500*500',
|
||||
'head_code' => 'вставить код',
|
||||
'head_code_info' => 'Код из поля ввода будет вставлен в шапку страницы интерфейса, что можно использовать для подсчета кода или добавления специальных плагинов и т.д.',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -47,5 +47,6 @@ return [
|
|||
'favicon' => 'favicon',
|
||||
'favicon_info' => '显示在浏览器选项卡上的小图标,必须为PNG格式大小为:32*32',
|
||||
'placeholder_image' => '占位图',
|
||||
'placeholder_image_info' => '无图片或图片未找到时显示的占位图,建议尺寸:500*500',
|
||||
'head_code' => '插入代码',
|
||||
'head_code_info' => '会将输入框中的代码插入到前端页面 head 中,可用于统计代码或者添加特殊插件等',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -48,4 +48,6 @@ return [
|
|||
'favicon_info' => '顯示在瀏覽器選項卡上的小圖標,必須為PNG格式大小為:32*32',
|
||||
'placeholder_image' => '佔位圖',
|
||||
'placeholder_image_info' => '無圖片或圖片未找到時顯示的佔位圖,建議尺寸:500*500',
|
||||
'head_code' => '插入代碼',
|
||||
'head_code_info' => '會將輸入框中的代碼插入到前端頁面 head 中,可用於統計代碼或者添加特殊插件等',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -16,6 +16,9 @@
|
|||
<script src="{{ asset('vendor/bootstrap/5.1.3/js/bootstrap.min.js') }}"></script>
|
||||
<script src="{{ asset('/build/beike/shop/default/js/app.js') }}"></script>
|
||||
<link rel="stylesheet" type="text/css" href="{{ asset('/build/beike/shop/default/css/app.css') }}">
|
||||
@if (system_setting('base.head_code'))
|
||||
{!! system_setting('base.head_code') !!}
|
||||
@endif
|
||||
@stack('header')
|
||||
</head>
|
||||
<body class="@yield('body-class')">
|
||||
|
|
|
|||
Loading…
Reference in New Issue