File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
public/content/translations/zh
contributing/translation-program/translators-guide
developers/docs/smart-contracts/security Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ Crowdin 有一个内置功能,可以在翻译人员即将出错时发出警告
116
116
117
117
![ link.png 示例] ( ./example-of-link.png )
118
118
119
- 链接同样以标签的形式出现在源文本中(即 ` <0> </0> ` )。 ` <0> < /0> ` ). 如果你将鼠标悬停在标签上,编辑器将显示其全部内容 - 有时这些标签将代表链接。
119
+ 链接同样以标签的形式出现在源文本中(即 ` <0> ` ` </0> ` )。 如果你将鼠标悬停在标签上,编辑器将显示其全部内容 - 有时这些标签将代表链接。
120
120
121
121
从源复制链接而不要更改其顺序,这一点非常重要。
122
122
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ summaryPoint3: 它以开放科学运动为基础。
126
126
- [ Samuel Akinosho 的《去中心化科学:研究的未来》] ( https://lucidsamuel.medium.com/desci-the-future-of-research-b76cfc88c8ec )
127
127
- [ Nadia 的《科学基金(结语:去中心化科学和新的加密原语)》] ( https://nadia.xyz/science-funding )
128
128
- [ 去中心化正在颠覆药物开发] ( https://medium.com/id-theory/decentralisation-is-disrupting-drug-development-28b5ba5d447f )
129
- - [ 什么是去中心化科学 (DeSci)?] ( https://usadailytimes.com/2022/09/12/what-is-desci-decentralized-science/)
129
+ - [ 什么是去中心化科学 (DeSci)?] ( https://usadailytimes.com/2022/09/12/what-is-desci-decentralized-science/ )
130
130
131
131
### 相关视频 {#videos}
132
132
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ contract VendingMachine {
115
115
116
116
- 在[ 开发环境] ( /developers/docs/frameworks/ ) 下测试、编译、和部署智能合约
117
117
118
- - 通过基本代码分析工具运行代码,例如 [ Cyfrin Aaderyn ] ( https://github.com/Cyfrin/aderyn ) 、Mythril 和 Slither。 理想情况下,应在合并每个拉取请求前进行这一操作,并比较输出中的不同之处
118
+ - 通过基本代码分析工具运行代码,例如 [ Cyfrin Aderyn ] ( https://github.com/Cyfrin/aderyn ) 、Mythril 和 Slither。 理想情况下,应在合并每个拉取请求前进行这一操作,并比较输出中的不同之处
119
119
120
120
- 确保代码在编译时没有错误,并且 Solidity 编译器没有发出警告
121
121
You can’t perform that action at this time.
0 commit comments