易语言
匹配度 1
yiyan.php
'中文编程', '教育', '快速开发', 'Windows', '易模块', '国产软件'
... --border: #d9e2ec;
--shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
--radius: 24px;
--font: 'Inter', -apple-system, BlinkMacSystemFont, 'SeGoe UI', Roboto, sans-serif;
--yi-pink: #ec4899;
--yi-dark: #be185d;
}
html { scroll-behavior: smooth; }
body {
...
Zig
匹配度 1
zig.php
'系统编程', '无宏', 'comptime', 'C 替代', '跨平台', '编译期计算', '嵌入式'
... --border: #d9e2ec;
--shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
--radius: 24px;
--font: 'Inter', -apple-system, BlinkMacSystemFont, 'SeGoe UI', Roboto, sans-serif;
}
body {
background: var(--bg);
font-family: var(--font);
color: var(--text-primary);
...