feat: added version to Logo
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
parent
2a73df7f58
commit
b0e5a14eaf
2 changed files with 7 additions and 2 deletions
|
@ -6,6 +6,8 @@ namespace ImageBoardServerApp.Util;
|
|||
|
||||
public class TheManager
|
||||
{
|
||||
public static string version = "1.0.0-r1";
|
||||
|
||||
private static long getDiff(PostData post)
|
||||
{
|
||||
return (DateTimeOffset.Now.ToUnixTimeMilliseconds() - post.CreatedAt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue