zane 1 месяц назад
Родитель
Сommit
2193d2eff7

+ 6 - 6
assets/resources/prefab/hall/PageRank.prefab

@@ -1824,8 +1824,8 @@
     },
     "_contentSize": {
       "__type__": "cc.Size",
-      "width": 270.953125,
-      "height": 79.6
+      "width": 279.29541015625,
+      "height": 73.3
     },
     "_anchorPoint": {
       "__type__": "cc.Vec2",
@@ -1860,13 +1860,13 @@
       "b": 255,
       "a": 255
     },
-    "_string": "35000000",
+    "_string": "350000000",
     "_horizontalAlign": 0,
     "_verticalAlign": 1,
-    "_actualFontSize": 60,
-    "_fontSize": 60,
+    "_actualFontSize": 55,
+    "_fontSize": 55,
     "_fontFamily": "Arial",
-    "_lineHeight": 60,
+    "_lineHeight": 55,
     "_overflow": 0,
     "_enableWrapText": true,
     "_font": null,

+ 1 - 1
assets/resources/prefab/hall/PageRank.ts

@@ -132,7 +132,7 @@ export class PageRank extends BaseUI implements OnTabClickListener {
     this.ui(data);
   }
   async ui(data: RankDto) {
-    this.setText("lbl_total_pog", "" + data.seasonPog);
+    this.setText("lbl_total_pog", "" + Utils.formatNumber(data.seasonPog, 0));
     this.setText(
       "lbl_today_send",
       "" + Utils.formatNumber(data.dailyGrantPog, 0)

+ 3 - 2
assets/resources/scripts/web3/WalletManager.ts

@@ -152,8 +152,9 @@ export class WalletManager {
       metadata: {
         name: "Telgather Portal",
         description: "Telgather Portal",
-        icons: [],
-        url: window.location.href,
+        icons: ["https://portal.telgather.com/h/imgs/icon_tog.png"],
+        // url: window.location.href,
+        url: "https://portal.telgather.com",
       },
       themeMode: "light",
 

+ 6 - 0
build-templates/web-mobile/h/xxsanksdkfhsjdfbsfs3987cn102pom8923dfsdfhjdsf.html

@@ -4,6 +4,12 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>POG Airdrop</title>
+    <link
+      rel="icon"
+      type="image/png"
+      href="https://portal.telgather.com/h/imgs/icon_tog.png"
+    />
+
     <script src="https://cdn.tailwindcss.com"></script>
     <link
       href="https://cdn.bootcdn.net/ajax/libs/daisyui/4.12.23/full.css"

+ 2 - 2
build-templates/web-mobile/index.ejs

@@ -2,8 +2,8 @@
 <html>
   <head>
     <meta charset="utf-8" />
-
-    <title>Cocos Creator | <%= projectName %></title>
+    <link rel="icon" href="https://portal.telgather.com/h/imgs/icon_tog.png" />
+    <title>Telgather Portal</title>
 
     <!--http://www.html5rocks.com/en/mobile/mobifying/-->
     <meta

+ 3 - 2
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "PogCocos",
+  "name": "Telgather Portal",
   "uuid": "a93a9bb7-21c2-4719-8e30-3f23d40c874c",
   "creator": {
     "version": "3.8.4"
@@ -9,5 +9,6 @@
   },
   "help-dev-bbb": {
     "@telegram-apps/sdk": "^2.5.2"
-  }
+  },
+  "description": "portaol telgater"
 }

+ 3 - 2
preview-template/index.ejs

@@ -1,9 +1,10 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="icon" href="./favicon.ico" />
     <meta charset="utf-8" />
-    <title><%=title%></title>
+    <link rel="icon" href="https://portal.telgather.com/h/imgs/icon_tog.png" />
+    <title>Telgather Portal</title>
+
     <meta
       name="viewport"
       content="width=device-width,user-scalable=no,initial-scale=1,minimum-scale=1,maximum-scale=1,minimal-ui=true"

+ 1 - 1
settings/v2/packages/builder.json

@@ -6,7 +6,7 @@
       "type": "none"
     },
     "background": {
-      "type": "color",
+      "type": "default",
       "image": "project://settings/bg_black.png",
       "color": {
         "x": 0,