Skip to content

Commit 5ee7690

Browse files
committed
update
1 parent 7a5d51f commit 5ee7690

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

app/Controllers/Home.php

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ class Home extends BaseController
77
public function index()
88
{
99
$news = [
10+
[
11+
'title' => 'CodeIgniter 社区 2023 年终总结',
12+
'url' => 'https://zhuanlan.zhihu.com/p/680509625',
13+
'date' => '2024.01.27',
14+
],
1015
[
1116
'title' => 'CodeIgniter v4.3.7 - v4.4.3 版本发布简报 & 中文手册更新',
1217
'url' => 'https://zhuanlan.zhihu.com/p/663892250',
@@ -27,11 +32,11 @@ public function index()
2732
'url' => 'https://zhuanlan.zhihu.com/p/108894797',
2833
'date' => '2020.02.24',
2934
],
30-
[
31-
'title' => 'CodeIgniter 使用技巧系列文章',
32-
'url' => 'https://zhuanlan.zhihu.com/p/68800595',
33-
'date' => '2019.06.12',
34-
],
35+
//[
36+
// 'title' => 'CodeIgniter 使用技巧系列文章',
37+
// 'url' => 'https://zhuanlan.zhihu.com/p/68800595',
38+
// 'date' => '2019.06.12',
39+
//],
3540
// [
3641
// 'title' => 'CodeIgniter 4 alpha 1 版发布了',
3742
// 'url' => 'https://zhuanlan.zhihu.com/p/45641550',

0 commit comments

Comments
 (0)