📄 webserver.aiml
字号:
<aiml>
<!-- Starts up the web server on the specified port -->
<!-- On local machine, URL is http://127.0.0.1:<port> -->
<!-- In example below, this would be http://127.0.0.1:9000 -->
<category>
<pattern>RUN WEB SERVER</pattern>
<template>
<secure error="You must be an authorised user">
<http>
<name>simple webserver</name><!-- Does nothing yet, but must be present -->
<port>9000</port>
</http>
</secure>
</template>
</category>
</aiml>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -