You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
## global color
|
|
|
|
|
|
|
|
<!--图片文件夹svn地址-->
|
|
|
|
|
|
|
|
svn://39.106.86.127:28386/projects/wutian_xueyoubing_b/proj_src/shop/frontend/web/GeneB
|
|
|
|
|
|
|
|
### vscode
|
|
|
|
(/images/)(\S\*(?=["|']))
|
|
|
|
{{imageUrl}}$2?t={{Timestamp}}
|
|
|
|
### neovim
|
|
|
|
(/images/)([^\"|']*)
|
|
|
|
{{imageUrl}}${2}?t={{Timestamp}}
|
|
|
|
|
|
|
|
https://pic1.zhimg.com/50/v2-8cfef5f9ea7d15963af2277c6814f152_720w.jpg?source=2c26e567
|
|
|
|
|
|
|
|
### conform
|
|
|
|
|
|
|
|
```js
|
|
|
|
wx.showModal({
|
|
|
|
title: '确认解绑?',
|
|
|
|
confirmColor: 'rgba(246, 74, 58, 1)',
|
|
|
|
})
|
|
|
|
```
|