From b4157dbb1038d560721cb5097521684cd29c8615 Mon Sep 17 00:00:00 2001
From: sunjianguo <1275596256@qq.com>
Date: Mon, 25 Sep 2023 17:08:19 +0800
Subject: [PATCH 1/3] delete debug
---
src/views/projects/projectsArtifactsContractDeploy/index.vue | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/views/projects/projectsArtifactsContractDeploy/index.vue b/src/views/projects/projectsArtifactsContractDeploy/index.vue
index 52e0d0a6..dbcdc975 100644
--- a/src/views/projects/projectsArtifactsContractDeploy/index.vue
+++ b/src/views/projects/projectsArtifactsContractDeploy/index.vue
@@ -772,7 +772,6 @@ const getProjectsDetail = async () => {
case 2:
// id 是胡扯的方便存储和使用,没有找到具体的和钱包网络名称的映射关系
Object.assign(chainData, ['Aptos'])
- debugger
networkData.value = [{ name: 'Mainnet', id: 'Mainnet' }, { name: 'Testnet', id: 'Testnet' }, { name: 'Devnet', id: 'Devnet' }]
break;
case 3:
From dec1079f7289adeeae5965fb749eba0fa62de171 Mon Sep 17 00:00:00 2001
From: sunjianguo <1275596256@qq.com>
Date: Thu, 28 Sep 2023 14:56:24 +0800
Subject: [PATCH 2/3] change chain link and zeta chain label
---
src/views/projects/projectsTemplate/index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/projects/projectsTemplate/index.vue b/src/views/projects/projectsTemplate/index.vue
index 84d6a69f..dae1cbc8 100644
--- a/src/views/projects/projectsTemplate/index.vue
+++ b/src/views/projects/projectsTemplate/index.vue
@@ -30,7 +30,7 @@
Audited
-
+
From 0faf5172aef3c260e406326c47b905d979d94505 Mon Sep 17 00:00:00 2001
From: sunjianguo <1275596256@qq.com>
Date: Thu, 28 Sep 2023 15:10:06 +0800
Subject: [PATCH 3/3] change chain link and zeta chain label
---
src/views/projects/projectsCreat/index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/projects/projectsCreat/index.vue b/src/views/projects/projectsCreat/index.vue
index 30156ce2..3a7f2b94 100644
--- a/src/views/projects/projectsCreat/index.vue
+++ b/src/views/projects/projectsCreat/index.vue
@@ -384,7 +384,7 @@ onMounted(() => {
-webkit-line-clamp: 6;
}
.btn{
- width: 70px;
+ width: 80px;
height: 20px;
background: #E2B578;
line-height: 20px;