Skip to content

Commit 8a70b95

Browse files
committed
md update
1 parent 279e7dc commit 8a70b95

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ ghost_terminal通过`X-SSTP-PassThru-*`进行与人格间的信息沟通(见[
9898
* 可能返值4
9999
- **`SHIORI/3.0 400 Bad Request`**
100100
显示警告信息并进入下一命令的获取
101+
var9后:当ghost任意一次正常回应`ShioriEcho.GetResult`请求后,将忽略这样的回信并等待一秒,如同可能返值3一样
101102
- `ShioriEcho.GetName`
102103
ghost_terminal启动时事件
103104
* 返值
@@ -193,6 +194,7 @@ ghost_terminal通过`X-SSTP-PassThru-*`进行与人格间的信息沟通(见[
193194
```
194195
- `ShioriEcho.End`
195196
ghost_terminal通过键入exit退出时事件
197+
var9后:任何正常程序退出都会触发
196198
* 返值
197199
忽略,**但言灵正常执行**
198200

@@ -213,8 +215,8 @@ On_ShioriEcho {
213215
ClearShioriEchoVar
214216
case CUTSPACE(reference0){
215217
when 'reload'{
218+
ReloadFromTerminal=1
216219
OnReloadShiori
217-
ShioriEcho.Special='重载中'
218220
}
219221
when 'errorlog'{
220222
OnErrorLog

README_EN.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ See below for relevant conventions and examples
9898
* May return value 4
9999
- **`SHIORI/3.0 400 Bad Request`**
100100
Display warning information and enter the acquisition of the next command
101+
After var9: When ghost responds normally to any `ShioriEcho.GetResult` request, ghost_terminal will ignore such a return message and wait one second, as it is `May return value 3`
101102
- `ShioriEcho.GetName`
102103
Event when ghost_terminal starts
103104
* Return value
@@ -193,6 +194,7 @@ See below for relevant conventions and examples
193194
```
194195
- `ShioriEcho.End`
195196
Event when ghost_terminal exits by typing exit
197+
After var9: any normal program exit will trigger this
196198
* Return value
197199
Ignore, **but sakura script executes normally**
198200

@@ -213,8 +215,8 @@ On_ShioriEcho {
213215
ClearShioriEchoVar
214216
case CUTSPACE(reference0){
215217
when 'reload'{
218+
ReloadFromTerminal=1
216219
OnReloadShiori
217-
ShioriEcho.Special='Overloading'
218220
}
219221
when 'errorlog'{
220222
OnErrorLog

0 commit comments

Comments
 (0)