IP
生成
中國Vmess協議資訊圖預覽圖
主參考影像

中國Vmess協議資訊圖

一張精美的中文技術資訊圖表海報,解釋了 Vmess 協議,適用於教育性社交媒體貼文、宣傳冊和網路安全知識卡。

這是一個平面設計和海報設計的GPT Image 2範例。請使用下方可直接使用的提示資訊產生類似的視覺素材,並在重複使用前查看Awesome GPT Image 2 Prompts署名和商業用途授權資訊。

需要完整的提示符號集?請使用 平面設計和海報設計 主題中心提供更多相關範例,或打開 GPT Image 2 提示庫 有關完整範例索引、可重複使用結構和來源歸屬的資訊。
試試這個提示

Free 1K preview

Generate one preview image instantly, no sign-up required.

4000/4000
Continue on Dovoo

提示詞

可直接複製的提示

{
  "type": "modern Chinese infographic poster",
  "topic": "{argument name=\"topic title\" default=\"Vmess Protocol\"}",
  "style": {
    "overall": "clean tech explainer, polished brochure-like educational poster, minimalist flat illustration, soft shadows, rounded white cards, blue-and-green cybersecurity color palette",
    "background": "warm off-white with faint geometric dots, subtle globe line art, and light decorative curves",
    "aspect_ratio": "4:5 vertical"
  },
  "header": {
    "title": "{argument name=\"main title\" default=\"Vmess Protocol\"}",
    "subtitle": "{argument name=\"subtitle text\" default=\"A flexible and powerful proxy transport protocol (V2Ray core protocol)\"}",
    "intro": "Vmess is one of the core protocols of the V2Ray project, designed to be efficient, flexible, and easy to extend, suitable for secure transmission in a variety of network environments.",
    "hero_illustration": "desktop monitor showing a blue V app icon and the word Vmess, beside a smartphone with a green shield checkmark"
  },
  "layout": {
    "grid": "2 columns, 4 rows of rounded content cards below the header",
    "sections": [
      {
        "number": 1,
        "title": "What is Vmess?",
        "position": "row 1 left",
        "count": 3,
        "labels": [
          "Vmess",
          "V2Ray = A multi-protocol framework, Vmess is one of the most commonly used protocols within it.",
          "Vmess is a proxy protocol developed by V2Ray, based on a custom authentication and encryption mechanism, with high transmission efficiency, flexible configuration, and support for multiple transport methods."
        ],
        "visual": "blue cube-like Vmess icon with a large V"
      },
      {
        "number": 2,
        "title": "Working principle",
        "position": "row 1 right",
        "count": 5,
        "labels": [
          "Client",
          "Connection establishment (authentication)",
          "Data transmission (encryption)",
          "Server",
          "The client establishes a connection with the server through pre-set information such as UUIDs, and after authentication, all data is transmitted in an encrypted channel."
        ],
        "visual": "laptop on the left, server stack on the right, green dashed arrow forward, blue dashed arrow backward, central lock-and-shield symbol"
      },
      {
        "number": 3,
        "title": "Core Features",
        "position": "row 2 left",
        "count": 4,
        "labels": [
          "Efficient Transmission",
          "Flexible and Secure",
          "Highly scalable",
          "Multiplexing support"
        ],
        "details": [
          "Uses binary transmission, with small overhead and fast speed.",
          "Supports multiple encryption and transmission methods, with high security.",
          "Fields are extensible to meet the needs of different scenarios.",
          "Supports multiplexing (Mux) to reduce latency."
        ],
        "visual": "4 vertically stacked feature rows with green, blue, orange, and purple icons"
      },
      {
        "number": 4,
        "title": "Main Components",
        "position": "row 2 right",
        "count": 4,
        "labels": [
          "User Identifier (UUID)",
          "Additional ID (Alter ID)",
          "Encryption Method (Security)",
          "Transport"
        ],
        "details": [
          "Unique identifier used for client authentication.",
          "Enhances obfuscation to prevent traffic fingerprinting.",
          "Data encryption algorithm used for transmission, such as AES, ChaCha20, etc.",
          "Such as TCP, WebSocket, gRPC, HTTP/2, etc."
        ],
        "visual": "4 vertically stacked rows with square icons for user, cube, lock, and paper airplane"
      },
      {
        "number": 5,
        "title": "Configuration Example (Client)",
        "position": "row 3 left",
        "count": 2,
        "labels": [
          "JSON configuration code block",
          "field annotations list"
        ],
        "visual": "left-side rounded code panel showing JSON with keys v, ps, add, port, id, aid, scy, net, type, host, path, tls; right-side vertical notes explaining each field"
      },
      {
        "number": 6,
        "title": "Vmess vs. Other Protocols",
        "position": "row 3 right",
        "count": 4,
        "labels": [
          "Traits",
          "Vmess",
          "Shadowsocks",
          "Trojan"
        ],
        "visual": "Includes a comparison table with 6 rows: Developer, Transmission Efficiency, Scalability, Camouflage Ability, Multiplexing, and a header row",
        "table_notes": "Vmess column highlighted in soft green; other columns in neutral tones"
      },
      {
        "number": 7,
        "title": "Applicable Scenarios",
        "position": "row 4 left",
        "count": 4,
        "labels": [
          "Cross-border Access",
          "Enterprise intranet penetration",
          "Streaming media unlocking",
          "Network privacy protection"
        ],
        "details": [
          "Access to restricted websites and services.",
          "Securely connect to internal company resources.",
          "Unlock region-restricted video content.",
          "Encrypt traffic and protect your online privacy."
        ],
        "visual": "4 evenly spaced icon-and-caption items: globe, shield, play button, game controller"
      },
      {
        "number": 8,
        "title": "Key Summary",
        "position": "row 4 right",
        "count": 2,
        "labels": [
          "summary paragraph",
          "Remember in one sentence: Flexible, secure, and efficient."
        ],
        "visual": "large yellow light bulb icon on the left, text on the right in a blue rounded quote bar",
        "summary_text": "Vmess is an efficient, flexible, and secure proxy protocol. With its powerful extensibility, multiple transport support, and good concealment, it has become one of the most popular protocols in modern proxy tools (such as V2Ray)."
      }
    ]
  },
  "typography": {
    "title_style": "large bold sans-serif in dark navy",
    "section_title_style": "bold Chinese sans-serif with colored numbered badges",
    "body_style": "compact readable Chinese UI font",
    "emphasis": "blue pill subtitle, colored icons, green and blue accents"
  },
  "color_palette": {
    "navy": "#14264a",
    "blue": "#5b8ff9",
    "light_blue": "#eaf2ff",
    "green": "#67c587",
    "light_green": "#eaf8ef",
    "purple": "#8c7cf3",
    "orange": "#f3b35f",
    "card": "#ffffff",
    "border": "#e8ebf2",
    "background": "#f7f5f2"
  }
}

提示變數

提示符號中可編輯的參數佔位符及其預設值。

3
多變的
topic title
預設
Vmess Protocol
多變的
main title
預設
Vmess Protocol
多變的
subtitle text
預設
A flexible and powerful proxy transport protocol (V2Ray core protocol)

Best for

  • - 平面設計和海報設計 visual exploration
  • - Image generation and reference-image edits
  • - Reusable briefs that keep source attribution visible

Change these parts

  • - Subject, product, character, or scene
  • - Aspect ratio, camera, lighting, and background
  • - Brand, text, color, and output constraints

Recommended model and settings

  • - Model: gpt-image-2
  • - Input mode: 文生圖
  • - Aspect ratio: source
  • - Commercial status: review original source

How to use this prompt

  1. 1. Copy the prompt and preserve its structure for the first test.
  2. 2. Replace the subject, context, and publishing channel.
  3. 3. Change one camera, lighting, or style variable per iteration.
  4. 4. Inspect the output, source, text, and rights before reuse.

Limitations, source, and reuse cautions

  • - Generated output is an editable draft, not factual, legal, or rights evidence.
  • - Review the linked source, people, brands, logos, text, and third-party media before commercial use.
內容來自Awesome GPT Image 2 Prompts 。必須註明出處。商業用途狀態為allowed ;付費使用前請查看來源版權資訊。

此類案例更多

按類別、輸入模式相容性、品質和低風險進行優先排序。

6

重用和來源註釋

預覽案例後,請謹慎使用此提示。

  1. 1.複製提示或直接在 Dovoo 中使用生成按鈕開啟提示。
  2. 2.根據您的實際使用情況調整變數、寬高比和參考影像。
  3. 3.發布或付費使用前,請確認版權、署名要求以及品牌或肖像權風險。