# site-opsxshell **Repository Path**: attacker/site-opsxshell ## Basic Information - **Project Name**: site-opsxshell - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-09-02 - **Last Updated**: 2026-09-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # site-opsxshell OpsXShell 产品官网(静态站)。无框架、无外部 CDN 依赖,纯 HTML / CSS / JS。 ## 结构 ```text index.html # 单页产品站(zh-CN) assets/style.css # 暗色主题样式(与应用配色一致) assets/main.js # 导航 / FAQ / 复制校验和 assets/icon.svg # 应用图标(与客户端 docs/assets 同源) download/ # macOS 安装包与 SHA256SUMS(发版时替换) ``` ## 本地预览 ```bash python3 -m http.server 8080 # 打开 http://127.0.0.1:8080 ``` 直接双击 index.html 也可查看(复制校验和按钮在 file:// 下会降级提示手动复制)。 ## 发版更新清单 1. 用新安装包替换 `download/OpsXShell_2.1.1_aarch64.dmg`(保留原文件名规则 `OpsXShell_<版本>_<架构>.dmg`)。 2. 同步替换 `download/SHA256SUMS.txt`,并更新 `index.html` 中三处内容: - 顶部导航品牌角的版本号 `v2.1.1`; - 下载区块的标题、大小与日期; - SHA-256 值(`data-copy` 属性与显示文本都要改)。 3. 功能或价格变化时同步「核心能力 / 价格 / FAQ」区块,事实以主仓库 `README.md` 与 `docs/` 为准,不得宣称未实机的签名、公证或自动更新。 ## 事实来源 所有功能、价格与安全描述取自主仓库(opsxshell)`README.md`、`docs/` 与应用内 i18n 文案;发布新版本时两处需同步核对。