DNS 配置相关
Note
优先推荐使用这种配置,放弃 fallback 过时的方式
dns:
enable: true
use-system-hosts: true
<!DOCTYPE html> | |
<html lang="zh-CN"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>图片查看器插件</title> | |
<style> | |
body { | |
font-family: Arial, sans-serif; | |
margin: 0; |
#此处主要屏蔽小米云扫描组件 -> https://github.com/LoopDns/Fuck-you-MIUI/blob/main/MIhosts#L1 | |
0.0.0.0 log.avlyun.sec.intl.miui.com | |
0.0.0.0 update.avlyun.sec.miui.com | |
0.0.0.0 ixav-cse.avlyun.com | |
0.0.0.0 logupdate.avlyun.sec.miui.com | |
0.0.0.0 miui-fxcse.avlyun.com | |
0.0.0.0 sdkconf.avlyun.com | |
0.0.0.0 sdkconf.avlyun.com | |
0.0.0.0 miav-cse.avlyun.com | |
0.0.0.0 miav-cse.avlyun.com |
// ==UserScript== | |
// @name 修复 Shopify x 划词翻译插件冲突 | |
// @namespace http://nowtime.cc.net/ | |
// @version 2025-04-18 | |
// @description try to take over the world! | |
// @author Shine | |
// @match https://shopify.dev/docs/api/admin-graphql/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=shopify.dev | |
// @grant none | |
// ==/UserScript== |
{ | |
webPixel { | |
id | |
settings | |
} | |
currentAppInstallation { | |
id | |
activeSubscriptions { | |
id | |
status |
#!/bin/sh | |
# 更新 APK 包索引 | |
apk update | |
# 安装 OpenSSH 服务 | |
apk add openssh | |
# 生成 SSH 主机密钥 | |
ssh-keygen -A |
<!DOCTYPE html> | |
<html lang="zh-CN"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>您的评论已收到回复</title> | |
</head> | |
<body style="margin: 0; padding: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.6; color: #333333; background-color: #f7f7f7;"> | |
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse;"> | |
<tr> |
# ChatGPT | |
DOMAIN-SUFFIX,openai.com | |
DOMAIN-SUFFIX,chatgpt.com | |
DOMAIN-SUFFIX,oaistatic.com | |
# Grok | |
DOMAIN-SUFFIX,x.ai | |
DOMAIN-SUFFIX,grok.com | |
# Claude |
DNS 配置相关
Note
优先推荐使用这种配置,放弃 fallback 过时的方式
dns:
enable: true
use-system-hosts: true
package main | |
import ( | |
"fmt" | |
"github.com/titanous/json5" | |
"os" | |
"strings" | |
) | |
//TIP <p>To run your code, right-click the code and select <b>Run</b>.</p> <p>Alternatively, click |
Generate a git commit message following this structure:
1. First line: conventional commit format (type: concise description) (remember to use semantic types like feat, fix, docs, style, refactor, perf, test, chore, etc.)
2. Optional bullet points if more context helps:
- Keep the second line blank
- Keep them short and direct
- Focus on what changed