From 7ef36c69330551806b047a916319d0ddaf7bad69 Mon Sep 17 00:00:00 2001 From: snowykami Date: Tue, 17 Sep 2024 15:52:32 +0800 Subject: [PATCH] =?UTF-8?q?:package:=20docs:=20=E8=B5=84=E6=BA=90=E5=95=86?= =?UTF-8?q?=E5=BA=97=E6=96=B0=E5=A2=9E=E5=8F=91=E5=B8=83=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- liteyuki_flow/const.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/liteyuki_flow/const.py b/liteyuki_flow/const.py index 5b343336..24036a95 100644 --- a/liteyuki_flow/const.py +++ b/liteyuki_flow/const.py @@ -9,8 +9,8 @@ REOPENED = "reopened" RESOURCE_PREFIX = "Resource: " PLUGIN_PREFIX = "Plugin: " -PLUGIN_JSON = "docs/publics/plugins.json" -RESOURCE_JSON = "docs/publics/resources.json" +PLUGIN_JSON = "docs/public/plugins.json" +RESOURCE_JSON = "docs/public/resources.json" edit_content_tip = "若要修改请编辑这段front matter,不要编辑正文/If you want to modify, please edit the front matter, do not edit the body"