mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 20:30:05 +08:00
feat(matrix): update link to matrix
This commit is contained in:
parent
b1fadcd730
commit
ed993e9284
@ -42,25 +42,6 @@
|
||||
defer
|
||||
src="https://use.fontawesome.com/releases/v5.7.2/js/all.js"
|
||||
></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" />
|
||||
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}" />
|
||||
{% if page.lang == "zh" %}
|
||||
|
@ -4,6 +4,7 @@ description: "SpaceVim 是一个社区驱动的模块化的 Vim IDE,以模块
|
||||
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)
|
||||
[![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/)
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "Home"
|
||||
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)
|
||||
[![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/)
|
||||
|
Loading…
Reference in New Issue
Block a user