From 7687b4e7b804bb0cafc31f1057f6d501ab4c404d Mon Sep 17 00:00:00 2001 From: qwq Date: Tue, 28 Apr 2026 14:41:39 +0800 Subject: [PATCH] =?UTF-8?q?4.27=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot --- Wing-A500.html | 2 +- about.html | 932 ------------------------------- header_footer_dark.html | 4 +- index_new.html | 53 +- interrupt_realtime_wingsemi.html | 44 +- 5 files changed, 41 insertions(+), 994 deletions(-) delete mode 100644 about.html diff --git a/Wing-A500.html b/Wing-A500.html index 23bcfd2..b5743b1 100644 --- a/Wing-A500.html +++ b/Wing-A500.html @@ -343,7 +343,7 @@

- 核心产品系列 + 通用处理器IP

Wing-A Series

diff --git a/about.html b/about.html deleted file mode 100644 index d4579d3..0000000 --- a/about.html +++ /dev/null @@ -1,932 +0,0 @@ - - - - - - 关于我们 - 隼瞻科技 - - - - - - - - - -
-
-
-

- 关于我们 -

-

- 隼瞻科技是一家专注于提供专用处理器IP和EDA设计平台的创新型高科技公司,致力于为客户提供高性能、低功耗的处理器IP和先进的EDA设计工具 -

-
-
-
-
- - -
-
-
- - - - - - -
-
-
- - -
-
- -
-
-
-

公司简介

-

- 隼瞻科技成立于2015年,是一家专注于提供专用处理器IP和EDA设计平台的创新型高科技公司。公司总部位于中国上海,并在北京、深圳等地设有分支机构。 -

-

- 隼瞻科技的核心团队来自国内外顶尖的半导体公司和研究机构,拥有丰富的处理器设计、EDA工具开发和系统集成经验。我们致力于为客户提供高性能、低功耗的处理器IP和先进的EDA设计工具,帮助客户加速产品创新,提升市场竞争力。 -

-

- 多年来,隼瞻科技凭借卓越的技术实力和优质的服务,已经成为半导体行业的重要供应商之一。我们的客户遍布全球,包括芯片设计公司、电子设备制造商、物联网设备供应商等多个领域。 -

-
-
-

50+

-

全球客户

-
-
-

100+

-

专业技术人员

-
-
-

30+

-

核心技术专利

-
-
-

8+

-

行业解决方案

-
-
-
-
- 隼瞻科技公司 -
-
-
- - - - - - - - - - - - - - - -
-
- - -
-
-
-

合作伙伴

-

- 我们与众多优秀的企业和机构建立了长期稳定的合作关系,共同推动半导体行业的发展 -

-
-
- -
- 合作伙伴1 -
-
- 合作伙伴2 -
-
- 合作伙伴3 -
-
- 合作伙伴4 -
-
- 合作伙伴5 -
-
-
-
- - - - - \ No newline at end of file diff --git a/header_footer_dark.html b/header_footer_dark.html index 5c50cbe..02c187c 100644 --- a/header_footer_dark.html +++ b/header_footer_dark.html @@ -455,7 +455,7 @@ class="fa fa-magic text-2xl text-gray-300 group-hover/item:text-white">
AI融合技术 + class="text-sm font-medium text-gray-300 group-hover/item:text-white">用户案例 @@ -729,6 +729,8 @@

产品

@@ -771,30 +766,11 @@
- - @@ -809,7 +785,7 @@
- 基于 RISCAL 的敏捷开发平台 + 基于革命性的DSA处理器设计方法学

国内最优秀的EDA处理器敏捷开发平台
ArchitStudio @@ -857,7 +833,7 @@

- + 深入探索 ArchitStudio @@ -976,7 +952,7 @@ - + 探索端侧 AI 解决方案 @@ -1131,7 +1107,7 @@ 联系我们 - + 了解更多 @@ -1347,6 +1323,7 @@ // 边界处理 - 平滑穿越 if (particle.x < -50) particle.x = this.canvas.width + 50; + if (particle.x > this.canvas.width + 50) particle.x = -50; if (particle.y < -50) particle.y = this.canvas.height + 50; if (particle.y > this.canvas.height + 50) particle.y = -50; diff --git a/interrupt_realtime_wingsemi.html b/interrupt_realtime_wingsemi.html index 110b53c..d90fdf6 100644 --- a/interrupt_realtime_wingsemi.html +++ b/interrupt_realtime_wingsemi.html @@ -11,21 +11,21 @@ theme: { extend: { colors: { - primary: '#165DFF', /* 隼瞻科技蓝 */ - secondary: '#36CFC9', /* 辅助青色 */ - accent: '#F7BA1E', /* 强调色 */ - dark: '#111827', /* 统一底色 */ - darker: '#0b1220', - 'dark-card': '#1f2937', - 'dark-text': '#94A3B8', - 'code-bg': '#1e1e1e', + primary: '#3b82f6', /* 统一的亮蓝色 */ + secondary: '#38bdf8', /* 浅一些的天蓝色,用于提亮硬件加速等模块 */ + accent: '#60a5fa', /* 强调色 */ + dark: '#1e293b', /* 整体底色变浅 (原来是 0f172a) */ + darker: '#0f172a', /* 最深背景变浅 (原来是 0a0f1a) */ + 'dark-card': '#334155', /* 稍微提亮的模块背景 (原来是 1e293b) */ + 'dark-text': '#cbd5e1', /* 统一灰文本提亮 */ + 'code-bg': '#1e293b', }, fontFamily: { sans: ['Inter', 'system-ui', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'sans-serif'], mono: ['Menlo', 'Monaco', 'Consolas', 'Liberation Mono', 'Courier New', 'monospace'], }, boxShadow: { - 'glow': '0 0 20px rgba(22, 93, 255, 0.3)', + 'glow': '0 0 20px rgba(59, 130, 246, 0.3)', } } } @@ -63,8 +63,8 @@ } #wingsemi-interrupt-page { - background-color: #0b1220 !important; - color: #ffffff !important; + background-color: #0f172a !important; /* 整体背景底色变亮 */ + color: #f8fafc !important; } #wingsemi-interrupt-page .text-white { @@ -72,23 +72,23 @@ } #wingsemi-interrupt-page .text-dark-text { - color: #94A3B8 !important; + color: #cbd5e1 !important; /* 灰文本变亮 */ } #wingsemi-interrupt-page .text-gray-400 { - color: #9ca3af !important; + color: #cbd5e1 !important; /* 灰文本变亮 */ } #wingsemi-interrupt-page .text-gray-500 { - color: #6b7280 !important; + color: #94a3b8 !important; /* 灰文本变亮 */ } #wingsemi-interrupt-page .text-primary { - color: #165DFF !important; + color: #3b82f6 !important; } #wingsemi-interrupt-page .text-secondary { - color: #36CFC9 !important; + color: #2563eb !important; } #wingsemi-interrupt-page h1, @@ -112,7 +112,7 @@
+ style="background-image: linear-gradient(#3b82f6 1px, transparent 1px), linear-gradient(90deg, #3b82f6 1px, transparent 1px); background-size: 50px 50px;">
@@ -237,17 +237,17 @@

隼瞻增强技术步骤

-
-
中断发起
跳转时间
-
向量中断、缩短
接入服务时间
+
+
中断发起
跳转时间
+
向量中断、缩短
接入服务时间
-
+
并行处理上下文切换
-
+