sw.tangxing117.us.kg Open in urlscan Pro
2606:4700:3035::6815:5650  Public Scan

URL: https://sw.tangxing117.us.kg/
Submission: On November 30 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

POST

<form method="POST" id="encodeForm">
  <div class="form-section">
    <div class="form-section-title">订阅链接</div>
    <textarea class="form-control" id="inputTextarea" name="input" required="" placeholder="vmess://abcd..." rows="3"></textarea>
  </div>
  <div class="form-check form-switch mb-3">
    <input class="form-check-input" type="checkbox" id="advancedToggle">
    <label class="form-check-label" for="advancedToggle">高级选项</label>
  </div>
  <div id="advancedOptions">
    <div class="form-section">
      <div class="container">
        <div class="header-container">
          <h4 class="header-title">规则选择</h4>
          <span class="tooltip-icon">
            <i class="fas fa-question-circle"></i>
            <span class="tooltip-content"> 这些规则确定如何通过不同的代理或直接引导流量。如果您不确定,可以使用预定义的规则集。 </span>
          </span>
        </div>
        <div class="content-container mb-3">
          <select class="form-select" id="predefinedRules" onchange="applyPredefinedRules()">
            <option value="custom">自定义</option>
            <option value="minimal">轻量</option>
            <option value="balanced">常用</option>
            <option value="comprehensive">全部</option>
          </select>
        </div>
        <div class="row" id="ruleCheckboxes">
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Ad Block" id="Ad Block" name="selectedRules">
              <label class="form-check-label" for="Ad Block">🛑 广告拦截</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="AI Services" id="AI Services" name="selectedRules">
              <label class="form-check-label" for="AI Services">💬 AI 服务</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Bilibili" id="Bilibili" name="selectedRules">
              <label class="form-check-label" for="Bilibili">📺 哔哩哔哩</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Youtube" id="Youtube" name="selectedRules">
              <label class="form-check-label" for="Youtube">📹 油管视频</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Google" id="Google" name="selectedRules">
              <label class="form-check-label" for="Google">🔍 谷歌服务</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Private" id="Private" name="selectedRules">
              <label class="form-check-label" for="Private">🏠 私有网络</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Location:CN" id="Location:CN" name="selectedRules">
              <label class="form-check-label" for="Location:CN">🔒 国内服务</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Telegram" id="Telegram" name="selectedRules">
              <label class="form-check-label" for="Telegram">📲 电报消息</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Github" id="Github" name="selectedRules">
              <label class="form-check-label" for="Github">🐱 Github</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Microsoft" id="Microsoft" name="selectedRules">
              <label class="form-check-label" for="Microsoft">Ⓜ️ 微软服务</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Apple" id="Apple" name="selectedRules">
              <label class="form-check-label" for="Apple">🍏 苹果服务</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Social Media" id="Social Media" name="selectedRules">
              <label class="form-check-label" for="Social Media">🌐 社交媒体</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Streaming" id="Streaming" name="selectedRules">
              <label class="form-check-label" for="Streaming">🎬 流媒体</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Gaming" id="Gaming" name="selectedRules">
              <label class="form-check-label" for="Gaming">🎮 游戏平台</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Education" id="Education" name="selectedRules">
              <label class="form-check-label" for="Education">📚 教育资源</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Financial" id="Financial" name="selectedRules">
              <label class="form-check-label" for="Financial">💰 金融服务</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Cloud Services" id="Cloud Services" name="selectedRules">
              <label class="form-check-label" for="Cloud Services">☁️ 云服务</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Non-China" id="Non-China" name="selectedRules">
              <label class="form-check-label" for="Non-China">🌐 非中国</label>
            </div>
          </div>
        </div>
        <div class="mt-4">
          <h5>自定义规则</h5>
          <div class="form-check form-switch mb-3">
            <input class="form-check-input" type="checkbox" id="crpinToggle">
            <label class="form-check-label" for="crpinToggle">固定自定义规则</label>
          </div>
          <div id="customRules">
            <!-- Custom rules will be dynamically added here -->
          </div>
          <button type="button" class="btn btn-secondary mt-2" onclick="addCustomRule()">添加自定义规则</button>
        </div>
      </div>
    </div>
    <div class="form-section">
      <div class="form-section-title d-flex align-items-center"> 基本配置设置(可选) <span class="tooltip-icon ms-2">
          <i class="fas fa-question-circle"></i>
          <span class="tooltip-content"> 此功能是实验性的,可能无法按预期工作。您可以在此处粘贴自己的基本配置。转到 <a href="https://github.com/yixiu001/sublink-worker/blob/main/docs/base-config.md" target="_blank">文档</a> 了解更多信息。 </span>
        </span>
      </div>
      <div class="mb-3">
        <select class="form-select" id="configType">
          <option value="singbox">SingBox (JSON)</option>
          <option value="clash">Clash (YAML)</option>
        </select>
      </div>
      <div class="mb-3">
        <textarea class="form-control" id="configEditor" rows="3" placeholder="将您的自定义配置粘贴到此处..."></textarea>
      </div>
      <div class="d-flex gap-2">
        <button type="button" class="btn btn-secondary" onclick="saveConfig()">保存配置</button>
        <button type="button" class="btn btn-outline-danger" onclick="clearConfig()">
          <i class="fas fa-trash-alt me-2"></i>清除配置 </button>
      </div>
    </div>
  </div>
  <div class="d-flex gap-2 mt-4">
    <button type="submit" class="btn btn-primary flex-grow-1">
      <i class="fas fa-sync-alt me-2"></i>转换 </button>
    <button type="button" class="btn btn-outline-secondary" id="clearFormBtn">
      <i class="fas fa-trash-alt me-2"></i>清除 </button>
  </div>
</form>

Text Content

SUBLINK WORKER 汉化版

订阅链接
高级选项

规则选择

这些规则确定如何通过不同的代理或直接引导流量。如果您不确定,可以使用预定义的规则集。
自定义 轻量 常用 全部
🛑 广告拦截
💬 AI 服务
📺 哔哩哔哩
📹 油管视频
🔍 谷歌服务
🏠 私有网络
🔒 国内服务
📲 电报消息
🐱 Github
Ⓜ️ 微软服务
🍏 苹果服务
🌐 社交媒体
🎬 流媒体
🎮 游戏平台
📚 教育资源
💰 金融服务
☁️ 云服务
🌐 非中国

自定义规则

固定自定义规则

添加自定义规则
基本配置设置(可选) 此功能是实验性的,可能无法按预期工作。您可以在此处粘贴自己的基本配置。转到 文档 了解更多信息。
SingBox (JSON) Clash (YAML)

保存配置 清除配置
转换 清除


您的订阅链接:

v2ray 订阅:

SingBox 订阅:

Clash 订阅:

自定义路径(可选):
https://sw.tangxing117.us.kg/s/ 保存的路径
短链接