补齐测试配置与上传资源
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 403 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 403 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 403 KiB |
@@ -0,0 +1,9 @@
|
||||
---
|
||||
name:
|
||||
description:
|
||||
license:
|
||||
---
|
||||
|
||||
# Processing Guide
|
||||
|
||||
## Overview
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"description": "Skill template",
|
||||
"config": {}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
# Helper script for this skill
|
||||
|
||||
if __name__ == "__main__":
|
||||
print("Process script placeholder")
|
||||
@@ -0,0 +1,3 @@
|
||||
# API Documentation
|
||||
|
||||
Add interface descriptions related to skills here.
|
||||
@@ -104,6 +104,10 @@
|
||||
<groupId>com.xspaceagi</groupId>
|
||||
<artifactId>app-platform-bill-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-actuator</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<profiles>
|
||||
<profile>
|
||||
|
||||
Reference in New Issue
Block a user