This commit is contained in:
cilame 2022-04-11 20:41:27 +08:00
parent 97c0371c45
commit 05c1420a0f
2 changed files with 4 additions and 3 deletions

View File

@ -3,8 +3,9 @@
微信赞助
![image](https://github.com/cilame/v_jstools/tree/main/tools/wx.png)
- 微信赞助
> ![image](https://raw.githubusercontent.com/cilame/v_jstools/main/tools/wx.png)

View File

@ -764,7 +764,7 @@ window.atob = window.atob || v_saf(atob_btoa.atob, 'atob')
...v_cele,
...tail,
]
return rets.join('\n')
return rets.join('\n') + ';'
}