国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
!(async () => { | |
// 配置 | |
//是否下载储存在语雀上的图片 | |
const DOWNLOAD_IMAGE = true; | |
// 修改 markdown 的图片路径 | |
// 示例:MARKDOWN_IMAGE_PATH = "/image/"; | |
// 效果: ->  | |
const MARKDOWN_IMAGE_PATH = ""; | |
class YuqueMarkdownDownload { |
[ | |
{ | |
"id": "749efa89-d429-4a4e-8295-6ae9e01226d4", | |
"Top": true, | |
"note": "粤语港剧社区平台", | |
"GEO": "Only-China", | |
"Search": true, | |
"title": "埋堆堆", | |
"name": "SyncnextMDD", | |
"api": "Syncnext://MDD" |
国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
// Package main is a sample macOS-app-bundling program to demonstrate how to | |
// automate the process described in this tutorial: | |
// | |
// https://medium.com/@mattholt/packaging-a-go-application-for-macos-f7084b00f6b5 | |
// | |
// Bundling the .app is the first thing it does, and creating the DMG is the | |
// second. Making the DMG is optional, and is only done if you provide | |
// the template DMG file, which you have to create beforehand. | |
// | |
// Example use: |