File tree Expand file tree Collapse file tree
2020/12/05/iOS/iOS适配深色模式最佳方法,绝对干货
07/iOS/LLDynamicLaunchScreen的设计思路
2023/10/21/iOS/揭开 iOS 中 weak 指针的神秘面纱:从原理到实践
04/28/iOS/深入理解iOS中的RunLoop
12/11/iOS/2024 再探ObjC-Category:动态特性与运行时实现的极致之美 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ <h1 id="联系作者"><a href="#联系作者" class="headerlink" title="联系
6767< p > 如果你有任何更好的意见,请创建一个< a target ="_blank " rel ="noopener " href ="https://github.com/internetWei/llDark/issues "> Issue</ a > </ p >
6868< p > 可以通过此邮箱联系作者< code > internetwei@foxmail.com</ code > </ p >
6969< h1 id ="许可证 "> < a href ="#许可证 " class ="headerlink " title ="许可证 "> </ a > 许可证</ h1 > < p > LLDark 使用 MIT 许可证,详情见 LICENSE 文件。</ p >
70- </ div > </ article > < div class ="post-copyright "> < div class ="post-copyright__author "> < span class ="post-copyright-meta "> 文章作者: </ span > < span class ="post-copyright-info "> < a href ="mailto:undefined "> 布多</ a > </ span > </ div > < div class ="post-copyright__type "> < span class ="post-copyright-meta "> 文章链接: </ span > < span class ="post-copyright-info "> < a href ="https://internetwei.github.io/2020/12/05/iOS/iOS适配深色模式最佳方法,绝对干货/ "> https://internetwei.github.io/2020/12/05/iOS/iOS适配深色模式最佳方法,绝对干货/</ a > </ span > </ div > < div class ="post-copyright__notice "> < span class ="post-copyright-meta "> 版权声明: </ span > < span class ="post-copyright-info "> 本博客所有文章除特别声明外,均采用 < a target ="_blank " rel ="noopener " href ="https://creativecommons.org/licenses/by-nc-sa/4.0/ "> CC BY-NC-SA 4.0</ a > 许可协议。转载请注明来自 < a href ="https://internetwei.github.io "> 布多的博客</ a > !</ span > </ div > </ div > < div class ="post-meta__tag-list "> < a class ="post-meta__tags " href ="/tags/ObjC/ "> ObjC</ a > < a class ="post-meta__tags " href ="/tags/Framework/ "> Framework</ a > </ div > < nav id ="pagination "> < div class ="prev-post pull-left "> < a href ="/2021/03/07/iOS/LLDynamicLaunchScreen%E7%9A%84%E8%AE%BE%E8%AE%A1%E6%80%9D%E8%B7%AF/ "> < i class ="fa fa-chevron-left "> </ i > < span > LLDynamicLaunchScreen的设计思路</ span > </ a > </ div > </ nav > < div id ="lv-container " data-id ="city " data-uid ="MTAyMC81MzU5Ny8zMDA3MA== "> < script > ( function ( d , s ) {
70+ </ div > </ article > < div class ="post-copyright "> < div class ="post-copyright__author "> < span class ="post-copyright-meta "> 文章作者: </ span > < span class ="post-copyright-info "> < a href ="mailto:undefined "> 布多</ a > </ span > </ div > < div class ="post-copyright__type "> < span class ="post-copyright-meta "> 文章链接: </ span > < span class ="post-copyright-info "> < a href ="https://budo.top/2020/12/05/iOS/iOS适配深色模式最佳方法,绝对干货/ "> https://budo.top/2020/12/05/iOS/iOS适配深色模式最佳方法,绝对干货/</ a > </ span > </ div > < div class ="post-copyright__notice "> < span class ="post-copyright-meta "> 版权声明: </ span > < span class ="post-copyright-info "> 本博客所有文章除特别声明外,均采用 < a target ="_blank " rel ="noopener " href ="https://creativecommons.org/licenses/by-nc-sa/4.0/ "> CC BY-NC-SA 4.0</ a > 许可协议。转载请注明来自 < a href ="https://budo.top "> 布多的博客</ a > !</ span > </ div > </ div > < div class ="post-meta__tag-list "> < a class ="post-meta__tags " href ="/tags/ObjC/ "> ObjC</ a > < a class ="post-meta__tags " href ="/tags/Framework/ "> Framework</ a > </ div > < nav id ="pagination "> < div class ="prev-post pull-left "> < a href ="/2021/03/07/iOS/LLDynamicLaunchScreen%E7%9A%84%E8%AE%BE%E8%AE%A1%E6%80%9D%E8%B7%AF/ "> < i class ="fa fa-chevron-left "> </ i > < span > LLDynamicLaunchScreen的设计思路</ span > </ a > </ div > </ nav > < div id ="lv-container " data-id ="city " data-uid ="MTAyMC81MzU5Ny8zMDA3MA== "> < script > ( function ( d , s ) {
7171 var j , e = d . getElementsByTagName ( s ) [ 0 ] ;
7272 if ( typeof LivereTower === 'function' ) { return ; }
7373 j = d . createElement ( s ) ;
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ <h3 id="LLDynamicLaunchScreen效果图"><a href="#LLDynamicLaunchScreen效果图
7777< td align ="center "> < a target ="_blank " rel ="noopener " href ="https://github.com/internetWei/LLDynamicLaunchScreen "> LLDynamicLaunchScreen</ a > </ td >
7878</ tr >
7979</ tbody > </ table >
80- </ div > </ article > < div class ="post-copyright "> < div class ="post-copyright__author "> < span class ="post-copyright-meta "> 文章作者: </ span > < span class ="post-copyright-info "> < a href ="mailto:undefined "> 布多</ a > </ span > </ div > < div class ="post-copyright__type "> < span class ="post-copyright-meta "> 文章链接: </ span > < span class ="post-copyright-info "> < a href ="https://internetwei.github.io/2021/03/07/iOS/LLDynamicLaunchScreen的设计思路/ "> https://internetwei.github.io/2021/03/07/iOS/LLDynamicLaunchScreen的设计思路/</ a > </ span > </ div > < div class ="post-copyright__notice "> < span class ="post-copyright-meta "> 版权声明: </ span > < span class ="post-copyright-info "> 本博客所有文章除特别声明外,均采用 < a target ="_blank " rel ="noopener " href ="https://creativecommons.org/licenses/by-nc-sa/4.0/ "> CC BY-NC-SA 4.0</ a > 许可协议。转载请注明来自 < a href ="https://internetwei.github.io "> 布多的博客</ a > !</ span > </ div > </ div > < div class ="post-meta__tag-list "> < a class ="post-meta__tags " href ="/tags/ObjC/ "> ObjC</ a > < a class ="post-meta__tags " href ="/tags/Framework/ "> Framework</ a > </ div > < nav id ="pagination "> < div class ="prev-post pull-left "> < a href ="/2021/03/08/%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7/Markdown%E8%AF%AD%E6%B3%95%E5%A4%87%E5%BF%98%E5%BD%95/ "> < i class ="fa fa-chevron-left "> </ i > < span > Markdown语法备忘录</ span > </ a > </ div > < div class ="next-post pull-right "> < a href ="/2020/12/05/iOS/iOS%E9%80%82%E9%85%8D%E6%B7%B1%E8%89%B2%E6%A8%A1%E5%BC%8F%E6%9C%80%E4%BD%B3%E6%96%B9%E6%B3%95%EF%BC%8C%E7%BB%9D%E5%AF%B9%E5%B9%B2%E8%B4%A7/ "> < span > iOS适配深色模式最佳方法,绝对干货</ span > < i class ="fa fa-chevron-right "> </ i > </ a > </ div > </ nav > < div id ="lv-container " data-id ="city " data-uid ="MTAyMC81MzU5Ny8zMDA3MA== "> < script > ( function ( d , s ) {
80+ </ div > </ article > < div class ="post-copyright "> < div class ="post-copyright__author "> < span class ="post-copyright-meta "> 文章作者: </ span > < span class ="post-copyright-info "> < a href ="mailto:undefined "> 布多</ a > </ span > </ div > < div class ="post-copyright__type "> < span class ="post-copyright-meta "> 文章链接: </ span > < span class ="post-copyright-info "> < a href ="https://budo.top/2021/03/07/iOS/LLDynamicLaunchScreen的设计思路/ "> https://budo.top/2021/03/07/iOS/LLDynamicLaunchScreen的设计思路/</ a > </ span > </ div > < div class ="post-copyright__notice "> < span class ="post-copyright-meta "> 版权声明: </ span > < span class ="post-copyright-info "> 本博客所有文章除特别声明外,均采用 < a target ="_blank " rel ="noopener " href ="https://creativecommons.org/licenses/by-nc-sa/4.0/ "> CC BY-NC-SA 4.0</ a > 许可协议。转载请注明来自 < a href ="https://budo.top "> 布多的博客</ a > !</ span > </ div > </ div > < div class ="post-meta__tag-list "> < a class ="post-meta__tags " href ="/tags/ObjC/ "> ObjC</ a > < a class ="post-meta__tags " href ="/tags/Framework/ "> Framework</ a > </ div > < nav id ="pagination "> < div class ="prev-post pull-left "> < a href ="/2021/03/08/%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7/Markdown%E8%AF%AD%E6%B3%95%E5%A4%87%E5%BF%98%E5%BD%95/ "> < i class ="fa fa-chevron-left "> </ i > < span > Markdown语法备忘录</ span > </ a > </ div > < div class ="next-post pull-right "> < a href ="/2020/12/05/iOS/iOS%E9%80%82%E9%85%8D%E6%B7%B1%E8%89%B2%E6%A8%A1%E5%BC%8F%E6%9C%80%E4%BD%B3%E6%96%B9%E6%B3%95%EF%BC%8C%E7%BB%9D%E5%AF%B9%E5%B9%B2%E8%B4%A7/ "> < span > iOS适配深色模式最佳方法,绝对干货</ span > < i class ="fa fa-chevron-right "> </ i > </ a > </ div > </ nav > < div id ="lv-container " data-id ="city " data-uid ="MTAyMC81MzU5Ny8zMDA3MA== "> < script > ( function ( d , s ) {
8181 var j , e = d . getElementsByTagName ( s ) [ 0 ] ;
8282 if ( typeof LivereTower === 'function' ) { return ; }
8383 j = d . createElement ( s ) ;
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ <h3 id="使用Mermaid画图"><a href="#使用Mermaid画图" class="headerlink" t
151151
152152< figure class ="highlight plaintext "> < table > < tr > < td class ="code "> < pre > < span class ="line "> sequenceDiagram</ span > < br > < span class ="line "> participant Alice</ span > < br > < span class ="line "> participant Bob</ span > < br > < span class ="line "> Alice->John: Hello John, how are you?</ span > < br > < span class ="line "> loop Healthcheck</ span > < br > < span class ="line "> John->John: Fight against hypochondria</ span > < br > < span class ="line "> end</ span > < br > < span class ="line "> Note right of John: Rational thoughts <br/>prevail...</ span > < br > < span class ="line "> John-->Alice: Great!</ span > < br > < span class ="line "> John->Bob: How about you?</ span > < br > < span class ="line "> Bob-->John: Jolly good!</ span > < br > </ pre > </ td > </ tr > </ table > </ figure >
153153
154- </ div > </ article > < div class ="post-copyright "> < div class ="post-copyright__author "> < span class ="post-copyright-meta "> 文章作者: </ span > < span class ="post-copyright-info "> < a href ="mailto:undefined "> 布多</ a > </ span > </ div > < div class ="post-copyright__type "> < span class ="post-copyright-meta "> 文章链接: </ span > < span class ="post-copyright-info "> < a href ="https://internetwei.github.io/2021/03/08/开发工具/Markdown语法备忘录/ "> https://internetwei.github.io/2021/03/08/开发工具/Markdown语法备忘录/</ a > </ span > </ div > < div class ="post-copyright__notice "> < span class ="post-copyright-meta "> 版权声明: </ span > < span class ="post-copyright-info "> 本博客所有文章除特别声明外,均采用 < a target ="_blank " rel ="noopener " href ="https://creativecommons.org/licenses/by-nc-sa/4.0/ "> CC BY-NC-SA 4.0</ a > 许可协议。转载请注明来自 < a href ="https://internetwei.github.io "> 布多的博客</ a > !</ span > </ div > </ div > < div class ="post-meta__tag-list "> < a class ="post-meta__tags " href ="/tags/Markdown/ "> Markdown</ a > </ div > < nav id ="pagination "> < div class ="prev-post pull-left "> < a href ="/2021/08/11/%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7/Git%E5%91%BD%E4%BB%A4%E6%89%8B%E5%86%8C/ "> < i class ="fa fa-chevron-left "> </ i > < span > Git命令手册</ span > </ a > </ div > < div class ="next-post pull-right "> < a href ="/2021/03/07/iOS/LLDynamicLaunchScreen%E7%9A%84%E8%AE%BE%E8%AE%A1%E6%80%9D%E8%B7%AF/ "> < span > LLDynamicLaunchScreen的设计思路</ span > < i class ="fa fa-chevron-right "> </ i > </ a > </ div > </ nav > < div id ="lv-container " data-id ="city " data-uid ="MTAyMC81MzU5Ny8zMDA3MA== "> < script > ( function ( d , s ) {
154+ </ div > </ article > < div class ="post-copyright "> < div class ="post-copyright__author "> < span class ="post-copyright-meta "> 文章作者: </ span > < span class ="post-copyright-info "> < a href ="mailto:undefined "> 布多</ a > </ span > </ div > < div class ="post-copyright__type "> < span class ="post-copyright-meta "> 文章链接: </ span > < span class ="post-copyright-info "> < a href ="https://budo.top/2021/03/08/开发工具/Markdown语法备忘录/ "> https://budo.top/2021/03/08/开发工具/Markdown语法备忘录/</ a > </ span > </ div > < div class ="post-copyright__notice "> < span class ="post-copyright-meta "> 版权声明: </ span > < span class ="post-copyright-info "> 本博客所有文章除特别声明外,均采用 < a target ="_blank " rel ="noopener " href ="https://creativecommons.org/licenses/by-nc-sa/4.0/ "> CC BY-NC-SA 4.0</ a > 许可协议。转载请注明来自 < a href ="https://budo.top "> 布多的博客</ a > !</ span > </ div > </ div > < div class ="post-meta__tag-list "> < a class ="post-meta__tags " href ="/tags/Markdown/ "> Markdown</ a > </ div > < nav id ="pagination "> < div class ="prev-post pull-left "> < a href ="/2021/08/11/%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7/Git%E5%91%BD%E4%BB%A4%E6%89%8B%E5%86%8C/ "> < i class ="fa fa-chevron-left "> </ i > < span > Git命令手册</ span > </ a > </ div > < div class ="next-post pull-right "> < a href ="/2021/03/07/iOS/LLDynamicLaunchScreen%E7%9A%84%E8%AE%BE%E8%AE%A1%E6%80%9D%E8%B7%AF/ "> < span > LLDynamicLaunchScreen的设计思路</ span > < i class ="fa fa-chevron-right "> </ i > </ a > </ div > </ nav > < div id ="lv-container " data-id ="city " data-uid ="MTAyMC81MzU5Ny8zMDA3MA== "> < script > ( function ( d , s ) {
155155 var j , e = d . getElementsByTagName ( s ) [ 0 ] ;
156156 if ( typeof LivereTower === 'function' ) { return ; }
157157 j = d . createElement ( s ) ;
Original file line number Diff line number Diff line change @@ -736,7 +736,7 @@ <h4 id="Git-底层命令"><a href="#Git-底层命令" class="headerlink" title="
736736< li > < p > < code > git for-each-ref</ code > 显示所有的引用</ p >
737737</ li >
738738</ ul >
739- </ div > </ article > < div class ="post-copyright "> < div class ="post-copyright__author "> < span class ="post-copyright-meta "> 文章作者: </ span > < span class ="post-copyright-info "> < a href ="mailto:undefined "> 布多</ a > </ span > </ div > < div class ="post-copyright__type "> < span class ="post-copyright-meta "> 文章链接: </ span > < span class ="post-copyright-info "> < a href ="https://internetwei.github.io/2021/08/11/开发工具/Git命令手册/ "> https://internetwei.github.io/2021/08/11/开发工具/Git命令手册/</ a > </ span > </ div > < div class ="post-copyright__notice "> < span class ="post-copyright-meta "> 版权声明: </ span > < span class ="post-copyright-info "> 本博客所有文章除特别声明外,均采用 < a target ="_blank " rel ="noopener " href ="https://creativecommons.org/licenses/by-nc-sa/4.0/ "> CC BY-NC-SA 4.0</ a > 许可协议。转载请注明来自 < a href ="https://internetwei.github.io "> 布多的博客</ a > !</ span > </ div > </ div > < div class ="post-meta__tag-list "> < a class ="post-meta__tags " href ="/tags/Git/ "> Git</ a > </ div > < nav id ="pagination "> < div class ="prev-post pull-left "> < a href ="/2022/01/20/%E5%BC%80%E5%8F%91%E8%A7%84%E8%8C%83/Code%20Reivew%E8%A7%84%E8%8C%83/ "> < i class ="fa fa-chevron-left "> </ i > < span > Code Review规范</ span > </ a > </ div > < div class ="next-post pull-right "> < a href ="/2021/03/08/%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7/Markdown%E8%AF%AD%E6%B3%95%E5%A4%87%E5%BF%98%E5%BD%95/ "> < span > Markdown语法备忘录</ span > < i class ="fa fa-chevron-right "> </ i > </ a > </ div > </ nav > < div id ="lv-container " data-id ="city " data-uid ="MTAyMC81MzU5Ny8zMDA3MA== "> < script > ( function ( d , s ) {
739+ </ div > </ article > < div class ="post-copyright "> < div class ="post-copyright__author "> < span class ="post-copyright-meta "> 文章作者: </ span > < span class ="post-copyright-info "> < a href ="mailto:undefined "> 布多</ a > </ span > </ div > < div class ="post-copyright__type "> < span class ="post-copyright-meta "> 文章链接: </ span > < span class ="post-copyright-info "> < a href ="https://budo.top/2021/08/11/开发工具/Git命令手册/ "> https://budo.top/2021/08/11/开发工具/Git命令手册/</ a > </ span > </ div > < div class ="post-copyright__notice "> < span class ="post-copyright-meta "> 版权声明: </ span > < span class ="post-copyright-info "> 本博客所有文章除特别声明外,均采用 < a target ="_blank " rel ="noopener " href ="https://creativecommons.org/licenses/by-nc-sa/4.0/ "> CC BY-NC-SA 4.0</ a > 许可协议。转载请注明来自 < a href ="https://budo.top "> 布多的博客</ a > !</ span > </ div > </ div > < div class ="post-meta__tag-list "> < a class ="post-meta__tags " href ="/tags/Git/ "> Git</ a > </ div > < nav id ="pagination "> < div class ="prev-post pull-left "> < a href ="/2022/01/20/%E5%BC%80%E5%8F%91%E8%A7%84%E8%8C%83/Code%20Reivew%E8%A7%84%E8%8C%83/ "> < i class ="fa fa-chevron-left "> </ i > < span > Code Review规范</ span > </ a > </ div > < div class ="next-post pull-right "> < a href ="/2021/03/08/%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7/Markdown%E8%AF%AD%E6%B3%95%E5%A4%87%E5%BF%98%E5%BD%95/ "> < span > Markdown语法备忘录</ span > < i class ="fa fa-chevron-right "> </ i > </ a > </ div > </ nav > < div id ="lv-container " data-id ="city " data-uid ="MTAyMC81MzU5Ny8zMDA3MA== "> < script > ( function ( d , s ) {
740740 var j , e = d . getElementsByTagName ( s ) [ 0 ] ;
741741 if ( typeof LivereTower === 'function' ) { return ; }
742742 j = d . createElement ( s ) ;
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ <h2 id="结语"><a href="#结语" class="headerlink" title="结语"></a>结语</
135135< h2 id ="参考 "> < a href ="#参考 " class ="headerlink " title ="参考 "> </ a > 参考</ h2 > < ol >
136136< li > < a target ="_blank " rel ="noopener " href ="https://google.github.io/eng-practices/review/reviewer/ "> Google的代码审查指南</ a > </ li >
137137</ ol >
138- </ div > </ article > < div class ="post-copyright "> < div class ="post-copyright__author "> < span class ="post-copyright-meta "> 文章作者: </ span > < span class ="post-copyright-info "> < a href ="mailto:undefined "> 布多</ a > </ span > </ div > < div class ="post-copyright__type "> < span class ="post-copyright-meta "> 文章链接: </ span > < span class ="post-copyright-info "> < a href ="https://internetwei.github.io/2022/01/20/开发规范/Code Reivew规范/ "> https://internetwei.github.io/2022/01/20/开发规范/Code Reivew规范/</ a > </ span > </ div > < div class ="post-copyright__notice "> < span class ="post-copyright-meta "> 版权声明: </ span > < span class ="post-copyright-info "> 本博客所有文章除特别声明外,均采用 < a target ="_blank " rel ="noopener " href ="https://creativecommons.org/licenses/by-nc-sa/4.0/ "> CC BY-NC-SA 4.0</ a > 许可协议。转载请注明来自 < a href ="https://internetwei.github.io "> 布多的博客</ a > !</ span > </ div > </ div > < div class ="post-meta__tag-list "> </ div > < nav id ="pagination "> < div class ="prev-post pull-left "> < a href ="/2022/07/22/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/%E6%85%8E%E7%94%A8unsigned%E7%B1%BB%E5%9E%8B/ "> < i class ="fa fa-chevron-left "> </ i > < span > 慎用unsigned类型</ span > </ a > </ div > < div class ="next-post pull-right "> < a href ="/2021/08/11/%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7/Git%E5%91%BD%E4%BB%A4%E6%89%8B%E5%86%8C/ "> < span > Git命令手册</ span > < i class ="fa fa-chevron-right "> </ i > </ a > </ div > </ nav > < div id ="lv-container " data-id ="city " data-uid ="MTAyMC81MzU5Ny8zMDA3MA== "> < script > ( function ( d , s ) {
138+ </ div > </ article > < div class ="post-copyright "> < div class ="post-copyright__author "> < span class ="post-copyright-meta "> 文章作者: </ span > < span class ="post-copyright-info "> < a href ="mailto:undefined "> 布多</ a > </ span > </ div > < div class ="post-copyright__type "> < span class ="post-copyright-meta "> 文章链接: </ span > < span class ="post-copyright-info "> < a href ="https://budo.top/2022/01/20/开发规范/Code Reivew规范/ "> https://budo.top/2022/01/20/开发规范/Code Reivew规范/</ a > </ span > </ div > < div class ="post-copyright__notice "> < span class ="post-copyright-meta "> 版权声明: </ span > < span class ="post-copyright-info "> 本博客所有文章除特别声明外,均采用 < a target ="_blank " rel ="noopener " href ="https://creativecommons.org/licenses/by-nc-sa/4.0/ "> CC BY-NC-SA 4.0</ a > 许可协议。转载请注明来自 < a href ="https://budo.top "> 布多的博客</ a > !</ span > </ div > </ div > < div class ="post-meta__tag-list "> </ div > < nav id ="pagination "> < div class ="prev-post pull-left "> < a href ="/2022/07/22/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/%E6%85%8E%E7%94%A8unsigned%E7%B1%BB%E5%9E%8B/ "> < i class ="fa fa-chevron-left "> </ i > < span > 慎用unsigned类型</ span > </ a > </ div > < div class ="next-post pull-right "> < a href ="/2021/08/11/%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7/Git%E5%91%BD%E4%BB%A4%E6%89%8B%E5%86%8C/ "> < span > Git命令手册</ span > < i class ="fa fa-chevron-right "> </ i > </ a > </ div > </ nav > < div id ="lv-container " data-id ="city " data-uid ="MTAyMC81MzU5Ny8zMDA3MA== "> < script > ( function ( d , s ) {
139139 var j , e = d . getElementsByTagName ( s ) [ 0 ] ;
140140 if ( typeof LivereTower === 'function' ) { return ; }
141141 j = d . createElement ( s ) ;
You can’t perform that action at this time.
0 commit comments