🔒 升级base layout

This commit is contained in:
babyProxy 2024-04-23 00:08:15 +08:00
parent 80aa4292a5
commit ea0ff1b8cc
45 changed files with 109 additions and 105 deletions

View file

@ -6,7 +6,7 @@ test.describe('Tool - TOML to YAML', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('TOML to YAML - IT Tools');
await expect(page).toHaveTitle('TOML to YAML - Zeeklog Online Tools');
});
test('TOML is parsed and outputs clean YAML', async ({ page }) => {