From 2be0d6d62659d46c042f10bb18ec2bda7b4dcc12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=97=E6=B2=A2=E5=93=8D=E4=B9=9F?= <72963826+Hibiya615@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:08:42 +0800 Subject: [PATCH] 7.3 --- 03-Heavensward/Raid-Alexander/Normal/A3N.cs | 12 ++++++------ OnlineRepo.json | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/03-Heavensward/Raid-Alexander/Normal/A3N.cs b/03-Heavensward/Raid-Alexander/Normal/A3N.cs index a544ff0..14c93fe 100644 --- a/03-Heavensward/Raid-Alexander/Normal/A3N.cs +++ b/03-Heavensward/Raid-Alexander/Normal/A3N.cs @@ -12,22 +12,22 @@ using KodakkuAssist.Module.GameEvent; using KodakkuAssist.Module.Draw; using KodakkuAssist.Data; using KodakkuAssist.Extensions; -using ECommons; -using ECommons.DalamudServices; -using ECommons.GameFunctions; -using ECommons.MathHelpers; +// using ECommons; +// using ECommons.DalamudServices; +// using ECommons.GameFunctions; +// using ECommons.MathHelpers; using System.Threading.Tasks; namespace A3N; [ScriptType(guid: "69712d1f-26c4-441f-97f0-e63f8baf98a6", name: "A3N", territorys: [444], - version: "0.0.0.1", author: "Tetora", note: noteStr)] + version: "0.0.0.2", author: "Tetora", note: noteStr)] public class A3N { const string noteStr = """ - v0.0.0.1: + v0.0.0.2: LV60 亚历山大机神城 启动之章3(有生命活水) 初版绘制 """; diff --git a/OnlineRepo.json b/OnlineRepo.json index 54649d4..2a832b8 100644 --- a/OnlineRepo.json +++ b/OnlineRepo.json @@ -472,12 +472,12 @@ { "Name": "A3N", "Guid": "69712d1f-26c4-441f-97f0-e63f8baf98a6", - "Version": "0.0.0.1", + "Version": "0.0.0.2", "Author": "Tetora", "Repo": "https://github.com/Hibiya615/TetoraKAScript/tree/main", "DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/03-Heavensward/Raid-Alexander/Normal/A3N.cs", - "Note": "v0.0.0.1:\r\nLV60 亚历山大机神城 启动之章3(有生命活水) 初版绘制", - "UpdateInfo": "", + "Note": "v0.0.0.2:\r\nLV60 亚历山大机神城 启动之章3(有生命活水) 初版绘制", + "UpdateInfo": "v0.0.0.2: 7.3", "TerritoryIds": [ 444 ]