Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hex-ci committed May 30, 2024
1 parent 7a7b802 commit a3f92ad
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions app/Controllers/Home.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ class Home extends BaseController
public function index()
{
$news = [
[
'title' => 'CodeIgniter 4.5.0 版发布了!最低支持 PHP 8.1',
'url' => 'https://zhuanlan.zhihu.com/p/700714540',
'date' => '2024.05.30',
],
[
'title' => 'CodeIgniter 社区 2023 年终总结',
'url' => 'https://zhuanlan.zhihu.com/p/680509625',
Expand All @@ -27,11 +32,11 @@ public function index()
'url' => 'https://zhuanlan.zhihu.com/p/604862961',
'date' => '2023.02.09',
],
[
'title' => 'CodeIgniter 4.0 正式版发布了!',
'url' => 'https://zhuanlan.zhihu.com/p/108894797',
'date' => '2020.02.24',
],
//[
// 'title' => 'CodeIgniter 4.0 正式版发布了!',
// 'url' => 'https://zhuanlan.zhihu.com/p/108894797',
// 'date' => '2020.02.24',
//],
// [
// 'title' => 'CodeIgniter 使用技巧系列文章',
// 'url' => 'https://zhuanlan.zhihu.com/p/68800595',
Expand Down

0 comments on commit a3f92ad

Please sign in to comment.