📄 news.gram
字号:
#JSGF V1.0;/** * JSGF Grammar for the JSGF demo */grammar news;import <commands.standard_commands>;public <commands> = <standard_commands> ;/** * A 'read the news' grammar. */public <read_news> = read the boston globe | read the wall street journal | read the nashua telegraph | read the san jose mercury news | read the new york times | read the chicago tribune | read the los angeles times | read the san francisco chronicle | read the washington post | read the guardian | read the daily mirror | read planet sun | read the sun ;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -