Skip to content

Commit

Permalink
chore: change local ref url
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanyxh committed Oct 16, 2024
1 parent 4429c44 commit a39ad03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/markdowns/articles/compatible_discussion.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ window._addEventListener = function _addEventListener(element, type, fn) {
写这篇文章的时候也查询了一些资料,发现了一个 react 兼容 ie8 的项目例子 [react-ie8],有需要或有兴趣的可以去看看。

[babel]: https://babeljs.io/
[CSS 数据类型与浏览器渐进兼容处理]: https://yuanyxh.com/posts/css/css%20%E6%95%B0%E6%8D%AE%E7%B1%BB%E5%9E%8B%E4%B8%8E%E5%85%BC%E5%AE%B9%E5%A4%84%E7%90%86.html
[CSS 数据类型与浏览器渐进兼容处理]: ../articles/css_type_of_data.mdx
[PostCSS]: https://postcss.org/
[react-ie8]: https://github.com/xcatliu/react-ie8#cn-make-your-react-app-work-in-ie8
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ App 端中一个页面就是一个 webview,其实我们可以通过 [H5+] Api
--end
[应用闪退分析与 uniapp 安卓原生插件开发]: https://yuanyxh.com/posts/produce/flashback_analysis_and_develop_native_plug.html
[应用闪退分析与 uniapp 安卓原生插件开发]: ../articles/flashback_analysis_and_develop_native_plug.mdx
[uniapp 插件]: https://ext.dcloud.net.cn/search?q=%E7%9B%B8%E6%9C%BA
[live-pusher]: https://zh.uniapp.dcloud.io/component/live-pusher.html
[CameraView]: https://github.com/natario1/CameraView
Expand All @@ -568,7 +568,7 @@ App 端中一个页面就是一个 webview,其实我们可以通过 [H5+] Api
[u-android-native-plugin-notify]: https://github.com/yuanyxh/u-android-native-plugin/tree/master/notify
[demo]: https://github.com/yuanyxh/u-android-native-plugin/tree/master/apk
[NotificationToast]: https://github.com/yongfengnice/NotificationToast
[入职一个月,总结下 uniapp 多端项目遇到的一些问题与解决方案]: https://yuanyxh.com/skill/uniapp_multi_end_adaptation_problem.html
[入职一个月,总结下 uniapp 多端项目遇到的一些问题与解决方案]: ../articles/uniapp_multi_end_adaptation_problem.mdx
[时间源]: https://developer.mozilla.org/zh-CN/docs/Web/API/DOMHighResTimeStamp#the_time_origin
[H5+]: https://www.html5plus.org/doc/zh_cn/webview.html
[uni-app-picker]: https://github.com/dcloudio/uni-app/tree/dev/src/platforms/app-plus/view/components/picker
Expand Down
2 changes: 1 addition & 1 deletion src/markdowns/articles/what_is_gif.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ function decoder(codeStream: number[], lzwMiniCodeSize: number) {
- [八叉树算法--图像量化法]
- [借助 gif.js 实现前端视频转GIF]
[解锁 PDF 文件:使用 JavaScript 和 Canvas 渲染 PDF 内容]: https://yuanyxh.com/posts/produce/%E8%A7%A3%E9%94%81%20PDF%20%E6%96%87%E4%BB%B6%EF%BC%9A%E4%BD%BF%E7%94%A8%20JavaScript%20%E5%92%8C%20Canvas%20%E6%B8%B2%E6%9F%93%20PDF%20%E5%86%85%E5%AE%B9.html
[解锁 PDF 文件:使用 JavaScript 和 Canvas 渲染 PDF 内容]: ../articles/what_is_pdf.mdx
[gif-explorer]: https://yuanyxh.com/illustrate/#/sequel/gif-explorer
[gifiddle]: http://ata4.github.io/gifiddle/
[gif.js]: https://github.com/jnordberg/gif.js
Expand Down

0 comments on commit a39ad03

Please sign in to comment.