Andrew 14 hours ago
parent
commit
6e78e96b40

+ 1
- 1
app/Filament/Resources/AlbumCategoryResource.php View File

24
     protected static ?string $model = AlbumCategory::class;
24
     protected static ?string $model = AlbumCategory::class;
25
     protected static ?string $modelLabel = "影音類別管理";
25
     protected static ?string $modelLabel = "影音類別管理";
26
     protected static ?string $navigationIcon = 'heroicon-o-rectangle-group';
26
     protected static ?string $navigationIcon = 'heroicon-o-rectangle-group';
27
-    protected static ?string $navigationGroup = '上稿內容管理';
27
+    protected static ?string $navigationGroup = '最新消息';
28
     protected static ?string $navigationLabel = "影音類別管理";
28
     protected static ?string $navigationLabel = "影音類別管理";
29
 
29
 
30
     public static function form(Form $form): Form
30
     public static function form(Form $form): Form

+ 1
- 1
app/Filament/Resources/AlbumResource.php View File

42
     protected static ?string $model = Album::class;
42
     protected static ?string $model = Album::class;
43
     protected static ?string $modelLabel = "影音管理";
43
     protected static ?string $modelLabel = "影音管理";
44
     protected static ?string $navigationIcon = 'heroicon-o-photo';
44
     protected static ?string $navigationIcon = 'heroicon-o-photo';
45
-    protected static ?string $navigationGroup = '上稿內容管理';
45
+    protected static ?string $navigationGroup = '最新消息';
46
     protected static ?string $navigationLabel = "影音管理";
46
     protected static ?string $navigationLabel = "影音管理";
47
 
47
 
48
     public static function form(Form $form): Form
48
     public static function form(Form $form): Form