This repository has been archived by the owner on Oct 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
可以在 URL 后指定 daysago 参数来获取之前的 Bing 今日美图了。
- Loading branch information
Showing
3 changed files
with
40 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?php | ||
|
||
// 是否使用固定的时间 | ||
$useurl = false; | ||
// 是否使用在 URL 后添加 daysago 参数的方法指定时间,若关闭则可在下一条设置项中设置时间 | ||
$useurl = true; | ||
|
||
// 设置时间(几天前),将 0 修改为你需要的时间 | ||
// 设置时间(几天前),将 0 修改为你需要的时间,1 为昨天,2 为前天,以此类推 | ||
$daysago = '0'; | ||
|
||
?> |