-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -196,9 +196,25 @@ https://m.weibo.cn/u/7643376782 # 7643376782 为崩坏星穹铁道博主uid | |
|
||
有意见或者建议也欢迎提交 [Issues](https://github.com/snowtafir/yuki-plugin/issues) 和 [Pull requests](https://github.com/snowtafir/yuki-plugin/pulls)。 | ||
|
||
<details><summary>参与开发,点击展开</summary> | ||
|
||
> [!TIP] | ||
> 1. main、main3分支为编译分支,请勿直接在该分支上进行开发,请使用dev、dev3、npm分支进行同步开发,并提交Pull requests。 | ||
> 2. 提交PR后由管理员审核,审核成功并合并后会自动进行github actions编译,最终提交编译好的代码到main、main3分支以及发布到npm。 | ||
> * main、main3分支为编译分支,请勿直接在该分支上进行开发,请使用dev、dev3、npm分支进行同步开发,并提交Pull requests。 | ||
> * 提交PR后由管理员审核,审核成功并合并后会自动进行github actions编译,最终提交编译好的代码到main、main3分支以及发布到npm。 | ||
> * 根据喜好,可使用 [vscode编辑器](https://code.visualstudio.com/) 或其他 IDE 辅助开发 | ||
1. Fork 项目到自己的仓库。 | ||
2. clone Fork 后的项目到本地。 | ||
3. 进入clone后的项目目录,打开终端或 git bash 执行 `git checkout xxx` 切换到xxx分支(请依次切换到dev3、dev、npm分支进行同步开发)。 | ||
4. 准备环境: | ||
```sh | ||
npm config set registry https://registry.npmmirror.com | ||
npm install [email protected] -g | ||
yarn install | ||
``` | ||
5. 开发并推送到Fork的仓库,接着仓库页面提交pull requests。 | ||
|
||
</details> | ||
|
||
# 🌟 六、license/声明 | ||
- this project is inspired by [trss-xianxin-plugin](https://github.com/snowtafir/xianxin-plugin) | ||
|