Skip to content

Commit 82fa0c9

Browse files
committed
files update~
1 parent 1daa529 commit 82fa0c9

File tree

6 files changed

+43749
-43079
lines changed

6 files changed

+43749
-43079
lines changed

Taromati2/ghost/master/dic/aya/master/shiori.dic

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
#globaldefine }}CHAIN } CHAIN.Index++ }
99

1010
#define CHAIN_DELIM ':chain='
11-
#define EVAL_DELIM ':eval='
12-
1311

1412
ERASEALLVARBEGINAS {
1513
_L= GETVARLIST(_argv[0])
@@ -689,7 +687,7 @@ SHIORI_FW.RaiseIDEvent {
689687

690688
if _result != '' {//トークあり
691689
//遅延EVAL
692-
_talk = RE_SPLIT(_result,'(' + EVAL_DELIM + '|' + CHAIN_DELIM + ')')
690+
_talk = RE_SPLIT(_result,'(' + CHAIN_DELIM + ')')
693691
_delim = RE_GETSTR
694692
_n = ARRAYSIZE(_delim)
695693

@@ -709,11 +707,7 @@ SHIORI_FW.RaiseIDEvent {
709707

710708
//後から遅延設定
711709
for _i = 0 ; _i < _n ; _i += 1 {
712-
if _delim[_i] == EVAL_DELIM {
713-
//遅延EVAL
714-
void EVAL(_talk[_i + 1])
715-
}
716-
elseif _delim[_i] == CHAIN_DELIM {
710+
if _delim[_i] == CHAIN_DELIM {
717711
//チェイン処理
718712
SHIORI_FW.StartChainTalk(_talk[_i + 1])
719713
}

Taromati2/ghost/master/dic/other/playwithlrc.dic

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,9 @@ OnMusicPlayer:all{
381381
_status =('play]\f[color,108,129,182]◇播放','pause]\f[color,229,134,82]◇暂停','resume]\f[color,108,129,182]◇继续')[playingmusic]
382382
"\_l[60,-]\f[color,93,188,91]\q[◄上一首,OnLastMusic] \_l[120,-]\q[►下一首,OnNextMusic]\f[color,default] %(_now)%(_totol)\n/
383383
\__q[OnMusicPlayerCmd,%(_status)\f[color,default]\__q"
384-
" \f[color,238,50,95]\q[◇停止,OnMusicPlayerCmd,stop]\f[color,default] /
385-
\f[color,93,188,91]\q[◇播放列表,OnMusicPlayerList,openlist]\f[color,default] /
386-
\f[color,128,66,255]\q[◇音量,OnMusicPlayerVolume] \q[△,OnMusicVolumeChange,1]\q[▲,OnMusicVolumeChange,10] %(musicvolume)\_l[255]\q[▼,OnMusicVolumeChange,-10]\q[▽,OnMusicVolumeChange,-1]\f[color,default]\n"
384+
" \f[color,238,50,95]\q[◇停止,OnMusicPlayerCmd,stop]\f[color,default] /
385+
\f[color,93,188,91]\q[◇播放列表,OnMusicPlayerList,openlist]\f[color,default] /
386+
\f[color,128,66,255]\q[◇音量,OnMusicPlayerVolume] \q[△,OnMusicVolumeChange,1]\q[▲,OnMusicVolumeChange,10]%(musicvolume)\_l[255]\q[▼,OnMusicVolumeChange,-10]\q[▽,OnMusicVolumeChange,-1]\f[color,default]\n"
387387
"\q[◇模式:%(_mode),OnMusicPlayMode] \_l[110]\q[◇歌词卡:,OnMusicLrc]\q[%(_lrcenable),OnMusicSetLrc]\_l[195]\q[◇歌词目录,OnLrcfolder]\n"
388388
'\s[10]\0'
389389
if musicplayerlist

Taromati2/ghost/master/dic/system/internet.dic

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ OnCheckWeather{
161161
}
162162
}
163163
OnChangeCity{
164-
"请输入你要查询的城市名称(留空以自动推断):\![open,inputbox,OnChangeCityComplete,-1,%(city)]"
164+
"请输入你要查询的城市名称:\![open,inputbox,OnChangeCityComplete,-1,%(city)]"
165165
}
166166
OnChangeCityComplete{
167167
if city != reference0 || !city
@@ -229,9 +229,8 @@ OnWeatherUpdate.Success{
229229
_city=TextBetween(_str,'city":"','",',0)
230230
if _city{
231231
weather.lastcity=_city
232-
if !ISVAR('city'){
232+
if !ISVAR('city')
233233
city=weather.lastcity
234-
}
235234
//get last update time
236235
weather.lasttime=GETSECCOUNT
237236
//get weather
@@ -254,10 +253,12 @@ OnWeatherUpdate.Success{
254253
OnWeatherUpdate.Success.boot.Talk
255254
}
256255
}
257-
else{
256+
elseif city{
258257
ERASEVAR('city')
259258
OnWeatherUpdate
260259
}
260+
else
261+
OnWeatherUpdate.Failure
261262
}
262263
OnWeatherUpdate.Failure.menu.Talk{
263264
"\0\s[3]连线失败了……\nError:%(reference4)\n要查看本地信息吗?\n\q[◇确定,OnWeatherUpdate.Success.Talk]"

ssp/ssp.dbg

36.8 KB
Binary file not shown.

ssp/ssp.exe

88 KB
Binary file not shown.

0 commit comments

Comments
 (0)