mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:40:06 +08:00
feat(matrix): update link to matrix
This commit is contained in:
parent
b1fadcd730
commit
ed993e9284
@ -42,25 +42,6 @@
|
|||||||
defer
|
defer
|
||||||
src="https://use.fontawesome.com/releases/v5.7.2/js/all.js"
|
src="https://use.fontawesome.com/releases/v5.7.2/js/all.js"
|
||||||
></script>
|
></script>
|
||||||
{% if page.lang == "zh" %}
|
|
||||||
<script>
|
|
||||||
((window.gitter = {}).chat = {}).options = {
|
|
||||||
room: "SpaceVim/cn",
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
{% else %}
|
|
||||||
<script>
|
|
||||||
((window.gitter = {}).chat = {}).options = {
|
|
||||||
room: "SpaceVim/SpaceVim",
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<script
|
|
||||||
src="https://sidecar.gitter.im/dist/sidecar.v1.js"
|
|
||||||
async
|
|
||||||
defer
|
|
||||||
></script>
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
||||||
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}" />
|
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}" />
|
||||||
{% if page.lang == "zh" %}
|
{% if page.lang == "zh" %}
|
||||||
|
@ -4,6 +4,7 @@ description: "SpaceVim 是一个社区驱动的模块化的 Vim IDE,以模块
|
|||||||
lang: zh
|
lang: zh
|
||||||
---
|
---
|
||||||
|
|
||||||
|
[![matrix](https://img.shields.io/matrix/spacevim-cn:matrix.org?color=green&label=%23spacevim-cn%3Amatrix.org&logo=matrix)](https://chat.mozilla.org/#/room/#spacevim-cn:matrix.org)
|
||||||
[![build](https://img.shields.io/github/workflow/status/SpaceVim/SpaceVim/test)](https://github.com/SpaceVim/SpaceVim/actions/workflows/check.yml?query=branch%3Amaster)
|
[![build](https://img.shields.io/github/workflow/status/SpaceVim/SpaceVim/test)](https://github.com/SpaceVim/SpaceVim/actions/workflows/check.yml?query=branch%3Amaster)
|
||||||
[![Codecov coverage](https://img.shields.io/codecov/c/github/SpaceVim/SpaceVim.svg)](https://codecov.io/gh/SpaceVim/SpaceVim)
|
[![Codecov coverage](https://img.shields.io/codecov/c/github/SpaceVim/SpaceVim.svg)](https://codecov.io/gh/SpaceVim/SpaceVim)
|
||||||
[![Release](https://img.shields.io/badge/Release-2.0.0-8700FF.svg)](https://spacevim.org/SpaceVim-release-v2.0.0/)
|
[![Release](https://img.shields.io/badge/Release-2.0.0-8700FF.svg)](https://spacevim.org/SpaceVim-release-v2.0.0/)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: "Home"
|
title: "Home"
|
||||||
description: "SpaceVim is a community-driven vim distribution that seeks to provide layer feature."
|
description: "SpaceVim is a community-driven vim distribution that seeks to provide layer feature."
|
||||||
---
|
---
|
||||||
|
[![matrix](https://img.shields.io/matrix/spacevim:matrix.org?color=green&label=%23spacevim%3Amatrix.org&logo=matrix)](https://chat.mozilla.org/#/room/#spacevim:matrix.org)
|
||||||
[![build](https://img.shields.io/github/workflow/status/SpaceVim/SpaceVim/test)](https://github.com/SpaceVim/SpaceVim/actions/workflows/check.yml?query=branch%3Amaster)
|
[![build](https://img.shields.io/github/workflow/status/SpaceVim/SpaceVim/test)](https://github.com/SpaceVim/SpaceVim/actions/workflows/check.yml?query=branch%3Amaster)
|
||||||
[![Codecov coverage](https://img.shields.io/codecov/c/github/SpaceVim/SpaceVim.svg)](https://codecov.io/gh/SpaceVim/SpaceVim)
|
[![Codecov coverage](https://img.shields.io/codecov/c/github/SpaceVim/SpaceVim.svg)](https://codecov.io/gh/SpaceVim/SpaceVim)
|
||||||
[![Release](https://img.shields.io/badge/Release-2.0.0-8700FF.svg)](https://spacevim.org/SpaceVim-release-v2.0.0/)
|
[![Release](https://img.shields.io/badge/Release-2.0.0-8700FF.svg)](https://spacevim.org/SpaceVim-release-v2.0.0/)
|
||||||
|
Loading…
Reference in New Issue
Block a user