Skip to content

Commit

Permalink
fix: adjust hyperlink location
Browse files Browse the repository at this point in the history
- 调整 `文档`, `示例` 与 `测试` 超链接位置 / Adjust the `Document`, `Demo` and `Test` hyperlink locations.
  • Loading branch information
Zuoqiu-Yingyi committed Nov 14, 2021
1 parent f02163f commit 147e9c6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 更改日志/CHANGE LOG

## v0.2.1/2021-11-15

- 调整 `文档`, `示例``测试` 超链接位置 / Adjust the `Document`, `Demo` and `Test` hyperlink locations.

## v0.2.0/2021-11-09

- 更新 Brython 版本至 [3.10.3](https://github.com/brython-dev/brython/releases/tag/3.10.3) / Update Brython version to [3.10.3](https://github.com/brython-dev/brython/releases/tag/3.10.3).
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@

<tr>
<td>
Python code editor uses <a href="https://ace.c9.io/" target="_blank">Ace</a>.
Python code editor uses <a href="https://ace.c9.io/" target="_blank">Ace↗</a>.
<a style="float: right; margin-left: 8px;" target="_blank" id="test" href="https://brython.info/tests/index.html">测试↗</a>
<a style="float: right; margin-left: 8px;" target="_blank" id="demo" href="https://brython.info/demo.html">示例↗</a>
<a style="float: right; margin-left: 8px;" target="_blank" id="document" href="https://brython.info/static_doc/en/intro.html">文档↗</a>
</td>
<td></td>
<td>
<a target="_blank" id="test" href="https://brython.info/tests/index.html">测试↗</a>
<a target="_blank" id="demo" href="https://brython.info/demo.html">示例↗</a>
<a target="_blank" id="document" href="https://brython.info/static_doc/en/intro.html">文档↗</a>
</td>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion widget.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "brython-editor",
"author": "Zuoqiu-Yingyi",
"url": "https://github.com/Zuoqiu-Yingyi/widget-brython-editor",
"version": "0.2.0"
"version": "0.2.1"
}

0 comments on commit 147e9c6

Please sign in to comment.