Skip to content

Commit 0bc3815

Browse files
committed
litaChix
1 parent 83d234a commit 0bc3815

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

logconverter/poti2/poti2petit.php

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
// POTI-board → Petit Note ログコンバータ。
3-
// (c)2022-2024 さとぴあ(satopian)
3+
// (c)2022-2025 さとぴあ(satopian)
44
//Licence MIT
5-
//lot.240411
5+
//lot.251216
66

77
/* ------------- 設定項目ここから ------------- */
88

@@ -341,6 +341,12 @@ function switch_tool($tool){
341341
case 'ChickenPaint':
342342
$tool='chi';
343343
break;
344+
case 'litaChit':
345+
$tool='chi';
346+
break;
347+
case 'litaChix':
348+
$tool='chi';
349+
break;
344350
case 'Klecks':
345351
$tool='klecks';
346352
break;

logexporter/petit2poti/petit2poti.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
// Petit Note → POTI-board ログコンバータ。
4-
// (c)2022-2024 さとぴあ(satopian)
4+
// (c)2022-2025 さとぴあ(satopian)
55
// Licence MIT
6-
// lot.240411
6+
// lot.251216
77

88
/* ------------- 設定項目ここから ------------- */
99

@@ -254,7 +254,7 @@ function switch_tool($tool){
254254
$tool='Shi-Painter';
255255
break;
256256
case 'chi':
257-
$tool='ChickenPaint';
257+
$tool='litaChix';
258258
break;
259259
case 'klecks':
260260
$tool='Klecks';

0 commit comments

Comments
 (0)