mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-19 04:49:37 +02:00
feat: enhance Immich integration documentation and add warnings for localhost usage
This commit is contained in:
parent
a4df852744
commit
9e4846a66a
5 changed files with 16 additions and 4 deletions
|
@ -296,7 +296,7 @@ export function getRandomBackground() {
|
|||
|
||||
const newYearsStart = new Date(today.getFullYear() - 1, 11, 31);
|
||||
newYearsStart.setHours(0, 0, 0, 0);
|
||||
const newYearsEnd = new Date(today.getFullYear(), 0, 7);
|
||||
const newYearsEnd = new Date(today.getFullYear(), 0, 2);
|
||||
newYearsEnd.setHours(23, 59, 59, 999);
|
||||
if (today >= newYearsStart && today <= newYearsEnd) {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue