app教程

Results 5 issues of app教程

如图 ![image](https://user-images.githubusercontent.com/21239915/153709497-8f73b2a5-af18-40b1-9fa5-982465d1c1e2.png)

Question

### 🐛 Bug description qq浏览器版本 ![image](https://user-images.githubusercontent.com/21239915/153743348-690007d4-af19-4338-8ac2-67b90d408d11.png) 复现链接:https://g2plot.antv.vision/zh/examples/line/basic#line 如图 ![image](https://user-images.githubusercontent.com/21239915/153743331-4b873c96-6869-4f07-be79-451a4bf78f1d.png)

Bug
Component

**bug描述** uni微信小程序端type=“2d”在模拟器运行正常,真机失效 **复现过程** ``` import lottie from 'lottie-miniapp' export default { onReady() { this.createSelectorQuery() .select('#matching') .fields({ node: true, size: true }) .exec(async res => { const canvas = res[0].node const...

``` local _M = { version = 0.1, -- 插件版本 name = "set_user" -- 插件名称 } -- 返回header阶段过滤函数 function _M.resp_header_filter(waf) ngx.header["X-User"] = "test" end return _M ``` ![image](https://github.com/Safe3/uuWAF/assets/21239915/9b821111-9b93-4176-91f6-9cf6b903ceab) ![image](https://github.com/Safe3/uuWAF/assets/21239915/4f1013e1-02d9-4430-bb0f-33929fd3462d)

设置timeCat,brush-x无法使用 ### 📷 Step to reproduce ``` import { Line } from '@antv/g2plot'; fetch('https://gw.alipayobjects.com/os/bmw-prod/1d565782-dde4-4bb6-8946-ea6a38ccf184.json') .then((res) => res.json()) .then((data) => { const line = new Line('container', { data, padding: 'auto', xField:...

Bug