Skip to content

Commit 3095213

Browse files
committed
ffm: Fix nerver use container set hash to improve import speed
1 parent 75f4ab8 commit 3095213

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎前置_献给机械的花束/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class FlowersForMachine(Plugin):
1111
name = "献给机械の花束"
1212
author = "2B, 9S and 6O"
13-
version = (1, 2, 5)
13+
version = (1, 2, 6)
1414

1515
_base: FlowersForMachineBase
1616
_server_running: FlowersForMachineServerRunning

‎前置_献给机械的花束/datas.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"author": "2B, 9S and 6O",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"plugin-type": "classic",
55
"description": "flowers for m[A]chines",
66
"pre-plugins": {

‎前置_献给机械的花束/server_running.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def auto_keep_alive(self):
9898

9999
def _download_server(self, server_path: str) -> bool:
100100
file_binary = requests.get(
101-
"https://gh-proxy.com/github.com/OmineDev/flowers-for-machines-release/releases/download/v1.2.8/standard-server_linux_amd64"
101+
"https://gh-proxy.com/github.com/OmineDev/flowers-for-machines-release/releases/download/v1.2.9/standard-server_linux_amd64"
102102
)
103103

104104
if not file_binary.ok:

0 commit comments

Comments
 (0)