mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-02-07 15:26:11 +08:00
2 lines
7.2 KiB
JavaScript
2 lines
7.2 KiB
JavaScript
|
import{_ as i,c as a,ae as t,o as n}from"./chunks/framework.BzDBnRMZ.js";const c=JSON.parse('{"title":"index","description":"","frontmatter":{"title":"index","order":100,"collapsed":true},"headers":[],"relativePath":"dev/api/tools/marshoai_basic/index.md","filePath":"zh/dev/api/tools/marshoai_basic/index.md","lastUpdated":1734175019000}'),e={name:"dev/api/tools/marshoai_basic/index.md"};function h(l,s,r,p,k,o){return n(),a("div",null,s[0]||(s[0]=[t('<h1 id="模块-nonebot-plugin-marshoai-tools-marshoai-basic" tabindex="-1"><strong>模块</strong> <code>nonebot_plugin_marshoai.tools.marshoai_basic</code> <a class="header-anchor" href="#模块-nonebot-plugin-marshoai-tools-marshoai-basic" aria-label="Permalink to "**模块** `nonebot_plugin_marshoai.tools.marshoai_basic`""></a></h1><hr><h3 id="async-func-get-weather-location-str" tabindex="-1"><em><strong>async func</strong></em> <code>get_weather(location: str)</code> <a class="header-anchor" href="#async-func-get-weather-location-str" aria-label="Permalink to "***async func*** `get_weather(location: str)`""></a></h3><details><summary><b>源代码</b> 或 <a href="https://github.com/LiteyukiStudio/nonebot-plugin-marshoai/tree/main/nonebot_plugin_marshoai/tools/marshoai_basic/__init__.py#L9" target="_blank">在GitHub上查看</a></summary><div class="language-python vp-adaptive-theme"><button title="Copy Code" class="copy"></button><span class="lang">python</span><pre class="shiki shiki-themes github-light github-dark vp-code" tabindex="0"><code><span class="line"><span style="--shiki-light:#D73A49;--shiki-dark:#F97583;">async</span><span style="--shiki-light:#D73A49;--shiki-dark:#F97583;"> def</span><span style="--shiki-light:#6F42C1;--shiki-dark:#B392F0;"> get_weather</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">(location: </span><span style="--shiki-light:#005CC5;--shiki-dark:#79B8FF;">str</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">):</span></span>\n<span class="line"><span style="--shiki-light:#D73A49;--shiki-dark:#F97583;"> return</span><span style="--shiki-light:#D73A49;--shiki-dark:#F97583;"> f</span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;">'</span><span style="--shiki-light:#005CC5;--shiki-dark:#79B8FF;">{</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">location</span><span style="--shiki-light:#005CC5;--shiki-dark:#79B8FF;">}</span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;">的温度是114514℃。'</span></span></code></pre></div></details><hr><h3 id="async-func-get-current-env" tabindex="-1"><em><strong>async func</strong></em> <code>get_current_env()</code> <a class="header-anchor" href="#async-func-get-current-env" aria-label="Permalink to "***async func*** `get_current_env()`""></a></h3><details><summary><b>源代码</b> 或 <a href="https://github.com/LiteyukiStudio/nonebot-plugin-marshoai/tree/main/nonebot_plugin_marshoai/tools/marshoai_basic/__init__.py#L13" target="_blank">在GitHub上查看</a></summary><div class="language-python vp-adaptive-theme"><button title="Copy Code" class="copy"></button><span class="lang">python</span><pre class="shiki shiki-themes github-light github-dark vp-code" tabindex="0"><code><span class="line"><span style="--shiki-light:#D73A49;--shiki-dark:#F97583;">async</span><span style="--shiki-light:#D73A49;--shiki-dark:#F97583;"> def</span><span style="--shiki-light:#6F42C1;--shiki-dark:#B392F0;"> get_current_env</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">():</span></span>\n<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> ver </span><span style="--shiki-light:#D73A49;--shiki-dark:#F97583;">=</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> os.popen(</span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;">'uname -a'</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">).read()</span></span>\n<span class="line"><span style="--shiki-light:#D73A49;--shiki-dark:#F97583;"> return</span><span style="--
|