一点点改进

This commit is contained in:
Chenx221 2024-04-08 16:16:14 +08:00
parent 2ebe2bfc4d
commit 40ca947f7e
Signed by: chenx221
GPG Key ID: D7A9EC07024C3021
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ class CollectionTasks extends ActiveRecord
/**
* {@inheritdoc}
*/
public static function tableName()
public static function tableName(): string
{
return 'collection_tasks';
}

View File

@ -75,8 +75,8 @@ $this->registerCssFile('@web/css/fuckyou-navpadding.css');
['label' => '面板', 'url' => ['/admin/index']], // 未完工
['label' => '管理', 'items' => [
['label' => '用户管理', 'url' => ['/admin/user']],
['label' => '文件分享管理', 'url' => ['/admin/share-manage']], // 未完工
['label' => '文件收集管理', 'url' => ['/admin/collection-manage']], // 未完工
['label' => '文件分享管理', 'url' => ['/admin/share-manage']],
['label' => '文件收集管理', 'url' => ['/admin/collection-manage']],
['label' => '站点公告管理', 'url' => ['/admin/notice-manage']], // 未完工
['label' => '用户反馈管理', 'url' => ['/admin/feedback-manage']], // 未完工
],