add electron runner

This commit is contained in:
Timi
2026-05-27 15:09:39 +08:00
parent 230f90b7a8
commit 3bd6fa9c97
12 changed files with 580 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
# 风格约定
- 使用中文沟通,文本文件使用 UTF-8 无 BOM。
- Docker 镜像按目录组织,目录名即镜像名后缀。
- Dockerfile 保持简单,优先复用已有基础镜像,如 `timi/gitea_runner_base:latest`
- README 使用中文说明用途、包含环境、构建命令和 Gitea Action 示例。
- shell 脚本以 `#!/bin/bash``set -e` 为基础风格。
- 不做无关重构,不改已有镜像除非任务明确要求。