新增简易的8080面板😊

This commit is contained in:
Falck
2026-04-17 23:15:15 +08:00
parent c38d2f66d1
commit 9d19d09821
465 changed files with 9235 additions and 35285 deletions

View File

@@ -3,6 +3,7 @@ import json
from typing import Any, Callable, Optional
from datetime import datetime
from oss.logger.logger import Log
from oss.plugin.types import Plugin, register_plugin_type
@@ -127,7 +128,7 @@ class JsonCodecPlugin(Plugin):
def start(self):
"""启动"""
print("[json-codec] JSON 编解码器已启动")
Log.info("json-codec", "JSON 编解码器已启动")
def stop(self):
"""停止"""