Skip to content

Commit

Permalink
package: update branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Dec 13, 2024
1 parent 99c1ef3 commit 282cb2d
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: app-test

on:
push:
branches: [master]
branches: [main]
paths:
- '**'
- '!README.md'
Expand All @@ -12,7 +12,7 @@ on:
- '!.github/**'
- '.github/workflows/app-test.yml'
pull_request:
branches: [master]
branches: [main]
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: documents
on:
# run every time a push occurs in the docs folder
push:
branches: [master]
branches: [main]
paths:
- docs/**
- README.md
Expand Down
8 changes: 4 additions & 4 deletions README.ko-KR.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

쉽고 빠르게 시작하는 **[Vite](https://vitejs.dev)** + **[Vue 3](https://vuejs.org)** + **[Electron](https://www.electronjs.org)** 템플릿

[![awesome-vite](https://awesome.re/mentioned-badge.svg)](https://github.com/vitejs/awesome-vite) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jooy2/vutron/blob/master/LICENSE) ![Stars](https://img.shields.io/github/stars/jooy2/vutron?style=social) ![Commit Count](https://img.shields.io/github/commit-activity/y/jooy2/vutron) [![Followers](https://img.shields.io/github/followers/jooy2?style=social)](https://github.com/jooy2)
[![awesome-vite](https://awesome.re/mentioned-badge.svg)](https://github.com/vitejs/awesome-vite) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jooy2/vutron/blob/main/LICENSE) ![Stars](https://img.shields.io/github/stars/jooy2/vutron?style=social) ![Commit Count](https://img.shields.io/github/commit-activity/y/jooy2/vutron) [![Followers](https://img.shields.io/github/followers/jooy2?style=social)](https://github.com/jooy2)

![vutron-logo](.github/resources/vutron-sample.webp)

[English](https://github.com/jooy2/vutron/blob/master/README.md) · **한국어** · [简体中文](https://github.com/jooy2/vutron/blob/master/README.zh-CN.md)
[English](https://github.com/jooy2/vutron/blob/main/README.md) · **한국어** · [简体中文](https://github.com/jooy2/vutron/blob/main/README.zh-CN.md)

**Vutron** 템플릿은 `Electron`으로 사전 설정 된 크로스 플랫폼 데스크톱 앱입니다. 이 프로젝트는 `Vue 3`을 사용하여 적은 노력으로 빠른 빌드를 가능하게 해줍니다.

Expand Down Expand Up @@ -40,8 +40,8 @@

## 기여

[GitHub Issue](https://github.com/jooy2/vutron/issues) 페이지를 통해 문제를 보고할 수 있습니다. 또한 자주 사용될 만한 기능이나 버그 수정에 대해 Pull Request를 보내주실 수 있습니다.
누구나 새로운 이슈를 보고하거나 풀 리퀘스트를 제출하여 프로젝트에 기여할 수 있습니다. 자세한 내용은 [CONTRIBUTING.md](CONTRIBUTING.md)를 참조하세요.

## 라이선스

Copyright © 2022-2024 [CDGet](https://cdget.com) <[jooy2.contact@gmail.com](mailto:jooy2.contact@gmail.com)> Released under the MIT license.
프로젝트 소유자, 사용 권한 등에 대한 자세한 내용은 [LICENSE](LICENSE) 파일을 참조하세요.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

Quick Start Templates for **[Vite](https://vitejs.dev)** + **[Vue 3](https://vuejs.org)** + **[Electron](https://www.electronjs.org)**

[![awesome-vite](https://awesome.re/mentioned-badge.svg)](https://github.com/vitejs/awesome-vite) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jooy2/vutron/blob/master/LICENSE) ![Stars](https://img.shields.io/github/stars/jooy2/vutron?style=social) ![Commit Count](https://img.shields.io/github/commit-activity/y/jooy2/vutron) [![Followers](https://img.shields.io/github/followers/jooy2?style=social)](https://github.com/jooy2)
[![awesome-vite](https://awesome.re/mentioned-badge.svg)](https://github.com/vitejs/awesome-vite) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jooy2/vutron/blob/main/LICENSE) ![Stars](https://img.shields.io/github/stars/jooy2/vutron?style=social) ![Commit Count](https://img.shields.io/github/commit-activity/y/jooy2/vutron) [![Followers](https://img.shields.io/github/followers/jooy2?style=social)](https://github.com/jooy2)

![vutron-logo](.github/resources/vutron-sample.webp)

**English** · [한국어](https://github.com/jooy2/vutron/blob/master/README.ko-KR.md) · [简体中文](https://github.com/jooy2/vutron/blob/master/README.zh-CN.md)
**English** · [한국어](https://github.com/jooy2/vutron/blob/main/README.ko-KR.md) · [简体中文](https://github.com/jooy2/vutron/blob/main/README.zh-CN.md)

**Vutron** is a preconfigured template for developing `Electron` cross-platform desktop apps. It uses `Vue 3` and allows you to build a fast development environment with little effort.

Expand Down Expand Up @@ -38,10 +38,11 @@ Quick Start Templates for **[Vite](https://vitejs.dev)** + **[Vue 3](https://vue

For complete documentation including installation instructions and basic usage, please refer to each item in the link below: https://vutron.cdget.com/installation-and-build/getting-started

## Contribute
## Contributing

You can report issues on [GitHub Issue](https://github.com/jooy2/vutron/issues). You can also request a pull to fix bugs and add frequently used features.
Anyone can contribute to the project by reporting new issues or submitting a pull request. For more information, please see [CONTRIBUTING.md](CONTRIBUTING.md).

## License

Copyright © 2022-2024 [CDGet](https://cdget.com) <[jooy2.contact@gmail.com](mailto:jooy2.contact@gmail.com)> Released under the MIT license.
Please see the [LICENSE](LICENSE) file for more information about project owners, usage rights, and more.

12 changes: 6 additions & 6 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

快速启动模板,适用于 **[Vite](https://vitejs.dev)** + **[Vue 3](https://vuejs.org)** + **[Electron](https://www.electronjs.org)**

[![awesome-vite](https://awesome.re/mentioned-badge.svg)](https://github.com/vitejs/awesome-vite) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jooy2/vutron/blob/master/LICENSE) ![Stars(点赞数)](https://img.shields.io/github/stars/jooy2/vutron?style=social) ![提交次数](https://img.shields.io/github/commit-activity/y/jooy2/vutron) [![Followers(关注者数)](https://img.shields.io/github/followers/jooy2?style=social)](https://github.com/jooy2)
[![awesome-vite](https://awesome.re/mentioned-badge.svg)](https://github.com/vitejs/awesome-vite) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jooy2/vutron/blob/main/LICENSE) ![Stars(点赞数)](https://img.shields.io/github/stars/jooy2/vutron?style=social) ![提交次数](https://img.shields.io/github/commit-activity/y/jooy2/vutron) [![Followers(关注者数)](https://img.shields.io/github/followers/jooy2?style=social)](https://github.com/jooy2)

![vutron-logo](.github/resources/vutron-sample.webp)

[English](https://github.com/jooy2/vutron/blob/master/README.md) · [한국어](https://github.com/jooy2/vutron/blob/master/README.ko-KR.md) · **简体中文**
[English](https://github.com/jooy2/vutron/blob/main/README.md) · [한국어](https://github.com/jooy2/vutron/blob/main/README.ko-KR.md) · **简体中文**

**Vutron** 是一个预配置的模板,用于开发 `Electron` 跨平台桌面应用。它使用 `Vue 3`,使您能够轻松构建快速的开发环境。

Expand Down Expand Up @@ -38,10 +38,10 @@

完整的文档,包括安装说明和基本使用方法,请参阅以下链接的每个项目:https://vutron.cdget.com/installation-and-build/getting-started

## 贡献
## Contributing

您可以在 [GitHub 问题页面](https://github.com/jooy2/vutron/issues) 上报告问题。您还可以请求拉取请求,修复错误并添加常用功能
任何人都可以通过报告新问题或提交拉取请求为项目做出贡献。更多信息,请参阅 [CONTRIBUTING.md](CONTRIBUTING.md)

## 许可证
## License

版权所有 © 2022-2024 [CDGet](https://cdget.com) <[jooy2.contact@gmail.com](mailto:jooy2.contact@gmail.com)>,根据 MIT 许可证发布
请参阅 [LICENSE](LICENSE) 文件,了解有关项目所有者、使用权等更多信息
2 changes: 1 addition & 1 deletion docs/src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const vitePressConfigs: UserConfig = {
themeConfig: {
logo: { src: '/icon.png', width: 24, height: 24 },
editLink: {
pattern: 'https://github.com/jooy2/vutron/edit/master/docs/src/:path'
pattern: 'https://github.com/jooy2/vutron/edit/main/docs/src/:path'
},
socialLinks: [{ icon: 'github', link: repository.url.replace('.git', '') }]
}
Expand Down

0 comments on commit 282cb2d

Please sign in to comment.