Coder Social home page Coder Social logo

meta-docs's Introduction

Meta-Docs

mihomo 的文档

使用方法

设置虚拟环境

部分操作系统python3.11以上依赖虚拟环境运行,不能直接运行

安装virtualenv
  • debian

    • bash/zsh/fish
    apt update && apt install virtualenv
    • nushell
    apt update ; apt install virtualenv
  • archlinux

    pacman -Syu python-virtualenv
创建虚拟环境
virtualenv venv
使用虚拟环境
  • bash/zsh
source venv/bin/activate
  • nushell
use venv/bin/activate.nu
  • fish
source venv/bin/activate.fish
退出虚拟环境
deactivate
确认是否处于虚拟环境
which python3

设置源

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

安装依赖

pip install -r requirements.txt

预览修改

mkdocs serve

参考文档

https://squidfunk.github.io/mkdocs-material/setup/ https://squidfunk.github.io/mkdocs-material/reference/

推荐使用 Prettier 对文档进行格式化。

meta-docs's People

Contributors

chizi-0618 avatar eryx0 avatar fddh2012 avatar github-actions[bot] avatar larvan2 avatar leic4u avatar merrkry avatar puernya avatar scientificworld avatar stevejohnson7 avatar teapotium avatar xishang0128 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

meta-docs's Issues

dns配置部分疑似书写错误

既"geosite:geolocation-!cn":
- "https://dns.cloudflare.com/dns-query#dns"
- "https://dns.google/dns-query#dns"部分
在官方配置手册中,表明“书写规范应带引号,以防出现特殊字符”,而在手册中,表明引号为',不是“”
可是在“快捷配置”中,既"geosite:geolocation-!cn":
- "https://dns.cloudflare.com/dns-query#dns"
- "https://dns.google/dns-query#dns"
引用的是“”,并不是'这个单引号,与官方配置手册“书写规范应带引号,以防出现特殊字符”产生冲突,需要检查该部分内容是否出现错误?

对Proxy Groups中hidden参数的处理

根据Clash Meta的Wiki

proxy-groups:
- name: "proxy"
  type: select
  proxies:
  - DIRECT
  - ss
  use:
  - provider1
  - provider1

  url: 'https://www.gstatic.com/generate_204'
  interval: 300
  lazy: true
  timeout: 5000

  disable-udp: true
  interface-name: en0
  routing-mark: 11451
  include-all: false
  include-all-proxies: false
  include-all-providers: false
  filter: "(?i)港|hk|hongkong|hong kong"
  exclude-filter: "美|日"
  exclude-type: "Shadowsocks|Http"
  expected-status: 204
  hidden: true
  icon: xxx

其中对hidden的说明如下:
hidden

Returns hidden status in the API to hide the display of this proxy-groups (requires front-end adaptation using the API).

目前MetaCube XD 似乎并不支持对hidden参数的处理,添加该参数后,面板仍然显示对应的Proxy Group

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.