This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://json-schema.org/draft/2020-12/schema", | |
"$id": "https://example.com/product.schema.json", | |
"title": "sing-box config schema", | |
"type": "object", | |
"$defs": { | |
"listableString": { | |
"$comments": "ref:https://github.com/SagerNet/sing-box/blob/b0db869b052aa32ec1716e43f7c1f50d7e491057/option/types.go#L77", | |
"description": "allow not hava to be an array when there's single item", | |
"oneOf": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
db: | |
image: mysql:8.0.32 | |
environment: | |
MYSQL_ROOT_PASSWORD: root | |
MYSQL_DATABASE: typecho | |
typecho: | |
image: joyqi/typecho:1.2.0-php8.0-apache |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name FastGit | |
// @version 0.8.1 | |
// @description GitHub Clone or download、Releases 下载加速 | |
// @author Vhxubo | |
// @license MIT | |
// @icon https://github.githubassets.com/favicon.ico | |
// @homepage https://gist.github.com/moeshin/f63d97740d82a3b562d67c1987a1dac8 | |
// @namespace https://gist.github.com/moeshin/f63d97740d82a3b562d67c1987a1dac8 | |
// @match https://github.com/*/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"html":"async function scheduleHtmlProvider(iframeContent = "", frameContent = "", dom = document) { | |
//除函数名外都可编辑 | |
//以下为示例,您可以完全重写或在此基础上更改 | |
res =await kingoProvider(dom) | |
console.log(res) | |
return res | |
} | |
async function kingoProvider(dom) { |