Skip to content

Commit c550d68

Browse files
authored
Update mvc_mvp_mvvm.html
1 parent 13352fb commit c550d68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/mvc_mvp_mvvm.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
<body>
1111
<h1>Minim MVC+MVP+MVVM Patterns example | 最精简MVC+MVP+MVVM模式例子</h1>
1212
<cite>
13-
understanding MVC,MVP,MVVM using dozens of lines code<br>
14-
几十行代码搞懂MVC、MVP、MVVM, 请查看源码: <a href="https://github.com/microwind/design-patterns/tree/main/mvx">https://github.com/microwind/design-patterns/tree/main/mvx</a>
13+
understanding MVC,MVP,MVVM using dozens of lines code.<br>
14+
几十行代码搞懂MVC、MVP、MVVM。<a href="view-source:https://microwind.github.io/design-patterns/">请查看源码</a>
15+
<br> 更多请查看项目:<a href="https://github.com/microwind/design-patterns/tree/main/mvx">https://github.com/microwind/design-patterns/tree/main/mvx</a>
1516
</cite>
1617
<hr>
1718
<!-- <a href="https://developer.mozilla.org/zh-CN/docs/Glossary/MVC"><img src="https://developer.mozilla.org/en-US/docs/Glossary/MVC/model-view-controller-light-blue.png"></a> -->
@@ -23,7 +24,6 @@ <h1>Minim MVC+MVP+MVVM Patterns example | 最精简MVC+MVP+MVVM模式例子</h1>
2324
<img src="https://www.oreilly.com/library/view/learning-javascript-design/9781449334840/httpatomoreillycomsourceoreillyimages1547823.png">
2425
<img src="https://www.oreilly.com/library/view/learning-javascript-design/9781449334840/httpatomoreillycomsourceoreillyimages1547825.png">
2526
-->
26-
<hr>
2727
<div class="wrapper">
2828
<h3>MVC Basic:</h3>
2929
<p id="mvc-basic-view" style="background: gray;">&nbsp;</p>

0 commit comments

Comments
 (0)