mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
admin show rainbow ID
This commit is contained in:
@@ -49,6 +49,11 @@ class AppServiceProvider extends ServiceProvider
|
|||||||
// fn (): View => view('filament.footer'),
|
// fn (): View => view('filament.footer'),
|
||||||
// );
|
// );
|
||||||
|
|
||||||
|
Filament::registerStyles([
|
||||||
|
asset('styles/sprites.css'),
|
||||||
|
asset('styles/admin.css'),
|
||||||
|
]);
|
||||||
|
|
||||||
do_action('nexus_boot');
|
do_action('nexus_boot');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.7.21');
|
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.7.21');
|
||||||
defined('RELEASE_DATE') || define('RELEASE_DATE', '2022-08-11');
|
defined('RELEASE_DATE') || define('RELEASE_DATE', '2022-08-13');
|
||||||
defined('IN_TRACKER') || define('IN_TRACKER', false);
|
defined('IN_TRACKER') || define('IN_TRACKER', false);
|
||||||
defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP");
|
defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP");
|
||||||
defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org");
|
defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org");
|
||||||
|
|||||||
Vendored
+6
@@ -0,0 +1,6 @@
|
|||||||
|
.nowrap {
|
||||||
|
white-space: nowrap !important;
|
||||||
|
}
|
||||||
|
.nowrap img{
|
||||||
|
display: inline-block !important;
|
||||||
|
}
|
||||||
@@ -75,6 +75,7 @@ return [
|
|||||||
'system' => [
|
'system' => [
|
||||||
'tab_header' => 'System',
|
'tab_header' => 'System',
|
||||||
'change_username_card_allow_characters_outside_the_alphabets' => 'Does the name change card allow characters other than English letters',
|
'change_username_card_allow_characters_outside_the_alphabets' => 'Does the name change card allow characters other than English letters',
|
||||||
|
'change_username_min_interval_in_days' => 'the minimum interval days of Change user name',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'user' => [
|
'user' => [
|
||||||
|
|||||||
@@ -75,6 +75,7 @@ return [
|
|||||||
'system' => [
|
'system' => [
|
||||||
'tab_header' => '系統',
|
'tab_header' => '系統',
|
||||||
'change_username_card_allow_characters_outside_the_alphabets' => '改名卡是否允許英文字母外的字符',
|
'change_username_card_allow_characters_outside_the_alphabets' => '改名卡是否允許英文字母外的字符',
|
||||||
|
'change_username_min_interval_in_days' => '修改用戶名最小間隔天數',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'user' => [
|
'user' => [
|
||||||
|
|||||||
Reference in New Issue
Block a user