mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
Sync updates to English document
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
category: [open source, development]
|
||||
tag: ["development", "GitHub"]
|
||||
icon: iconfont icon-code
|
||||
order: 2
|
||||
order: 3
|
||||
---
|
||||
|
||||
# Contribute Your Code
|
||||
@@ -36,8 +36,6 @@ You can find all [unsolved opened issues](https://github.com/DGP-Studio/Snap.Hut
|
||||
|
||||
## <HopeIcon icon="iconfont icon-build-package" size="1.5rem" color="rgb(254,189,105)" /> Test Binary Package
|
||||
|
||||
Once the code in updated in `develop` and `main` branches, an Azure Pipeline CI script will build the latest code to `Snap Hutao Alpha` package. Once the package is built, it will be released on [GitHub Release page](https://github.com/DGP-Studio/Snap.Hutao/releases) as a pre-released package.
|
||||
Once the code in updated in `develop` and `main` branches, a GitHub actions script will build the latest code to `Snap Hutao Alpha` package. You can find all build records in alpha actions pipeline.
|
||||
|
||||
You need to install [Snap.Hutao.CI.cer](https://github.com/DGP-Studio/Snap.Hutao/releases/download/2023.10.3.1/Snap.Hutao.CI.cer) certificate to your local machine, and then install the msix package in the release.
|
||||
|
||||
\*If the latest release does not contain attached file, that means package is still in uploading process.
|
||||
You need to install [Snap Hutao CA certificate](https://github.com/DGP-Automation/Hutao-Auto-Release/releases/download/certificate-ca/DGP_Studio_CA.crt) as `Trusted Root Certification Authorities` to allow Alpha versions be installed.
|
||||
|
||||
78
docs/en/development/join.md
Normal file
78
docs/en/development/join.md
Normal file
@@ -0,0 +1,78 @@
|
||||
---
|
||||
category: [open source, development]
|
||||
tag: ["develop", "collaborate", "community"]
|
||||
icon: iconfont icon-group
|
||||
order: 1
|
||||
---
|
||||
|
||||
# Join the Develop Team
|
||||
|
||||
If you have one of the following experiences and are interested in joining the Snap Hutao development team to improve this project and get in touch with more Genshin Impact open source projects, welcome to join us!
|
||||
|
||||
<VPBanner
|
||||
title="C# .NET Development"
|
||||
content="Server development and desktop client development"
|
||||
logo="/images/202312/C_sharp.svg"
|
||||
:actions='[
|
||||
{
|
||||
text: "Join",
|
||||
link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236",
|
||||
},
|
||||
{
|
||||
text: "Snap Hutao",
|
||||
link: "https://github.com/DGP-Studio/Snap.Hutao",
|
||||
type: "default",
|
||||
},
|
||||
{
|
||||
text: "Snap Hutao Server",
|
||||
link: "https://github.com/DGP-Studio/Snap.Hutao.Server",
|
||||
type: "default",
|
||||
},
|
||||
]'
|
||||
/>
|
||||
|
||||
<VPBanner
|
||||
title="Web Front-end Development"
|
||||
content="Website of Spiral Abyss database from Hutao API<br>Stack: Vue.js, TypeScript"
|
||||
logo="/images/202312/Vue.js.svg"
|
||||
:actions='[
|
||||
{
|
||||
text: "Join",
|
||||
link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236",
|
||||
},
|
||||
{
|
||||
text: "Hutao API Web",
|
||||
link: "https://github.com/DGP-Studio/Hutao.API.Web",
|
||||
type: "default",
|
||||
},
|
||||
]'
|
||||
/>
|
||||
|
||||
<VPBanner
|
||||
title="Document Maintenance"
|
||||
content="Maintain Snap Hutao documents<br>Requirement: familiar with Markdown syntax and basic concept of software development "
|
||||
logo="/images/202312/documents.svg"
|
||||
:actions='[
|
||||
{
|
||||
text: "Join",
|
||||
link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236",
|
||||
},
|
||||
{
|
||||
text: "Snap Hutao Document",
|
||||
link: "https://github.com/DGP-Studio/Snap.Hutao.Docs",
|
||||
type: "default",
|
||||
},
|
||||
]'
|
||||
/>
|
||||
|
||||
<VPBanner
|
||||
title="Video Editing"
|
||||
content="Creation of Snap Hutao promotion and tutorial videos"
|
||||
logo="/images/202312/video-editing.svg"
|
||||
:actions='[
|
||||
{
|
||||
text: "Join",
|
||||
link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236",
|
||||
},
|
||||
]'
|
||||
/>
|
||||
@@ -2,7 +2,7 @@
|
||||
category: [open source, development]
|
||||
tag: [open source, Hutao Database, Spiral Abyss Database, Enka, UIGF, Open data]
|
||||
icon: iconfont icon-vscode
|
||||
order: 1
|
||||
order: 2
|
||||
---
|
||||
|
||||
# Hutao Open Platform
|
||||
|
||||
Reference in New Issue
Block a user