Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
ad20a1c2
Commit
ad20a1c2
authored
Nov 29, 2021
by
gxkai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 中文
parent
fb942951
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
walkthroughService.js
apps/remix-ide/src/walkthroughService.js
+7
-7
No files found.
apps/remix-ide/src/walkthroughService.js
View file @
ad20a1c2
const
introJs
=
require
(
'intro.js'
)
import
'intro.js/minified/introjs.min.css'
const
introJs
=
require
(
'intro.js'
)
export
class
WalkthroughService
{
constructor
(
params
)
{
this
.
params
=
params
...
...
@@ -9,23 +9,23 @@ export class WalkthroughService {
if
(
!
sessionStorage
.
getItem
(
'hadTour_initial'
))
{
introJs
().
setOptions
({
steps
:
[{
title
:
'
Welcome to
Baas IDE'
,
intro
:
'
Click to launch the Home tab that contains links, tips, and shortcuts..
'
,
title
:
'
欢迎来到
Baas IDE'
,
intro
:
'
在这里你可以进行合约编辑、部署、调试。
'
,
element
:
document
.
querySelector
(
'#verticalIconsHomeIcon'
),
tooltipClass
:
'bg-light text-dark'
,
position
:
'right'
},
{
element
:
document
.
querySelector
(
'#compileIcons'
),
title
:
'Solidity
Compiler
'
,
intro
:
'
Having selected a .sol file in the File Explorers (the icon above), compile it with the Solidity Compiler.
'
,
title
:
'Solidity
编译
'
,
intro
:
'
在文件资源管理器中选择了一个.sol文件(上面的图标),请使用solidity编译器编译它。
'
,
tooltipClass
:
'bg-light text-dark'
,
position
:
'right'
},
{
title
:
'
Deploy your contract
'
,
title
:
'
部署你的合约
'
,
element
:
document
.
querySelector
(
'#runIcons'
),
intro
:
'
Choose a chain, deploy a contract and play with your functions.
'
,
intro
:
'
选择链,部署合约并执行方法。
'
,
tooltipClass
:
'bg-light text-dark'
,
position
:
'right'
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment