Add (initial): futurewalker code

This commit is contained in:
2023-11-20 00:15:18 +08:00
parent f8602cb456
commit 9ce3e5c82a
166 changed files with 15941 additions and 1072 deletions

View File

@@ -31,3 +31,19 @@ function get_exponential_posts_gen_by_day($day, $period_days = 45)
return $value;
}
}
if (! function_exists('get_notification_channel')) {
function get_notification_channel()
{
return 'telegram';
}
}
if (! function_exists('get_notification_user_id')) {
function get_notification_user_id()
{
return '629991336';
}
}