Browse Source

feat: 调整样式,加logo

qiji
nili 3 months ago
parent
commit
75b06f1066
  1. 6
      build/asset-manifest.json
  2. BIN
      build/favicon.ico
  3. 2
      build/index.html
  4. BIN
      build/logo.jpg
  5. BIN
      build/logo2.jpg
  6. 16
      build/manifest.json
  7. 6
      build/static/js/main.1a005b69.js
  8. 0
      build/static/js/main.1a005b69.js.LICENSE.txt
  9. 1
      build/static/js/main.1a005b69.js.map
  10. 1
      build/static/js/main.569472eb.js.map
  11. BIN
      public/favicon.ico
  12. 2
      public/index.html
  13. BIN
      public/logo.jpg
  14. BIN
      public/logo2.jpg
  15. 16
      public/manifest.json
  16. 19
      src/page/MarketPage.tsx

6
build/asset-manifest.json

@ -1,15 +1,15 @@
{ {
"files": { "files": {
"main.css": "/static/css/main.407c2891.css", "main.css": "/static/css/main.407c2891.css",
"main.js": "/static/js/main.569472eb.js", "main.js": "/static/js/main.1a005b69.js",
"static/js/453.1d641cba.chunk.js": "/static/js/453.1d641cba.chunk.js", "static/js/453.1d641cba.chunk.js": "/static/js/453.1d641cba.chunk.js",
"index.html": "/index.html", "index.html": "/index.html",
"main.407c2891.css.map": "/static/css/main.407c2891.css.map", "main.407c2891.css.map": "/static/css/main.407c2891.css.map",
"main.569472eb.js.map": "/static/js/main.569472eb.js.map", "main.1a005b69.js.map": "/static/js/main.1a005b69.js.map",
"453.1d641cba.chunk.js.map": "/static/js/453.1d641cba.chunk.js.map" "453.1d641cba.chunk.js.map": "/static/js/453.1d641cba.chunk.js.map"
}, },
"entrypoints": [ "entrypoints": [
"static/css/main.407c2891.css", "static/css/main.407c2891.css",
"static/js/main.569472eb.js" "static/js/main.1a005b69.js"
] ]
} }

BIN
build/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 24 KiB

2
build/index.html

@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><script src="https://g.alicdn.com/jssdk/u-link/index.min.js"></script><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>奇迹畅玩</title><script defer="defer" src="/static/js/main.569472eb.js"></script><link href="/static/css/main.407c2891.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> <!doctype html><html lang="en"><head><meta charset="utf-8"/><script src="https://g.alicdn.com/jssdk/u-link/index.min.js"></script><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>白泽科技</title><script defer="defer" src="/static/js/main.1a005b69.js"></script><link href="/static/css/main.407c2891.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

BIN
build/logo.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
build/logo2.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

16
build/manifest.json

@ -1,6 +1,6 @@
{ {
"short_name": "奇迹畅玩", "short_name": "白泽科技",
"name": "奇迹畅玩", "name": "白泽科技",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.ico",
@ -8,14 +8,14 @@
"type": "image/x-icon" "type": "image/x-icon"
}, },
{ {
"src": "logo192.png", "src": "logo2.jpg",
"type": "image/png", "type": "image/jpg",
"sizes": "192x192" "sizes": "200x100"
}, },
{ {
"src": "logo512.png", "src": "logo2.jpg",
"type": "image/png", "type": "image/jpg",
"sizes": "512x512" "sizes": "400x200"
} }
], ],
"start_url": ".", "start_url": ".",

6
build/static/js/main.569472eb.js → build/static/js/main.1a005b69.js

File diff suppressed because one or more lines are too long

0
build/static/js/main.569472eb.js.LICENSE.txt → build/static/js/main.1a005b69.js.LICENSE.txt

1
build/static/js/main.1a005b69.js.map

File diff suppressed because one or more lines are too long

1
build/static/js/main.569472eb.js.map

File diff suppressed because one or more lines are too long

BIN
public/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 24 KiB

2
public/index.html

@ -25,7 +25,7 @@
work correctly both with client-side routing and a non-root public URL. work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>奇迹畅玩</title> <title>白泽科技</title>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>

BIN
public/logo.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
public/logo2.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

16
public/manifest.json

@ -1,6 +1,6 @@
{ {
"short_name": "奇迹畅玩", "short_name": "白泽科技",
"name": "奇迹畅玩", "name": "白泽科技",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.ico",
@ -8,14 +8,14 @@
"type": "image/x-icon" "type": "image/x-icon"
}, },
{ {
"src": "logo192.png", "src": "logo2.jpg",
"type": "image/png", "type": "image/jpg",
"sizes": "192x192" "sizes": "200x100"
}, },
{ {
"src": "logo512.png", "src": "logo2.jpg",
"type": "image/png", "type": "image/jpg",
"sizes": "512x512" "sizes": "400x200"
} }
], ],
"start_url": ".", "start_url": ".",

19
src/page/MarketPage.tsx

@ -6,6 +6,7 @@ import { useParams } from "react-router-dom";
import { api } from "../api"; import { api } from "../api";
import { MarketBo } from "../api/generated/model/market-bo"; import { MarketBo } from "../api/generated/model/market-bo";
import { formatTimestamp, formatVersion } from "../utils/numberUtils"; import { formatTimestamp, formatVersion } from "../utils/numberUtils";
import logo192 from "../../public/logo192.png";
const MarketPage = () => { const MarketPage = () => {
const [info, setInfo] = React.useState<MarketBo>(); const [info, setInfo] = React.useState<MarketBo>();
@ -61,8 +62,26 @@ const MarketPage = () => {
height: 48, height: 48,
background: "#F0322F", background: "#F0322F",
zIndex: 1, zIndex: 1,
display: "flex",
}}
>
<div style={{ display: "flex", alignItems: "center", marginLeft: 20 }}>
<img
style={{ height: 24 }}
src="https://apks.bzgames.cn/matrix/744b51bea237dd53f1347e40fda63c8e.jpg"
alt="logo"
/>
<p
style={{
color: "#fff",
fontSize: 16,
fontWeight: "bold",
marginLeft: 5,
}} }}
> >
</p>
</div>
<Button style={{ ...topButtonStyle, marginLeft: 50 }}></Button> <Button style={{ ...topButtonStyle, marginLeft: 50 }}></Button>
<Button style={topButtonStyle}>{info?.name}</Button> <Button style={topButtonStyle}>{info?.name}</Button>
<Button style={topButtonStyle}>{info?.name}</Button> <Button style={topButtonStyle}>{info?.name}</Button>

Loading…
Cancel
Save