Skip to content

Commit

Permalink
初版(1.0.0)用のマージ
Browse files Browse the repository at this point in the history
  • Loading branch information
lost-nd-xxx authored Dec 24, 2024
2 parents 4910420 + 2024dd3 commit 6e4f320
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 16 deletions.
5 changes: 2 additions & 3 deletions descript.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ secondchangeinterval,1

id,6f0415e0-3c00-11ef-9a9c-0800200c9a66

// 更新URL
//homeurl,hogehoge

readme,readme.txt
readme.charset,UTF-8

homeurl,https://raw.githubusercontent.com/lost-nd-xxx/UkagakaGhostMessenger/main/
2 changes: 2 additions & 0 deletions developer_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ __akari_tester/,nonar,noupdate
__memo/,nonar,noupdate
developer_options.txt,nonar,noupdate
localweb/__server_golang/,nonar,noupdate
localweb/running.signal,nonar,noupdate
localweb/shutdown.signal,nonar,noupdate
localweb/html/res/image/UkagakaGhostMessengerナビゲーターうめちゃん/,nonar,noupdate
ugm_config.txt,nonar,noupdate
server_log.txt,nonar,noupdate
akari_log.txt,nonar,noupdate
akari_log.json,nonar,noupdate
profile/,nonar,noupdate
savedata.adb,nonar,noupdate
3 changes: 3 additions & 0 deletions dict/check.azr
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ string ShowMessage(dict ref)
// SaveData_Waitingの該当箇所の削除はCheckWaitingListで行う
if ( reserved["RunCount"] <= ExecutedCount && reserved["RunCount"] > 0 ) {
SaveData_Reserved[sender][SenderId][MessageId] = nil;
if ( _dicvn(SaveData_Reserved[sender][SenderId]) <= 0 ) {
SaveData_Reserved[sender][SenderId] = nil;
}
}

// Message_Runを満たしたメッセージ
Expand Down
2 changes: 2 additions & 0 deletions dict/event.azr
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ string OnSecondChange(dict ref)
if ( now > (Fake_DataLimit_LastTime+60) ) {
// Fake_DataLimit_Countのカウントをゼロに戻す
Fake_DataLimit_Count = 0;
Fake_DataLimit_LastTime = GetEpochSec();
}

// 表示待ちを処理
Expand All @@ -29,6 +30,7 @@ string OnSecondChange(dict ref)

if ( _strlen(script) > 0 ) {
// 喋るべきスクリプトがある
SaveVar();
dictOptionalHeader["event"] = "OnUkagakaGhostMessenger_RaiseNotification";
dictOptionalHeader["marker"] = version();
dictOptionalHeader["script_option"] = "nobreak";
Expand Down
2 changes: 1 addition & 1 deletion dict/functions.azr
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ string pluginname()

string version()
{
return "UGM/0.0.0";
return "UkagakaGhostMessenger/1.0.0";
}

//----------------------------------------------------------------
Expand Down
7 changes: 3 additions & 4 deletions localweb/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ <h1>UkagakaGhostMessenger 連絡先一覧</h1>
<div class="footer">
<ul>
<li>UkagakaGhostMessenger</li>
<!-- 【要差し替え】 -->
<li><a href="about:blank" target="_blank">取扱説明</a></li>
<li><a href="about:blank" target="_blank">対応のしかた</a></li>
<li><a href="about:blank" target="_blank">仕様文書</a></li>
<li><a href="https://github.com/lost-nd-xxx/UkagakaGhostMessenger/wiki/HowToUse#ゴースト使用者向け" target="_blank">取扱説明</a></li>
<li><a href="https://github.com/lost-nd-xxx/UkagakaGhostMessenger/wiki/HowToUse#ゴースト制作者向け" target="_blank">対応のしかた</a></li>
<li><a href="https://github.com/lost-nd-xxx/UkagakaGhostMessenger/wiki/Specification" target="_blank">仕様書</a></li>
</ul>
</div>
<!-- footer閉じ -->
Expand Down
7 changes: 3 additions & 4 deletions localweb/html/person.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,9 @@
<div class="footer">
<ul>
<li>UkagakaGhostMessenger</li>
<!-- 【要差し替え】 -->
<li><a href="about:blank" target="_blank">取扱説明</a></li>
<li><a href="about:blank" target="_blank">対応のしかた</a></li>
<li><a href="about:blank" target="_blank">仕様文書</a></li>
<li><a href="https://github.com/lost-nd-xxx/UkagakaGhostMessenger/wiki/HowToUse#ゴースト使用者向け" target="_blank">取扱説明</a></li>
<li><a href="https://github.com/lost-nd-xxx/UkagakaGhostMessenger/wiki/HowToUse#ゴースト制作者向け" target="_blank">対応のしかた</a></li>
<li><a href="https://github.com/lost-nd-xxx/UkagakaGhostMessenger/wiki/Specification" target="_blank">仕様書</a></li>
</ul>
</div>
<!-- footerここまで -->
Expand Down
7 changes: 3 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@

------------------------
## 取扱説明書等
※【要差し替え】
* ゴースト使用者向け説明書 URL
* ゴースト制作者向け説明書 URL
* 仕様書 URL
* ゴースト使用者向け説明書 https://github.com/lost-nd-xxx/UkagakaGhostMessenger/wiki/HowToUse#ゴースト使用者向け
* ゴースト制作者向け説明書 https://github.com/lost-nd-xxx/UkagakaGhostMessenger/wiki/HowToUse#ゴースト制作者向け
* 仕様書 https://github.com/lost-nd-xxx/UkagakaGhostMessenger/wiki/Specification

------------------------
## メッセージ履歴について
Expand Down

0 comments on commit 6e4f320

Please sign in to comment.