mirror of
https://gitee.com/coder-xiaomo/notes
synced 2025-09-10 21:11:38 +08:00
添加期末划重点临时内容;build
This commit is contained in:
59
docs/dev.md
Normal file
59
docs/dev.md
Normal file
@@ -0,0 +1,59 @@
|
||||
- VuePress<Badge type="tip" text="2" vertical="top" />
|
||||
- VuePress<Badge type="warning" text="2" vertical="middle" />
|
||||
- VuePress<Badge type="danger" text="2" vertical="bottom" />
|
||||
|
||||
::: tip 提示
|
||||
这是一个提示
|
||||
:::
|
||||
|
||||
|
||||
::: warning 警告
|
||||
这是一个警告
|
||||
> aaa
|
||||
:::
|
||||
|
||||
|
||||
::: danger 危险警告
|
||||
这是一个危险警告
|
||||
```js
|
||||
const foo = 'foo'
|
||||
```
|
||||
:::
|
||||
|
||||
|
||||
::: details 详细信息
|
||||
这是一个 details 标签
|
||||
:::
|
||||
|
||||
|
||||
:::: code-group
|
||||
::: code-group-item FOO
|
||||
```js
|
||||
const foo = 'foo'
|
||||
```
|
||||
:::
|
||||
::: code-group-item BAR
|
||||
```js
|
||||
const bar = 'bar'
|
||||
```
|
||||
:::
|
||||
::::
|
||||
|
||||
|
||||
<CodeGroup>
|
||||
<CodeGroupItem title="YARN">
|
||||
|
||||
```bash:no-line-numbers
|
||||
yarn
|
||||
```
|
||||
|
||||
</CodeGroupItem>
|
||||
|
||||
<CodeGroupItem title="NPM" active>
|
||||
|
||||
```bash:no-line-numbers
|
||||
npm install
|
||||
```
|
||||
|
||||
</CodeGroupItem>
|
||||
</CodeGroup>
|
Reference in New Issue
Block a user