feat: 微信小程序 vconsole

This commit is contained in:
Burt
2024-01-22 19:18:17 +08:00
parent c7a38d073e
commit cf978ac361
4 changed files with 27 additions and 4 deletions

View File

@@ -0,0 +1,22 @@
<route lang="json5">
{
layout: 'demo',
style: { navigationBarTitleText: '开启 vConsole' },
}
</route>
<template>
<view class="text-5 h-8 leading-8">
<view class="text-red-500">在非正式版小程序里面已经集成了VConsole</view>
<view class="text-blue-500 mb-2">开启方式如下面</view>
<image
src="https://cip-shopping-page-0eysug01066a9e-1302818703.tcloudbaseapp.com/fly/vconsole/1.png"
mode="widthFix"
/>
<view class="text-blue-500 m-2">然后页面上会出现一个 `vConsole` 的调试按钮如下图</view>
<image
src="https://cip-shopping-page-0eysug01066a9e-1302818703.tcloudbaseapp.com/fly/vconsole/2.png"
mode="widthFix"
/>
</view>
</template>