mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
docs(docs): replaced the discord (#11325)
* docs(docs): replaced the discord replaced the discord with https://discord.com/invite/gXK9XNzW3X closed #11232
This commit is contained in:
2
.github/CONTRIBUTING.en-US.md
vendored
2
.github/CONTRIBUTING.en-US.md
vendored
@@ -8,7 +8,7 @@ We are excited that you are interested in contributing to Element Plus. Before s
|
||||
|
||||
## Issue Guidelines
|
||||
|
||||
- Issues are exclusively for bug reports, feature requests and design-related topics. Other questions may be closed directly. If any questions come up when you are using Element Plus, please hit [Discord](https://discord.link/ElementPlus) for help.
|
||||
- Issues are exclusively for bug reports, feature requests and design-related topics. Other questions may be closed directly. If any questions come up when you are using Element Plus, please hit [Discord](https://discord.com/invite/gXK9XNzW3X) for help.
|
||||
|
||||
- Before submitting an issue, please check if similar problems have already been issued.
|
||||
|
||||
|
||||
2
.github/CONTRIBUTING.es.md
vendored
2
.github/CONTRIBUTING.es.md
vendored
@@ -8,7 +8,7 @@ Estamos orgullosos de que usted esta interesado en contribuir al proyecto `Eleme
|
||||
|
||||
## Guía Para Reportar Problemas (“Issues”)
|
||||
|
||||
- Preguntas de otro tipo corren el riesgo de ser cerradas inmediatamente. Sí tiene preguntas sobre el uso de `Element`, vea [Discord](https://discord.link/ElementPlus) para más ayuda.
|
||||
- Preguntas de otro tipo corren el riesgo de ser cerradas inmediatamente. Sí tiene preguntas sobre el uso de `Element`, vea [Discord](https://discord.com/invite/gXK9XNzW3X) para más ayuda.
|
||||
|
||||
- Antes de someter un informe sobre algún problema, sírvase de revisar sí ya hubo un informe.
|
||||
|
||||
|
||||
2
.github/CONTRIBUTING.fr-FR.md
vendored
2
.github/CONTRIBUTING.fr-FR.md
vendored
@@ -8,7 +8,7 @@ Nous sommes ravis que vous souhaitiez contribuer à Element Plus. Avant de soume
|
||||
|
||||
## Concernant les issues
|
||||
|
||||
- Les issues concernent exclusivement les bugs, les demandes de fonctionnalités et les sujets liés à la conception. Les questions concernant d'autres sujets peuvent être fermées directement. Si vous avez des questions à propos de l'utilisation d'Element Plus, veuillez vous rendre sur [Discord](https://discord.link/ElementPlus) pour obtenir de l'aide.
|
||||
- Les issues concernent exclusivement les bugs, les demandes de fonctionnalités et les sujets liés à la conception. Les questions concernant d'autres sujets peuvent être fermées directement. Si vous avez des questions à propos de l'utilisation d'Element Plus, veuillez vous rendre sur [Discord](https://discord.com/invite/gXK9XNzW3X) pour obtenir de l'aide.
|
||||
|
||||
- Avant de soumettre une issue, veuillez vérifier si des problèmes similaires n'ont pas déjà été signalés.
|
||||
|
||||
|
||||
2
.github/CONTRIBUTING.zh-CN.md
vendored
2
.github/CONTRIBUTING.zh-CN.md
vendored
@@ -8,7 +8,7 @@ Element Plus 的成长离不开大家的支持,如果你愿意为 Element Plus
|
||||
|
||||
## Issue 规范
|
||||
|
||||
- issue 仅用于提交 Bug 或 Feature 以及设计相关的内容,其它内容可能会被直接关闭。如果你在使用时产生了疑问,请到 Slack 或 [Discord](https://discord.link/ElementPlus) 里咨询。
|
||||
- issue 仅用于提交 Bug 或 Feature 以及设计相关的内容,其它内容可能会被直接关闭。如果你在使用时产生了疑问,请到 Slack 或 [Discord](https://discord.com/invite/gXK9XNzW3X) 里咨询。
|
||||
|
||||
- 在提交 issue 之前,请搜索相关内容是否已被提出。
|
||||
|
||||
|
||||
@@ -112,7 +112,7 @@ See how to help translating in [Translating Element Plus](https://element-plus.o
|
||||
|
||||
## Stay tuned :eyes:
|
||||
|
||||
Join our [Discord](https://discord.link/ElementPlus) to start communicating with everybody.
|
||||
Join our [Discord](https://discord.com/invite/gXK9XNzW3X) to start communicating with everybody.
|
||||
|
||||
## This thing is broken, I should help improve it!
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ const homeLang = computed(() => homeLocale[lang.value])
|
||||
<div class="footer-main">
|
||||
<h4>{{ homeLang['19'] }}</h4>
|
||||
<a
|
||||
href="https://discord.link/ElementPlus"
|
||||
href="https://discord.com/invite/gXK9XNzW3X"
|
||||
class="footer-main-link"
|
||||
target="_blank"
|
||||
>
|
||||
@@ -110,7 +110,7 @@ const homeLang = computed(() => homeLocale[lang.value])
|
||||
h4 {
|
||||
font-size: 18px;
|
||||
line-height: 1;
|
||||
margin: 0 0 15px 0;
|
||||
margin: 0 0 15px;
|
||||
font-weight: 400;
|
||||
color: var(--el-text-color-primary);
|
||||
}
|
||||
@@ -136,7 +136,7 @@ const homeLang = computed(() => homeLocale[lang.value])
|
||||
color: var(--text-color-light);
|
||||
font-size: 18px;
|
||||
line-height: 1;
|
||||
margin: 0 0 20px 0;
|
||||
margin: 0 0 20px;
|
||||
padding: 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -541,4 +541,4 @@ state by yourselves.
|
||||
|
||||
For virtualized table, we intend to provide less feature and let our users to implement their own features per demand.
|
||||
Integrating too many features makes the code hard to maintain and for most users the basic features are enough. Some key
|
||||
features were not developed yet. We would love to hear from you. Join [Discord](https://discord.link/ElementPlus) to stay tuned.
|
||||
features were not developed yet. We would love to hear from you. Join [Discord](https://discord.com/invite/gXK9XNzW3X) to stay tuned.
|
||||
|
||||
Reference in New Issue
Block a user