Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hex-ci committed Jan 31, 2024
1 parent 7a5d51f commit 5ee7690
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 社区 2023 年终总结',
'url' => 'https://zhuanlan.zhihu.com/p/680509625',
'date' => '2024.01.27',
],
[
'title' => 'CodeIgniter v4.3.7 - v4.4.3 版本发布简报 & 中文手册更新',
'url' => 'https://zhuanlan.zhihu.com/p/663892250',
Expand All @@ -27,11 +32,11 @@ public function index()
'url' => 'https://zhuanlan.zhihu.com/p/108894797',
'date' => '2020.02.24',
],
[
'title' => 'CodeIgniter 使用技巧系列文章',
'url' => 'https://zhuanlan.zhihu.com/p/68800595',
'date' => '2019.06.12',
],
//[
// 'title' => 'CodeIgniter 使用技巧系列文章',
// 'url' => 'https://zhuanlan.zhihu.com/p/68800595',
// 'date' => '2019.06.12',
//],
// [
// 'title' => 'CodeIgniter 4 alpha 1 版发布了',
// 'url' => 'https://zhuanlan.zhihu.com/p/45641550',
Expand Down

0 comments on commit 5ee7690

Please sign in to comment.