重新调整模板

This commit is contained in:
2026-06-07 11:28:45 +08:00
parent ae5466854f
commit 1bbcc65cf3
31 changed files with 448 additions and 1525 deletions

View File

@@ -1,7 +1,9 @@
# Skill-specific Python dependencies.
# Keep this file minimal.
# Platform-provided shared dependencies are installed by Jiangchang runtime.
# Add only dependencies required by this skill.
# Platform shared APIs are provided by jiangchang-platform-kit from Jiangchang shared runtime.
#
# Browser RPA: uses system Chrome/Edge; no `playwright install chromium` needed.
# Required platform SDK. Do not vendor jiangchang_skill_core inside a skill.
jiangchang-platform-kit>=1.0.11
# Browser RPA example: uses system Chrome/Edge; no `playwright install chromium` needed.
playwright>=1.42.0,<2