From c50b8eacf596724a0a447a33ff0d3b22c6359bd3 Mon Sep 17 00:00:00 2001 From: gitee-bot Date: Thu, 17 Jul 2025 07:28:07 +0000 Subject: [PATCH] Update README.md --- README.en.md | 16 ++++++++++++++++ README.md | 20 ++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 README.en.md create mode 100644 README.md diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000..566e668 --- /dev/null +++ b/README.en.md @@ -0,0 +1,16 @@ +# video-caption + +## Project Introduction +The video-caption project aims to provide an application capable of handling video subtitles. Key features may include loading, displaying, and synchronizing subtitles with video playback. + +## Installation Instructions +Please refer to the [project page](https://gitee.com/zx_test_project/video-caption) on Gitee for installation and setup guidance. + +## Usage Instructions +The project supports video playback and subtitle operations. For detailed usage and API documentation, please refer to the project instructions. + +## Contribution +Code contributions and issue reports are welcome. Visit the [Gitee project page](https://gitee.com/zx_test_project/video-caption) for more information. + +## License +This project is licensed under the MIT License. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..14c129d --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ + + +该项目是一个视频字幕相关的应用程序,主要功能可能包括视频播放和字幕处理。以下是项目的简要说明: + +# video-caption + +## 项目简介 +video-caption 项目旨在提供一个能够处理视频字幕的应用程序,可能的功能包括字幕的加载、显示以及与视频播放的同步控制。 + +## 安装说明 +请参考 Gitee 上的 [项目页面](https://gitee.com/zx_test_project/video-caption) 进行安装和设置。 + +## 使用说明 +该项目支持视频播放和字幕操作,具体使用方法和API文档请参考项目说明。 + +## 贡献 +欢迎贡献代码和报告问题,请访问 [Gitee 项目页面](https://gitee.com/zx_test_project/video-caption) 获取更多信息。 + +## 许可证 +该项目遵循 MIT 许可证。 \ No newline at end of file -- Gitee