{"id":46064426,"url":"https://github.com/sectl/showwrite","last_synced_at":"2026-04-01T21:54:53.370Z","repository":{"id":296704121,"uuid":"994223327","full_name":"SECTL/ShowWrite","owner":"SECTL","description":"showwrite视频展台、sw视频展台、视频展台、希沃视频展台、汐沃视频展台","archived":false,"fork":false,"pushed_at":"2026-02-14T09:19:24.000Z","size":59774,"stargazers_count":11,"open_issues_count":1,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-14T12:35:03.900Z","etag":null,"topics":["camera","seewo","showwrite","software"],"latest_commit_sha":null,"homepage":"https://showwrite.sectl.top","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SECTL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-01T13:41:52.000Z","updated_at":"2026-02-14T10:39:01.000Z","dependencies_parsed_at":"2025-12-27T17:02:00.707Z","dependency_job_id":null,"html_url":"https://github.com/SECTL/ShowWrite","commit_stats":null,"previous_names":["wwcrdrvf6u/sw_easicamera","wwcrdrvf6u/showwrite","sectl/showwrite"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/SECTL/ShowWrite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SECTL%2FShowWrite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SECTL%2FShowWrite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SECTL%2FShowWrite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SECTL%2FShowWrite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SECTL","download_url":"https://codeload.github.com/SECTL/ShowWrite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SECTL%2FShowWrite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29969243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T11:43:06.159Z","status":"ssl_error","status_checked_at":"2026-03-01T11:43:03.887Z","response_time":124,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["camera","seewo","showwrite","software"],"created_at":"2026-03-01T12:05:32.946Z","updated_at":"2026-03-14T16:28:07.276Z","avatar_url":"https://github.com/SECTL.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\r\n  \u003cimg width=\"16%\" align=\"center\" src=\"logo-SW1.png\" alt=\"logo\"\u003e\r\n\u003c/p\u003e\r\n\r\n# ShowWrite视频展台 2.1\r\n## 下载\r\n[Github Releases](https://github.com/wwcrdrvf6u/ShowWrite/releases/)\r\n# 关于Show Write\r\n## 我们的设计理念\r\n**用户能改的，我们绝对不改**（指 让用户自己改源码）\r\n## 版本号命名\r\n为兼容希沃视频展台的原生启动器（**sweclauncher**），以便支持从侧边栏或中控菜单直接启动 **Show Write**，我们将应用的版本号格式调整为与希沃视频展台一致的风格。\r\n**示例：**\r\n```\r\nEasiCamera_2.1.1.8888\r\n```\r\n**结构说明：**\r\n\r\n| 部分   | 示例值          | 含义            |\r\n| ---- | ------------ | ------------- |\r\n| 前缀   | `EasiCamera` | 希沃视频展台的标识缩写   |\r\n| 分隔符  | `_`          | 固定分隔符         |\r\n| 主版本号 | `2.1.1`      | 应用自身的版本号      |\r\n| 尾缀   | `.8888`      | 区分希沃官方版本的附加标识 |\r\n\r\n保持与希沃原生版本号的兼容，又方便区分自研版本与官方版本。\r\n\r\n## 此软件的运行库\r\n### **.NET / WPF 基础库**\r\n* `System` — 基本类型、事件、IO 等\r\n* `System.IO` — 文件读写\r\n* `System.Threading.Tasks` — 异步任务\r\n* `System.Windows` — WPF 核心类（`Window`、`Application`、事件等）\r\n* `System.Windows.Controls` — WPF 控件（`Button`、`InkCanvas`、`Popup` 等）\r\n* `System.Windows.Ink` — WPF 墨迹绘制（笔迹数据、编辑模式）\r\n* `System.Windows.Input` — 输入事件（鼠标、触控、键盘）\r\n* `System.Windows.Media.Imaging` — 图像处理（`BitmapImage`、`BitmapSource` 等）\r\n* `System.Drawing`（别名 `D`）— GDI+ 图像处理（`Bitmap`、`Point` 等）\r\n### **WinForms 兼容库**\r\n* `System.Windows.Forms`（别名 `WinForms`）\r\n  * 用于颜色选择对话框（`ColorDialog`）\r\n  * 用于文件保存对话框（`SaveFileDialog`）\r\n### **第三方库**\r\n* `ImageMagick` — 图像处理库（Magick.NET，支持图像转换、编辑等）\r\n\r\n## 加入我们\r\n\r\n\u003cp\u003e\r\n  \u003cimg width=\"50%\" align=\"center\" src=\"讨论群.jpg\" alt=\"tqq\"\u003e\r\n\u003c/p\u003e\r\n\r\n\r\n   \r\n-（希沃视频展台）\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsectl%2Fshowwrite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsectl%2Fshowwrite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsectl%2Fshowwrite/lists"}