Spaces:
Sleeping
Sleeping
Update src/lib/components/workspace/Modelfiles.svelte
Browse files
src/lib/components/workspace/Modelfiles.svelte
CHANGED
@@ -41,9 +41,9 @@
|
|
41 |
};
|
42 |
|
43 |
const shareModelfile = async (modelfile) => {
|
44 |
-
toast.success($i18n.t('Redirecting you to
|
45 |
|
46 |
-
const url = 'https://
|
47 |
|
48 |
const tab = await window.open(`${url}/modelfiles/create`, '_blank');
|
49 |
window.addEventListener(
|
|
|
41 |
};
|
42 |
|
43 |
const shareModelfile = async (modelfile) => {
|
44 |
+
toast.success($i18n.t('Redirecting you to https://czoffice.top/'));
|
45 |
|
46 |
+
const url = 'https://czoffice.top/';
|
47 |
|
48 |
const tab = await window.open(`${url}/modelfiles/create`, '_blank');
|
49 |
window.addEventListener(
|