🎨 Marketplace introduction page https://github.com/siyuan-note/siyuan/issues/8324
This commit is contained in:
parent
cf4be3d8b1
commit
acc9447b07
6 changed files with 13 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"trust": "Trust",
|
||||
"bazaarTrust": "Installing the marketplace package in the marketplace has certain security risks. In order to avoid security risks as much as possible, we have taken the following measures:",
|
||||
"bazaarTrust": "The marketplace package is similar to a third-party application, it can do whatever it wants, so installing a marketplace package in the marketplace has certain security risks.",
|
||||
"bazaarTrust3": "We attach great importance to potential security issues. In order to avoid security risks as much as possible, the following measures have been taken:",
|
||||
"bazaarTrustCodeReview": "Code review before listing",
|
||||
"bazaarTrustCodeReviewTip": "Before the marketplace package is put on the shelves, we will review its code to avoid security problems caused by malicious code",
|
||||
"bazaarTrustOpenSource": "Open Source",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"trust": "Confiar",
|
||||
"bazaarTrust": "Instalar el paquete del mercado en el mercado tiene ciertos riesgos de seguridad. Para evitar los riesgos de seguridad tanto como sea posible, hemos tomado las siguientes medidas:",
|
||||
"bazaarTrust": "El paquete del mercado es similar a una aplicación de terceros, puede hacer lo que quiera, por lo que instalar un paquete del mercado en el mercado tiene ciertos riesgos de seguridad".,
|
||||
"bazaarTrust3": "Damos gran importancia a los posibles problemas de seguridad. Para evitar los riesgos de seguridad tanto como sea posible, se han tomado las siguientes medidas:",
|
||||
"bazaarTrustCodeReview": "Revisión del código antes de publicar",
|
||||
"bazaarTrustCodeReviewTip": "Antes de que el paquete del mercado se coloque en los estantes, revisaremos su código para evitar problemas de seguridad causados por código malicioso",
|
||||
"bazaarTrustOpenSource": "Código abierto",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"trust": "Confiance",
|
||||
"bazaarTrust": "L'installation du package marketplace sur le marché présente certains risques de sécurité. Afin d'éviter autant que possible les risques de sécurité, nous avons pris les mesures suivantes :",
|
||||
"bazaarTrust": "Le package marketplace est similaire à une application tierce, il peut faire ce qu'il veut, donc l'installation d'un package marketplace sur le marché présente certains risques de sécurité.",
|
||||
"bazaarTrust3": "Nous attachons une grande importance aux problèmes de sécurité potentiels. Afin d'éviter au maximum les risques de sécurité, les mesures suivantes ont été prises :",
|
||||
"bazaarTrustCodeReview": "Vérifier le code avant de le lister",
|
||||
"bazaarTrustCodeReviewTip": "Avant que le package marketplace ne soit mis sur les étagères, nous allons revoir son code pour éviter les problèmes de sécurité causés par un code malveillant",
|
||||
"bazaarTrustOpenSource": "Source ouverte",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"trust": "信任",
|
||||
"bazaarTrust": "在集市中安裝集市包存在一定的安全風險,為了盡量避免安全隱患,我們已經採取如下措施:",
|
||||
"bazaarTrust": "集市包類似於第三方應用程序,它可以做任何它想做的事情,所以在集市中安裝集市包存在一定的安全風險。",
|
||||
"bazaarTrust3": "我們非常重視潛在的安全問題,為了盡量避免安全隱患,目前已經採取如下措施:",
|
||||
"bazaarTrustCodeReview": "上架前代碼審查",
|
||||
"bazaarTrustCodeReviewTip": "在集市包上架前我們會對它的代碼進行審查,以盡量避免惡意代碼導致的安全問題",
|
||||
"bazaarTrustOpenSource": "開放源代碼",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"trust": "信任",
|
||||
"bazaarTrust": "在集市中安装集市包存在一定的安全风险,为了尽量避免安全隐患,我们已经采取如下措施:",
|
||||
"bazaarTrust": "集市包类似于第三方应用程序,它可以做任何它想做的事情,所以在集市中安装集市包存在一定的安全风险。",
|
||||
"bazaarTrust3": "我们非常重视潜在的安全问题,为了尽量避免安全隐患,目前已经采取如下措施:",
|
||||
"bazaarTrustCodeReview": "上架前代码审查",
|
||||
"bazaarTrustCodeReviewTip": "在集市包上架前我们会对它的代码进行审查,以尽量避免恶意代码导致的安全问题",
|
||||
"bazaarTrustOpenSource": "开放源代码",
|
||||
|
|
|
@ -25,7 +25,9 @@ export const bazaar = {
|
|||
return `<div class="fn__flex-column">
|
||||
<div class="fn__flex-1"></div>
|
||||
<div class="b3-label">
|
||||
${window.siyuan.languages.bazaarTrust}
|
||||
<div>${window.siyuan.languages.bazaarTrust}</div>
|
||||
<div class="fn__hr--b"></div>
|
||||
<div>${window.siyuan.languages.bazaarTrust3}</div>
|
||||
</div>
|
||||
<div class="fn__flex b3-label">
|
||||
<svg class="b3-label__icon"><use xlink:href="#iconEye"></use></svg>
|
||||
|
|
Loading…
Add table
Reference in a new issue