Skip to content

禅境名称由来

禅境系统(ZenChyn),原名FreePlus Max,是开源版本FreePlus的授权版,由于名字太长遂改名为禅境,开源版本名称不变。

禅境系统简介

禅境系统是一款集软件市场(软件库)、论坛、工具箱、积分市场等等为一体的系统,后端采用Thinkphp开发,前端采用多端框架UNIAPP,源代码除核心外,全部开源,二开性可玩性高,稍微懂点代码也能二开啦!!!

系统特色

说明

如果你没有这个文件,就自己新建

但是

有个小bug,每次修改完需要刷新才能起效,不过不影响使用

md
::: info
This is an info box.
:::

::: tip
This is a tip.
:::

::: warning
This is a warning.
:::

::: danger
This is a dangerous warning.
:::

::: details
This is a details block.
:::

Input

md
```js{4}
export default {
  data () {
    return {
      msg: 'Highlighted!'
    }
  }
}
```

Output

js
export default {
  data () {
    return {
      msg: 'Highlighted!'
    }
  }
}

Custom Containers

Input

md
::: info
This is an info box.
:::

::: tip
This is a tip.
:::

::: warning
This is a warning.
:::

::: danger
This is a dangerous warning.
:::

::: details
This is a details block.
:::

Output

INFO

This is an info box.

TIP

This is a tip.

WARNING

This is a warning.

DANGER

This is a dangerous warning.

Details

This is a details block.

More

Check out the documentation for the full list of markdown extensions.