vault backup: 2023-09-07 13:58:43

Affected files:
atta/Pasted image 20230907134109.png
atta/Pasted image 20230907134151.png
atta/Pasted image 20230907134211.png
atta/Pasted image 20230907134241.png
atta/Pasted image 20230907134308.png
index.html
wa.md
main
Lei OT 2 years ago
parent 03abfd97f2
commit ffd3f61aee

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

@ -25,6 +25,23 @@
auto2top: true,
repo: '',
el: '#app',
markdown: {
renderer: {
text: function (text) {
if (/^==/g.test(text)) {
const escapedText = text.toLowerCase().replace(/^==|==$/g, '');
return `<mark>${escapedText}</mark>`;
}
if (/^\%{2}/gm.test(text)) {
return `<!--`;
}
if (/\%{2}$/gm.test(text)) {
return `-->`;
}
return text;
},
}
},
}
</script>
<!-- Docsify v4 -->

32
wa.md

@ -1,9 +1,29 @@
---
_Created_: 2023-09-07 Thu
_Updated_: 2023-09-07 11:30 Thu
---
# 商业账号
# wawa
[用例](https://p1gnlceyt7l.feishu.cn/docx/GD9Wd0KNUot7QQxG7ydcuXFHnqh)
WhatsApp三个版本的区别\
<details>
<summary>三个版本的区别:</summary>
<img src="/atta/1280X1280.JPEG" data-origin="atta/1280X1280.JPEG" alt="" class="medium-zoom-image" width=400>
</details>
<details>
<summary>场景:</summary>
<img src="/atta/Pasted%20image%2020230907134109.png" data-origin="atta/Pasted%20image%2020230907134109.png" alt="" class="medium-zoom-image" width=400>
<img src="/atta/Pasted%20image%2020230907134151.png" data-origin="atta/Pasted%20image%2020230907134151.png" alt="" class="medium-zoom-image" width=400>
<img src="/atta/Pasted%20image%2020230907134211.png" data-origin="atta/Pasted%20image%2020230907134211.png" alt="" class="medium-zoom-image" width=400>
<img src="/atta/Pasted%20image%2020230907134241.png" data-origin="atta/Pasted%20image%2020230907134241.png" alt="" class="medium-zoom-image" width=400>
<img src="/atta/Pasted%20image%2020230907134308.png" data-origin="atta/Pasted%20image%2020230907134308.png" alt="" class="medium-zoom-image" width=400>
</details>
%%
三个版本的区别:\
![diff|400](atta/1280X1280.JPEG ":size=400")
![](atta/Pasted%20image%2020230907134109.png)
![](atta/Pasted%20image%2020230907134151.png)
![](atta/Pasted%20image%2020230907134211.png)
![](atta/Pasted%20image%2020230907134241.png)
![](atta/Pasted%20image%2020230907134308.png)
%%

Loading…
Cancel
Save