refactor: update asset paths and remove unused SVG files
- Changed asset URLs in CSS files to use absolute paths instead of relative paths. - Removed unused SVG files from the project to clean up the codebase. - Updated the development script in package.json to utilize turbopack for improved performance.pull/20696/head
@ -1,10 +1,10 @@
|
|||||||
.playIcon {
|
.playIcon {
|
||||||
background-image: url(~@/app/components/develop/secret-key/assets/play.svg);
|
background-image: url(/assets/play.svg);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
.pauseIcon {
|
.pauseIcon {
|
||||||
background-image: url(~@/app/components/develop/secret-key/assets/pause.svg);
|
background-image: url(/assets/pause.svg);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
.copyIcon {
|
.copyIcon {
|
||||||
background-image: url(~@/app/components/develop/secret-key/assets/copy.svg);
|
background-image: url(app/components/develop/secret-key/assets/copy.svg);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.copyIcon:hover {
|
.copyIcon:hover {
|
||||||
background-image: url(~@/app/components/develop/secret-key/assets/copy-hover.svg);
|
background-image: url(app/components/develop/secret-key/assets/copy-hover.svg);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.copyIcon.copied {
|
.copyIcon.copied {
|
||||||
background-image: url(~@/app/components/develop/secret-key/assets/copied.svg);
|
background-image: url(app/components/develop/secret-key/assets/copied.svg);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
.copyIcon {
|
.copyIcon {
|
||||||
background-image: url(~@/app/components/develop/secret-key/assets/copy.svg);
|
background-image: url(/assets/copy.svg);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.copyIcon:hover {
|
.copyIcon:hover {
|
||||||
background-image: url(~@/app/components/develop/secret-key/assets/copy-hover.svg);
|
background-image: url(/assets/copy-hover.svg);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.copyIcon.copied {
|
.copyIcon.copied {
|
||||||
background-image: url(~@/app/components/develop/secret-key/assets/copied.svg);
|
background-image: url(/assets/copied.svg);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
.wrapper {
|
.wrapper {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
background: url(~@/app/components/base/icons/assets/image/llm/baichuan-text-cn.png) center center no-repeat;
|
background: url(app/components/base/icons/assets/image/llm/baichuan-text-cn.png) center center no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
.wrapper {
|
.wrapper {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
background: url(~@/app/components/base/icons/assets/image/llm/minimax.png) center center no-repeat;
|
background: url(app/components/base/icons/assets/image/llm/minimax.png) center center no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
.wrapper {
|
.wrapper {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
background: url(~@/app/components/base/icons/assets/image/llm/minimax-text.png) center center no-repeat;
|
background: url(app/components/base/icons/assets/image/llm/minimax-text.png) center center no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
.wrapper {
|
.wrapper {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
background: url(~@/app/components/base/icons/assets/image/llm/tongyi.png) center center no-repeat;
|
background: url(app/components/base/icons/assets/image/llm/tongyi.png) center center no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
.wrapper {
|
.wrapper {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
background: url(~@/app/components/base/icons/assets/image/llm/tongyi-text.png) center center no-repeat;
|
background: url(app/components/base/icons/assets/image/llm/tongyi-text.png) center center no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
.wrapper {
|
.wrapper {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
background: url(~@/app/components/base/icons/assets/image/llm/tongyi-text-cn.png) center center no-repeat;
|
background: url(app/components/base/icons/assets/image/llm/tongyi-text-cn.png) center center no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
.wrapper {
|
.wrapper {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
background: url(~@/app/components/base/icons/assets/image/llm/wxyy.png) center center no-repeat;
|
background: url(app/components/base/icons/assets/image/llm/wxyy.png) center center no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
.wrapper {
|
.wrapper {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
background: url(~@/app/components/base/icons/assets/image/llm/wxyy-text.png) center center no-repeat;
|
background: url(app/components/base/icons/assets/image/llm/wxyy-text.png) center center no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
.wrapper {
|
.wrapper {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
background: url(~@/app/components/base/icons/assets/image/llm/wxyy-text-cn.png) center center no-repeat;
|
background: url(app/components/base/icons/assets/image/llm/wxyy-text-cn.png) center center no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
.svgIcon {
|
.svgIcon {
|
||||||
background-image: url(~@/app/components/develop/secret-key/assets/svg.svg);
|
background-image: url(/assets/svg.svg);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.svgIconed {
|
.svgIconed {
|
||||||
background-image: url(~@/app/components/develop/secret-key/assets/svged.svg);
|
background-image: url(/assets/svged.svg);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 892 B After Width: | Height: | Size: 893 B |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 875 B After Width: | Height: | Size: 875 B |
|
Before Width: | Height: | Size: 875 B After Width: | Height: | Size: 875 B |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 711 B After Width: | Height: | Size: 711 B |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 580 B |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 703 B After Width: | Height: | Size: 703 B |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 548 B After Width: | Height: | Size: 548 B |
|
Before Width: | Height: | Size: 550 B After Width: | Height: | Size: 550 B |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |