Skip to content

Commit

Permalink
Sharky Update
Browse files Browse the repository at this point in the history
  • Loading branch information
HirotaZX committed Sep 17, 2024
1 parent 380054d commit 4c5df4f
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
# DalamudPlugins

![版本](https://img.shields.io/badge/%E5%BD%93%E5%89%8D%E7%89%88%E6%9C%AC-%E5%9B%BD%E6%9C%8D6.58-blue)
[![Deployment](https://github.com/HirotaZX/DalamudPlugins/actions/workflows/main.yml/badge.svg)](https://github.com/HirotaZX/DalamudPlugins/actions/workflows/main.yml)
[![Deployment](https://github.com/sharkycorps/DalamudPlugins/actions/workflows/main.yml/badge.svg)](https://github.com/sharkycorps/DalamudPlugins/actions/workflows/main.yml)

自用卫月插件仓库(原版或微调,不保证汉化,主要目标为 D17 自动化构建系统的适配
鯊鯊軍團的衛月插件倉庫(原版或微調,不保證漢化,主要目標為 D17 自動化構建系統的適配

## 插件列表

| 插件 | 说明 | 调整 | 汉化 | 作者 |
| 插件 | 說明 | 調整 | 漢化 | 作者 |
| - | - | - | - | - |
| [Allagan Tools](https://github.com/HirotaZX/InventoryTools) | 亚拉戈工具AT,提供跨背包/雇员/部队储物柜的物品列表查询等功能 | 国服雇员适配 | :x: | [Critical-Impact](https://github.com/Critical-Impact) |
| [Artisan](https://github.com/HirotaZX/Artisan) | 生产计划及安排工具,雇员功能依赖AT | 搭配上方AT修复国服雇员功能 | :x: | [Taurenkey](https://github.com/Taurenkey) |
| [Burning Down the House](https://github.com/HirotaZX/BDTHPlugin) | 解除摆放限制,轻松搞定装修 | 汉化 | :white_check_mark: | [LeonBlade](https://github.com/LeonBlade) |
| [AntiAfkKick](https://github.com/HirotaZX/AntiAfkKick) | 防止长时间挂机时被服务器踢出 | D17 | :o: | [NightmareXIV](https://github.com/NightmareXIV) |
| [TextAdvance](https://github.com/HirotaZX/TextAdvance) | 任务速通辅助工具,自动跳过对话和过场 | D17 | :x: | [NightmareXIV](https://github.com/NightmareXIV) |
| [Allagan Tools](https://github.com/sharkycorps/InventoryTools) | 亞拉戈工具AT,提供跨背包/雇員/部隊儲物櫃的物品列表查詢等功能 | 國服雇員適配 | :x: | [Critical-Impact](https://github.com/Critical-Impact) |
| [Artisan](https://github.com/sharkycorps/Artisan) | 生產計劃及安排工具,雇員功能依賴AT | 搭配上方AT修復國服雇員功能 | :x: | [Taurenkey](https://github.com/Taurenkey) |
| [Burning Down the House](https://github.com/sharkycorps/BDTHPlugin) | 解除擺放限制,輕鬆搞定裝修 | 漢化 | :white_check_mark: | [LeonBlade](https://github.com/LeonBlade) |
| [AntiAfkKick](https://github.com/sharkycorps/AntiAfkKick) | 防止長時間掛機時被伺服器踢出 | D17 | :o: | [NightmareXIV](https://github.com/NightmareXIV) |
| [TextAdvance](https://github.com/sharkycorps/TextAdvance) | 任務速通輔助工具,自動跳過對話和過場 | D17 | :x: | [NightmareXIV](https://github.com/NightmareXIV) |

* 以上调整均包括 D17 Plogon 自动化构建工具的适配
* 以上調整均包括 D17 Plogon 自動化構建工具的適配

## 使用

1. 打开卫月设置-测试版
2. 复制粘贴下面的仓库链接
3. 点击 + 号按钮
4. 点击保存图标
1. 打開衛月設置-測試版
2. 複製粘貼下面的倉庫鏈接
3. 點擊 + 號按鈕
4. 點擊保存圖標

```
https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/repo.json
https://raw.githubusercontent.com/sharkycorps/DalamudPlugins/main/repo.json
```

## 工具和参考
## 工具和參考

* [Plogon](https://github.com/goatcorp/Plogon) 插件自动化构建系统
* [redstrate/DalamudPlugins](https://github.com/redstrate/DalamudPlugins) 仓库结构及构建参考
* [Plogon](https://github.com/goatcorp/Plogon) 插件自動化構建系統
* [redstrate/DalamudPlugins](https://github.com/redstrate/DalamudPlugins) 倉庫結構及構建參考
2 changes: 1 addition & 1 deletion makeRepo.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function readManifest(name) {
manifest.DownloadLinkTesting = manifest.DownloadLinkInstall;
manifest.DownloadLinkUpdate = manifest.DownloadLinkInstall;

manifest.DownloadCount = 0;
manifest.DownloadCount = 999999999;
manifest._isDip17Plugin = true;
manifest._Dip17Channel = 'stable';

Expand Down
2 changes: 1 addition & 1 deletion manifests/stable/AntiAfkKick-Dalamud/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[plugin]
repository = "https://github.com/HirotaZX/AntiAfkKick.git"
repository = "https://github.com/sharkycorps/AntiAfkKick.git"
commit = "6762dd02908fb7459b417fce640662982afddae7"
owners = [ "NightmareXIV" ]
project_path = "AntiAfkKick-Dalamud"
Expand Down
4 changes: 2 additions & 2 deletions manifests/stable/Artisan/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[plugin]
repository = "https://github.com/HirotaZX/Artisan.git"
commit = "ed2c962e2d4172320ecc9a74a0eb4a3735842397"
repository = "https://github.com/sharkycorps/Artisan.git"
commit = "438d9c83ef0f47010692b563a6b445139281c586"
owners = [ "Taurenkey (Puni.sh)" ]
project_path = "Artisan"
changelog = ''''''
2 changes: 1 addition & 1 deletion manifests/stable/BDTHPlugin/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[plugin]
repository = "https://github.com/HirotaZX/BDTHPlugin.git"
repository = "https://github.com/sharkycorps/BDTHPlugin.git"
commit = "a49ec0a2a6048265aba4ffc74d69a868db63f0eb"
owners = [ "LeonBlade" ]
project_path = "BDTHPlugin"
Expand Down
4 changes: 2 additions & 2 deletions manifests/stable/InventoryToolsCN/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[plugin]
repository = "https://github.com/HirotaZX/InventoryTools.git"
commit = "2aead968ab198369f32dbcf776824420fce66f50"
repository = "https://github.com/sharkycorps/InventoryTools.git"
commit = "fb71bce6dbe3d586f8e7230d9605570c10042e9c"
owners = [ "Critical_Impact" ]
project_path = "InventoryTools"
version = "1.7.0.2"
Expand Down
2 changes: 1 addition & 1 deletion manifests/stable/TextAdvance/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[plugin]
repository = "https://github.com/HirotaZX/TextAdvance.git"
repository = "https://github.com/sharkycorps/TextAdvance.git"
commit = "495e41e880ce357300be22e0bebb307fb9f551b0"
owners = [ "NightmareXIV" ]
project_path = "TextAdvance"
Expand Down

0 comments on commit 4c5df4f

Please sign in to comment.