mirror of
https://github.com/easychen/one-person-businesses-methodology-v2.0.git
synced 2025-08-22 14:06:15 +08:00
补全jpg格式的图片
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
在《穷爸爸富爸爸》中,罗伯特-清崎说过一句很经典的话:富人不为钱工作。要想规模化财富,就要让钱为你工作。解决办法也很简单,就是不断持有资产。
|
||||
|
||||

|
||||

|
||||
|
||||
《穷爸爸富爸爸》中对资产的定义
|
||||
|
||||
|
@@ -26,7 +26,7 @@ function downloadImage($url, $filepath)
|
||||
function replaceImageLinksInFile($filePath, $imagesDir)
|
||||
{
|
||||
$data = file_get_contents($filePath);
|
||||
$regex = '/!\[.*?\]\((https:\/\/res07\.ftqq\.com\/.*?\.png)\)/';
|
||||
$regex = '/!\[.*?\]\((https:\/\/res07\.ftqq\.com\/.*?\.(jpg|png|gif|bmp|webp))\)/';
|
||||
|
||||
preg_match_all($regex, $data, $matches, PREG_SET_ORDER);
|
||||
foreach ($matches as $match) {
|
||||
|
BIN
src/images/gs-710x1024.jpg
Normal file
BIN
src/images/gs-710x1024.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 128 KiB |
BIN
src/images/image-660x1024.jpg
Normal file
BIN
src/images/image-660x1024.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
BIN
src/images/wd-1024x963.jpg
Normal file
BIN
src/images/wd-1024x963.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 299 KiB |
@@ -25,7 +25,7 @@
|
||||
|
||||
内容管理系统(CMS)是独立开发者非常喜欢涉足的一个领域,但有一个开源巨无霸 ------ WordPress。虽然很多人以为它已经过时,但根据2023年的数据,WordPress仍占据了整个网站建设市场45%的份额,并拥有6万个免费插件和9千个免费主题。这还不包括大约1万个付费主题,而这些付费主题通常价格不高。
|
||||
|
||||

|
||||

|
||||
|
||||
WordPress庞大的开源生态
|
||||
|
||||
@@ -97,7 +97,7 @@ WebFlow首页
|
||||
|
||||
甚至,同一个故事,以不同的方式重复讲述,只要把握技巧,读者都能听得津津有味,不会觉得千篇一律。金庸的小说已经被翻拍成电影电视剧很多次了,但每次都能吸引不少观众。
|
||||
|
||||

|
||||

|
||||
|
||||
一个故事可以有很多种讲法
|
||||
|
||||
|
Reference in New Issue
Block a user