diff --git a/dist-pc.rar b/dist.rar
similarity index 85%
rename from dist-pc.rar
rename to dist.rar
index c2db38d..bb9dc6d 100644
Binary files a/dist-pc.rar and b/dist.rar differ
diff --git a/src/assets/img/task/app-k.png b/src/assets/img/task/app-k.png
new file mode 100644
index 0000000..c97de08
Binary files /dev/null and b/src/assets/img/task/app-k.png differ
diff --git a/src/assets/img/task/app.png b/src/assets/img/task/app.png
index c97de08..10b3be9 100644
Binary files a/src/assets/img/task/app.png and b/src/assets/img/task/app.png differ
diff --git a/src/configs/allchain.ts b/src/configs/allchain.ts
index cc050c6..4ef497e 100644
--- a/src/configs/allchain.ts
+++ b/src/configs/allchain.ts
@@ -214,7 +214,7 @@ export const AllChains = [
{
name: 'Arbitrum Mainnet RPC',
type: 'Mainnet',
- rpc: 'https://rpc.ankr.com/arbitrum',
+ rpc: 'https://arbitrum-one.public.blastapi.io',
id: 42161,
symbol: 'ETH',
explorerurl: 'https://arbiscan.io/'
diff --git a/src/views/TaskView.vue b/src/views/TaskView.vue
index 926c9db..c281a0d 100644
--- a/src/views/TaskView.vue
+++ b/src/views/TaskView.vue
@@ -5,7 +5,9 @@
-
THE FIRST ANIME #MOBA+#BATTLEROYAL #GAME ON BLOCKCHAIN!
+
+ THE FIRST ANIME #MOBA+#BATTLEROYAL #GAME ON BLOCKCHAIN!
+
@@ -46,7 +48,11 @@
/>
-

+
+
@@ -79,8 +85,8 @@ const handTaskOne = () => {
console.log(router, "-=-=-");
};
const handTaskTwo = () => {
- /// router.push("/taskTwo");
- const code = route.query.code;
+ /// router.push("/taskTwo");
+ const code = route.query.code;
if (code) {
router.push({ path: "/taskTwo", query: { code: code } });
} else {
@@ -155,9 +161,9 @@ onMounted(() => {
display: flex;
justify-content: space-between;
flex-direction: column;
- .the-title{
+ .the-title {
color: #fff;
- font-family:'Arial';
+ font-family: "Arial";
font-size: 18px;
}
}
@@ -319,7 +325,7 @@ onMounted(() => {
.task-bottom {
display: flex;
- // padding-top: 38px;
+ // padding-top: 38px;
justify-content: space-between;
align-items: flex-start;
}
@@ -350,7 +356,7 @@ onMounted(() => {
// img {
// opacity: 1;
// }
- img{
+ img {
width: 100%;
}
}
@@ -365,7 +371,7 @@ onMounted(() => {
.game-img {
width: 171px;
height: 62px;
- img{
+ img {
width: 100%;
}
// position: absolute;
@@ -392,6 +398,6 @@ onMounted(() => {
position: relative;
display: flex;
flex-direction: column;
- justify-content:flex-end;
+ justify-content: flex-end;
}