File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ class Home extends BaseController
77 public function index ()
88 {
99 $ news = [
10+ [
11+ 'title ' => 'CodeIgniter 4.5.0 版发布了!最低支持 PHP 8.1 ' ,
12+ 'url ' => 'https://zhuanlan.zhihu.com/p/700714540 ' ,
13+ 'date ' => '2024.05.30 ' ,
14+ ],
1015 [
1116 'title ' => 'CodeIgniter 社区 2023 年终总结 ' ,
1217 'url ' => 'https://zhuanlan.zhihu.com/p/680509625 ' ,
@@ -27,11 +32,11 @@ public function index()
2732 'url ' => 'https://zhuanlan.zhihu.com/p/604862961 ' ,
2833 'date ' => '2023.02.09 ' ,
2934 ],
30- [
31- 'title ' => 'CodeIgniter 4.0 正式版发布了! ' ,
32- 'url ' => 'https://zhuanlan.zhihu.com/p/108894797 ' ,
33- 'date ' => '2020.02.24 ' ,
34- ],
35+ // [
36+ // 'title' => 'CodeIgniter 4.0 正式版发布了!',
37+ // 'url' => 'https://zhuanlan.zhihu.com/p/108894797',
38+ // 'date' => '2020.02.24',
39+ // ],
3540 // [
3641 // 'title' => 'CodeIgniter 使用技巧系列文章',
3742 // 'url' => 'https://zhuanlan.zhihu.com/p/68800595',
You can’t perform that action at this time.
0 commit comments