Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
luolongfei committed May 15, 2022
2 parents 44c7819 + b200538 commit 11d8d05
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

此处包含了自脚本发布以来的所有更新日志。以前的日志只记录了比较大的变更,以后的日志会尽可能详尽一些。

#### [v0.5](https://github.com/luolongfei/freenom/releases/tag/v0.5) - 2022-05-15

- 增加支持 华为云函数、Railway 等部署方式
- 支持在消息中显示服务器信息,该功能默认关闭
- 优化部分代码逻辑

#### [v0.4.5](https://github.com/luolongfei/freenom/releases/tag/v0.4.5) - 2022-02-26

- 支持多语言,中英文切换
Expand Down
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ systemctl restart docker
### ☁ 方式三:通过各种云函数部署

所有云函数使用的是同一个压缩包,已做兼容处理,下载地址:
[https://github.com/luolongfei/freenom/releases/download/v0.4.5/freenom_scf.zip](https://github.com/luolongfei/freenom/releases/download/v0.4.5/freenom_scf.zip)
[https://github.com/luolongfei/freenom/releases/download/v0.5/freenom_scf.zip](https://github.com/luolongfei/freenom/releases/download/v0.5/freenom_scf.zip)
。本文档会在发布新版的时候同步更新此处的压缩包下载地址,所以不必担心,你看到的下载地址指向的包一定是最新版本。

下载后你将得到一个 zip 文件,将 zip 文件放到你能找到的任意目录,后面我们将以 zip 文件的形式上传到各种云函数。
Expand Down Expand Up @@ -449,16 +449,19 @@ systemctl restart docker
### ❤ 捐赠 Donation

如果你觉得本项目真的有帮助到你并且想回馈作者,感谢你的捐赠。
if you like my script, please consider supporting the project going forward. Your support is greatly appreciated 😃

#### PayPal: [https://www.paypal.me/mybsdc](https://www.paypal.me/mybsdc)
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/X7X8CA7S1)

PayPal: [https://www.paypal.me/mybsdc](https://www.paypal.me/mybsdc)

> Every time you spend money, you're casting a vote for the kind of world you want. -- Anna Lappe
![pay](https://s2.ax1x.com/2020/01/31/1394at.png "Donation")

![每一次你花的钱都是在为你想要的世界投票。](https://s2.ax1x.com/2020/01/31/13P8cF.jpg)

**你的 star 或者`小额打赏`是我长期维护此项目的动力所在,由衷感谢每一位支持者,“每一次你花的钱都是在为你想要的世界投票”。 另外,将本项目推荐给更多的人,也是一种支持的方式,用的人越多更新的动力越足。**
**你的`star`或者`赞助`是我长期维护此项目的动力所在,由衷感谢每一位支持者,“每一次你花的钱都是在为你想要的世界投票”。 另外,将本项目推荐给更多的人,也是一种支持的方式,用的人越多更新的动力越足。**

### 🪓 信仰

Expand Down Expand Up @@ -495,11 +498,11 @@ systemctl restart docker

- 解决 企业微信 因送信内容过长被截断问题

#### [v0.4.5](https://github.com/luolongfei/freenom/releases/tag/v0.4.5) - 2022-02-26
#### [v0.5](https://github.com/luolongfei/freenom/releases/tag/v0.5) - 2022-05-15

- 支持多语言,中英文切换
- 支持自建 Telegram 反代地址 [@Mattraks](https://github.com/Mattraks)
- 更新各种依赖库,PHP 版本最低要求不低于 7.3
- 增加支持 华为云函数、Railway 等部署方式
- 支持在消息中显示服务器信息,该功能默认关闭
- 优化部分代码逻辑

### 🎉 鸣谢

Expand Down
6 changes: 5 additions & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,11 @@ project for a long time. Welcome star ~
### ❤ Donation
#### PayPal: [https://www.paypal.me/mybsdc](https://www.paypal.me/mybsdc)
if you like my script, please consider supporting the project going forward. Your support is greatly appreciated 😃
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/X7X8CA7S1)
PayPal: [https://www.paypal.me/mybsdc](https://www.paypal.me/mybsdc)
> Every time you spend money, you're casting a vote for the kind of world you want .-- Anna Lappe
Expand Down
2 changes: 1 addition & 1 deletion app/Console/FreeNom.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

class FreeNom extends Base
{
const VERSION = 'v0.4.5';
const VERSION = 'v0.5';

const TIMEOUT = 33;

Expand Down

0 comments on commit 11d8d05

Please sign in to comment.