Skip to content

Commit

Permalink
Update Home.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hex-ci committed Oct 30, 2023
1 parent 20c3873 commit 04a64c4
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 v4.3.7 - v4.4.3 版本发布简报 & 中文手册更新',
'url' => 'https://zhuanlan.zhihu.com/p/663892250',
'date' => '2023.10.30',
],
[
'title' => '全文重新翻译的 CodeIgniter 4.3.6 中文手册发布',
'url' => 'https://zhuanlan.zhihu.com/p/645477079',
Expand All @@ -27,11 +32,11 @@ public function index()
'url' => 'https://zhuanlan.zhihu.com/p/68800595',
'date' => '2019.06.12',
],
[
'title' => 'CodeIgniter 4 alpha 1 版发布了',
'url' => 'https://zhuanlan.zhihu.com/p/45641550',
'date' => '2018.09.29',
],
// [
// 'title' => 'CodeIgniter 4 alpha 1 版发布了',
// 'url' => 'https://zhuanlan.zhihu.com/p/45641550',
// 'date' => '2018.09.29',
// ],
// [
// 'title' => 'CodeIgniter 4 中文手册翻译计划',
// 'url' => 'https://zhuanlan.zhihu.com/p/28911539',
Expand Down

0 comments on commit 04a64c4

Please sign in to comment.