Use remote dstalk logo asset

Point the favicon and brand image to the shared Pulsareon image repository so the site uses the canonical logo asset.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-25 20:43:45 +08:00
parent 087a6be3f2
commit 2142fabb79

View File

@@ -8,7 +8,7 @@
<meta property="og:title" content="dstalk — C/C++ AI 编程 CLI">
<meta property="og:description" content="DeepSeek V4 驱动C ABI 可嵌入CLI 当前可用GUI、插件与 LSP 持续推进。">
<meta property="og:type" content="website">
<link rel="icon" href="dstalk_logo.svg" type="image/svg+xml">
<link rel="icon" href="https://git.pulsareon.com/Res/Image/src/branch/main/dstalk_logo.svg" type="image/svg+xml">
<title>dstalk — DeepSeek V4 AI 编程 CLI</title>
<style>
:root {
@@ -195,7 +195,7 @@
<body>
<nav class="nav" aria-label="主导航">
<div class="container nav-inner">
<a class="brand" href="#top" aria-label="dstalk 首页"><img class="brand-mark" src="dstalk_logo.svg" alt="" width="36" height="36"><span>dstalk</span></a>
<a class="brand" href="#top" aria-label="dstalk 首页"><img class="brand-mark" src="https://git.pulsareon.com/Res/Image/src/branch/main/dstalk_logo.svg" alt="" width="36" height="36"><span>dstalk</span></a>
<div class="nav-links">
<a href="#features">特性</a>
<a href="#quickstart">快速开始</a>