diff options
author | yp05327 <576951401@qq.com> | 2025-02-18 17:10:30 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-18 00:10:30 -0800 |
commit | 241f799edfecda763c7571ea33e82356b6689423 (patch) | |
tree | 789335d2bfc0549f9afc3517b3a6a680fe24a9c2 | |
parent | 9f560d47c9516e69ffdb077658439442f40c4629 (diff) | |
download | gitea-241f799edfecda763c7571ea33e82356b6689423.tar.gz gitea-241f799edfecda763c7571ea33e82356b6689423.zip |
Update README screenshots (#33347)
@lunny @techknowlogick
Wait for the update of https://dl.gitea.com/screenshots
Can you move all old screenshots into
https://dl.gitea.com/screenshots/old ?
Then run the action to upload new screenshots to
https://dl.gitea.com/screenshots
Follow #33149.
As I mentioned here:
https://github.com/go-gitea/gitea/pull/33149#issuecomment-2581787057,
the prepare process is almost finished.
The backend technical is using newly added `workflow_dispatch` feature
for Gitea Action to take the screenshots automatically.
Then we can easily sync the screenshots to the latest version without
annoying manual work.
Get more information from https://gitea.com/gitea/deployment
-rw-r--r-- | README.md | 64 | ||||
-rw-r--r-- | README_ZH.md | 64 |
2 files changed, 118 insertions, 10 deletions
@@ -150,10 +150,64 @@ for the full license text. <details> <summary>Looking for an overview of the interface? Check it out!</summary> -|||| -|:---:|:---:|:---:| -|||| -|||| -|||| +### Login/Register Page + + + + +### User Dashboard + + + + + + +### User Profile + + + +### Explore + + + + + +### Repository + + + + + + + + + +#### Repository Issue + + + + +#### Repository Pull Requests + + + + + + +#### Repository Actions + + + + +#### Repository Activity + + + + + + +### Organization + + </details> diff --git a/README_ZH.md b/README_ZH.md index 2dd60fd564..89c34f6b63 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -93,10 +93,64 @@ Gitea 提供官方的 [go-sdk](https://gitea.com/gitea/go-sdk),以及名为 [t <details> <summary>截图</summary> -|||| -|:---:|:---:|:---:| -|||| -|||| -|||| +### 登录界面 + + + + +### 用户首页 + + + + + + +### 用户资料 + + + +### 探索 + + + + + +### 仓库 + + + + + + + + + +#### 仓库工单 + + + + +#### 仓库合并请求 + + + + + + +#### 仓库 Actions + + + + +#### 仓库动态 + + + + + + +### 组织 + + </details> |