Skip to content

Instantly share code, notes, and snippets.

View shelken's full-sized avatar
🍥

Shelken shelken

🍥
View GitHub Profile
@JamesHopbourn
JamesHopbourn / feishu.json
Last active June 5, 2026 01:44
含参数的 iOS URL Scheme 收集.md
{
"key_open_app_link_config": {
"hosts": {
"eu_ea": [
"applink.feishu.cn",
"applink.larksuite.com"
],
"eu_nc": [
"applink.feishu.cn",
"applink.larksuite.com"
@minimaxir
minimaxir / AGENTS.md
Last active May 20, 2026 04:57
Rust AGENTS.md (2026-02-23)

Agent Guidelines for Rust Code Quality

This document provides guidelines for maintaining high-quality Rust code. These rules MUST be followed by all AI coding agents and contributors.

Your Core Principles

All code you write MUST be fully optimized.

"Fully optimized" includes:

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "sing-box config schema",
"type": "object",
"properties": {
"log": {
"$ref": "#/$defs/log.schema.json"
},
"dns": {
"$ref": "#/$defs/dns.schema.json"