"vscode:/vscode.git/clone" did not exist on "704b50e24a69eddea0aa94d3371d6773ccb48cb8"
Commit c1471470 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

chore: format

parent 16a8eebd
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
}, },
{ {
"title": ["Show me a code snippet", "of a website's sticky header"], "title": ["Show me a code snippet", "of a website's sticky header"],
],
"content": "Show me a code snippet of a website's sticky header in CSS and JavaScript." "content": "Show me a code snippet of a website's sticky header in CSS and JavaScript."
}, },
{ {
......
...@@ -92,7 +92,9 @@ ...@@ -92,7 +92,9 @@
toast.success($i18n.t('Server connection verified')); toast.success($i18n.t('Server connection verified'));
} }
} else { } else {
({ AUTOMATIC1111_BASE_URL,AUTOMATIC1111_API_AUTH } = await getImageGenerationEngineUrls(localStorage.token)); ({ AUTOMATIC1111_BASE_URL, AUTOMATIC1111_API_AUTH } = await getImageGenerationEngineUrls(
localStorage.token
));
} }
} }
}; };
...@@ -293,7 +295,7 @@ ...@@ -293,7 +295,7 @@
href="https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/13993" href="https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/13993"
target="_blank" target="_blank"
> >
{$i18n.t('(e.g. `sh webui.sh --api --api-auth username_password`)').replace('_',':')} {$i18n.t('(e.g. `sh webui.sh --api --api-auth username_password`)').replace('_', ':')}
</a> </a>
</div> </div>
{:else if imageGenerationEngine === 'comfyui'} {:else if imageGenerationEngine === 'comfyui'}
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' 或 '-1' 表示无过期时间。", "'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' 或 '-1' 表示无过期时间。",
"(Beta)": "(测试版)", "(Beta)": "(测试版)",
"(e.g. `sh webui.sh --api`)": "(例如 `sh webui.sh --api`)", "(e.g. `sh webui.sh --api`)": "(例如 `sh webui.sh --api`)",
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(例如 `sh webui.sh --api --api-auth username_password`)", "(e.g. `sh webui.sh --api --api-auth username_password`)": "(例如 `sh webui.sh --api --api-auth username_password`)",
"(latest)": "(最新版)", "(latest)": "(最新版)",
"{{ models }}": "{{ models }}", "{{ models }}": "{{ models }}",
"{{ owner }}: You cannot delete a base model": "{{ owner }}:您不能删除基础模型", "{{ owner }}: You cannot delete a base model": "{{ owner }}:您不能删除基础模型",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment