update news picture
This commit is contained in:
parent
bde80bc3b7
commit
3966628644
@ -49,7 +49,8 @@ const processedChangelogs = computed(() => {
|
|||||||
<div class="log-content">
|
<div class="log-content">
|
||||||
<span>{{ item.text }}</span>
|
<span>{{ item.text }}</span>
|
||||||
<div v-if="item.images.length" class="image-container">
|
<div v-if="item.images.length" class="image-container">
|
||||||
<a v-for="(img, imgIndex) in item.images" :key="imgIndex" :href="img" target="_blank" rel="noopener">
|
<a v-for="(img, imgIndex) in item.images" :key="imgIndex" :href="img" target="_blank"
|
||||||
|
rel="noopener">
|
||||||
<img :src="img" alt="Changelog image" class="changelog-image" />
|
<img :src="img" alt="Changelog image" class="changelog-image" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -121,7 +122,8 @@ const processedChangelogs = computed(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.changelog-image {
|
.changelog-image {
|
||||||
max-height: 250px;
|
max-width: 100%;
|
||||||
|
max-height: 350px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
border: 1px solid var(--vscode-widget-border);
|
border: 1px solid var(--vscode-widget-border);
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
@ -1,12 +1,15 @@
|
|||||||
{
|
{
|
||||||
"version": "0.1.9",
|
"version": "0.1.10",
|
||||||
"changelogs": [
|
"changelogs": [
|
||||||
"Add mook functionality: Automatically fill in test tool form data using random seeds or AI generation.",
|
"Fix issue #48: Correct the wrong boot path.",
|
||||||
"Add tool self-check functionality: Under openmcp's tool, click 'Tool Self-Check' on the right side of 'Tool Module' to enter self-check mode. In this mode, users can define the topological order of tool execution and perform automatic detection in one go.",
|
"Support kimi's usage counting + support kimi's system prompt.",
|
||||||
"Fix issue #44: Complete platform adaptation for link redirection. https://picx.zhimg.com/80/v2-87c2a29abdd2dd56a4d18cc4a8b946ff_1440w.png",
|
"Implement parallel execution and pause functionality for openmcp tool testing. https://picx.zhimg.com/80/v2-4e09958d91dcf561c578294d8b6f3349_1440w.png",
|
||||||
"Fix issue #36: Ensure successful startup when not opening a folder. https://picx.zhimg.com/80/v2-87c2a29abdd2dd56a4d18cc4a8b946ff_1440w.png",
|
"Revise the API speed test algorithm, splitting it into tps + queue time. https://picx.zhimg.com/80/v2-1cc3044a3ec3d5d21cb265dd67518ca0_1440w.png",
|
||||||
"Fix issue #45: Array type parameters are not supported.",
|
"The large model API speed test now supports custom prompts. https://picx.zhimg.com/80/v2-ff70af72254b82c11a941fe9cc29eeb8_1440w.png",
|
||||||
"Fix the issue of abnormal dialog styles when pasting multi-line conversations into the dialog box."
|
"Implement issue#49, tool module, debugging now supports markdown rendering echo. https://picx.zhimg.com/80/v2-5d708ccab00f33fdf63a656a0066bf23_1440w.png",
|
||||||
|
"Implement issue#54, right-click on the server list name to rename the server. https://picx.zhimg.com/80/v2-87c2a29abdd2dd56a4d18cc4a8b946ff_1440w.png",
|
||||||
|
"Fix some hot update issues related to resources and prompts.",
|
||||||
|
"Update the title of the tab created by vscode. https://picx.zhimg.com/80/v2-4d40c20f3eaa032573e4de58298c859f_1440w.png"
|
||||||
],
|
],
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user