增加网页图标

This commit is contained in:
lingling 2025-02-24 22:27:03 +08:00
parent fa23030843
commit 9b94817998
3 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@ class PromotionController
$invite_code=Random::str_random(7); $invite_code=Random::str_random(7);
$Recommend =new Recommend(); $Recommend =new Recommend();
$Recommend->invite_code=$invite_code; $Recommend->invite_code=$invite_code;
$Recommend->save();
return ApiResponse::success(200, $invite_code); return ApiResponse::success(200, $invite_code);
} }
/** /**

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<script type="module" crossorigin src="/js/polyfills-e66496bd.js"></script> <script type="module" crossorigin src="/js/polyfills-e66496bd.js"></script>
<link rel="shortcut icon" href="favicon.ico">
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<link rel="icon" type="image/svg+xml" href="/makemoney.png"/> <link rel="icon" type="image/svg+xml" href="/makemoney.png"/>
<meta property="og:title" content="" /> <meta property="og:title" content="" />