SmsRecipient/app/view/index/index.html
mao ee28b14f92 docs(view): 补充首页使用说明
- 添加了详细的使用步骤,包括注册、登录、配置APP、获取Token等
- 提供了短信转发器的配置示例
- 优化了页面结构,使用有序列表展示步骤
2025-05-06 12:30:17 +08:00

30 lines
730 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?= $header ?>
<p>使用方法:</p>
<ol>
<li>
<p>
1. 注册本站账户:<a href="/user/regedit">前往注册</a>
</p>
</li>
<li>
<p>
2. 登录账户:<a href="/user/login">前往登录</a>
</p>
</li>
<li>
<p>
3. 配置接受短信的APP并取得应用UUID<a href="/sms/app">前往配置</a>
</p>
</li>
<li>
<p>
4. 查看用户Token<a href="/user/token">前往查看</a>
</p>
</li>
<li>
<p>
5. 配置短信转发器使用webhook形式提交到此地址 <code>%当前域名%/s/%UUID%?token=%token%</code>
</p>
</li>
</ol>
<?= $footer ?>