├── README.md ├── SUMMARY.md ├── _img ├── app_img-ios_style.png ├── app_img-official_logo.png ├── app_img-others.png ├── docker.png ├── emby.png ├── navi.png └── notify_wx.png ├── app_img ├── ios_style │ ├── ASUS1.png │ ├── ASUS2.png │ ├── AppStore.png │ ├── Chrome.png │ ├── Cloud-Drive1.png │ ├── Downloads.png │ ├── HW.png │ ├── JDC.png │ ├── Macinabox.png │ ├── Moments.png │ ├── Music.png │ ├── Photos.png │ ├── Podcats.png │ ├── README.md │ ├── Settings.png │ ├── Thunder.png │ ├── baidu.png │ ├── bazarr.png │ ├── docker1.png │ ├── docker2.png │ ├── drive.png │ ├── emby.png │ ├── files1.png │ ├── files2.png │ ├── files3.png │ ├── files4.png │ ├── files5.png │ ├── flexget.png │ ├── google.png │ ├── irc.png │ ├── iyuu.png │ ├── jackett.png │ ├── jd.png │ ├── jellyfin.png │ ├── mac.png │ ├── nas1.png │ ├── nas2.png │ ├── nas3.png │ ├── nas4.png │ ├── openwrt.png │ ├── pnp.png │ ├── qbittorrent.png │ ├── qiandao.png │ ├── qnap.png │ ├── radarr.png │ ├── sonarr.png │ ├── synology.png │ ├── tmm.png │ ├── transmission.png │ ├── ubuntu.png │ ├── video.png │ └── win10.png ├── official_logo │ ├── Epic_Games_logo.svg.png │ ├── README.md │ ├── alist.png │ ├── aliyun_logo.png │ ├── circle-postgres.png │ ├── cookieCloud.png │ ├── filebrowser.png │ ├── google_photos.png │ ├── iyuu.png │ ├── jacket_medium.png │ ├── movie_bot.png │ ├── nastool.png │ ├── nastool_02.png │ ├── nastool_03.png │ ├── nezha.png │ ├── pagermaid.png │ ├── pagermaid_01.png │ ├── pt_helper.png │ ├── qiandao.png │ ├── qiandao_02.png │ ├── qinglong.png │ ├── sonarr.png │ ├── vertex.png │ └── wiznoet.png └── others │ ├── MovieBot.png │ ├── README.md │ ├── fb.png │ ├── pt_helper.jpg │ ├── qiandao.png │ └── rabbit.png ├── docker_templates ├── HelloWorld.xml └── PagerMaid.xml ├── emby_img ├── README.md ├── img │ ├── emby_demo.png │ ├── non-static_01.png │ ├── static_01.png │ └── static_02.png ├── non-static_01 │ ├── JPorn.png │ ├── Live-TV.png │ ├── Porn.png │ ├── anime1.png │ ├── anime2.png │ ├── collection.png │ ├── documentary.png │ ├── movie.png │ ├── music.png │ └── tv.png ├── static_01 │ ├── IPTV.jpg │ ├── IPTV.png │ ├── IPTV录播.jpg │ ├── Porn.png │ ├── 动漫.png │ ├── 合集.png │ ├── 国产剧集.jpg │ ├── 欧美剧集.jpg │ ├── 特效字幕.jpg │ ├── 电影.png │ ├── 电视剧.jpg │ ├── 电视剧.png │ ├── 电视录制.png │ ├── 纪录片.png │ ├── 综艺.png │ ├── 豆瓣250.jpg │ ├── 韩日剧集.jpg │ └── 音乐.png └── static_02 │ ├── 250.jpg │ ├── iptv.jpg │ ├── iptv录播.jpg │ ├── oldboys.jpg │ ├── 动漫.jpg │ ├── 合集.jpg │ ├── 周星驰.jpg │ ├── 国产.jpg │ ├── 想看.jpg │ ├── 欧美.jpg │ ├── 热剧.jpg │ ├── 电子书.jpg │ ├── 电影.jpg │ ├── 综艺.jpg │ ├── 韩日.jpg │ └── 音乐.jpg ├── notify_wx ├── JD.png ├── OpenWRT.png ├── PT助手首图.png ├── README.md ├── bilibili.jpeg ├── bwg.png ├── emby_01.png ├── emby_02.png └── ym.png └── vm ├── README.md ├── fnos.png └── synology.png /README.md: -------------------------------------------------------------------------------- 1 | # imgForUnraid 2 | 3 | 整理收藏一些自用的unraid的图片(有好多是群友们提供的) 4 | 5 | | name | Description | 6 | | -------- | ----------------------- | 7 | | app_img | 存放docker/vm的一些logo | 8 | | emby_img | 存放emby封面图 | 9 | | notify_wx | 存放企业微信通知横幅 | 10 | 11 | > 当然这些图片都可以通用... 12 | 13 | ----------- 14 | 15 | ## 文件夹内容 16 | 17 |
18 | emby_img 19 | 20 | ### 第一套 21 | 22 | ![](https://raw.githubusercontent.com/Qliangw/imgForUnraid/main/emby_img/img/static_01.png) 23 | 24 | ### 第二套 25 | 26 | ![](https://raw.githubusercontent.com/Qliangw/imgForUnraid/main/emby_img/img/static_02.png) 27 | 28 | 29 | ## 动态图 30 | 31 | ### 第一套 32 | 33 | ![](https://raw.githubusercontent.com/Qliangw/imgForUnraid/main/emby_img/img/non-static_01.png) 34 | 35 |
36 | 37 | 38 | 39 | 40 |
41 | app_img 42 | 43 | ### ios_style 44 | 45 | ![](https://raw.githubusercontent.com/Qliangw/imgForUnraid/main/_img/app_img-ios_style.png) 46 | 47 | ### official_logo 48 | 49 | ![](https://raw.githubusercontent.com/Qliangw/imgForUnraid/main/_img/app_img-official_logo.png) 50 | 51 | ### others 52 | 53 | ![](https://raw.githubusercontent.com/Qliangw/imgForUnraid/main/_img/app_img-others.png) 54 | 55 |
56 | 57 |
58 | notify_wx 59 | 60 | 预览 61 | 62 | ![](https://raw.githubusercontent.com/Qliangw/imgForUnraid/main/_img/notify_wx.png) 63 | 64 |
65 | 66 | 67 | 68 | ------ 69 | 70 | ## 应用示例 71 | 72 |
73 | emby封面 74 | 75 | emby配置后预览 76 | 77 | ![](https://raw.githubusercontent.com/Qliangw/imgForUnraid/main/_img/emby.png) 78 | 79 |
80 | 81 |
82 | 导航图标 83 | 84 | ![](https://raw.githubusercontent.com/Qliangw/imgForUnraid/main/_img/navi.png) 85 | 86 |
87 | 88 |
89 | docker图标 90 | 91 | ![](https://raw.githubusercontent.com/Qliangw/imgForUnraid/main/_img/docker.png) 92 | 93 |
94 | -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- 1 | # Table of contents 2 | 3 | * [Page 1](README.md) 4 | -------------------------------------------------------------------------------- /_img/app_img-ios_style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/_img/app_img-ios_style.png -------------------------------------------------------------------------------- /_img/app_img-official_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/_img/app_img-official_logo.png -------------------------------------------------------------------------------- /_img/app_img-others.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/_img/app_img-others.png -------------------------------------------------------------------------------- /_img/docker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/_img/docker.png -------------------------------------------------------------------------------- /_img/emby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/_img/emby.png -------------------------------------------------------------------------------- /_img/navi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/_img/navi.png -------------------------------------------------------------------------------- /_img/notify_wx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/_img/notify_wx.png -------------------------------------------------------------------------------- /app_img/ios_style/ASUS1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/ASUS1.png -------------------------------------------------------------------------------- /app_img/ios_style/ASUS2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/ASUS2.png -------------------------------------------------------------------------------- /app_img/ios_style/AppStore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/AppStore.png -------------------------------------------------------------------------------- /app_img/ios_style/Chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/Chrome.png -------------------------------------------------------------------------------- /app_img/ios_style/Cloud-Drive1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/Cloud-Drive1.png -------------------------------------------------------------------------------- /app_img/ios_style/Downloads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/Downloads.png -------------------------------------------------------------------------------- /app_img/ios_style/HW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/HW.png -------------------------------------------------------------------------------- /app_img/ios_style/JDC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/JDC.png -------------------------------------------------------------------------------- /app_img/ios_style/Macinabox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/Macinabox.png -------------------------------------------------------------------------------- /app_img/ios_style/Moments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/Moments.png -------------------------------------------------------------------------------- /app_img/ios_style/Music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/Music.png -------------------------------------------------------------------------------- /app_img/ios_style/Photos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/Photos.png -------------------------------------------------------------------------------- /app_img/ios_style/Podcats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/Podcats.png -------------------------------------------------------------------------------- /app_img/ios_style/README.md: -------------------------------------------------------------------------------- 1 | app_img/official_logo 2 | 3 | ----------- 4 | 5 | 预览 6 | 7 | ![](https://raw.githubusercontent.com/Qliangw/imgForUnraid/main/_img/app_img-ios_style.png) 8 | 9 | -------------------------------------------------------------------------------- /app_img/ios_style/Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/Settings.png -------------------------------------------------------------------------------- /app_img/ios_style/Thunder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/Thunder.png -------------------------------------------------------------------------------- /app_img/ios_style/baidu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/baidu.png -------------------------------------------------------------------------------- /app_img/ios_style/bazarr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/bazarr.png -------------------------------------------------------------------------------- /app_img/ios_style/docker1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/docker1.png -------------------------------------------------------------------------------- /app_img/ios_style/docker2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/docker2.png -------------------------------------------------------------------------------- /app_img/ios_style/drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/drive.png -------------------------------------------------------------------------------- /app_img/ios_style/emby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/emby.png -------------------------------------------------------------------------------- /app_img/ios_style/files1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/files1.png -------------------------------------------------------------------------------- /app_img/ios_style/files2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/files2.png -------------------------------------------------------------------------------- /app_img/ios_style/files3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/files3.png -------------------------------------------------------------------------------- /app_img/ios_style/files4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/files4.png -------------------------------------------------------------------------------- /app_img/ios_style/files5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/files5.png -------------------------------------------------------------------------------- /app_img/ios_style/flexget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/flexget.png -------------------------------------------------------------------------------- /app_img/ios_style/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/google.png -------------------------------------------------------------------------------- /app_img/ios_style/irc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/irc.png -------------------------------------------------------------------------------- /app_img/ios_style/iyuu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/iyuu.png -------------------------------------------------------------------------------- /app_img/ios_style/jackett.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/jackett.png -------------------------------------------------------------------------------- /app_img/ios_style/jd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/jd.png -------------------------------------------------------------------------------- /app_img/ios_style/jellyfin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/jellyfin.png -------------------------------------------------------------------------------- /app_img/ios_style/mac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/mac.png -------------------------------------------------------------------------------- /app_img/ios_style/nas1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/nas1.png -------------------------------------------------------------------------------- /app_img/ios_style/nas2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/nas2.png -------------------------------------------------------------------------------- /app_img/ios_style/nas3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/nas3.png -------------------------------------------------------------------------------- /app_img/ios_style/nas4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/nas4.png -------------------------------------------------------------------------------- /app_img/ios_style/openwrt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/openwrt.png -------------------------------------------------------------------------------- /app_img/ios_style/pnp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/pnp.png -------------------------------------------------------------------------------- /app_img/ios_style/qbittorrent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/qbittorrent.png -------------------------------------------------------------------------------- /app_img/ios_style/qiandao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/qiandao.png -------------------------------------------------------------------------------- /app_img/ios_style/qnap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/qnap.png -------------------------------------------------------------------------------- /app_img/ios_style/radarr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/radarr.png -------------------------------------------------------------------------------- /app_img/ios_style/sonarr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/sonarr.png -------------------------------------------------------------------------------- /app_img/ios_style/synology.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/synology.png -------------------------------------------------------------------------------- /app_img/ios_style/tmm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/tmm.png -------------------------------------------------------------------------------- /app_img/ios_style/transmission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/transmission.png -------------------------------------------------------------------------------- /app_img/ios_style/ubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/ubuntu.png -------------------------------------------------------------------------------- /app_img/ios_style/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/video.png -------------------------------------------------------------------------------- /app_img/ios_style/win10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/ios_style/win10.png -------------------------------------------------------------------------------- /app_img/official_logo/Epic_Games_logo.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/official_logo/Epic_Games_logo.svg.png -------------------------------------------------------------------------------- /app_img/official_logo/README.md: -------------------------------------------------------------------------------- 1 | app_img/official_logo 2 | 3 | ----------- 4 | 5 | 预览 6 | 7 | ![](https://raw.githubusercontent.com/Qliangw/imgForUnraid/main/_img/app_img-official_logo.png) 8 | 9 | -------------------------------------------------------------------------------- /app_img/official_logo/alist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/official_logo/alist.png -------------------------------------------------------------------------------- /app_img/official_logo/aliyun_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/official_logo/aliyun_logo.png -------------------------------------------------------------------------------- /app_img/official_logo/circle-postgres.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/official_logo/circle-postgres.png -------------------------------------------------------------------------------- /app_img/official_logo/cookieCloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/official_logo/cookieCloud.png -------------------------------------------------------------------------------- /app_img/official_logo/filebrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/official_logo/filebrowser.png -------------------------------------------------------------------------------- /app_img/official_logo/google_photos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/official_logo/google_photos.png -------------------------------------------------------------------------------- /app_img/official_logo/iyuu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/official_logo/iyuu.png -------------------------------------------------------------------------------- /app_img/official_logo/jacket_medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/official_logo/jacket_medium.png -------------------------------------------------------------------------------- /app_img/official_logo/movie_bot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/official_logo/movie_bot.png -------------------------------------------------------------------------------- /app_img/official_logo/nastool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/official_logo/nastool.png -------------------------------------------------------------------------------- /app_img/official_logo/nastool_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/official_logo/nastool_02.png -------------------------------------------------------------------------------- /app_img/official_logo/nastool_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/official_logo/nastool_03.png -------------------------------------------------------------------------------- /app_img/official_logo/nezha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/official_logo/nezha.png -------------------------------------------------------------------------------- /app_img/official_logo/pagermaid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/official_logo/pagermaid.png -------------------------------------------------------------------------------- /app_img/official_logo/pagermaid_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/official_logo/pagermaid_01.png -------------------------------------------------------------------------------- /app_img/official_logo/pt_helper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/official_logo/pt_helper.png -------------------------------------------------------------------------------- /app_img/official_logo/qiandao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/official_logo/qiandao.png -------------------------------------------------------------------------------- /app_img/official_logo/qiandao_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/official_logo/qiandao_02.png -------------------------------------------------------------------------------- /app_img/official_logo/qinglong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/official_logo/qinglong.png -------------------------------------------------------------------------------- /app_img/official_logo/sonarr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/official_logo/sonarr.png -------------------------------------------------------------------------------- /app_img/official_logo/vertex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/official_logo/vertex.png -------------------------------------------------------------------------------- /app_img/official_logo/wiznoet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/official_logo/wiznoet.png -------------------------------------------------------------------------------- /app_img/others/MovieBot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/others/MovieBot.png -------------------------------------------------------------------------------- /app_img/others/README.md: -------------------------------------------------------------------------------- 1 | app_img/others 2 | 3 | ----------- 4 | 5 | 预览 6 | 7 | ![](https://raw.githubusercontent.com/Qliangw/imgForUnraid/main/_img/app_img-others.png) 8 | 9 | -------------------------------------------------------------------------------- /app_img/others/fb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/others/fb.png -------------------------------------------------------------------------------- /app_img/others/pt_helper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/others/pt_helper.jpg -------------------------------------------------------------------------------- /app_img/others/qiandao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/others/qiandao.png -------------------------------------------------------------------------------- /app_img/others/rabbit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/app_img/others/rabbit.png -------------------------------------------------------------------------------- /docker_templates/HelloWorld.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | jd 4 | supermanito/helloworld:latest 5 | https://hub.docker.com/r/supermanito/helloworld 6 | host 7 | 8 | sh 9 | false 10 | 11 | https://supermanito.github.io/Helloworld/#/ 12 | 13 | HomeAutomation: Status:Stable 14 | http://[IP]:[PORT:5678] 15 | 16 | https://supermanito.github.io/Helloworld/img/logo.gif 17 | 18 | 19 | 20 | 1663809614 21 | 22 | 23 | 24 | /mnt/user/appdata/jd/config 25 | /mnt/user/appdata/jd/log 26 | /mnt/user/appdata/jd/scripts 27 | /mnt/user/appdata/jd/own 28 | /mnt/user/appdata/jd/jbot 29 | 5678 30 | true 31 | true 32 | false 33 | true 34 | 35 | -------------------------------------------------------------------------------- /docker_templates/PagerMaid.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | pagermaid 4 | mrwangzhe/pagermaid_modify 5 | https://hub.docker.com/r/mrwangzhe/pagermaid_modify 6 | bridge 7 | 8 | sh 9 | false 10 | 11 | https://hub.docker.com/r/mrwangzhe/pagermaid_modify 12 | 13 | HomeAutomation: 14 | http://[IP]:[PORT:3333] 15 | 16 | https://raw.githubusercontent.com/Qliangw/imgForUnraid/main/app_img/official_logo/pagermaid_01.png 17 | 18 | 19 | 20 | 1663800034 21 | 22 | 23 | 24 | 3333 25 | true 26 | /mnt/user/appdata/pagermaid 27 | 28 | -------------------------------------------------------------------------------- /emby_img/README.md: -------------------------------------------------------------------------------- 1 | ## Emby示例 2 | 3 | ![](https://raw.githubusercontent.com/Qliangw/imgForUnraid/main/emby_img/img/emby_demo.png) 4 | 5 | 6 | ## 静态图 7 | 8 | ### 第一套 9 | 10 | ![](https://raw.githubusercontent.com/Qliangw/imgForUnraid/main/emby_img/img/static_01.png) 11 | 12 | ### 第二套 13 | 14 | ![](https://raw.githubusercontent.com/Qliangw/imgForUnraid/main/emby_img/img/static_02.png) 15 | 16 | 17 | ## 动态图 18 | 19 | ### 第一套 20 | 21 | ![](https://raw.githubusercontent.com/Qliangw/imgForUnraid/main/emby_img/img/non-static_01.png) 22 | -------------------------------------------------------------------------------- /emby_img/img/emby_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/img/emby_demo.png -------------------------------------------------------------------------------- /emby_img/img/non-static_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/img/non-static_01.png -------------------------------------------------------------------------------- /emby_img/img/static_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/img/static_01.png -------------------------------------------------------------------------------- /emby_img/img/static_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/img/static_02.png -------------------------------------------------------------------------------- /emby_img/non-static_01/JPorn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/non-static_01/JPorn.png -------------------------------------------------------------------------------- /emby_img/non-static_01/Live-TV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/non-static_01/Live-TV.png -------------------------------------------------------------------------------- /emby_img/non-static_01/Porn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/non-static_01/Porn.png -------------------------------------------------------------------------------- /emby_img/non-static_01/anime1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/non-static_01/anime1.png -------------------------------------------------------------------------------- /emby_img/non-static_01/anime2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/non-static_01/anime2.png -------------------------------------------------------------------------------- /emby_img/non-static_01/collection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/non-static_01/collection.png -------------------------------------------------------------------------------- /emby_img/non-static_01/documentary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/non-static_01/documentary.png -------------------------------------------------------------------------------- /emby_img/non-static_01/movie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/non-static_01/movie.png -------------------------------------------------------------------------------- /emby_img/non-static_01/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/non-static_01/music.png -------------------------------------------------------------------------------- /emby_img/non-static_01/tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/non-static_01/tv.png -------------------------------------------------------------------------------- /emby_img/static_01/IPTV.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_01/IPTV.jpg -------------------------------------------------------------------------------- /emby_img/static_01/IPTV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_01/IPTV.png -------------------------------------------------------------------------------- /emby_img/static_01/IPTV录播.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_01/IPTV录播.jpg -------------------------------------------------------------------------------- /emby_img/static_01/Porn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_01/Porn.png -------------------------------------------------------------------------------- /emby_img/static_01/动漫.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_01/动漫.png -------------------------------------------------------------------------------- /emby_img/static_01/合集.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_01/合集.png -------------------------------------------------------------------------------- /emby_img/static_01/国产剧集.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_01/国产剧集.jpg -------------------------------------------------------------------------------- /emby_img/static_01/欧美剧集.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_01/欧美剧集.jpg -------------------------------------------------------------------------------- /emby_img/static_01/特效字幕.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_01/特效字幕.jpg -------------------------------------------------------------------------------- /emby_img/static_01/电影.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_01/电影.png -------------------------------------------------------------------------------- /emby_img/static_01/电视剧.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_01/电视剧.jpg -------------------------------------------------------------------------------- /emby_img/static_01/电视剧.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_01/电视剧.png -------------------------------------------------------------------------------- /emby_img/static_01/电视录制.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_01/电视录制.png -------------------------------------------------------------------------------- /emby_img/static_01/纪录片.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_01/纪录片.png -------------------------------------------------------------------------------- /emby_img/static_01/综艺.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_01/综艺.png -------------------------------------------------------------------------------- /emby_img/static_01/豆瓣250.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_01/豆瓣250.jpg -------------------------------------------------------------------------------- /emby_img/static_01/韩日剧集.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_01/韩日剧集.jpg -------------------------------------------------------------------------------- /emby_img/static_01/音乐.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_01/音乐.png -------------------------------------------------------------------------------- /emby_img/static_02/250.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_02/250.jpg -------------------------------------------------------------------------------- /emby_img/static_02/iptv.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_02/iptv.jpg -------------------------------------------------------------------------------- /emby_img/static_02/iptv录播.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_02/iptv录播.jpg -------------------------------------------------------------------------------- /emby_img/static_02/oldboys.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_02/oldboys.jpg -------------------------------------------------------------------------------- /emby_img/static_02/动漫.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_02/动漫.jpg -------------------------------------------------------------------------------- /emby_img/static_02/合集.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_02/合集.jpg -------------------------------------------------------------------------------- /emby_img/static_02/周星驰.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_02/周星驰.jpg -------------------------------------------------------------------------------- /emby_img/static_02/国产.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_02/国产.jpg -------------------------------------------------------------------------------- /emby_img/static_02/想看.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_02/想看.jpg -------------------------------------------------------------------------------- /emby_img/static_02/欧美.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_02/欧美.jpg -------------------------------------------------------------------------------- /emby_img/static_02/热剧.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_02/热剧.jpg -------------------------------------------------------------------------------- /emby_img/static_02/电子书.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_02/电子书.jpg -------------------------------------------------------------------------------- /emby_img/static_02/电影.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_02/电影.jpg -------------------------------------------------------------------------------- /emby_img/static_02/综艺.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_02/综艺.jpg -------------------------------------------------------------------------------- /emby_img/static_02/韩日.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_02/韩日.jpg -------------------------------------------------------------------------------- /emby_img/static_02/音乐.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/emby_img/static_02/音乐.jpg -------------------------------------------------------------------------------- /notify_wx/JD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/notify_wx/JD.png -------------------------------------------------------------------------------- /notify_wx/OpenWRT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/notify_wx/OpenWRT.png -------------------------------------------------------------------------------- /notify_wx/PT助手首图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/notify_wx/PT助手首图.png -------------------------------------------------------------------------------- /notify_wx/README.md: -------------------------------------------------------------------------------- 1 | notify_wx 2 | 3 | ----------- 4 | 5 | 预览 6 | 7 | ![](https://raw.githubusercontent.com/Qliangw/imgForUnraid/main/_img/notify_wx.png) 8 | 9 | -------------------------------------------------------------------------------- /notify_wx/bilibili.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/notify_wx/bilibili.jpeg -------------------------------------------------------------------------------- /notify_wx/bwg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/notify_wx/bwg.png -------------------------------------------------------------------------------- /notify_wx/emby_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/notify_wx/emby_01.png -------------------------------------------------------------------------------- /notify_wx/emby_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/notify_wx/emby_02.png -------------------------------------------------------------------------------- /notify_wx/ym.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/notify_wx/ym.png -------------------------------------------------------------------------------- /vm/README.md: -------------------------------------------------------------------------------- 1 | ## 存放虚拟机icon 2 | -------------------------------------------------------------------------------- /vm/fnos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/vm/fnos.png -------------------------------------------------------------------------------- /vm/synology.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qliangw/imgForUnraid/6d8f7394d6595b148717c517a99634874613b2ee/vm/synology.png --------------------------------------------------------------------------------