Skip to content

Commit 3114553

Browse files
committed
local test for dapplink wallet
1 parent 2abf6fb commit 3114553

File tree

5 files changed

+589
-6
lines changed

5 files changed

+589
-6
lines changed

docs/.vitepress/config/en.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ function sidebarWallet(): DefaultTheme.SidebarItem[] {
148148
]
149149
},
150150
{
151-
text: 'Detailed Overview of Exchange Wallet Business Flow',
151+
text: 'Detailed of Exchange Wallet Business Flow',
152152
base: '/en/wallet/centralized/',
153153
collapsed: false,
154154
items: [
@@ -175,7 +175,7 @@ function sidebarWallet(): DefaultTheme.SidebarItem[] {
175175
]
176176
},
177177
{
178-
text: 'Detailed Overview of Decentralized Wallet Business Flow',
178+
text: 'Detailed of Decentralized Wallet Business Flow',
179179
base: '/en/wallet/decentralized/',
180180
collapsed: false,
181181
items: [

docs/.vitepress/config/zh.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ function sidebarWallet(): DefaultTheme.SidebarItem[] {
213213
},
214214
{
215215
text: '本地运行测试',
216-
base: '/zh/wallet/',
216+
base: '/zh/wallet/setup/',
217217
collapsed: false,
218-
items: [{ text: '本地启动网络', link: 'start-test' }]
218+
items: [{ text: '本地运行 DappLink 一键发钱包项目', link: 'start-local-test' }]
219219
},
220220
{
221221
text: '使用 DappLink 测试网络测试',

docs/en/wallet/core-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DappLink Core Function
1+
# Functional Modules
22
##
33

44
The DappLink one-click wallet deployment platform is composed of multiple core components to ensure security, scalability, and high performance

docs/en/wallet/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# System Architecture
1+
# Overview
22

33
##
44

0 commit comments

Comments
 (0)