1
This commit is contained in:
@@ -63,7 +63,7 @@ test('visual novel workspace only exposes one-line input and visual style entry'
|
||||
.querySelector('img')
|
||||
?.getAttribute('src'),
|
||||
).toBe('/visual-novel-style-references/dark-gothic.png');
|
||||
expect(screen.getByText('消耗20光点')).toBeTruthy();
|
||||
expect(screen.getByText('消耗20泥点')).toBeTruthy();
|
||||
expect(screen.queryByText(buildVisualNovelForbiddenCopyPattern())).toBeNull();
|
||||
expect(screen.queryByRole('button', { name: '文档' })).toBeNull();
|
||||
expect(screen.queryByRole('button', { name: '空白' })).toBeNull();
|
||||
|
||||
@@ -340,7 +340,7 @@ export function VisualNovelAgentWorkspace({
|
||||
)}
|
||||
<span>生成视觉小说草稿</span>
|
||||
<span className="rounded-full bg-white/24 px-2 py-0.5 text-[11px] font-bold">
|
||||
消耗20光点
|
||||
消耗20泥点
|
||||
</span>
|
||||
</span>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user