Skip to content

Commit f36a3e3

Browse files
Add BDTHPlugin (#1)
* Add BDTHPlugin * Fix BDTHPlugin build * Fix workflow * Update distribute (dde0751) --------- Co-authored-by: GitHub Action <[email protected]>
1 parent 0eaa98f commit f36a3e3

File tree

8 files changed

+77
-5
lines changed

8 files changed

+77
-5
lines changed

Diff for: .github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout manifests
1313
uses: actions/checkout@v4
1414
with:
15-
ref: ${{ github.ref }}
15+
ref: ${{ github.head_ref || github.ref }}
1616
ssh-key: ${{ secrets.DEPLOY_KEY }}
1717
persist-credentials: true
1818
path: DalamudPlugins
@@ -67,12 +67,12 @@ jobs:
6767
git config --local user.email "[email protected]"
6868
git config --local user.name "GitHub Action"
6969
git add .
70-
git commit -m "Update distribute (${{ github.sha }})"
70+
git commit -m "Update distribute (${{ github.event.pull_request.head.sha || github.sha }})"
7171
7272
- name: Push plugin dist
7373
uses: ad-m/github-push-action@master
7474
with:
75-
branch: ${{ github.ref }}
75+
branch: ${{ github.head_ref || github.ref }}
7676
directory: DalamudPlugins
7777
ssh: true
7878

Diff for: manifests/stable/BDTHPlugin/manifest.toml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[plugin]
2+
repository = "https://github.com/HirotaZX/BDTHPlugin.git"
3+
commit = "a49ec0a2a6048265aba4ffc74d69a868db63f0eb"
4+
owners = [ "LeonBlade" ]
5+
project_path = "BDTHPlugin"
6+
changelog = ''''''

Diff for: plugins/State.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ effective_version = "1.7.0.2"
55
[channels.stable.plugins.InventoryToolsCN.changelogs]
66
[channels.stable.plugins.Artisan]
77
built_commit = "ed2c962e2d4172320ecc9a74a0eb4a3735842397"
8-
time_built = 2024-09-15T06:46:29.409
8+
time_built = 2024-09-15T20:57:19.428
99
effective_version = "3.0.5.15"
1010
[channels.stable.plugins.Artisan.changelogs]
11+
[channels.stable.plugins.BDTHPlugin]
12+
built_commit = "a49ec0a2a6048265aba4ffc74d69a868db63f0eb"
13+
time_built = 2024-09-15T20:57:25.298
14+
effective_version = "1.6.3.0"
15+
[channels.stable.plugins.BDTHPlugin.changelogs]

Diff for: plugins/stable/Artisan/latest.zip

0 Bytes
Binary file not shown.

Diff for: plugins/stable/BDTHPlugin/BDTHPlugin.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"Author": "LeonBlade",
3+
"Name": "Burning Down the House",
4+
"InternalName": "BDTHPlugin",
5+
"AssemblyVersion": "1.6.3.0",
6+
"Description": "使用坐标系移动家具,随意摆放",
7+
"ApplicableVersion": "any",
8+
"RepoUrl": "https://github.com/LeonBlade/BDTHPlugin",
9+
"Tags": [
10+
"bdth",
11+
"housing",
12+
"float",
13+
"place",
14+
"glitch",
15+
"furnishing",
16+
"LeonBlade"
17+
],
18+
"DalamudApiLevel": 9,
19+
"LoadRequiredState": 0,
20+
"LoadSync": false,
21+
"CanUnloadAsync": false,
22+
"LoadPriority": 0,
23+
"IconUrl": "https://github.com/LeonBlade/BDTHPlugin/raw/main/icon.png",
24+
"Punchline": "轻松搞定装修!",
25+
"AcceptsFeedback": true,
26+
"_isDip17Plugin": true,
27+
"_Dip17Channel": "stable"
28+
}

Diff for: plugins/stable/BDTHPlugin/images/icon.png

6.98 KB
Loading

Diff for: plugins/stable/BDTHPlugin/latest.zip

30.5 KB
Binary file not shown.

Diff for: repo.json

+34-1
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,43 @@
6161
"AcceptsFeedback": true,
6262
"_isDip17Plugin": true,
6363
"_Dip17Channel": "stable",
64-
"LastUpdate": 1726382789,
64+
"LastUpdate": 1726433839,
6565
"DownloadLinkInstall": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/Artisan/latest.zip",
6666
"DownloadLinkTesting": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/Artisan/latest.zip",
6767
"DownloadLinkUpdate": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/Artisan/latest.zip",
6868
"DownloadCount": 0
69+
},
70+
{
71+
"Author": "LeonBlade",
72+
"Name": "Burning Down the House",
73+
"InternalName": "BDTHPlugin",
74+
"AssemblyVersion": "1.6.3.0",
75+
"Description": "使用坐标系移动家具,随意摆放",
76+
"ApplicableVersion": "any",
77+
"RepoUrl": "https://github.com/LeonBlade/BDTHPlugin",
78+
"Tags": [
79+
"bdth",
80+
"housing",
81+
"float",
82+
"place",
83+
"glitch",
84+
"furnishing",
85+
"LeonBlade"
86+
],
87+
"DalamudApiLevel": 9,
88+
"LoadRequiredState": 0,
89+
"LoadSync": false,
90+
"CanUnloadAsync": false,
91+
"LoadPriority": 0,
92+
"IconUrl": "https://github.com/LeonBlade/BDTHPlugin/raw/main/icon.png",
93+
"Punchline": "轻松搞定装修!",
94+
"AcceptsFeedback": true,
95+
"_isDip17Plugin": true,
96+
"_Dip17Channel": "stable",
97+
"LastUpdate": 1726433845,
98+
"DownloadLinkInstall": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/BDTHPlugin/latest.zip",
99+
"DownloadLinkTesting": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/BDTHPlugin/latest.zip",
100+
"DownloadLinkUpdate": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/BDTHPlugin/latest.zip",
101+
"DownloadCount": 0
69102
}
70103
]

0 commit comments

Comments
 (0)