From d545f1a97ca623b630b0d8975e7804074f949aa8 Mon Sep 17 00:00:00 2001 From: AceDataCloud Date: Wed, 10 Jan 2024 03:02:06 +0800 Subject: [PATCH 1/2] migrate --- .github/workflows/deploy.yaml | 2 +- .github/workflows/publish.yaml | 2 +- CHANGELOG.json | 238 +++--- CHANGELOG.md | 82 +- LICENSE | 2 +- README.md | 18 +- deploy/production/deployment.yaml | 4 +- deploy/production/ingress.yaml | 8 +- deploy/production/service.yaml | 2 +- deploy/test/deployment.yaml | 4 +- deploy/test/ingress.yaml | 8 +- deploy/test/service.yaml | 2 +- docker-compose.yaml | 6 +- nginx.conf | 2 +- package.json | 8 +- src/components/common/BottomFooter.vue | 2 +- src/components/common/Navigator.vue | 4 +- .../midjourney/ElementsSelector.vue | 698 +++++++++--------- .../midjourney/preset/ModelSelector.vue | 4 +- src/config.ts | 6 +- src/constants/endpoint.ts | 10 +- src/pages/console/order/Detail.vue | 2 +- src/pages/midjourney/History.vue | 2 +- src/pages/midjourney/Index.vue | 2 +- vite.config.ts | 4 +- yarn.lock | 63 +- 26 files changed, 562 insertions(+), 623 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 70436674..a666ae92 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -33,7 +33,7 @@ jobs: - name: Test Kubectl run: | kubectl get nodes - kubectl get svc -n zhishuyun-test + kubectl get svc -n acedatacloud-test - name: Set Build Number run: echo "BUILD_NUMBER=${GITHUB_RUN_NUMBER}" >> $GITHUB_ENV diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 787018e3..6e56ca9e 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -31,7 +31,7 @@ jobs: run: | git config --global user.name 'GitHub Actions' git config --global user.email 'actions@github.com' - git remote set-url origin "https://$REPO_PAT@github.com/ZhiShuYun/HubFrontend" + git remote set-url origin "https://$REPO_PAT@github.com/acedatacloud/HubFrontend" env: REPO_PAT: ${{ secrets.REPO_PAT }} diff --git a/CHANGELOG.json b/CHANGELOG.json index d6e4c2f5..bbd2eec0 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -1,15 +1,15 @@ { - "name": "@zhishuyun/hub", + "name": "@acedatacloud/hub", "entries": [ { "date": "Mon, 08 Jan 2024 17:48:17 GMT", "version": "0.12.1", - "tag": "@zhishuyun/hub_v0.12.1", + "tag": "@acedatacloud/hub_v0.12.1", "comments": { "patch": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "8cadaa341cdd9c98eeb13d78b2dba99bdf7e046c", "comment": "improve mj experience" } @@ -19,12 +19,12 @@ { "date": "Mon, 08 Jan 2024 15:49:20 GMT", "version": "0.12.0", - "tag": "@zhishuyun/hub_v0.12.0", + "tag": "@acedatacloud/hub_v0.12.0", "comments": { "minor": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "9a9c9be30b56d40934f115abf658326b59f336a1", "comment": "add support for config title and favicon" } @@ -34,12 +34,12 @@ { "date": "Mon, 08 Jan 2024 14:35:52 GMT", "version": "0.11.7", - "tag": "@zhishuyun/hub_v0.11.7", + "tag": "@acedatacloud/hub_v0.11.7", "comments": { "patch": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "6e14432a4c27933eb386fe70fc23658210fc86c9", "comment": "add auth config support" } @@ -49,12 +49,12 @@ { "date": "Mon, 08 Jan 2024 14:09:32 GMT", "version": "0.11.6", - "tag": "@zhishuyun/hub_v0.11.6", + "tag": "@acedatacloud/hub_v0.11.6", "comments": { "patch": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "9495ba466a28952817e3ee6011cbef092e3ffd0c", "comment": "fix upload image issue" } @@ -64,12 +64,12 @@ { "date": "Sun, 07 Jan 2024 14:37:32 GMT", "version": "0.11.5", - "tag": "@zhishuyun/hub_v0.11.5", + "tag": "@acedatacloud/hub_v0.11.5", "comments": { "patch": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "060521d34cf5af4431c31b0c36a4ec07f0212cc8", "comment": "fix distribution level" } @@ -79,12 +79,12 @@ { "date": "Sun, 07 Jan 2024 13:54:47 GMT", "version": "0.11.4", - "tag": "@zhishuyun/hub_v0.11.4", + "tag": "@acedatacloud/hub_v0.11.4", "comments": { "patch": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "a8d1d6c8bdcfeb397b8156ba35fe0176227da276", "comment": "fix invitee page" } @@ -94,12 +94,12 @@ { "date": "Sun, 07 Jan 2024 13:30:23 GMT", "version": "0.11.3", - "tag": "@zhishuyun/hub_v0.11.3", + "tag": "@acedatacloud/hub_v0.11.3", "comments": { "patch": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "31280b0f5c6d65764bbfa594e68559d3ba4d516e", "comment": "persist floating state when touch" } @@ -109,12 +109,12 @@ { "date": "Sun, 07 Jan 2024 13:14:56 GMT", "version": "0.11.2", - "tag": "@zhishuyun/hub_v0.11.2", + "tag": "@acedatacloud/hub_v0.11.2", "comments": { "patch": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "0af9c9858e2ec7c597bd5e2a40df30e1bcf494ae", "comment": "fix qr show issue" } @@ -124,12 +124,12 @@ { "date": "Sun, 07 Jan 2024 12:48:15 GMT", "version": "0.11.1", - "tag": "@zhishuyun/hub_v0.11.1", + "tag": "@acedatacloud/hub_v0.11.1", "comments": { "patch": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "82d2947dccb054ecd89f25922edc9b18d4f3bf40", "comment": "fix ios scan qr issue" } @@ -139,12 +139,12 @@ { "date": "Sun, 07 Jan 2024 12:22:21 GMT", "version": "0.11.0", - "tag": "@zhishuyun/hub_v0.11.0", + "tag": "@acedatacloud/hub_v0.11.0", "comments": { "minor": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "05a638472b9409abe860c828dc3fcd9ebd4676c7", "comment": "move distribution pages" } @@ -154,12 +154,12 @@ { "date": "Sun, 07 Jan 2024 11:06:07 GMT", "version": "0.10.0", - "tag": "@zhishuyun/hub_v0.10.0", + "tag": "@acedatacloud/hub_v0.10.0", "comments": { "minor": [ { - "author": "cqc@cuiqingcai.com", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "576e0a7b8581ecf9db5b3ce0bfb0871619e768d2", "comment": "add config support global" } @@ -169,12 +169,12 @@ { "date": "Fri, 05 Jan 2024 18:09:16 GMT", "version": "0.9.3", - "tag": "@zhishuyun/hub_v0.9.3", + "tag": "@acedatacloud/hub_v0.9.3", "comments": { "patch": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "0300664fb3283a4d3cf9cb6e015cc378e0afae26", "comment": "fix error message for chat" } @@ -184,12 +184,12 @@ { "date": "Wed, 03 Jan 2024 12:21:58 GMT", "version": "0.9.2", - "tag": "@zhishuyun/hub_v0.9.2", + "tag": "@acedatacloud/hub_v0.9.2", "comments": { "patch": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "4e6c9a9904059565da346cc3fe4d1d86f38f07a8", "comment": "refine styles" } @@ -199,12 +199,12 @@ { "date": "Wed, 03 Jan 2024 10:14:47 GMT", "version": "0.9.1", - "tag": "@zhishuyun/hub_v0.9.1", + "tag": "@acedatacloud/hub_v0.9.1", "comments": { "patch": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "5ee40bd959c9b691b0ecb7e6a8689dce9bbf930d", "comment": "update style of model selector" } @@ -214,12 +214,12 @@ { "date": "Wed, 03 Jan 2024 08:41:15 GMT", "version": "0.9.0", - "tag": "@zhishuyun/hub_v0.9.0", + "tag": "@acedatacloud/hub_v0.9.0", "comments": { "minor": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "11868c2de2322aafd72f422670404f96e283536f", "comment": "update onboarding experience " } @@ -229,12 +229,12 @@ { "date": "Wed, 03 Jan 2024 06:02:27 GMT", "version": "0.8.4", - "tag": "@zhishuyun/hub_v0.8.4", + "tag": "@acedatacloud/hub_v0.8.4", "comments": { "patch": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "357151cbca01b06b5cc0a4646108d4941ad4e726", "comment": "add pr pipeline check" } @@ -244,12 +244,12 @@ { "date": "Wed, 03 Jan 2024 05:56:48 GMT", "version": "0.8.3", - "tag": "@zhishuyun/hub_v0.8.3", + "tag": "@acedatacloud/hub_v0.8.3", "comments": { "patch": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "2dcf43ce1e9901893aca5ea03011f8e0635ac353", "comment": "fix block styles" } @@ -259,12 +259,12 @@ { "date": "Wed, 03 Jan 2024 05:10:13 GMT", "version": "0.8.2", - "tag": "@zhishuyun/hub_v0.8.2", + "tag": "@acedatacloud/hub_v0.8.2", "comments": { "patch": [ { - "author": "cqc@cuiqingcai.com", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "d7d67e8a99f9cc58befa9a4ed4655545fd92172a", "comment": "split chunks to optimize loading speed" } @@ -274,12 +274,12 @@ { "date": "Wed, 03 Jan 2024 04:20:31 GMT", "version": "0.8.1", - "tag": "@zhishuyun/hub_v0.8.1", + "tag": "@acedatacloud/hub_v0.8.1", "comments": { "patch": [ { - "author": "cqc@cuiqingcai.com", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "7dbda76452c339c73d859d5dca9603f7f1fb6cc5", "comment": "fix docker build issue" } @@ -289,12 +289,12 @@ { "date": "Wed, 03 Jan 2024 04:14:55 GMT", "version": "0.8.0", - "tag": "@zhishuyun/hub_v0.8.0", + "tag": "@acedatacloud/hub_v0.8.0", "comments": { "minor": [ { - "author": "cqc@cuiqingcai.com", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "0daf32ba3d2bcb1c7e0f50920598957ba868216d", "comment": "upgrade tailwind and add css optimization" } @@ -304,12 +304,12 @@ { "date": "Wed, 03 Jan 2024 03:33:35 GMT", "version": "0.7.3", - "tag": "@zhishuyun/hub_v0.7.3", + "tag": "@acedatacloud/hub_v0.7.3", "comments": { "patch": [ { - "author": "cqc@cuiqingcai.com", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "abbfc84b2fe7510955a0db9b9eabb534d09fd795", "comment": "fix bug of perist cookie" } @@ -319,12 +319,12 @@ { "date": "Tue, 02 Jan 2024 19:18:59 GMT", "version": "0.7.2", - "tag": "@zhishuyun/hub_v0.7.2", + "tag": "@acedatacloud/hub_v0.7.2", "comments": { "patch": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "df621bf87a380c06a6549dbd47babef973c0a3a4", "comment": "fix bug of setting cookie of inviter id" } @@ -334,12 +334,12 @@ { "date": "Tue, 02 Jan 2024 18:23:41 GMT", "version": "0.7.1", - "tag": "@zhishuyun/hub_v0.7.1", + "tag": "@acedatacloud/hub_v0.7.1", "comments": { "patch": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "0cdb32d71b910677562310022373647a69262490", "comment": "fix inviter id setting" } @@ -349,12 +349,12 @@ { "date": "Tue, 02 Jan 2024 17:13:47 GMT", "version": "0.7.0", - "tag": "@zhishuyun/hub_v0.7.0", + "tag": "@acedatacloud/hub_v0.7.0", "comments": { "minor": [ { - "author": "cqc@cuiqingcai.com", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "c82f04efcf9b471558164935c4b6781986ebe61f", "comment": "add auth modal" } @@ -364,12 +364,12 @@ { "date": "Tue, 02 Jan 2024 06:56:37 GMT", "version": "0.6.1", - "tag": "@zhishuyun/hub_v0.6.1", + "tag": "@acedatacloud/hub_v0.6.1", "comments": { "patch": [ { - "author": "cqc@cuiqingcai.com", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "4997334c376727f143e9d0ff849bdd77ea98f461", "comment": "add inviter id cookies persist" } @@ -379,12 +379,12 @@ { "date": "Tue, 02 Jan 2024 05:44:29 GMT", "version": "0.6.0", - "tag": "@zhishuyun/hub_v0.6.0", + "tag": "@acedatacloud/hub_v0.6.0", "comments": { "minor": [ { - "author": "cqc@cuiqingcai.com", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "5e920f1e31b44edee5c3f8485595f9483cf11028", "comment": "adapt for mobile screen" } @@ -394,12 +394,12 @@ { "date": "Mon, 01 Jan 2024 18:11:56 GMT", "version": "0.5.1", - "tag": "@zhishuyun/hub_v0.5.1", + "tag": "@acedatacloud/hub_v0.5.1", "comments": { "patch": [ { - "author": "cqc@cuiqingcai.com", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "5429cf6ca991e283fb23de2a6fb0a49378346732", "comment": "fix stream event and netlify build" } @@ -409,12 +409,12 @@ { "date": "Mon, 01 Jan 2024 17:58:26 GMT", "version": "0.5.0", - "tag": "@zhishuyun/hub_v0.5.0", + "tag": "@acedatacloud/hub_v0.5.0", "comments": { "minor": [ { - "author": "cqc@cuiqingcai.com", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "783f4de0aef2b45c409a06c8e909de725b1814cf", "comment": "add support for deployment of netlify" } @@ -424,12 +424,12 @@ { "date": "Mon, 01 Jan 2024 17:34:33 GMT", "version": "0.4.1", - "tag": "@zhishuyun/hub_v0.4.1", + "tag": "@acedatacloud/hub_v0.4.1", "comments": { "patch": [ { - "author": "cqc@cuiqingcai.com", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "04e38cef698bb6ad39309a66af1c7e6637e6b69b", "comment": "fix hub url" } @@ -439,12 +439,12 @@ { "date": "Mon, 01 Jan 2024 17:28:15 GMT", "version": "0.4.0", - "tag": "@zhishuyun/hub_v0.4.0", + "tag": "@acedatacloud/hub_v0.4.0", "comments": { "minor": [ { - "author": "cqc@cuiqingcai.com", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "9e3fc10ac1aed60f7a3c19b64c0ada74469fb27e", "comment": "refine and clean files" } @@ -454,12 +454,12 @@ { "date": "Mon, 01 Jan 2024 16:20:13 GMT", "version": "0.3.0", - "tag": "@zhishuyun/hub_v0.3.0", + "tag": "@acedatacloud/hub_v0.3.0", "comments": { "minor": [ { - "author": "cqc@cuiqingcai.com", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "bf66f4c32540e5a3ba5c4fea887cb4059e0c2afb", "comment": "add vercel deployment support" } @@ -469,12 +469,12 @@ { "date": "Mon, 01 Jan 2024 14:11:29 GMT", "version": "0.2.4", - "tag": "@zhishuyun/hub_v0.2.4", + "tag": "@acedatacloud/hub_v0.2.4", "comments": { "patch": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "29dc25be5073f5652ce36e794ae811707bdb2987", "comment": "update readme" } @@ -484,12 +484,12 @@ { "date": "Mon, 01 Jan 2024 12:57:43 GMT", "version": "0.2.3", - "tag": "@zhishuyun/hub_v0.2.3", + "tag": "@acedatacloud/hub_v0.2.3", "comments": { "patch": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "9230bc6c69a6365460c96786edfc25c3ed08ffd0", "comment": "fix build number issue" } @@ -499,12 +499,12 @@ { "date": "Mon, 01 Jan 2024 12:47:55 GMT", "version": "0.2.2", - "tag": "@zhishuyun/hub_v0.2.2", + "tag": "@acedatacloud/hub_v0.2.2", "comments": { "patch": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "35cbbba1e1461b051e2539309218c9595da0448d", "comment": "update build number" } @@ -514,12 +514,12 @@ { "date": "Mon, 01 Jan 2024 12:38:54 GMT", "version": "0.2.1", - "tag": "@zhishuyun/hub_v0.2.1", + "tag": "@acedatacloud/hub_v0.2.1", "comments": { "patch": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "88bf24ffc23941ae6210efc0bd56521121c65ee8", "comment": "update yarn lock" } @@ -529,20 +529,20 @@ { "date": "Mon, 01 Jan 2024 12:26:12 GMT", "version": "0.2.0", - "tag": "@zhishuyun/hub_v0.2.0", + "tag": "@acedatacloud/hub_v0.2.0", "comments": { "patch": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "0287b0bb904cfeee43bb8e0387738b346270de24", "comment": "fix github pipelines" } ], "minor": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "7f938bc6bfbb076c404519358bff0d2b7e25f2ba", "comment": "add publish pipelines" } @@ -552,12 +552,12 @@ { "date": "Mon, 01 Jan 2024 11:44:05 GMT", "version": "0.1.2", - "tag": "@zhishuyun/hub_v0.1.2", + "tag": "@acedatacloud/hub_v0.1.2", "comments": { "patch": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "6e12486bfa0fc7ac3cf550e4b5cdd8e435362459", "comment": "change commit info" } @@ -567,18 +567,18 @@ { "date": "Mon, 01 Jan 2024 11:28:17 GMT", "version": "0.1.1", - "tag": "@zhishuyun/hub_v0.1.1", + "tag": "@acedatacloud/hub_v0.1.1", "comments": { "patch": [ { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "bc96caf20d8a2ccfd3b7f1866a8f4dc4aa2c46fb", "comment": "fix git hooks" }, { - "author": "cqc@germey.cn", - "package": "@zhishuyun/hub", + "author": "germey@acedata.cloud", + "package": "@acedatacloud/hub", "commit": "e355b8ab50c123aa05bbc0126434943600350731", "comment": "fix invite link" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 514a596d..3f483281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change Log - @zhishuyun/hub +# Change Log - @acedatacloud/hub This log was last generated on Mon, 08 Jan 2024 17:48:17 GMT and should not be manually modified. @@ -10,7 +10,7 @@ Mon, 08 Jan 2024 17:48:17 GMT ### Patches -- improve mj experience (cqc@germey.cn) +- improve mj experience (germey@acedata.cloud) ## 0.12.0 @@ -18,7 +18,7 @@ Mon, 08 Jan 2024 15:49:20 GMT ### Minor changes -- add support for config title and favicon (cqc@germey.cn) +- add support for config title and favicon (germey@acedata.cloud) ## 0.11.7 @@ -26,7 +26,7 @@ Mon, 08 Jan 2024 14:35:52 GMT ### Patches -- add auth config support (cqc@germey.cn) +- add auth config support (germey@acedata.cloud) ## 0.11.6 @@ -34,7 +34,7 @@ Mon, 08 Jan 2024 14:09:32 GMT ### Patches -- fix upload image issue (cqc@germey.cn) +- fix upload image issue (germey@acedata.cloud) ## 0.11.5 @@ -42,7 +42,7 @@ Sun, 07 Jan 2024 14:37:32 GMT ### Patches -- fix distribution level (cqc@germey.cn) +- fix distribution level (germey@acedata.cloud) ## 0.11.4 @@ -50,7 +50,7 @@ Sun, 07 Jan 2024 13:54:47 GMT ### Patches -- fix invitee page (cqc@germey.cn) +- fix invitee page (germey@acedata.cloud) ## 0.11.3 @@ -58,7 +58,7 @@ Sun, 07 Jan 2024 13:30:23 GMT ### Patches -- persist floating state when touch (cqc@germey.cn) +- persist floating state when touch (germey@acedata.cloud) ## 0.11.2 @@ -66,7 +66,7 @@ Sun, 07 Jan 2024 13:14:56 GMT ### Patches -- fix qr show issue (cqc@germey.cn) +- fix qr show issue (germey@acedata.cloud) ## 0.11.1 @@ -74,7 +74,7 @@ Sun, 07 Jan 2024 12:48:15 GMT ### Patches -- fix ios scan qr issue (cqc@germey.cn) +- fix ios scan qr issue (germey@acedata.cloud) ## 0.11.0 @@ -82,7 +82,7 @@ Sun, 07 Jan 2024 12:22:21 GMT ### Minor changes -- move distribution pages (cqc@germey.cn) +- move distribution pages (germey@acedata.cloud) ## 0.10.0 @@ -90,7 +90,7 @@ Sun, 07 Jan 2024 11:06:07 GMT ### Minor changes -- add config support global (cqc@cuiqingcai.com) +- add config support global (germey@acedata.cloud) ## 0.9.3 @@ -98,7 +98,7 @@ Fri, 05 Jan 2024 18:09:16 GMT ### Patches -- fix error message for chat (cqc@germey.cn) +- fix error message for chat (germey@acedata.cloud) ## 0.9.2 @@ -106,7 +106,7 @@ Wed, 03 Jan 2024 12:21:58 GMT ### Patches -- refine styles (cqc@germey.cn) +- refine styles (germey@acedata.cloud) ## 0.9.1 @@ -114,7 +114,7 @@ Wed, 03 Jan 2024 10:14:47 GMT ### Patches -- update style of model selector (cqc@germey.cn) +- update style of model selector (germey@acedata.cloud) ## 0.9.0 @@ -122,7 +122,7 @@ Wed, 03 Jan 2024 08:41:15 GMT ### Minor changes -- update onboarding experience (cqc@germey.cn) +- update onboarding experience (germey@acedata.cloud) ## 0.8.4 @@ -130,7 +130,7 @@ Wed, 03 Jan 2024 06:02:27 GMT ### Patches -- add pr pipeline check (cqc@germey.cn) +- add pr pipeline check (germey@acedata.cloud) ## 0.8.3 @@ -138,7 +138,7 @@ Wed, 03 Jan 2024 05:56:48 GMT ### Patches -- fix block styles (cqc@germey.cn) +- fix block styles (germey@acedata.cloud) ## 0.8.2 @@ -146,7 +146,7 @@ Wed, 03 Jan 2024 05:10:13 GMT ### Patches -- split chunks to optimize loading speed (cqc@cuiqingcai.com) +- split chunks to optimize loading speed (germey@acedata.cloud) ## 0.8.1 @@ -154,7 +154,7 @@ Wed, 03 Jan 2024 04:20:31 GMT ### Patches -- fix docker build issue (cqc@cuiqingcai.com) +- fix docker build issue (germey@acedata.cloud) ## 0.8.0 @@ -162,7 +162,7 @@ Wed, 03 Jan 2024 04:14:55 GMT ### Minor changes -- upgrade tailwind and add css optimization (cqc@cuiqingcai.com) +- upgrade tailwind and add css optimization (germey@acedata.cloud) ## 0.7.3 @@ -170,7 +170,7 @@ Wed, 03 Jan 2024 03:33:35 GMT ### Patches -- fix bug of perist cookie (cqc@cuiqingcai.com) +- fix bug of perist cookie (germey@acedata.cloud) ## 0.7.2 @@ -178,7 +178,7 @@ Tue, 02 Jan 2024 19:18:59 GMT ### Patches -- fix bug of setting cookie of inviter id (cqc@germey.cn) +- fix bug of setting cookie of inviter id (germey@acedata.cloud) ## 0.7.1 @@ -186,7 +186,7 @@ Tue, 02 Jan 2024 18:23:41 GMT ### Patches -- fix inviter id setting (cqc@germey.cn) +- fix inviter id setting (germey@acedata.cloud) ## 0.7.0 @@ -194,7 +194,7 @@ Tue, 02 Jan 2024 17:13:47 GMT ### Minor changes -- add auth modal (cqc@cuiqingcai.com) +- add auth modal (germey@acedata.cloud) ## 0.6.1 @@ -202,7 +202,7 @@ Tue, 02 Jan 2024 06:56:37 GMT ### Patches -- add inviter id cookies persist (cqc@cuiqingcai.com) +- add inviter id cookies persist (germey@acedata.cloud) ## 0.6.0 @@ -210,7 +210,7 @@ Tue, 02 Jan 2024 05:44:29 GMT ### Minor changes -- adapt for mobile screen (cqc@cuiqingcai.com) +- adapt for mobile screen (germey@acedata.cloud) ## 0.5.1 @@ -218,7 +218,7 @@ Mon, 01 Jan 2024 18:11:56 GMT ### Patches -- fix stream event and netlify build (cqc@cuiqingcai.com) +- fix stream event and netlify build (germey@acedata.cloud) ## 0.5.0 @@ -226,7 +226,7 @@ Mon, 01 Jan 2024 17:58:26 GMT ### Minor changes -- add support for deployment of netlify (cqc@cuiqingcai.com) +- add support for deployment of netlify (germey@acedata.cloud) ## 0.4.1 @@ -234,7 +234,7 @@ Mon, 01 Jan 2024 17:34:33 GMT ### Patches -- fix hub url (cqc@cuiqingcai.com) +- fix hub url (germey@acedata.cloud) ## 0.4.0 @@ -242,7 +242,7 @@ Mon, 01 Jan 2024 17:28:15 GMT ### Minor changes -- refine and clean files (cqc@cuiqingcai.com) +- refine and clean files (germey@acedata.cloud) ## 0.3.0 @@ -250,7 +250,7 @@ Mon, 01 Jan 2024 16:20:13 GMT ### Minor changes -- add vercel deployment support (cqc@cuiqingcai.com) +- add vercel deployment support (germey@acedata.cloud) ## 0.2.4 @@ -258,7 +258,7 @@ Mon, 01 Jan 2024 14:11:29 GMT ### Patches -- update readme (cqc@germey.cn) +- update readme (germey@acedata.cloud) ## 0.2.3 @@ -266,7 +266,7 @@ Mon, 01 Jan 2024 12:57:43 GMT ### Patches -- fix build number issue (cqc@germey.cn) +- fix build number issue (germey@acedata.cloud) ## 0.2.2 @@ -274,7 +274,7 @@ Mon, 01 Jan 2024 12:47:55 GMT ### Patches -- update build number (cqc@germey.cn) +- update build number (germey@acedata.cloud) ## 0.2.1 @@ -282,7 +282,7 @@ Mon, 01 Jan 2024 12:38:54 GMT ### Patches -- update yarn lock (cqc@germey.cn) +- update yarn lock (germey@acedata.cloud) ## 0.2.0 @@ -290,11 +290,11 @@ Mon, 01 Jan 2024 12:26:12 GMT ### Minor changes -- add publish pipelines (cqc@germey.cn) +- add publish pipelines (germey@acedata.cloud) ### Patches -- fix github pipelines (cqc@germey.cn) +- fix github pipelines (germey@acedata.cloud) ## 0.1.2 @@ -302,7 +302,7 @@ Mon, 01 Jan 2024 11:44:05 GMT ### Patches -- change commit info (cqc@germey.cn) +- change commit info (germey@acedata.cloud) ## 0.1.1 @@ -310,5 +310,5 @@ Mon, 01 Jan 2024 11:28:17 GMT ### Patches -- fix git hooks (cqc@germey.cn) -- fix invite link (cqc@germey.cn) +- fix git hooks (germey@acedata.cloud) +- fix invite link (germey@acedata.cloud) diff --git a/LICENSE b/LICENSE index 0552b1c1..36f381e0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 ZhiShuYun +Copyright (c) 2024 acedatacloud Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 10ca3393..81aba16f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ZhiShuYun Hub +# acedatacloud Hub 集成 GPT 问答、Midjourney 绘画等一站式服务的系统,主要特点包括: @@ -10,33 +10,33 @@ - 完全开源免费,配置简单,可直接部署为您自己的系统。 - 基于 Vue3 开发,采用 MIT 协议,可进行任意二次开发。 -以上功能由[知数云](https://data.zhishuyun.com/)提供技术支持。 +以上功能由[知数云](https://platform.acedata.cloud/)提供技术支持。 ## 预览 AI 绘画: -![](https://cdn.zhishuyun.com/20240101-214257.png) +![](https://cdn.acedata.cloud/20240101-214257.png) AI 问答: -![](https://cdn.zhishuyun.com/20240101-214017.png) +![](https://cdn.acedata.cloud/20240101-214017.png) 分销系统: -![](https://cdn.zhishuyun.com/20240101-214316.png) +![](https://cdn.acedata.cloud/20240101-214316.png) -体验网址:[https://hub.zhishuyun.com/](https://hub.zhishuyun.com/),微信或邮箱登录即可立即使用。 +体验网址:[https://hub.acedata.cloud/](https://hub.acedata.cloud/),微信或邮箱登录即可立即使用。 ## 部署 一键部署到 Vercel: -[![Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/ZhiShuYun/HubFrontend) +[![Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/acedatacloud/HubFrontend) 一键部署到 Netlify: -[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/ZhiShuYun/HubFrontend) +[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/acedatacloud/HubFrontend) ## 开发配置 @@ -49,7 +49,7 @@ AI 问答: ### 2. 下载源码 ``` -git clone https://github.com/ZhiShuYun/HubFrontend.git +git clone https://github.com/acedatacloud/HubFrontend.git ``` ### 3. 配置 diff --git a/deploy/production/deployment.yaml b/deploy/production/deployment.yaml index f84072af..f566d4dc 100644 --- a/deploy/production/deployment.yaml +++ b/deploy/production/deployment.yaml @@ -4,7 +4,7 @@ metadata: labels: app: hub-frontend name: hub-frontend - namespace: zhishuyun + namespace: acedatacloud spec: replicas: 2 revisionHistoryLimit: 5 @@ -17,7 +17,7 @@ spec: app: hub-frontend spec: containers: - - image: ghcr.io/zhishuyun/hub-frontend:${TAG} + - image: ghcr.io/acedatacloud/hub-frontend:${TAG} name: hub-frontend ports: - containerPort: 80 diff --git a/deploy/production/ingress.yaml b/deploy/production/ingress.yaml index 2a8b752e..7923b4eb 100644 --- a/deploy/production/ingress.yaml +++ b/deploy/production/ingress.yaml @@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: name: hub-frontend - namespace: zhishuyun + namespace: acedatacloud annotations: kubernetes.io/ingress.class: 'nginx' nginx.ingress.kubernetes.io/ssl-redirect: 'true' @@ -10,10 +10,10 @@ metadata: spec: tls: - hosts: - - hub.zhishuyun.com - secretName: tls-wildcard-zhishuyun-com + - hub.acedata.cloud + secretName: tls-wildcard-acedata-cloud rules: - - host: hub.zhishuyun.com + - host: hub.acedata.cloud http: paths: - backend: diff --git a/deploy/production/service.yaml b/deploy/production/service.yaml index ad1e2dc7..9b929531 100644 --- a/deploy/production/service.yaml +++ b/deploy/production/service.yaml @@ -4,7 +4,7 @@ metadata: labels: app: hub-frontend name: hub-frontend - namespace: zhishuyun + namespace: acedatacloud spec: ports: - name: '8083' diff --git a/deploy/test/deployment.yaml b/deploy/test/deployment.yaml index 012d0beb..fb7bcdf9 100644 --- a/deploy/test/deployment.yaml +++ b/deploy/test/deployment.yaml @@ -4,7 +4,7 @@ metadata: labels: app: hub-frontend name: hub-frontend - namespace: zhishuyun-test + namespace: acedatacloud-test spec: replicas: 1 revisionHistoryLimit: 5 @@ -17,7 +17,7 @@ spec: app: hub-frontend spec: containers: - - image: ghcr.io/zhishuyun/hub-frontend:${TAG} + - image: ghcr.io/acedatacloud/hub-frontend:${TAG} name: hub-frontend ports: - containerPort: 80 diff --git a/deploy/test/ingress.yaml b/deploy/test/ingress.yaml index c2f67355..3bc0498c 100644 --- a/deploy/test/ingress.yaml +++ b/deploy/test/ingress.yaml @@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: name: hub-frontend - namespace: zhishuyun-test + namespace: acedatacloud-test annotations: kubernetes.io/ingress.class: 'nginx' nginx.ingress.kubernetes.io/ssl-redirect: 'true' @@ -10,10 +10,10 @@ metadata: spec: tls: - hosts: - - hub.test.zhishuyun.com - secretName: tls-wildcard-test-zhishuyun-com + - hub.test.acedata.cloud + secretName: tls-wildcard-test-acedata-cloud rules: - - host: hub.test.zhishuyun.com + - host: hub.test.acedata.cloud http: paths: - backend: diff --git a/deploy/test/service.yaml b/deploy/test/service.yaml index 6ba95e11..4871917b 100644 --- a/deploy/test/service.yaml +++ b/deploy/test/service.yaml @@ -4,7 +4,7 @@ metadata: labels: app: hub-frontend name: hub-frontend - namespace: zhishuyun-test + namespace: acedatacloud-test spec: ports: - name: '8083' diff --git a/docker-compose.yaml b/docker-compose.yaml index 23ca9649..fd829474 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,8 +1,8 @@ version: '3' services: - zhishuyun-hub-frontend: - container_name: 'zhishuyun-hub-frontend' + acedatacloud-hub-frontend: + container_name: 'acedatacloud-hub-frontend' build: ./ - image: 'ghcr.io/zhishuyun/hub-frontend:${BUILD_NUMBER}' + image: 'ghcr.io/acedatacloud/hub-frontend:${BUILD_NUMBER}' ports: - '8080:80' diff --git a/nginx.conf b/nginx.conf index 228bbbb4..c15a2d27 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,7 +4,7 @@ server { proxy_http_version 1.1; location /api/v1/ { - proxy_pass https://data.zhishuyun.com; + proxy_pass https://platform.acedata.cloud; client_max_body_size 20m; } diff --git a/package.json b/package.json index 901ec87c..39da98e2 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "@zhishuyun/hub", + "name": "@acedatacloud/hub", "version": "0.12.1", "author": "Germey Technology ", "repository": { "type": "git", - "url": "git+https://github.com/ZhiShuYun/HubFrontend.git" + "url": "git+https://github.com/acedatacloud/HubFrontend.git" }, "files": [ "dist/" @@ -93,8 +93,8 @@ "vue-tsc": "^1.2.0" }, "bugs": { - "url": "https://github.com/ZhiShuYun/HubFrontend/issues" + "url": "https://github.com/acedatacloud/HubFrontend/issues" }, - "homepage": "https://github.com/ZhiShuYun/HubFrontend#readme", + "homepage": "https://github.com/acedatacloud/HubFrontend#readme", "license": "MIT" } diff --git a/src/components/common/BottomFooter.vue b/src/components/common/BottomFooter.vue index cde3bf7e..33141c6d 100644 --- a/src/components/common/BottomFooter.vue +++ b/src/components/common/BottomFooter.vue @@ -6,7 +6,7 @@

{{ $t('common.entity.website') }} © {{ new Date().getFullYear() }} + >{{ $t('common.entity.website') }} © {{ new Date().getFullYear() }} {{ $t('common.entity.copyright') }} diff --git a/src/components/common/Navigator.vue b/src/components/common/Navigator.vue index 2c9f9836..73a2e71a 100644 --- a/src/components/common/Navigator.vue +++ b/src/components/common/Navigator.vue @@ -106,7 +106,7 @@ export default defineComponent({ }, displayName: this.$t('common.nav.chat'), icon: 'fa-regular fa-comment', - image: 'https://cdn.zhishuyun.com/9ad12c99b2.png/thumb_100x100', + image: 'https://cdn.acedata.cloud/9ad12c99b2.png/thumb_100x100', routes: [ROUTE_CHAT_CONVERSATION, ROUTE_CHAT_CONVERSATION_NEW] }); } @@ -117,7 +117,7 @@ export default defineComponent({ }, displayName: this.$t('common.nav.midjourney'), icon: 'fa-solid fa-palette', - image: 'https://cdn.zhishuyun.com/83ee211091.png/thumb_100x100', + image: 'https://cdn.acedata.cloud/83ee211091.png/thumb_100x100', routes: [ROUTE_MIDJOURNEY_INDEX, ROUTE_MIDJOURNEY_HISTORY] }); } diff --git a/src/components/midjourney/ElementsSelector.vue b/src/components/midjourney/ElementsSelector.vue index c0396c57..1a917327 100644 --- a/src/components/midjourney/ElementsSelector.vue +++ b/src/components/midjourney/ElementsSelector.vue @@ -77,677 +77,677 @@ export default defineComponent({ displayName: '风格', items: [ { - image: 'https://cdn.zhishuyun.com/94ab394d-2fa3-4fe8-b3b3-41be85720fdb.png', + image: 'https://cdn.acedata.cloud/94ab394d-2fa3-4fe8-b3b3-41be85720fdb.png', label: '水彩', value: 'Watercolour' }, { - image: 'https://cdn.zhishuyun.com/c3904cc5-3184-4639-be76-46f4860c1277.png', + image: 'https://cdn.acedata.cloud/c3904cc5-3184-4639-be76-46f4860c1277.png', label: '油画', value: 'Oil painting' }, { - image: 'https://cdn.zhishuyun.com/a0b764bb-13b1-419b-a8e8-855ee7ffc28a.png', + image: 'https://cdn.acedata.cloud/a0b764bb-13b1-419b-a8e8-855ee7ffc28a.png', label: '老照片', value: 'Old Photograph' }, { - image: 'https://cdn.zhishuyun.com/04f17d89-d913-4700-a422-99fa97fa79c9.png', + image: 'https://cdn.acedata.cloud/04f17d89-d913-4700-a422-99fa97fa79c9.png', label: '单线图', value: 'One-line drawing' }, { - image: 'https://cdn.zhishuyun.com/281cfaac-ec59-4f5c-ab2b-f15d7481d752.png', + image: 'https://cdn.acedata.cloud/281cfaac-ec59-4f5c-ab2b-f15d7481d752.png', label: '素描', value: 'Sketch Drawing' }, { - image: 'https://cdn.zhishuyun.com/091d68cf-533c-4b76-90be-d5983b9ba80b.png', + image: 'https://cdn.acedata.cloud/091d68cf-533c-4b76-90be-d5983b9ba80b.png', label: '水粉', value: 'Gouache' }, { - image: 'https://cdn.zhishuyun.com/a652c6b2-f0f6-4ef4-bf1b-9053e1daf85b.png', + image: 'https://cdn.acedata.cloud/a652c6b2-f0f6-4ef4-bf1b-9053e1daf85b.png', label: '电影风格', value: 'Film style' }, { - image: 'https://cdn.zhishuyun.com/0aaafc79-9094-4a97-a07d-a01f88d276b1.png', + image: 'https://cdn.acedata.cloud/0aaafc79-9094-4a97-a07d-a01f88d276b1.png', label: '写实的', value: 'Photorealistic' }, { - image: 'https://cdn.zhishuyun.com/aa6489ad-8b40-46ae-83a6-f636772084e9.png', + image: 'https://cdn.acedata.cloud/aa6489ad-8b40-46ae-83a6-f636772084e9.png', label: '徽标', value: 'Logo' }, { - image: 'https://cdn.zhishuyun.com/e3e96805-6bcd-4608-b012-a8931e75662a.png', + image: 'https://cdn.acedata.cloud/e3e96805-6bcd-4608-b012-a8931e75662a.png', label: '卡通', value: 'Cartoon' }, { - image: 'https://cdn.zhishuyun.com/11d53af4-ec2d-4256-8ddc-18105df57047.png', + image: 'https://cdn.acedata.cloud/11d53af4-ec2d-4256-8ddc-18105df57047.png', label: '大理石雕像', value: 'Marble Statue' }, { - image: 'https://cdn.zhishuyun.com/d0109889-d2a6-49ee-9f5c-49f2033966d8.png', + image: 'https://cdn.acedata.cloud/d0109889-d2a6-49ee-9f5c-49f2033966d8.png', label: '1800年代', value: '1800s' }, { - image: 'https://cdn.zhishuyun.com/86a3fb48-1ef0-422a-809a-580892aa0b9d.png', + image: 'https://cdn.acedata.cloud/86a3fb48-1ef0-422a-809a-580892aa0b9d.png', label: '1980年代', value: '1980s' }, { - image: 'https://cdn.zhishuyun.com/8b07aae4-b6f6-45ad-a556-7206b2945025.png', + image: 'https://cdn.acedata.cloud/8b07aae4-b6f6-45ad-a556-7206b2945025.png', label: '等距动画', value: 'Isometric anime', advanced: true }, { - image: 'https://cdn.zhishuyun.com/3be49d3c-e431-4bce-b2bb-fc53f763b348.png', + image: 'https://cdn.acedata.cloud/3be49d3c-e431-4bce-b2bb-fc53f763b348.png', label: '分析性绘图', value: 'Analytic drawing', advanced: true }, { - image: 'https://cdn.zhishuyun.com/4d31c2dc-2a0b-4465-b3e8-bffd7c5fed25.png', + image: 'https://cdn.acedata.cloud/4d31c2dc-2a0b-4465-b3e8-bffd7c5fed25.png', label: '着色书', value: 'Coloring book', advanced: true }, { - image: 'https://cdn.zhishuyun.com/a19dde67-65b2-4923-8895-9e960cf050ee.png', + image: 'https://cdn.acedata.cloud/a19dde67-65b2-4923-8895-9e960cf050ee.png', label: '信息图画', value: 'Infographic drawing', advanced: true }, { - image: 'https://cdn.zhishuyun.com/f57db729-8692-4524-a373-b495d14ec77e.png', + image: 'https://cdn.acedata.cloud/f57db729-8692-4524-a373-b495d14ec77e.png', label: '双重曝光', value: 'Double exposure', advanced: true }, { - image: 'https://cdn.zhishuyun.com/f8ff8db0-62dc-4414-b309-7fdf2021e45c.png', + image: 'https://cdn.acedata.cloud/f8ff8db0-62dc-4414-b309-7fdf2021e45c.png', label: '图示性绘图', value: 'Diagrammatic drawing', advanced: true }, { - image: 'https://cdn.zhishuyun.com/426447cf-dd10-4c91-b928-e7a3aa4c253a.png', + image: 'https://cdn.acedata.cloud/426447cf-dd10-4c91-b928-e7a3aa4c253a.png', label: '二维插图', value: '2D illustration', advanced: true }, { - image: 'https://cdn.zhishuyun.com/25e0edfe-776f-4be0-9791-bb729cca81b3.png', + image: 'https://cdn.acedata.cloud/25e0edfe-776f-4be0-9791-bb729cca81b3.png', label: '图解式画像', value: 'Diagrammatic portrait', advanced: true }, { - image: 'https://cdn.zhishuyun.com/819c367c-ad03-4bf8-87a9-38ba53aa00f6.png', + image: 'https://cdn.acedata.cloud/819c367c-ad03-4bf8-87a9-38ba53aa00f6.png', label: '像素艺术', value: 'Pixel art', advanced: true }, { - image: 'https://cdn.zhishuyun.com/2c4bbd7b-fc59-4f38-b844-762bf2366042.png', + image: 'https://cdn.acedata.cloud/2c4bbd7b-fc59-4f38-b844-762bf2366042.png', label: '黑暗幻想', value: 'Dark fantasy', advanced: true }, { - image: 'https://cdn.zhishuyun.com/bd786eed-e3ee-4e3a-9473-acbd1ee4306c.png', + image: 'https://cdn.acedata.cloud/bd786eed-e3ee-4e3a-9473-acbd1ee4306c.png', label: '浮世绘艺术', value: 'Ukiyo-e art', advanced: true }, { - image: 'https://cdn.zhishuyun.com/1951d276-5502-428a-8694-1b311d8a5540.png', + image: 'https://cdn.acedata.cloud/1951d276-5502-428a-8694-1b311d8a5540.png', label: '绗缝纸', value: 'Paper quilling', advanced: true }, { - image: 'https://cdn.zhishuyun.com/4f9bcc9c-8b0e-47f4-87b9-4b4d78a8891a.png', + image: 'https://cdn.acedata.cloud/4f9bcc9c-8b0e-47f4-87b9-4b4d78a8891a.png', label: '剪纸工艺', value: 'Paper cut craft' }, { - image: 'https://cdn.zhishuyun.com/4775f61f-446b-4312-b824-c91c6ecdb372.png', + image: 'https://cdn.acedata.cloud/4775f61f-446b-4312-b824-c91c6ecdb372.png', label: '虹彩', value: 'Iridescent', advanced: true }, { - image: 'https://cdn.zhishuyun.com/29fbc528-56f0-4eb0-a5a2-2312d53d55b4.png', + image: 'https://cdn.acedata.cloud/29fbc528-56f0-4eb0-a5a2-2312d53d55b4.png', label: '拼布拼贴画', value: 'Patchwork collage', advanced: true }, { - image: 'https://cdn.zhishuyun.com/aa03b06a-fac8-45ec-830f-2a6e7ecab5c2.png', + image: 'https://cdn.acedata.cloud/aa03b06a-fac8-45ec-830f-2a6e7ecab5c2.png', label: '欧普艺术', value: 'Op art', advanced: true }, { - image: 'https://cdn.zhishuyun.com/29015f2a-3c9c-43c5-808a-23fbbb7bcf2f.png', + image: 'https://cdn.acedata.cloud/29015f2a-3c9c-43c5-808a-23fbbb7bcf2f.png', label: '日本墨水', value: 'Japanese ink', advanced: true }, { - image: 'https://cdn.zhishuyun.com/a65f8f7e-46a9-4ccf-8ee5-720d0c222471.png', + image: 'https://cdn.acedata.cloud/a65f8f7e-46a9-4ccf-8ee5-720d0c222471.png', label: '粉笔画', value: 'Pastel drawing' }, { - image: 'https://cdn.zhishuyun.com/a0cda2b1-b227-4230-8842-feab55edd6c7.png', + image: 'https://cdn.acedata.cloud/a0cda2b1-b227-4230-8842-feab55edd6c7.png', label: '滴漆艺术', value: 'Dripping art' }, { - image: 'https://cdn.zhishuyun.com/c4aab372-ec55-4a7e-af94-4469f45c23c5.png', + image: 'https://cdn.acedata.cloud/c4aab372-ec55-4a7e-af94-4469f45c23c5.png', label: '纹身艺术', value: 'Tattoo art', advanced: true }, { - image: 'https://cdn.zhishuyun.com/5040fbb2-6fa7-4e8f-86ac-f23c1c3e291c.png', + image: 'https://cdn.acedata.cloud/5040fbb2-6fa7-4e8f-86ac-f23c1c3e291c.png', label: '16比特', value: '16-Bit', advanced: true }, { - image: 'https://cdn.zhishuyun.com/b67249a1-36fa-443a-8b41-c167a5002e10.png', + image: 'https://cdn.acedata.cloud/b67249a1-36fa-443a-8b41-c167a5002e10.png', label: '8比特', value: '8-Bit', advanced: true }, { - image: 'https://cdn.zhishuyun.com/1c9600b4-6995-4dcb-b363-40ee38049151.png', + image: 'https://cdn.acedata.cloud/1c9600b4-6995-4dcb-b363-40ee38049151.png', label: '琥珀色调', value: 'Amber', advanced: true }, { - image: 'https://cdn.zhishuyun.com/e2d34946-3148-4f92-ad73-40f6f1208516.png', + image: 'https://cdn.acedata.cloud/e2d34946-3148-4f92-ad73-40f6f1208516.png', label: '解剖学绘图', value: 'Anatomical Drawing', advanced: true }, { - image: 'https://cdn.zhishuyun.com/19940f31-037e-4a8f-a71c-605e16ac9631.png', + image: 'https://cdn.acedata.cloud/19940f31-037e-4a8f-a71c-605e16ac9631.png', label: '古代', value: 'Ancient' }, { - image: 'https://cdn.zhishuyun.com/b714b3d9-2f97-49fb-bf85-99a716bf0c78.png', + image: 'https://cdn.acedata.cloud/b714b3d9-2f97-49fb-bf85-99a716bf0c78.png', label: '日式动画', value: 'Anime', advanced: true }, { - image: 'https://cdn.zhishuyun.com/d88c3080-cd54-4342-ac91-dac326ee1060.png', + image: 'https://cdn.acedata.cloud/d88c3080-cd54-4342-ac91-dac326ee1060.png', label: '阿拉伯', value: 'Arabic', advanced: true }, { - image: 'https://cdn.zhishuyun.com/dc54b749-8e69-4252-9b90-fc1448fa9397.png', + image: 'https://cdn.acedata.cloud/dc54b749-8e69-4252-9b90-fc1448fa9397.png', label: '块状的', value: 'Blocky', advanced: true }, { - image: 'https://cdn.zhishuyun.com/d8009295-2f4b-48d8-896e-46d0f5939923.png', + image: 'https://cdn.acedata.cloud/d8009295-2f4b-48d8-896e-46d0f5939923.png', label: '蓝图', value: 'Blueprint', advanced: true }, { - image: 'https://cdn.zhishuyun.com/5cc39277-16e0-46d6-9310-b0722479713b.png', + image: 'https://cdn.acedata.cloud/5cc39277-16e0-46d6-9310-b0722479713b.png', label: '漫画书', value: 'Comicbook', advanced: true }, { - image: 'https://cdn.zhishuyun.com/b9900d01-20bc-408b-9637-779cc22c493c.png', + image: 'https://cdn.acedata.cloud/b9900d01-20bc-408b-9637-779cc22c493c.png', label: '加勒比', value: 'Caribbean', advanced: true }, { - image: 'https://cdn.zhishuyun.com/fedabd4e-a9bb-4bb0-a4ec-8fc48bc74c78.png', + image: 'https://cdn.acedata.cloud/fedabd4e-a9bb-4bb0-a4ec-8fc48bc74c78.png', label: '天人般', value: 'Celestial', advanced: true }, { - image: 'https://cdn.zhishuyun.com/00f1f097-1d72-435f-b47d-656f8e194dc2.png', + image: 'https://cdn.acedata.cloud/00f1f097-1d72-435f-b47d-656f8e194dc2.png', label: '纤维素', value: 'Cellulose', advanced: true }, { - image: 'https://cdn.zhishuyun.com/a002bccf-6287-4b28-a5a7-c1cf5cb07734.png', + image: 'https://cdn.acedata.cloud/a002bccf-6287-4b28-a5a7-c1cf5cb07734.png', label: '炭色风格', value: 'Charcoal Style', advanced: true }, { - image: 'https://cdn.zhishuyun.com/e218ab68-e430-4541-9501-02ee2d7aeda9.png', + image: 'https://cdn.acedata.cloud/e218ab68-e430-4541-9501-02ee2d7aeda9.png', label: '色度', value: 'Chromatic', advanced: true }, { - image: 'https://cdn.zhishuyun.com/bd5a79d9-c73d-46c3-974f-932751ff8e46.png', + image: 'https://cdn.acedata.cloud/bd5a79d9-c73d-46c3-974f-932751ff8e46.png', label: '珊瑚', value: 'Coral', advanced: true }, { - image: 'https://cdn.zhishuyun.com/58dd439c-cae7-434f-9a83-ac6aefd6e417.png', + image: 'https://cdn.acedata.cloud/58dd439c-cae7-434f-9a83-ac6aefd6e417.png', label: '概念艺术', value: 'Concept Art', advanced: true }, { - image: 'https://cdn.zhishuyun.com/767fe9f3-69d0-4e16-9060-41e6cf1b1fe1.png', + image: 'https://cdn.acedata.cloud/767fe9f3-69d0-4e16-9060-41e6cf1b1fe1.png', label: '斐波那契数列', value: 'Fibonacci', advanced: true }, { - image: 'https://cdn.zhishuyun.com/4b78ebb1-5091-43d8-a020-88ffb3719edd.png', + image: 'https://cdn.acedata.cloud/4b78ebb1-5091-43d8-a020-88ffb3719edd.png', label: '赛博朋克', value: 'Cyberpunk', advanced: true }, { - image: 'https://cdn.zhishuyun.com/34d35d5c-a2e4-4e8e-aafd-3d3c08499389.png', + image: 'https://cdn.acedata.cloud/34d35d5c-a2e4-4e8e-aafd-3d3c08499389.png', label: '堕落的', value: 'Diabolic', advanced: true }, { - image: 'https://cdn.zhishuyun.com/8e29e2b4-4899-491d-a5dc-5ebbb1ff2758.png', + image: 'https://cdn.acedata.cloud/8e29e2b4-4899-491d-a5dc-5ebbb1ff2758.png', label: '衍射分级', value: 'Diffraction Grading', advanced: true }, { - image: 'https://cdn.zhishuyun.com/996c6d93-94aa-438a-96d5-278e22e54f5f.png', + image: 'https://cdn.acedata.cloud/996c6d93-94aa-438a-96d5-278e22e54f5f.png', label: '光速', value: 'Lightspeed', advanced: true }, { - image: 'https://cdn.zhishuyun.com/57f3ad49-0940-44e2-a31a-a4872497bae7.png', + image: 'https://cdn.acedata.cloud/57f3ad49-0940-44e2-a31a-a4872497bae7.png', label: '液体', value: 'Liquid', advanced: true }, { - image: 'https://cdn.zhishuyun.com/a9ff43a9-dadf-4bbc-9a7a-72fd3908d39a.png', + image: 'https://cdn.acedata.cloud/a9ff43a9-dadf-4bbc-9a7a-72fd3908d39a.png', label: '点状', value: 'Dots', advanced: true }, { - image: 'https://cdn.zhishuyun.com/acff2bf9-1907-4a0f-be23-897c71caf60e.png', + image: 'https://cdn.acedata.cloud/acff2bf9-1907-4a0f-be23-897c71caf60e.png', label: '沙丘', value: 'Dune', advanced: true }, { - image: 'https://cdn.zhishuyun.com/4a2abc45-ba65-4e2d-8399-8d44491c8a64.png', + image: 'https://cdn.acedata.cloud/4a2abc45-ba65-4e2d-8399-8d44491c8a64.png', label: '滴落的油漆', value: 'Dripping Paint', advanced: true }, { - image: 'https://cdn.zhishuyun.com/7dc4e93f-07a8-45ec-9e8a-89c3f619fd40.png', + image: 'https://cdn.acedata.cloud/7dc4e93f-07a8-45ec-9e8a-89c3f619fd40.png', label: '电子电路', value: 'Electronic Circuitry', advanced: true }, { - image: 'https://cdn.zhishuyun.com/cf502cba-ee64-41fd-a388-93f6357fc7cc.png', + image: 'https://cdn.acedata.cloud/cf502cba-ee64-41fd-a388-93f6357fc7cc.png', label: '电气的', value: 'Electrical', advanced: true }, { - image: 'https://cdn.zhishuyun.com/fd6a696b-3102-4301-8fce-5a7fd401231a.png', + image: 'https://cdn.acedata.cloud/fd6a696b-3102-4301-8fce-5a7fd401231a.png', label: '未来的', value: 'Futuristic', advanced: true }, { - image: 'https://cdn.zhishuyun.com/0fe8fca5-b3d9-4fab-b390-fff7c0f4f594.png', + image: 'https://cdn.acedata.cloud/0fe8fca5-b3d9-4fab-b390-fff7c0f4f594.png', label: '蚀刻', value: 'Etching', advanced: true }, { - image: 'https://cdn.zhishuyun.com/46577726-f0ab-4750-81c6-0d4d865ba4bd.png', + image: 'https://cdn.acedata.cloud/46577726-f0ab-4750-81c6-0d4d865ba4bd.png', label: '地外世界', value: 'Extraterrestrial', advanced: true }, { - image: 'https://cdn.zhishuyun.com/faa06af4-9988-4e39-9f13-ecdd29e1e20a.png', + image: 'https://cdn.acedata.cloud/faa06af4-9988-4e39-9f13-ecdd29e1e20a.png', label: '缝隙艺术', value: 'Glitchart', advanced: true }, { - image: 'https://cdn.zhishuyun.com/4380f6af-aaeb-41fd-bcaf-2efadcc3e08f.png', + image: 'https://cdn.acedata.cloud/4380f6af-aaeb-41fd-bcaf-2efadcc3e08f.png', label: '花卉类的', value: 'Floral', advanced: true }, { - image: 'https://cdn.zhishuyun.com/096683c4-8e91-4ef0-8211-8a6dcef5298d.png', + image: 'https://cdn.acedata.cloud/096683c4-8e91-4ef0-8211-8a6dcef5298d.png', label: '分形', value: 'Fractal', advanced: true }, { - image: 'https://cdn.zhishuyun.com/10ce713b-a5bc-400b-a0c8-bcec4f7e6548.png', + image: 'https://cdn.acedata.cloud/10ce713b-a5bc-400b-a0c8-bcec4f7e6548.png', label: '前历史性的', value: 'Pre Historic', advanced: true }, { - image: 'https://cdn.zhishuyun.com/6382ad4e-1818-4ab1-b493-10afdb43c196.png', + image: 'https://cdn.acedata.cloud/6382ad4e-1818-4ab1-b493-10afdb43c196.png', label: '原核生物', value: 'Prokaryotic', advanced: true }, { - image: 'https://cdn.zhishuyun.com/48205fb3-e48b-4219-ad53-d307e1e686a7.png', + image: 'https://cdn.acedata.cloud/48205fb3-e48b-4219-ad53-d307e1e686a7.png', label: '恐怖', value: 'Horror', advanced: true }, { - image: 'https://cdn.zhishuyun.com/d0567b20-8f93-4b16-a775-8ca0708a7a50.png', + image: 'https://cdn.acedata.cloud/d0567b20-8f93-4b16-a775-8ca0708a7a50.png', label: '冰河时代', value: 'Ice Age', advanced: true }, { - image: 'https://cdn.zhishuyun.com/cc1455a5-c139-400d-8a54-121176f196e1.png', + image: 'https://cdn.acedata.cloud/cc1455a5-c139-400d-8a54-121176f196e1.png', label: '侏罗纪', value: 'Jurassic', advanced: true }, { - image: 'https://cdn.zhishuyun.com/84e2bfe2-60bb-4323-936b-18dbb1c8cfa1.png', + image: 'https://cdn.acedata.cloud/84e2bfe2-60bb-4323-936b-18dbb1c8cfa1.png', label: '针织的', value: 'Knitted', advanced: true }, { - image: 'https://cdn.zhishuyun.com/2e1ffddf-daa1-4e57-bc92-d16484ef8e34.png', + image: 'https://cdn.acedata.cloud/2e1ffddf-daa1-4e57-bc92-d16484ef8e34.png', label: '波尔卡', value: 'Polka', advanced: true }, { - image: 'https://cdn.zhishuyun.com/9c2670df-3e39-45a7-ad76-ae17502d018f.png', + image: 'https://cdn.acedata.cloud/9c2670df-3e39-45a7-ad76-ae17502d018f.png', label: '乳胶', value: 'Latex', advanced: true }, { - image: 'https://cdn.zhishuyun.com/d4de1735-235d-461d-b93f-2bf3c280ccfe.png', + image: 'https://cdn.acedata.cloud/d4de1735-235d-461d-b93f-2bf3c280ccfe.png', label: '粉彩', value: 'Pastel', advanced: true }, { - image: 'https://cdn.zhishuyun.com/37f26555-f634-4964-8bac-ec8a955273d4.png', + image: 'https://cdn.acedata.cloud/37f26555-f634-4964-8bac-ec8a955273d4.png', label: '曼陀罗', value: 'Mandala', advanced: true }, { - image: 'https://cdn.zhishuyun.com/f62aa376-1378-45a6-abd0-71bc7bbe49c7.png', + image: 'https://cdn.acedata.cloud/f62aa376-1378-45a6-abd0-71bc7bbe49c7.png', label: '细菌', value: 'Molecular', advanced: true }, { - image: 'https://cdn.zhishuyun.com/fc135428-1835-453d-afef-aaf72a7cfcbc.png', + image: 'https://cdn.acedata.cloud/fc135428-1835-453d-afef-aaf72a7cfcbc.png', label: '梅卡巴', value: 'Merkaba', advanced: true }, { - image: 'https://cdn.zhishuyun.com/5caf594b-0f0c-455f-b8a8-8c15a189d0dc.png', + image: 'https://cdn.acedata.cloud/5caf594b-0f0c-455f-b8a8-8c15a189d0dc.png', label: '线粒体', value: 'Mitochondria', advanced: true }, { - image: 'https://cdn.zhishuyun.com/088e3067-0abe-4f3d-bcb8-f6937e860d1e.png', + image: 'https://cdn.acedata.cloud/088e3067-0abe-4f3d-bcb8-f6937e860d1e.png', label: '涂鸦', value: 'Graffiti', advanced: true }, { - image: 'https://cdn.zhishuyun.com/06230561-916a-4bc5-ad85-9386cf27bf1c.png', + image: 'https://cdn.acedata.cloud/06230561-916a-4bc5-ad85-9386cf27bf1c.png', label: '图形小说', value: 'Graphic Novel', advanced: true }, { - image: 'https://cdn.zhishuyun.com/e47f7931-d588-4c4a-87c8-3f7137e7f727.png', + image: 'https://cdn.acedata.cloud/e47f7931-d588-4c4a-87c8-3f7137e7f727.png', label: '多维度', value: 'Multidimensional', advanced: true }, { - image: 'https://cdn.zhishuyun.com/d2443c93-3227-4216-afd1-b86287ac5140.png', + image: 'https://cdn.acedata.cloud/d2443c93-3227-4216-afd1-b86287ac5140.png', label: '美国国家航空航天局', value: 'NASA', advanced: true }, { - image: 'https://cdn.zhishuyun.com/a86a2f67-273c-4edf-9be9-ceecc983c93d.png', + image: 'https://cdn.acedata.cloud/a86a2f67-273c-4edf-9be9-ceecc983c93d.png', label: '星云', value: 'Nebula', advanced: true }, { - image: 'https://cdn.zhishuyun.com/ad1e588c-5892-48ee-a7c2-103c2b4868fc.png', + image: 'https://cdn.acedata.cloud/ad1e588c-5892-48ee-a7c2-103c2b4868fc.png', label: '霓虹灯', value: 'Neon' }, { - image: 'https://cdn.zhishuyun.com/5a133976-208e-460f-8296-a4ad19809490.png', + image: 'https://cdn.acedata.cloud/5a133976-208e-460f-8296-a4ad19809490.png', label: '核电', value: 'Nuclear', advanced: true }, { - image: 'https://cdn.zhishuyun.com/c99f5082-314b-49e9-8875-b40319ed3cfc.png', + image: 'https://cdn.acedata.cloud/c99f5082-314b-49e9-8875-b40319ed3cfc.png', label: '轨道', value: 'Orbital', advanced: true }, { - image: 'https://cdn.zhishuyun.com/63809059-6ae6-49ff-ad96-ed4ae45a2464.png', + image: 'https://cdn.acedata.cloud/63809059-6ae6-49ff-ad96-ed4ae45a2464.png', label: '光线追踪', value: 'Ray Tracing', advanced: true }, { - image: 'https://cdn.zhishuyun.com/cdcf0c05-e7ad-421e-b513-640bcc3d04cc.png', + image: 'https://cdn.acedata.cloud/cdcf0c05-e7ad-421e-b513-640bcc3d04cc.png', label: '现实的', value: 'Realistic' }, { - image: 'https://cdn.zhishuyun.com/019dc7be-b0e2-4da2-94d4-191226d58dbf.png', + image: 'https://cdn.acedata.cloud/019dc7be-b0e2-4da2-94d4-191226d58dbf.png', label: '文艺复兴', value: 'Renaissance', advanced: true }, { - image: 'https://cdn.zhishuyun.com/d46d3c03-a924-4a0f-b032-e8dbca6ad37e.png', + image: 'https://cdn.acedata.cloud/d46d3c03-a924-4a0f-b032-e8dbca6ad37e.png', label: '复古', value: 'Retro' }, { - image: 'https://cdn.zhishuyun.com/bc13e200-6865-474b-8fe4-cf0725cf3caf.png', + image: 'https://cdn.acedata.cloud/bc13e200-6865-474b-8fe4-cf0725cf3caf.png', label: '日记本', value: 'Risograph', advanced: true }, { - image: 'https://cdn.zhishuyun.com/f8533acc-807b-4f03-8f39-338ee6ff5d53.png', + image: 'https://cdn.acedata.cloud/f8533acc-807b-4f03-8f39-338ee6ff5d53.png', label: '折纸', value: 'Origami', advanced: true }, { - image: 'https://cdn.zhishuyun.com/b0ff3593-aef3-4dd2-a5f4-548c6febb2e2.png', + image: 'https://cdn.acedata.cloud/b0ff3593-aef3-4dd2-a5f4-548c6febb2e2.png', label: '观赏性', value: 'Ornamental', advanced: true }, { - image: 'https://cdn.zhishuyun.com/002c6a5d-b251-43bb-b713-d133f828c0a4.png', + image: 'https://cdn.acedata.cloud/002c6a5d-b251-43bb-b713-d133f828c0a4.png', label: '太空', value: 'Space', advanced: true }, { - image: 'https://cdn.zhishuyun.com/641327df-93cc-4746-a55e-667dbb8c1563.png', + image: 'https://cdn.acedata.cloud/641327df-93cc-4746-a55e-667dbb8c1563.png', label: '飞溅的油漆', value: 'Splatter Paint', advanced: true }, { - image: 'https://cdn.zhishuyun.com/42527f9e-6cf0-40a6-bc9b-361d2baf9bf9.png', + image: 'https://cdn.acedata.cloud/42527f9e-6cf0-40a6-bc9b-361d2baf9bf9.png', label: '喷漆', value: 'Spray Paint', advanced: true }, { - image: 'https://cdn.zhishuyun.com/98bf8e01-9dd8-434b-81df-77cfd3627243.png', + image: 'https://cdn.acedata.cloud/98bf8e01-9dd8-434b-81df-77cfd3627243.png', label: '斯格格勒斯', value: 'Squiggles', advanced: true }, { - image: 'https://cdn.zhishuyun.com/26868352-5d9a-4bcc-9926-166927a2be35.png', + image: 'https://cdn.acedata.cloud/26868352-5d9a-4bcc-9926-166927a2be35.png', label: '缝合', value: 'Stitching', advanced: true }, { - image: 'https://cdn.zhishuyun.com/23819218-bdbc-4746-a507-7664836a4f59.png', + image: 'https://cdn.acedata.cloud/23819218-bdbc-4746-a507-7664836a4f59.png', label: '静脉', value: 'Veins', advanced: true }, { - image: 'https://cdn.zhishuyun.com/2fd3de3d-7211-4cce-b63b-a857d7621c72.png', + image: 'https://cdn.acedata.cloud/2fd3de3d-7211-4cce-b63b-a857d7621c72.png', label: '街头艺术', value: 'Street Art', advanced: true }, { - image: 'https://cdn.zhishuyun.com/80422ede-79fb-4149-bd0a-85bf0ac75a3d.png', + image: 'https://cdn.acedata.cloud/80422ede-79fb-4149-bd0a-85bf0ac75a3d.png', label: '超现实', value: 'Surreal' }, { - image: 'https://cdn.zhishuyun.com/94956306-55de-470b-8a2a-28354d0e556f.png', + image: 'https://cdn.acedata.cloud/94956306-55de-470b-8a2a-28354d0e556f.png', label: '对称性', value: 'Symmetric', advanced: true }, { - image: 'https://cdn.zhishuyun.com/0098f2a0-b089-4e64-8a86-ffa137605087.png', + image: 'https://cdn.acedata.cloud/0098f2a0-b089-4e64-8a86-ffa137605087.png', label: '合成波', value: 'Synth-wave', advanced: true }, { - image: 'https://cdn.zhishuyun.com/f50d33b2-9c91-4939-8f2d-7b5ce185d138.png', + image: 'https://cdn.acedata.cloud/f50d33b2-9c91-4939-8f2d-7b5ce185d138.png', label: '技术性', value: 'Technological', advanced: true }, { - image: 'https://cdn.zhishuyun.com/a446a6eb-444c-4073-8a8e-6f43e65491c2.png', + image: 'https://cdn.acedata.cloud/a446a6eb-444c-4073-8a8e-6f43e65491c2.png', label: '创世纪', value: 'Tron', advanced: true }, { - image: 'https://cdn.zhishuyun.com/8026ccad-aa11-4b0d-ad81-eb870a695a81.png', + image: 'https://cdn.acedata.cloud/8026ccad-aa11-4b0d-ad81-eb870a695a81.png', label: '热带', value: 'Tropical', advanced: true }, { - image: 'https://cdn.zhishuyun.com/22c16c64-068c-470e-9b80-2849297aad9a.png', + image: 'https://cdn.acedata.cloud/22c16c64-068c-470e-9b80-2849297aad9a.png', label: '超现代', value: 'Ultra Modern' }, { - image: 'https://cdn.zhishuyun.com/f67bd4b6-3f43-4da8-bdcb-67cd39cb38f9.png', + image: 'https://cdn.acedata.cloud/f67bd4b6-3f43-4da8-bdcb-67cd39cb38f9.png', label: '虫洞', value: 'Wormhole', advanced: true }, { - image: 'https://cdn.zhishuyun.com/2e2a1ca9-8791-41c6-9ff0-0ac21a13d1c5.png', + image: 'https://cdn.acedata.cloud/2e2a1ca9-8791-41c6-9ff0-0ac21a13d1c5.png', label: '褶皱的', value: 'Wrinkled', advanced: true }, { - image: 'https://cdn.zhishuyun.com/3507c78d-a065-462c-a17c-fd5ed4677644.png', + image: 'https://cdn.acedata.cloud/3507c78d-a065-462c-a17c-fd5ed4677644.png', label: '火山型', value: 'Volcanic', advanced: true }, { - image: 'https://cdn.zhishuyun.com/69263783-0610-45b0-9ec4-acac961da092.png', + image: 'https://cdn.acedata.cloud/69263783-0610-45b0-9ec4-acac961da092.png', label: '湿漆', value: 'Wet Paint', advanced: true }, { - image: 'https://cdn.zhishuyun.com/9022fc82-d6f7-47e2-90b1-ad96fbba5257.png', + image: 'https://cdn.acedata.cloud/9022fc82-d6f7-47e2-90b1-ad96fbba5257.png', label: '狂野西部', value: 'Wild West', advanced: true }, { - image: 'https://cdn.zhishuyun.com/23de882d-4e5d-40b5-9f00-d0573c443212.png', + image: 'https://cdn.acedata.cloud/23de882d-4e5d-40b5-9f00-d0573c443212.png', label: '风', value: 'Wind', advanced: true }, { - image: 'https://cdn.zhishuyun.com/e3a58af1-79bc-48f3-871c-36472da2584b.png', + image: 'https://cdn.acedata.cloud/e3a58af1-79bc-48f3-871c-36472da2584b.png', label: '迷你仿制', value: 'Miniature Faking', advanced: true @@ -758,218 +758,218 @@ export default defineComponent({ displayName: '光照', items: [ { - image: 'https://cdn.zhishuyun.com/a4b9110f-e838-4c52-8ab8-f2637ea753df.png', + image: 'https://cdn.acedata.cloud/a4b9110f-e838-4c52-8ab8-f2637ea753df.png', label: '重点照明', value: 'Accent Lighting' }, { - image: 'https://cdn.zhishuyun.com/c4c16a69-28d7-4b38-8ea2-3ce49d5c6b07.png', + image: 'https://cdn.acedata.cloud/c4c16a69-28d7-4b38-8ea2-3ce49d5c6b07.png', label: '背光', value: 'Backlight' }, { - image: 'https://cdn.zhishuyun.com/7fd2cd5c-7671-4b40-85a0-230de9c37234.png', + image: 'https://cdn.acedata.cloud/7fd2cd5c-7671-4b40-85a0-230de9c37234.png', label: '黑光', value: 'Blacklight', advanced: true }, { - image: 'https://cdn.zhishuyun.com/a08bff6e-8a0f-4d56-aa91-576f0a9921f2.png', + image: 'https://cdn.acedata.cloud/a08bff6e-8a0f-4d56-aa91-576f0a9921f2.png', label: '黄金时段光线', value: 'Golden hour light', advanced: true }, { - image: 'https://cdn.zhishuyun.com/3cd28696-493f-4b3e-9187-9d1a4c17e95b.png', + image: 'https://cdn.acedata.cloud/3cd28696-493f-4b3e-9187-9d1a4c17e95b.png', label: '烛光', value: 'Candlelight' }, { - image: 'https://cdn.zhishuyun.com/58c9a17e-f7d5-4481-abc8-9e9b66609a4d.png', + image: 'https://cdn.acedata.cloud/58c9a17e-f7d5-4481-abc8-9e9b66609a4d.png', label: '音乐会照明', value: 'Concert Lighting', advanced: true }, { - image: 'https://cdn.zhishuyun.com/efb8893c-8bd6-4c7d-8e45-6e0626f69479.png', + image: 'https://cdn.acedata.cloud/efb8893c-8bd6-4c7d-8e45-6e0626f69479.png', label: '白昼的光线', value: 'Crepuscular Rays', advanced: true }, { - image: 'https://cdn.zhishuyun.com/27b90e83-09b0-4339-9b2c-48fe6fe45bdd.png', + image: 'https://cdn.acedata.cloud/27b90e83-09b0-4339-9b2c-48fe6fe45bdd.png', label: '阳光直射', value: 'Direct Sunlight' }, { - image: 'https://cdn.zhishuyun.com/d33cb17d-e2a5-4ca3-b68a-93904d2618d7.png', + image: 'https://cdn.acedata.cloud/d33cb17d-e2a5-4ca3-b68a-93904d2618d7.png', label: '灰尘', value: 'Dust', advanced: true }, { - image: 'https://cdn.zhishuyun.com/3af133d0-5a86-45a9-a16e-f23e6cc68b24.png', + image: 'https://cdn.acedata.cloud/3af133d0-5a86-45a9-a16e-f23e6cc68b24.png', label: '工作室照明', value: 'Studio lighting', advanced: true }, { - image: 'https://cdn.zhishuyun.com/6bc889b1-a563-4890-9117-7d3ded276caa.png', + image: 'https://cdn.acedata.cloud/6bc889b1-a563-4890-9117-7d3ded276caa.png', label: '轮辋灯', value: 'Rim light', advanced: true }, { - image: 'https://cdn.zhishuyun.com/d770265a-066b-413f-a405-a52d68e2f1c7.png', + image: 'https://cdn.acedata.cloud/d770265a-066b-413f-a405-a52d68e2f1c7.png', label: '体积照明', value: 'Volumetric Lighting', advanced: true }, { - image: 'https://cdn.zhishuyun.com/7c83560a-6837-43b2-b296-f74db549accf.png', + image: 'https://cdn.acedata.cloud/7c83560a-6837-43b2-b296-f74db549accf.png', label: '荧光', value: 'Fluorescent' }, { - image: 'https://cdn.zhishuyun.com/6ffc8688-dfd0-4ede-a6bc-91bf8679adc9.png', + image: 'https://cdn.acedata.cloud/6ffc8688-dfd0-4ede-a6bc-91bf8679adc9.png', label: '发光', value: 'Glowing', advanced: true }, { - image: 'https://cdn.zhishuyun.com/63bc0645-ab94-4327-84b8-e226020c6c0f.png', + image: 'https://cdn.acedata.cloud/63bc0645-ab94-4327-84b8-e226020c6c0f.png', label: '荧光棒', value: 'Glow-stick', advanced: true }, { - image: 'https://cdn.zhishuyun.com/824111e9-7ebf-47ec-80ef-a6ad0a1d949b.png', + image: 'https://cdn.acedata.cloud/824111e9-7ebf-47ec-80ef-a6ad0a1d949b.png', label: '放射性发光体', value: 'Glow Radioactive', advanced: true }, { - image: 'https://cdn.zhishuyun.com/9d23de16-57b3-42be-89d2-478de2666483.png', + image: 'https://cdn.acedata.cloud/9d23de16-57b3-42be-89d2-478de2666483.png', label: '熔岩的光芒', value: 'Lava Glow', advanced: true }, { - image: 'https://cdn.zhishuyun.com/d801ee47-02a0-455d-b333-76ad73a4fdcd.png', + image: 'https://cdn.acedata.cloud/d801ee47-02a0-455d-b333-76ad73a4fdcd.png', label: '月光', value: 'Moonlight' }, { - image: 'https://cdn.zhishuyun.com/6d1400a8-e168-46c9-89e8-5e701f8824b2.png', + image: 'https://cdn.acedata.cloud/6d1400a8-e168-46c9-89e8-5e701f8824b2.png', label: '自然照明', value: 'Natural Lighting' }, { - image: 'https://cdn.zhishuyun.com/9bb6c4ce-9076-41eb-8ace-43a4fa7e0c03.png', + image: 'https://cdn.acedata.cloud/9bb6c4ce-9076-41eb-8ace-43a4fa7e0c03.png', label: '霓虹灯', value: 'Neon Lamp' }, { - image: 'https://cdn.zhishuyun.com/ac3fe310-3639-4fc0-b56e-4d69278bc2ca.png', + image: 'https://cdn.acedata.cloud/ac3fe310-3639-4fc0-b56e-4d69278bc2ca.png', label: '夜总会照明', value: 'Nightclub Lighting', advanced: true }, { - image: 'https://cdn.zhishuyun.com/c9331a92-87d2-43b5-9319-24c8629bffd1.png', + image: 'https://cdn.acedata.cloud/c9331a92-87d2-43b5-9319-24c8629bffd1.png', label: '核废料的光芒', value: 'Nuclear Waste Glo', advanced: true }, { - image: 'https://cdn.zhishuyun.com/40ccdbfb-84a7-49f7-9999-92db58802c65.png', + image: 'https://cdn.acedata.cloud/40ccdbfb-84a7-49f7-9999-92db58802c65.png', label: '量子点', value: 'Quantum Dot', advanced: true }, { - image: 'https://cdn.zhishuyun.com/d5411604-4e66-4187-9b37-48eb683be65e.png', + image: 'https://cdn.acedata.cloud/d5411604-4e66-4187-9b37-48eb683be65e.png', label: '聚光灯', value: 'Spotlight' }, { - image: 'https://cdn.zhishuyun.com/b1f16a4b-fb3d-4783-9c66-c3567e79baeb.png', + image: 'https://cdn.acedata.cloud/b1f16a4b-fb3d-4783-9c66-c3567e79baeb.png', label: '边缘光', value: 'Edge light', advanced: true }, { - image: 'https://cdn.zhishuyun.com/97fecbc1-a164-48e2-bdf0-c69975c16d63.png', + image: 'https://cdn.acedata.cloud/97fecbc1-a164-48e2-bdf0-c69975c16d63.png', label: '冷光', value: 'Cold light' }, { - image: 'https://cdn.zhishuyun.com/7087f2fe-f48c-4b72-95bc-c697b56e8b0e.png', + image: 'https://cdn.acedata.cloud/7087f2fe-f48c-4b72-95bc-c697b56e8b0e.png', label: '关键照明', value: 'Key lighting', advanced: true }, { - image: 'https://cdn.zhishuyun.com/5ab92c7e-bca1-4fbc-8975-6d9fb3f15626.png', + image: 'https://cdn.acedata.cloud/5ab92c7e-bca1-4fbc-8975-6d9fb3f15626.png', label: '环境光', value: 'Ambient Light', advanced: true }, { - image: 'https://cdn.zhishuyun.com/ac80d283-5532-4664-bbe5-42fbb9582a63.png', + image: 'https://cdn.acedata.cloud/ac80d283-5532-4664-bbe5-42fbb9582a63.png', label: '高调照明', value: 'High key lighting', advanced: true }, { - image: 'https://cdn.zhishuyun.com/add3524d-fc90-45a8-9edc-348bb1f79075.png', + image: 'https://cdn.acedata.cloud/add3524d-fc90-45a8-9edc-348bb1f79075.png', label: '低调照明', value: 'Low key lighting', advanced: true }, { - image: 'https://cdn.zhishuyun.com/42174ff8-3080-4004-9ae2-c2ff919e1145.png', + image: 'https://cdn.acedata.cloud/42174ff8-3080-4004-9ae2-c2ff919e1145.png', label: '激励的照明', value: 'Motivated lighting', advanced: true }, { - image: 'https://cdn.zhishuyun.com/09f3d509-a366-44dc-be3b-b39712d0fac1.png', + image: 'https://cdn.acedata.cloud/09f3d509-a366-44dc-be3b-b39712d0fac1.png', label: '三点式照明', value: '3 point lighting', advanced: true }, { - image: 'https://cdn.zhishuyun.com/794a114e-cd4d-4e83-a187-5e979296d125.png', + image: 'https://cdn.acedata.cloud/794a114e-cd4d-4e83-a187-5e979296d125.png', label: '频闪灯', value: 'Strobe light', advanced: true }, { - image: 'https://cdn.zhishuyun.com/9e6ec476-3ac8-4246-964f-a1d89a6d19e9.png', + image: 'https://cdn.acedata.cloud/9e6ec476-3ac8-4246-964f-a1d89a6d19e9.png', label: '太阳光', value: 'Sun light' }, { - image: 'https://cdn.zhishuyun.com/4360a40b-2126-43c2-be8e-e482978e1ea6.png', + image: 'https://cdn.acedata.cloud/4360a40b-2126-43c2-be8e-e482978e1ea6.png', label: '紫外线', value: 'Ultraviolet', advanced: true }, { - image: 'https://cdn.zhishuyun.com/8b6bea86-9ed1-4fc8-9040-8fc2b64abbff.png', + image: 'https://cdn.acedata.cloud/8b6bea86-9ed1-4fc8-9040-8fc2b64abbff.png', label: '美丽的照明', value: 'Beautiful Lighting', advanced: true }, { - image: 'https://cdn.zhishuyun.com/a8d1f754-fb35-433d-8a36-e073b0fe6fa2.png', + image: 'https://cdn.acedata.cloud/a8d1f754-fb35-433d-8a36-e073b0fe6fa2.png', label: '穆迪照明', value: 'Moody Lighting', advanced: true }, { - image: 'https://cdn.zhishuyun.com/77270807-ca3b-4d02-a9b4-badf8aa48c36.png', + image: 'https://cdn.acedata.cloud/77270807-ca3b-4d02-a9b4-badf8aa48c36.png', label: '柔和照明', value: 'Soft Lighting' } @@ -979,446 +979,446 @@ export default defineComponent({ displayName: '艺术家', items: [ { - image: 'https://cdn.zhishuyun.com/160cfc29-f258-4795-b663-f687adba19bf.png', + image: 'https://cdn.acedata.cloud/160cfc29-f258-4795-b663-f687adba19bf.png', label: '米开朗基罗', value: 'Michelangelo' }, { - image: 'https://cdn.zhishuyun.com/ed0bf2ad-138d-4c8d-bce9-a98299b1ee83.png', + image: 'https://cdn.acedata.cloud/ed0bf2ad-138d-4c8d-bce9-a98299b1ee83.png', label: '莫奈', value: 'Monet' }, { - image: 'https://cdn.zhishuyun.com/58d9b130-e7b2-4eb8-a71e-7108b3bd4c26.png', + image: 'https://cdn.acedata.cloud/58d9b130-e7b2-4eb8-a71e-7108b3bd4c26.png', label: '保罗-塞尚', value: 'Paul Cezanne', advanced: true }, { - image: 'https://cdn.zhishuyun.com/1247615a-6e75-49e6-842a-b0fb84016d3d.png', + image: 'https://cdn.acedata.cloud/1247615a-6e75-49e6-842a-b0fb84016d3d.png', label: '马克-罗斯科', value: 'Mark Rothko', advanced: true }, { - image: 'https://cdn.zhishuyun.com/a7d9d9dd-8add-43d3-942e-8d1199fe277f.png', + image: 'https://cdn.acedata.cloud/a7d9d9dd-8add-43d3-942e-8d1199fe277f.png', label: '保罗-克利', value: 'Paul Klee', advanced: true }, { - image: 'https://cdn.zhishuyun.com/caf5701a-b652-4fab-8467-0c00303d01f3.png', + image: 'https://cdn.acedata.cloud/caf5701a-b652-4fab-8467-0c00303d01f3.png', label: '毕加索', value: 'Picasso' }, { - image: 'https://cdn.zhishuyun.com/fbb63634-659a-4d2d-bc7b-0fb3399f7061.png', + image: 'https://cdn.acedata.cloud/fbb63634-659a-4d2d-bc7b-0fb3399f7061.png', label: '皮特-蒙德里安', value: 'Piet Mondrian', advanced: true }, { - image: 'https://cdn.zhishuyun.com/29fb173b-17b4-4b05-a63c-e31ce161fe8c.png', + image: 'https://cdn.acedata.cloud/29fb173b-17b4-4b05-a63c-e31ce161fe8c.png', label: '皮埃尔-奥古斯特-雷诺', value: 'Pierre Auguste Rer', advanced: true }, { - image: 'https://cdn.zhishuyun.com/556f8a48-0b12-49a7-b150-aed40278d3f6.png', + image: 'https://cdn.acedata.cloud/556f8a48-0b12-49a7-b150-aed40278d3f6.png', label: '伦勃朗', value: 'Rembrandt' }, { - image: 'https://cdn.zhishuyun.com/b44d947e-2a14-4db2-880d-332c1aeeb303.png', + image: 'https://cdn.acedata.cloud/b44d947e-2a14-4db2-880d-332c1aeeb303.png', label: '雷内-马格里特', value: 'Rene Magritte', advanced: true }, { - image: 'https://cdn.zhishuyun.com/0cfcda4a-7e7f-4ec4-ad4f-b4877a900a50.png', + image: 'https://cdn.acedata.cloud/0cfcda4a-7e7f-4ec4-ad4f-b4877a900a50.png', label: '罗伊-利希滕斯坦', value: 'Roy Lichtenstein', advanced: true }, { - image: 'https://cdn.zhishuyun.com/e592bf88-d9b8-4787-88dd-9ff8e7e9268c.png', + image: 'https://cdn.acedata.cloud/e592bf88-d9b8-4787-88dd-9ff8e7e9268c.png', label: '萨尔瓦多-达利', value: 'Salvador Dali', advanced: true }, { - image: 'https://cdn.zhishuyun.com/3bbde342-565b-4ea0-8a4c-42b3c109c205.png', + image: 'https://cdn.acedata.cloud/3bbde342-565b-4ea0-8a4c-42b3c109c205.png', label: '桑德罗-波提切利', value: 'Sandro Botticelli', advanced: true }, { - image: 'https://cdn.zhishuyun.com/bfdf6d50-24ab-4b5c-a3de-c8d77d858b04.png', + image: 'https://cdn.acedata.cloud/bfdf6d50-24ab-4b5c-a3de-c8d77d858b04.png', label: '村上隆', value: 'Takashi Murakami', advanced: true }, { - image: 'https://cdn.zhishuyun.com/bc67c0ba-614f-46f0-a6ec-047fa561fc01.png', + image: 'https://cdn.acedata.cloud/bc67c0ba-614f-46f0-a6ec-047fa561fc01.png', label: '梵高', value: 'Van Gogh' }, { - image: 'https://cdn.zhishuyun.com/984a18fa-8050-4084-95d5-732b7ede8e37.png', + image: 'https://cdn.acedata.cloud/984a18fa-8050-4084-95d5-732b7ede8e37.png', label: '瓦西里-康定斯基', value: 'Wassily Kandinsky', advanced: true }, { - image: 'https://cdn.zhishuyun.com/48bce45c-6b25-4678-9be8-40707c8e5f43.png', + image: 'https://cdn.acedata.cloud/48bce45c-6b25-4678-9be8-40707c8e5f43.png', label: '马特-科利肖', value: 'Mat Collishaw', advanced: true }, { - image: 'https://cdn.zhishuyun.com/6b2851d0-ec8d-4c07-86ed-1eafdd70e1fe.png', + image: 'https://cdn.acedata.cloud/6b2851d0-ec8d-4c07-86ed-1eafdd70e1fe.png', label: '草间弥生', value: 'Yayoi Kusama', advanced: true }, { - image: 'https://cdn.zhishuyun.com/9d691d5c-5560-409b-b998-c979b29902e6.png', + image: 'https://cdn.acedata.cloud/9d691d5c-5560-409b-b998-c979b29902e6.png', label: '伊戈尔-莫尔斯基', value: 'Igor Morski', advanced: true }, { - image: 'https://cdn.zhishuyun.com/950cb143-ab40-4bee-80f7-092d0c2a7bc4.png', + image: 'https://cdn.acedata.cloud/950cb143-ab40-4bee-80f7-092d0c2a7bc4.png', label: '新海诚', value: 'Shinkai Makoto' }, { - image: 'https://cdn.zhishuyun.com/94adf414-a1cc-4b84-b52d-18cd2586df17.png', + image: 'https://cdn.acedata.cloud/94adf414-a1cc-4b84-b52d-18cd2586df17.png', label: '皮克斯', value: 'Pixar' }, { - image: 'https://cdn.zhishuyun.com/ccd4d148-e332-4d7e-bbe6-9f1dd68082a8.png', + image: 'https://cdn.acedata.cloud/ccd4d148-e332-4d7e-bbe6-9f1dd68082a8.png', label: '京都动漫', value: 'Kyoto Anime' }, { - image: 'https://cdn.zhishuyun.com/b5f5f99a-be40-4fa7-a86a-fd51578a4052.png', + image: 'https://cdn.acedata.cloud/b5f5f99a-be40-4fa7-a86a-fd51578a4052.png', label: '杰里-平克尼', value: 'Jerry Pinkney', advanced: true }, { - image: 'https://cdn.zhishuyun.com/7a4dba74-21ad-4088-89da-6a48104d811d.png', + image: 'https://cdn.acedata.cloud/7a4dba74-21ad-4088-89da-6a48104d811d.png', label: '宫崎骏', value: 'Hayao Miyazaki' }, { - image: 'https://cdn.zhishuyun.com/28477b7e-85d4-4803-b525-938aa2ce3383.png', + image: 'https://cdn.acedata.cloud/28477b7e-85d4-4803-b525-938aa2ce3383.png', label: 'BeatrixPotter', value: 'Beatrix Potter', advanced: true }, { - image: 'https://cdn.zhishuyun.com/13854cb8-c478-43c9-9f51-8ac1933b1498.png', + image: 'https://cdn.acedata.cloud/13854cb8-c478-43c9-9f51-8ac1933b1498.png', label: '乔恩-克拉森', value: 'Jon Klassen', advanced: true }, { - image: 'https://cdn.zhishuyun.com/6685c7e0-ea11-488b-a8a0-610032020dfb.png', + image: 'https://cdn.acedata.cloud/6685c7e0-ea11-488b-a8a0-610032020dfb.png', label: '凯-塞奇', value: 'Kay Sage', advanced: true }, { - image: 'https://cdn.zhishuyun.com/cb0c3490-dcd4-488f-96e0-45b9ee671182.png', + image: 'https://cdn.acedata.cloud/cb0c3490-dcd4-488f-96e0-45b9ee671182.png', label: '杰弗里-凯瑟琳-琼斯', value: 'Jeffrey Catherine Jones', advanced: true }, { - image: 'https://cdn.zhishuyun.com/72f000c5-d8d6-4015-acd4-79961e53ac50.png', + image: 'https://cdn.acedata.cloud/72f000c5-d8d6-4015-acd4-79961e53ac50.png', label: '亚科夫-阿加姆', value: 'Yaacov Agam', advanced: true }, { - image: 'https://cdn.zhishuyun.com/f1bd0c4d-af96-4785-99bb-3a70b7f80834.png', + image: 'https://cdn.acedata.cloud/f1bd0c4d-af96-4785-99bb-3a70b7f80834.png', label: '大卫-霍克尼', value: 'David Hockney', advanced: true }, { - image: 'https://cdn.zhishuyun.com/ad0e89d9-214a-4599-90f1-ee5dc0b5592d.png', + image: 'https://cdn.acedata.cloud/ad0e89d9-214a-4599-90f1-ee5dc0b5592d.png', label: '维克多-莫斯科索', value: 'Victor Moscoso', advanced: true }, { - image: 'https://cdn.zhishuyun.com/c3b004e0-f583-4a75-b6cf-0cc60c89b2cf.png', + image: 'https://cdn.acedata.cloud/c3b004e0-f583-4a75-b6cf-0cc60c89b2cf.png', label: '拉斐尔派', value: 'Raphaelite' }, { - image: 'https://cdn.zhishuyun.com/9c59d174-1e1f-4ef9-b657-1beb57f58088.png', + image: 'https://cdn.acedata.cloud/9c59d174-1e1f-4ef9-b657-1beb57f58088.png', label: '斯特凡-科德尔', value: 'Stefan Koidl', advanced: true }, { - image: 'https://cdn.zhishuyun.com/09485865-35a8-4456-a34c-65a8a1c8d2c2.png', + image: 'https://cdn.acedata.cloud/09485865-35a8-4456-a34c-65a8a1c8d2c2.png', label: '石田穗', value: 'Sui Ishida', advanced: true }, { - image: 'https://cdn.zhishuyun.com/31442dfd-d6a8-4674-aade-8543190251b4.png', + image: 'https://cdn.acedata.cloud/31442dfd-d6a8-4674-aade-8543190251b4.png', label: 'Swoon', value: 'Swoon', advanced: true }, { - image: 'https://cdn.zhishuyun.com/842beff4-d333-4388-9880-eec6fd4baa6c.png', + image: 'https://cdn.acedata.cloud/842beff4-d333-4388-9880-eec6fd4baa6c.png', label: '塔莎-图德', value: 'Tasha Tudor', advanced: true }, { - image: 'https://cdn.zhishuyun.com/68c419f3-6f2c-4fbd-a251-ce289d4a9890.png', + image: 'https://cdn.acedata.cloud/68c419f3-6f2c-4fbd-a251-ce289d4a9890.png', label: '丁托列托', value: 'Tintoretto', advanced: true }, { - image: 'https://cdn.zhishuyun.com/9a3d95da-5019-4fdd-83b9-ec334e609c9d.png', + image: 'https://cdn.acedata.cloud/9a3d95da-5019-4fdd-83b9-ec334e609c9d.png', label: '西奥多-罗宾逊', value: 'Theodore Robinsor', advanced: true }, { - image: 'https://cdn.zhishuyun.com/e11cb0a6-2f0e-4d8d-aa0e-8b7378423790.png', + image: 'https://cdn.acedata.cloud/e11cb0a6-2f0e-4d8d-aa0e-8b7378423790.png', label: '蒂蒂安', value: 'Titian', advanced: true }, { - image: 'https://cdn.zhishuyun.com/d3e59ba8-10e6-4d58-a732-e35d579cd3fc.png', + image: 'https://cdn.acedata.cloud/d3e59ba8-10e6-4d58-a732-e35d579cd3fc.png', label: '王凌(wlop)', value: 'WLOP', advanced: true }, { - image: 'https://cdn.zhishuyun.com/70f22f51-9328-4070-b9aa-578db7d4c502.png', + image: 'https://cdn.acedata.cloud/70f22f51-9328-4070-b9aa-578db7d4c502.png', label: 'YanjunCheng', value: 'Yanjun Cheng', advanced: true }, { - image: 'https://cdn.zhishuyun.com/e1203ff8-cb64-409e-8ba6-06f89645a843.png', + image: 'https://cdn.acedata.cloud/e1203ff8-cb64-409e-8ba6-06f89645a843.png', label: '新川洋司', value: 'Yoji Shinkawa', advanced: true }, { - image: 'https://cdn.zhishuyun.com/6b6d7746-e38b-44db-98d8-51d59ed7531f.png', + image: 'https://cdn.acedata.cloud/6b6d7746-e38b-44db-98d8-51d59ed7531f.png', label: 'Zhelong Xu', value: 'Zhelong Xu', advanced: true }, { - image: 'https://cdn.zhishuyun.com/13b9621b-ff7e-4377-9550-0ca82d0f1afb.png', + image: 'https://cdn.acedata.cloud/13b9621b-ff7e-4377-9550-0ca82d0f1afb.png', label: '阿莱娜-艾娜米', value: 'Alena Aenami', advanced: true }, { - image: 'https://cdn.zhishuyun.com/26d30765-3201-49e9-a4a9-c7c3b8c071ef.png', + image: 'https://cdn.acedata.cloud/26d30765-3201-49e9-a4a9-c7c3b8c071ef.png', label: '安顿-法德维', value: 'Annton Fadeevi', advanced: true }, { - image: 'https://cdn.zhishuyun.com/9b4c2bc7-16a8-4807-ad0e-ee9bdc80f1a0.png', + image: 'https://cdn.acedata.cloud/9b4c2bc7-16a8-4807-ad0e-ee9bdc80f1a0.png', label: '查理-鲍特', value: 'Charlie Bowater', advanced: true }, { - image: 'https://cdn.zhishuyun.com/2f50d67e-3d7e-4e06-a198-5926ce7f357d.png', + image: 'https://cdn.acedata.cloud/2f50d67e-3d7e-4e06-a198-5926ce7f357d.png', label: '科里-洛夫蒂斯', value: 'Cory Loftis', advanced: true }, { - image: 'https://cdn.zhishuyun.com/47823270-16a6-49cc-a11d-99122a037c68.png', + image: 'https://cdn.acedata.cloud/47823270-16a6-49cc-a11d-99122a037c68.png', label: 'Fenghua Zhong', value: 'Fenghua Zhong', advanced: true }, { - image: 'https://cdn.zhishuyun.com/1a66b5fd-cbf9-4e09-b817-6effed77b5c2.png', + image: 'https://cdn.acedata.cloud/1a66b5fd-cbf9-4e09-b817-6effed77b5c2.png', label: '格雷格-鲁特考斯基', value: 'Greg Rutkowski', advanced: true }, { - image: 'https://cdn.zhishuyun.com/d05a459a-132b-45a8-b2f3-a978eeeb44af.png', + image: 'https://cdn.acedata.cloud/d05a459a-132b-45a8-b2f3-a978eeeb44af.png', label: 'Hong SoonSang', value: 'Hong SoonSang', advanced: true }, { - image: 'https://cdn.zhishuyun.com/020dbf7f-f026-47bd-90f1-4049407409a1.png', + image: 'https://cdn.acedata.cloud/020dbf7f-f026-47bd-90f1-4049407409a1.png', label: '丹尼斯-斯托克', value: 'Dennis Stock', advanced: true }, { - image: 'https://cdn.zhishuyun.com/9c1ccc1d-121e-4182-aea0-04eac840869d.png', + image: 'https://cdn.acedata.cloud/9c1ccc1d-121e-4182-aea0-04eac840869d.png', label: '米歌尔-利索夫斯基', value: 'Michal Lisowski', advanced: true }, { - image: 'https://cdn.zhishuyun.com/3292404b-e654-4c06-bcd6-5e47a2adf329.png', + image: 'https://cdn.acedata.cloud/3292404b-e654-4c06-bcd6-5e47a2adf329.png', label: '保罗-莱尔', value: 'Paul Lehr', advanced: true }, { - image: 'https://cdn.zhishuyun.com/079c6053-23ad-4dc9-8166-64c5fe2f1e1a.png', + image: 'https://cdn.acedata.cloud/079c6053-23ad-4dc9-8166-64c5fe2f1e1a.png', label: '罗斯-特兰', value: 'Ross Tran', advanced: true }, { - image: 'https://cdn.zhishuyun.com/0f267ba1-c031-4008-9ead-630a4bec886a.png', + image: 'https://cdn.acedata.cloud/0f267ba1-c031-4008-9ead-630a4bec886a.png', label: '安东-皮耶克', value: 'Anton Pieck', advanced: true }, { - image: 'https://cdn.zhishuyun.com/574dd25f-2116-4718-aed6-7d9be3636e22.png', + image: 'https://cdn.acedata.cloud/574dd25f-2116-4718-aed6-7d9be3636e22.png', label: '卡尔-巴克斯', value: 'Carl Barks', advanced: true }, { - image: 'https://cdn.zhishuyun.com/38dcdfb5-0003-46f4-8c9d-5857c95f9e59.png', + image: 'https://cdn.acedata.cloud/38dcdfb5-0003-46f4-8c9d-5857c95f9e59.png', label: '阿尔方斯-穆夏', value: 'Alphonse Mucha', advanced: true }, { - image: 'https://cdn.zhishuyun.com/65f2af96-e875-41f8-9797-3d34dbdf0ea4.png', + image: 'https://cdn.acedata.cloud/65f2af96-e875-41f8-9797-3d34dbdf0ea4.png', label: '安迪-沃霍尔', value: 'Andy Warhol', advanced: true }, { - image: 'https://cdn.zhishuyun.com/801224a0-da77-4095-8799-d288d1ec3c3d.png', + image: 'https://cdn.acedata.cloud/801224a0-da77-4095-8799-d288d1ec3c3d.png', label: '班克斯', value: 'Banksy', advanced: true }, { - image: 'https://cdn.zhishuyun.com/925c6c86-9b69-45ce-a10d-a2c64d4e0db2.png', + image: 'https://cdn.acedata.cloud/925c6c86-9b69-45ce-a10d-a2c64d4e0db2.png', label: '弗朗西斯科-德-戈雅', value: 'Francisco De Goya', advanced: true }, { - image: 'https://cdn.zhishuyun.com/fbb81b10-c579-4dcc-a76a-c099dc0b6c20.png', + image: 'https://cdn.acedata.cloud/fbb81b10-c579-4dcc-a76a-c099dc0b6c20.png', label: '卡拉瓦乔', value: 'Caravaggio', advanced: true }, { - image: 'https://cdn.zhishuyun.com/116efedd-42ea-404e-959e-607a9766001a.png', + image: 'https://cdn.acedata.cloud/116efedd-42ea-404e-959e-607a9766001a.png', label: '选戈-里维拉', value: 'Diego Rivera', advanced: true }, { - image: 'https://cdn.zhishuyun.com/6f2c1d37-f8ae-4d72-8db1-d9fb04df7114.png', + image: 'https://cdn.acedata.cloud/6f2c1d37-f8ae-4d72-8db1-d9fb04df7114.png', label: '大卫-霍克尼', value: 'David Hockney', advanced: true }, { - image: 'https://cdn.zhishuyun.com/b74b6b97-f6d7-4a34-840c-a81c69b9d941.png', + image: 'https://cdn.acedata.cloud/b74b6b97-f6d7-4a34-840c-a81c69b9d941.png', label: '马克-夏加尔', value: 'Marc Chagall' }, { - image: 'https://cdn.zhishuyun.com/f18ac9a3-a986-4670-813b-6fb81060ed48.png', + image: 'https://cdn.acedata.cloud/f18ac9a3-a986-4670-813b-6fb81060ed48.png', label: '埃德加-德加', value: 'Edgar Degas', advanced: true }, { - image: 'https://cdn.zhishuyun.com/275b32e5-9995-46cc-babc-43a0d1aa5d19.png', + image: 'https://cdn.acedata.cloud/275b32e5-9995-46cc-babc-43a0d1aa5d19.png', label: '尤金-德拉克洛瓦', value: 'Eugene Delacroix', advanced: true }, { - image: 'https://cdn.zhishuyun.com/500edde5-973c-4ba4-aae1-1a3d53a9b27f.png', + image: 'https://cdn.acedata.cloud/500edde5-973c-4ba4-aae1-1a3d53a9b27f.png', label: '弗朗西斯-培根', value: 'Francis Bacon', advanced: true }, { - image: 'https://cdn.zhishuyun.com/f7b5cc34-a796-4f45-823c-07122ec46ef6.png', + image: 'https://cdn.acedata.cloud/f7b5cc34-a796-4f45-823c-07122ec46ef6.png', label: '弗里达-卡洛', value: 'Frida Kahlo', advanced: true }, { - image: 'https://cdn.zhishuyun.com/7e41ead3-f54f-4d5f-8353-b2770d75c41b.png', + image: 'https://cdn.acedata.cloud/7e41ead3-f54f-4d5f-8353-b2770d75c41b.png', label: '加拉尔德-布罗姆', value: 'Garald Brom', advanced: true }, { - image: 'https://cdn.zhishuyun.com/4a46247a-cd9b-48fd-b247-8268d9a891bf.png', + image: 'https://cdn.acedata.cloud/4a46247a-cd9b-48fd-b247-8268d9a891bf.png', label: '古斯塔夫-克里姆特', value: 'Gustav Klimt', advanced: true }, { - image: 'https://cdn.zhishuyun.com/3793eae9-61e9-4f16-9c0c-a77c194c45bc.png', + image: 'https://cdn.acedata.cloud/3793eae9-61e9-4f16-9c0c-a77c194c45bc.png', label: '亨利-马蒂斯', value: 'Henri Matisse', advanced: true }, { - image: 'https://cdn.zhishuyun.com/dffa261d-755b-483d-88b7-058c09efd6af.png', + image: 'https://cdn.acedata.cloud/dffa261d-755b-483d-88b7-058c09efd6af.png', label: '杰克-科比', value: 'Jack Kirby', advanced: true }, { - image: 'https://cdn.zhishuyun.com/4cda1423-455b-463f-981d-b2af8ae1dd95.png', + image: 'https://cdn.acedata.cloud/4cda1423-455b-463f-981d-b2af8ae1dd95.png', label: '杰克逊-波洛克', value: 'Jackson Pollock', advanced: true }, { - image: 'https://cdn.zhishuyun.com/d318e4bc-d69f-4e7a-b6ae-49557e3cd569.png', + image: 'https://cdn.acedata.cloud/d318e4bc-d69f-4e7a-b6ae-49557e3cd569.png', label: '约翰内斯-维梅尔', value: 'Johannes Vermeer', advanced: true }, { - image: 'https://cdn.zhishuyun.com/4ee7f9d2-01c0-4043-90f3-0174878a2ce7.png', + image: 'https://cdn.acedata.cloud/4ee7f9d2-01c0-4043-90f3-0174878a2ce7.png', label: '让-米歌尔-巴斯奇亚', value: 'Jean Michel Basquiat', advanced: true }, { - image: 'https://cdn.zhishuyun.com/f60eb307-78b3-4f5e-bfd9-07603bc383c9.png', + image: 'https://cdn.acedata.cloud/f60eb307-78b3-4f5e-bfd9-07603bc383c9.png', label: '马塞尔-杜尚', value: 'Marcel Duchamp', advanced: true @@ -1429,218 +1429,218 @@ export default defineComponent({ displayName: '材质', items: [ { - image: 'https://cdn.zhishuyun.com/f2ce056d-6a89-4b40-b026-5a60cbb1efda.png', + image: 'https://cdn.acedata.cloud/f2ce056d-6a89-4b40-b026-5a60cbb1efda.png', label: '铝合金', value: 'Aluminum' }, { - image: 'https://cdn.zhishuyun.com/069c6b1f-0666-4df6-bde6-a1729b33ade1.png', + image: 'https://cdn.acedata.cloud/069c6b1f-0666-4df6-bde6-a1729b33ade1.png', label: '砖块', value: 'Brick' }, { - image: 'https://cdn.zhishuyun.com/39f2cbb9-be6a-4669-a7c3-b01dfbb2b563.png', + image: 'https://cdn.acedata.cloud/39f2cbb9-be6a-4669-a7c3-b01dfbb2b563.png', label: '铜质', value: 'Bronze' }, { - image: 'https://cdn.zhishuyun.com/42b30429-2733-41a5-aa4c-e3e0cd50528a.png', + image: 'https://cdn.acedata.cloud/42b30429-2733-41a5-aa4c-e3e0cd50528a.png', label: '碳纤维', value: 'Carbon Fiber' }, { - image: 'https://cdn.zhishuyun.com/90eeef27-6bdb-4f36-8e17-f1bb49881258.png', + image: 'https://cdn.acedata.cloud/90eeef27-6bdb-4f36-8e17-f1bb49881258.png', label: '纸板', value: 'Cardboard' }, { - image: 'https://cdn.zhishuyun.com/470235fb-19a8-4ba8-ac9b-236abecf0985.png', + image: 'https://cdn.acedata.cloud/470235fb-19a8-4ba8-ac9b-236abecf0985.png', label: '纤维素', value: 'Cellulose' }, { - image: 'https://cdn.zhishuyun.com/a8621e16-b046-4300-ab24-09602f734cb9.png', + image: 'https://cdn.acedata.cloud/a8621e16-b046-4300-ab24-09602f734cb9.png', label: '陶瓷', value: 'Ceramic' }, { - image: 'https://cdn.zhishuyun.com/af14acf6-92ff-42f8-ae14-ce4b63237bd5.png', + image: 'https://cdn.acedata.cloud/af14acf6-92ff-42f8-ae14-ce4b63237bd5.png', label: '棉花', value: 'Cotton' }, { - image: 'https://cdn.zhishuyun.com/d93e6f18-3729-46cc-aa96-9662f2abae3d.png', + image: 'https://cdn.acedata.cloud/d93e6f18-3729-46cc-aa96-9662f2abae3d.png', label: '布料', value: 'Fabric' }, { - image: 'https://cdn.zhishuyun.com/660533aa-dac7-4968-b27e-0f085b9a67a5.png', + image: 'https://cdn.acedata.cloud/660533aa-dac7-4968-b27e-0f085b9a67a5.png', label: '光纤', value: 'Fiber Optic' }, { - image: 'https://cdn.zhishuyun.com/94be6d51-5cb3-4362-8274-7d833a88bb79.png', + image: 'https://cdn.acedata.cloud/94be6d51-5cb3-4362-8274-7d833a88bb79.png', label: '箔', value: 'Foil' }, { - image: 'https://cdn.zhishuyun.com/b89e102d-2fef-4619-8427-94c6bfbeb832.png', + image: 'https://cdn.acedata.cloud/b89e102d-2fef-4619-8427-94c6bfbeb832.png', label: '纱线', value: 'Yarn', advanced: true }, { - image: 'https://cdn.zhishuyun.com/b72ef152-11a7-4c51-b6b4-dc4308995f9e.png', + image: 'https://cdn.acedata.cloud/b72ef152-11a7-4c51-b6b4-dc4308995f9e.png', label: '玻璃', value: 'Glass' }, { - image: 'https://cdn.zhishuyun.com/bca80e91-46ba-4793-b29c-1b5c47b201d7.png', + image: 'https://cdn.acedata.cloud/bca80e91-46ba-4793-b29c-1b5c47b201d7.png', label: '金色', value: 'Gold', advanced: true }, { - image: 'https://cdn.zhishuyun.com/3d1e4da5-404b-4f89-8e06-988de47208bd.png', + image: 'https://cdn.acedata.cloud/3d1e4da5-404b-4f89-8e06-988de47208bd.png', label: '软糖', value: 'Gummies', advanced: true }, { - image: 'https://cdn.zhishuyun.com/8afba6b0-a8a5-49c9-bfc5-ebd7b0e12443.png', + image: 'https://cdn.acedata.cloud/8afba6b0-a8a5-49c9-bfc5-ebd7b0e12443.png', label: '乳胶', value: 'Latex' }, { - image: 'https://cdn.zhishuyun.com/d5c39f1c-1be0-4065-80af-e1cb4e627cf2.png', + image: 'https://cdn.acedata.cloud/d5c39f1c-1be0-4065-80af-e1cb4e627cf2.png', label: '皮革制品', value: 'Leather' }, { - image: 'https://cdn.zhishuyun.com/6e41e8bd-cb0b-4504-8655-a3b1b32ac11c.png', + image: 'https://cdn.acedata.cloud/6e41e8bd-cb0b-4504-8655-a3b1b32ac11c.png', label: '镁合金', value: 'Magma' }, { - image: 'https://cdn.zhishuyun.com/f816fffa-4a7f-4d60-afcb-e19b0c36d176.png', + image: 'https://cdn.acedata.cloud/f816fffa-4a7f-4d60-afcb-e19b0c36d176.png', label: '金属质地', value: 'Metallic' }, { - image: 'https://cdn.zhishuyun.com/74c9fe01-37e6-4d05-831a-5778eb34c521.png', + image: 'https://cdn.acedata.cloud/74c9fe01-37e6-4d05-831a-5778eb34c521.png', label: '镍', value: 'Nickel', advanced: true }, { - image: 'https://cdn.zhishuyun.com/85186eac-1806-4739-9289-8d76aac359b3.png', + image: 'https://cdn.acedata.cloud/85186eac-1806-4739-9289-8d76aac359b3.png', label: '尼龙', value: 'Nylon' }, { - image: 'https://cdn.zhishuyun.com/355d9507-62fa-4c69-986f-def2f2f930c5.png', + image: 'https://cdn.acedata.cloud/355d9507-62fa-4c69-986f-def2f2f930c5.png', label: '纸张', value: 'Paper' }, { - image: 'https://cdn.zhishuyun.com/6c2626b2-191e-4b85-a97d-e561a2b5c79b.png', + image: 'https://cdn.acedata.cloud/6c2626b2-191e-4b85-a97d-e561a2b5c79b.png', label: '塑胶', value: 'Plastic', advanced: true }, { - image: 'https://cdn.zhishuyun.com/ff0d301d-8181-463c-a276-9b4805321afd.png', + image: 'https://cdn.acedata.cloud/ff0d301d-8181-463c-a276-9b4805321afd.png', label: '石英', value: 'Quartz' }, { - image: 'https://cdn.zhishuyun.com/7b90754d-2fa5-490e-a73b-d2887525d2e6.png', + image: 'https://cdn.acedata.cloud/7b90754d-2fa5-490e-a73b-d2887525d2e6.png', label: '包裹', value: 'Wrap', advanced: true }, { - image: 'https://cdn.zhishuyun.com/7411e62a-546e-4cd2-8446-73c4fb8f103b.png', + image: 'https://cdn.acedata.cloud/7411e62a-546e-4cd2-8446-73c4fb8f103b.png', label: '木制的', value: 'Wooden' }, { - image: 'https://cdn.zhishuyun.com/44e8830f-4be2-471d-a9d4-aaf4913e7451.png', + image: 'https://cdn.acedata.cloud/44e8830f-4be2-471d-a9d4-aaf4913e7451.png', label: '粘液', value: 'Slime', advanced: true }, { - image: 'https://cdn.zhishuyun.com/16b10e75-a7e7-4b87-804a-2bfc9c18096f.png', + image: 'https://cdn.acedata.cloud/16b10e75-a7e7-4b87-804a-2bfc9c18096f.png', label: '雕刻', value: 'Engraving' }, { - image: 'https://cdn.zhishuyun.com/b66ec7e2-fd82-4edd-a523-34b87872f544.png', + image: 'https://cdn.acedata.cloud/b66ec7e2-fd82-4edd-a523-34b87872f544.png', label: '象牙', value: 'Ivory' }, { - image: 'https://cdn.zhishuyun.com/098b954d-1197-414e-b4bd-68e3928b9eb3.png', + image: 'https://cdn.acedata.cloud/098b954d-1197-414e-b4bd-68e3928b9eb3.png', label: '玄武岩', value: 'Basalt', advanced: true }, { - image: 'https://cdn.zhishuyun.com/b948dd7d-939b-48b5-b37c-09e0ebd6ede6.png', + image: 'https://cdn.acedata.cloud/b948dd7d-939b-48b5-b37c-09e0ebd6ede6.png', label: '松木', value: 'Pine', advanced: true }, { - image: 'https://cdn.zhishuyun.com/4c56fc7d-94c8-4055-9d6e-3bc6662c92d7.png', + image: 'https://cdn.acedata.cloud/4c56fc7d-94c8-4055-9d6e-3bc6662c92d7.png', label: '钻石', value: 'Diamond' }, { - image: 'https://cdn.zhishuyun.com/70de6b75-bb29-4b2a-ae8a-016db33c8184.png', + image: 'https://cdn.acedata.cloud/70de6b75-bb29-4b2a-ae8a-016db33c8184.png', label: '紫水晶', value: 'Amethyst', advanced: true }, { - image: 'https://cdn.zhishuyun.com/8d2b60e1-c98c-4de2-8a67-4b10c0d2482a.png', + image: 'https://cdn.acedata.cloud/8d2b60e1-c98c-4de2-8a67-4b10c0d2482a.png', label: '红宝石', value: 'Ruby', advanced: true }, { - image: 'https://cdn.zhishuyun.com/c0f01b99-32a6-4c34-a2d8-448fab08f126.png', + image: 'https://cdn.acedata.cloud/c0f01b99-32a6-4c34-a2d8-448fab08f126.png', label: '抛光', value: 'High polished', advanced: true }, { - image: 'https://cdn.zhishuyun.com/5091142a-3959-40f3-9ea5-f41a29584735.png', + image: 'https://cdn.acedata.cloud/5091142a-3959-40f3-9ea5-f41a29584735.png', label: '拉丝', value: 'Brushed', advanced: true }, { - image: 'https://cdn.zhishuyun.com/3f84ddc5-5afe-41d1-85cc-2ded7a44d859.png', + image: 'https://cdn.acedata.cloud/3f84ddc5-5afe-41d1-85cc-2ded7a44d859.png', label: '哑光', value: 'Matte', advanced: true }, { - image: 'https://cdn.zhishuyun.com/655f5114-b3dd-4b9a-a3cb-94a1a814fb11.png', + image: 'https://cdn.acedata.cloud/655f5114-b3dd-4b9a-a3cb-94a1a814fb11.png', label: '缎面', value: 'Satin', advanced: true }, { - image: 'https://cdn.zhishuyun.com/6ec4178e-86e6-4026-aa86-e14eb4e92097.png', + image: 'https://cdn.acedata.cloud/6ec4178e-86e6-4026-aa86-e14eb4e92097.png', label: '喷砂', value: 'Sandblasted', advanced: true }, { - image: 'https://cdn.zhishuyun.com/1c9a4277-5550-4cd4-852a-c785d8505a0f.png', + image: 'https://cdn.acedata.cloud/1c9a4277-5550-4cd4-852a-c785d8505a0f.png', label: '乌木', value: 'Ebony', advanced: true @@ -1651,178 +1651,178 @@ export default defineComponent({ displayName: '拍摄', items: [ { - image: 'https://cdn.zhishuyun.com/9bcf851a-7b94-4554-864b-edcbe0f67017.png', + image: 'https://cdn.acedata.cloud/9bcf851a-7b94-4554-864b-edcbe0f67017.png', label: '虚化', value: 'Bokeh' }, { - image: 'https://cdn.zhishuyun.com/f4599568-5889-4da9-8852-8b5361c54412.png', + image: 'https://cdn.acedata.cloud/f4599568-5889-4da9-8852-8b5361c54412.png', label: '航拍视角', value: 'Aerial view' }, { - image: 'https://cdn.zhishuyun.com/bea180e2-9078-42bd-9392-b0ee2b372430.png', + image: 'https://cdn.acedata.cloud/bea180e2-9078-42bd-9392-b0ee2b372430.png', label: 'DSLR拍摄', value: 'Shot by DSLR', advanced: true }, { - image: 'https://cdn.zhishuyun.com/42444cbd-5442-4093-8911-645272c08863.png', + image: 'https://cdn.acedata.cloud/42444cbd-5442-4093-8911-645272c08863.png', label: '360全景图', value: '360Panorama' }, { - image: 'https://cdn.zhishuyun.com/99875464-0be7-44da-adf5-958d2c73eb31.png', + image: 'https://cdn.acedata.cloud/99875464-0be7-44da-adf5-958d2c73eb31.png', label: '全景图', value: 'Panorama' }, { - image: 'https://cdn.zhishuyun.com/e3c3a204-9210-44da-b6fc-5f9a1fea52e0.png', + image: 'https://cdn.acedata.cloud/e3c3a204-9210-44da-b6fc-5f9a1fea52e0.png', label: '长焦镜头', value: 'Telephoto Lens' }, { - image: 'https://cdn.zhishuyun.com/7bd1f91d-cd6d-48d1-9f07-68382a54a552.png', + image: 'https://cdn.acedata.cloud/7bd1f91d-cd6d-48d1-9f07-68382a54a552.png', label: '微距拍摄', value: 'Macro shot' }, { - image: 'https://cdn.zhishuyun.com/09aca457-2d96-4f60-b5ec-9fedf7a3fcb9.png', + image: 'https://cdn.acedata.cloud/09aca457-2d96-4f60-b5ec-9fedf7a3fcb9.png', label: '显微镜', value: 'Microscopy' }, { - image: 'https://cdn.zhishuyun.com/fb39b4ab-d728-456b-8905-b4c0302f4094.png', + image: 'https://cdn.acedata.cloud/fb39b4ab-d728-456b-8905-b4c0302f4094.png', label: '放大倍数', value: 'Magnification' }, { - image: 'https://cdn.zhishuyun.com/b9956b79-70b1-44af-bca3-5eddd412615a.png', + image: 'https://cdn.acedata.cloud/b9956b79-70b1-44af-bca3-5eddd412615a.png', label: '特写', value: 'Close up' }, { - image: 'https://cdn.zhishuyun.com/2c6b2c92-f790-44e1-bc65-b3182aa484bd.png', + image: 'https://cdn.acedata.cloud/2c6b2c92-f790-44e1-bc65-b3182aa484bd.png', label: '全身', value: 'Full body' }, { - image: 'https://cdn.zhishuyun.com/05c7f5a8-4a79-4a1c-a4a9-792862ad118c.png', + image: 'https://cdn.acedata.cloud/05c7f5a8-4a79-4a1c-a4a9-792862ad118c.png', label: '肖像', value: 'Portrait' }, { - image: 'https://cdn.zhishuyun.com/aeb48a08-f0b6-47db-8c5d-ae6f0f92b93d.png', + image: 'https://cdn.acedata.cloud/aeb48a08-f0b6-47db-8c5d-ae6f0f92b93d.png', label: '侧身像', value: 'Profile' }, { - image: 'https://cdn.zhishuyun.com/dd655235-8f80-43b2-823f-bdb44864bee1.png', + image: 'https://cdn.acedata.cloud/dd655235-8f80-43b2-823f-bdb44864bee1.png', label: '针孔镜头', value: 'Pinhole Lens', advanced: true }, { - image: 'https://cdn.zhishuyun.com/7ad3f221-96f6-4014-953e-853c429d5d57.png', + image: 'https://cdn.acedata.cloud/7ad3f221-96f6-4014-953e-853c429d5d57.png', label: '广视角', value: 'Wide view' }, { - image: 'https://cdn.zhishuyun.com/698fbcc7-5ad1-40cb-a926-95189dc9e59b.png', + image: 'https://cdn.acedata.cloud/698fbcc7-5ad1-40cb-a926-95189dc9e59b.png', label: '望远镜镜头', value: 'Telescope Lens', advanced: true }, { - image: 'https://cdn.zhishuyun.com/2e41309b-f006-483f-9843-e15f4ced6be7.png', + image: 'https://cdn.acedata.cloud/2e41309b-f006-483f-9843-e15f4ced6be7.png', label: '卫星图像', value: 'Satellite Imagery' }, { - image: 'https://cdn.zhishuyun.com/79ad137d-3015-4335-a4e3-2ed29f9b850b.png', + image: 'https://cdn.acedata.cloud/79ad137d-3015-4335-a4e3-2ed29f9b850b.png', label: '头部特写', value: 'Headshot' }, { - image: 'https://cdn.zhishuyun.com/d06164a9-ba01-457f-b8cc-f0b38a87b4d5.png', + image: 'https://cdn.acedata.cloud/d06164a9-ba01-457f-b8cc-f0b38a87b4d5.png', label: '极端特写', value: 'Extreme closeup', advanced: true }, { - image: 'https://cdn.zhishuyun.com/b8e10ef3-b37c-45f0-b930-be729c8d17a1.png', + image: 'https://cdn.acedata.cloud/b8e10ef3-b37c-45f0-b930-be729c8d17a1.png', label: '超广角', value: 'Ultrawide shot' }, { - image: 'https://cdn.zhishuyun.com/21eaa8a4-a8f1-448d-9f00-ff8fb0213046.png', + image: 'https://cdn.acedata.cloud/21eaa8a4-a8f1-448d-9f00-ff8fb0213046.png', label: '鸟瞰图', value: 'Bird view', advanced: true }, { - image: 'https://cdn.zhishuyun.com/43fadf68-dad1-45d2-bc22-54b1b2792a00.png', + image: 'https://cdn.acedata.cloud/43fadf68-dad1-45d2-bc22-54b1b2792a00.png', label: '顶视图', value: 'Top view', advanced: true }, { - image: 'https://cdn.zhishuyun.com/f8953e9e-6daf-4a70-a691-6f89e91f0b97.png', + image: 'https://cdn.acedata.cloud/f8953e9e-6daf-4a70-a691-6f89e91f0b97.png', label: '前视图', value: 'Front view', advanced: true }, { - image: 'https://cdn.zhishuyun.com/f2228145-dc8f-4e06-be21-5d18bf50f7cf.png', + image: 'https://cdn.acedata.cloud/f2228145-dc8f-4e06-be21-5d18bf50f7cf.png', label: '侧面图', value: 'Side view', advanced: true }, { - image: 'https://cdn.zhishuyun.com/b218d1cc-60a7-4f62-a719-b852cd6ebf03.png', + image: 'https://cdn.acedata.cloud/b218d1cc-60a7-4f62-a719-b852cd6ebf03.png', label: '后视图', value: 'Back view', advanced: true }, { - image: 'https://cdn.zhishuyun.com/186522ef-7b09-40d8-a712-43dde1266bbf.png', + image: 'https://cdn.acedata.cloud/186522ef-7b09-40d8-a712-43dde1266bbf.png', label: '脸部特写', value: 'Face shot' }, { - image: 'https://cdn.zhishuyun.com/6a0c1136-2817-42bb-b1e3-c65a130e70cf.png', + image: 'https://cdn.acedata.cloud/6a0c1136-2817-42bb-b1e3-c65a130e70cf.png', label: '胸部以上', value: 'Chest shot' }, { - image: 'https://cdn.zhishuyun.com/8ac3bf91-2066-420d-8da1-5d6214ad2668.png', + image: 'https://cdn.acedata.cloud/8ac3bf91-2066-420d-8da1-5d6214ad2668.png', label: '腰部以上', value: 'Waist shot' }, { - image: 'https://cdn.zhishuyun.com/2558b92f-cb3b-410e-85cd-791eb7d29c60.png', + image: 'https://cdn.acedata.cloud/2558b92f-cb3b-410e-85cd-791eb7d29c60.png', label: '长距拍摄', value: 'Extra long shot' }, { - image: 'https://cdn.zhishuyun.com/0f5c9250-55a4-4eed-8ddf-af18cb52e243.png', + image: 'https://cdn.acedata.cloud/0f5c9250-55a4-4eed-8ddf-af18cb52e243.png', label: '仰视', value: 'look up' }, { - image: 'https://cdn.zhishuyun.com/5e0df52d-e986-4851-b6ae-dc0be744713d.png', + image: 'https://cdn.acedata.cloud/5e0df52d-e986-4851-b6ae-dc0be744713d.png', label: '等距视图', value: 'isometricview', advanced: true }, { - image: 'https://cdn.zhishuyun.com/0d6491dd-1f64-423c-b63b-0f2e96a258e5.png', + image: 'https://cdn.acedata.cloud/0d6491dd-1f64-423c-b63b-0f2e96a258e5.png', label: '高角度视图', value: 'High angle view', advanced: true }, { - image: 'https://cdn.zhishuyun.com/5b68beee-c079-4a8e-84c5-cb3cc0f6c77b.png', + image: 'https://cdn.acedata.cloud/5b68beee-c079-4a8e-84c5-cb3cc0f6c77b.png', label: '低角度视图', value: 'Low angle view', advanced: true @@ -1833,74 +1833,74 @@ export default defineComponent({ displayName: '情绪', items: [ { - image: 'https://cdn.zhishuyun.com/033c9cd1-f5cc-448f-8d0a-e6559bbd57e3.png', + image: 'https://cdn.acedata.cloud/033c9cd1-f5cc-448f-8d0a-e6559bbd57e3.png', label: '开心', value: 'Happy' }, { - image: 'https://cdn.zhishuyun.com/d07fbadd-78e4-4a98-bcf8-45b4805c9239.png', + image: 'https://cdn.acedata.cloud/d07fbadd-78e4-4a98-bcf8-45b4805c9239.png', label: '兴奋', value: 'Excited' }, { - image: 'https://cdn.zhishuyun.com/aa94049d-e8fc-4e0e-97b1-afa174d99b88.png', + image: 'https://cdn.acedata.cloud/aa94049d-e8fc-4e0e-97b1-afa174d99b88.png', label: '生气', value: 'Angry' }, { - image: 'https://cdn.zhishuyun.com/ede7f1d3-5ce2-4b8f-9cb9-c4bd47b80cae.png', + image: 'https://cdn.acedata.cloud/ede7f1d3-5ce2-4b8f-9cb9-c4bd47b80cae.png', label: '悲伤', value: 'ped' }, { - image: 'https://cdn.zhishuyun.com/88f9e6ba-2961-497e-ae00-9af36fa2c2d4.png', + image: 'https://cdn.acedata.cloud/88f9e6ba-2961-497e-ae00-9af36fa2c2d4.png', label: '厌恶', value: 'Disgusted' }, { - image: 'https://cdn.zhishuyun.com/fe91b67b-2430-424a-bf72-1a299e61f049.png', + image: 'https://cdn.acedata.cloud/fe91b67b-2430-424a-bf72-1a299e61f049.png', label: '惊讶', value: 'supnned' }, { - image: 'https://cdn.zhishuyun.com/24dcfb80-d987-48b0-9595-82276b2a1f94.png', + image: 'https://cdn.acedata.cloud/24dcfb80-d987-48b0-9595-82276b2a1f94.png', label: '期待', value: 'Hopeful' }, { - image: 'https://cdn.zhishuyun.com/f2628539-bdf5-471d-9ceb-f0731c46b593.png', + image: 'https://cdn.acedata.cloud/f2628539-bdf5-471d-9ceb-f0731c46b593.png', label: '不安', value: 'Anxious' }, { - image: 'https://cdn.zhishuyun.com/f280d69a-eb1b-4259-b56d-66510f38ec82.png', + image: 'https://cdn.acedata.cloud/f280d69a-eb1b-4259-b56d-66510f38ec82.png', label: '欣喜若狂', value: 'Elated' }, { - image: 'https://cdn.zhishuyun.com/94b78236-ba14-4aab-8985-3921b2146fc9.png', + image: 'https://cdn.acedata.cloud/94b78236-ba14-4aab-8985-3921b2146fc9.png', label: '害怕', value: 'Fearful' }, { - image: 'https://cdn.zhishuyun.com/68576d87-224f-463f-85c9-5fbeb386a035.png', + image: 'https://cdn.acedata.cloud/68576d87-224f-463f-85c9-5fbeb386a035.png', label: '讨厌', value: 'Hateful' }, { - image: 'https://cdn.zhishuyun.com/e0413400-096f-4072-8faf-5ef82f8cc265.png', + image: 'https://cdn.acedata.cloud/e0413400-096f-4072-8faf-5ef82f8cc265.png', label: '喜怒无常', value: 'Apoow', advanced: true }, { - image: 'https://cdn.zhishuyun.com/c0f4b0f4-1399-468f-873a-a04f4b7929f8.png', + image: 'https://cdn.acedata.cloud/c0f4b0f4-1399-468f-873a-a04f4b7929f8.png', label: '黑暗', value: 'Dark', advanced: true }, { - image: 'https://cdn.zhishuyun.com/297d5f3f-ebc9-4c9f-b656-07359b313871.png', + image: 'https://cdn.acedata.cloud/297d5f3f-ebc9-4c9f-b656-07359b313871.png', label: '残酷', value: 'Brutal', advanced: true @@ -1911,86 +1911,86 @@ export default defineComponent({ displayName: '国风', items: [ { - image: 'https://cdn.zhishuyun.com/b29020e5-532d-4b30-94b0-cf5405242fc6.png', + image: 'https://cdn.acedata.cloud/b29020e5-532d-4b30-94b0-cf5405242fc6.png', label: '汉服', value: 'Hanfu' }, { - image: 'https://cdn.zhishuyun.com/e00eb48c-8240-4468-ac15-1a9d3349b636.png', + image: 'https://cdn.acedata.cloud/e00eb48c-8240-4468-ac15-1a9d3349b636.png', label: '旗袍', value: 'Cheongsam' }, { - image: 'https://cdn.zhishuyun.com/87d89bc5-cb61-4780-8894-c1564bdebd66.png', + image: 'https://cdn.acedata.cloud/87d89bc5-cb61-4780-8894-c1564bdebd66.png', label: '中式服饰', value: 'Chinese costume' }, { - image: 'https://cdn.zhishuyun.com/811453d2-2715-44fe-8609-b0d184486b19.png', + image: 'https://cdn.acedata.cloud/811453d2-2715-44fe-8609-b0d184486b19.png', label: '中式礼服', value: 'Chinese dress' }, { - image: 'https://cdn.zhishuyun.com/2463a720-b803-4d0d-9cac-6a7d5b61001d.png', + image: 'https://cdn.acedata.cloud/2463a720-b803-4d0d-9cac-6a7d5b61001d.png', label: '武侠', value: 'Wuxia' }, { - image: 'https://cdn.zhishuyun.com/2fbee5a1-8a5c-4bfb-a52c-895ff3f53c3c.png', + image: 'https://cdn.acedata.cloud/2fbee5a1-8a5c-4bfb-a52c-895ff3f53c3c.png', label: '凤凰', value: 'Chinese phoenix' }, { - image: 'https://cdn.zhishuyun.com/53fd3a51-7739-493f-aff0-daaea74b942c.png', + image: 'https://cdn.acedata.cloud/53fd3a51-7739-493f-aff0-daaea74b942c.png', label: '功夫', value: 'Kungfu' }, { - image: 'https://cdn.zhishuyun.com/bc4c6bb0-82a5-4bbb-b4e3-96a14c52aed3.png', + image: 'https://cdn.acedata.cloud/bc4c6bb0-82a5-4bbb-b4e3-96a14c52aed3.png', label: '昆曲', value: 'Kunqu opera', advanced: true }, { - image: 'https://cdn.zhishuyun.com/291ca1c1-069e-4067-8b9d-1c5c11c2ff14.png', + image: 'https://cdn.acedata.cloud/291ca1c1-069e-4067-8b9d-1c5c11c2ff14.png', label: '景泰蓝', value: 'Cloisonne', advanced: true }, { - image: 'https://cdn.zhishuyun.com/17e87115-06ec-4f7b-9b8e-daf782cd4d59.png', + image: 'https://cdn.acedata.cloud/17e87115-06ec-4f7b-9b8e-daf782cd4d59.png', label: '瓷器', value: 'Porcelain' }, { - image: 'https://cdn.zhishuyun.com/c9cc4712-24b9-4ff8-926b-02bd626df9a9.png', + image: 'https://cdn.acedata.cloud/c9cc4712-24b9-4ff8-926b-02bd626df9a9.png', label: '刺绣', value: 'Embroidered' }, { - image: 'https://cdn.zhishuyun.com/7da286ae-d1e6-4a21-8ba5-10ff7bf9d379.png', + image: 'https://cdn.acedata.cloud/7da286ae-d1e6-4a21-8ba5-10ff7bf9d379.png', label: '玉', value: 'Jade' }, { - image: 'https://cdn.zhishuyun.com/11a2d9f8-3c29-4b0b-ae10-525928f71bce.png', + image: 'https://cdn.acedata.cloud/11a2d9f8-3c29-4b0b-ae10-525928f71bce.png', label: '中式亭', value: 'Chinese pavilion', advanced: true }, { - image: 'https://cdn.zhishuyun.com/639b5e99-8210-4525-b63f-8b89019d07f3.png', + image: 'https://cdn.acedata.cloud/639b5e99-8210-4525-b63f-8b89019d07f3.png', label: '梅花', value: 'Plum flower' }, { - image: 'https://cdn.zhishuyun.com/cc87764c-2754-4cb7-8bc3-1070b31ec62b.png', + image: 'https://cdn.acedata.cloud/cc87764c-2754-4cb7-8bc3-1070b31ec62b.png', label: '紫禁城', value: 'Forbidden city', advanced: true }, { - image: 'https://cdn.zhishuyun.com/26d2f2aa-ca26-4c0e-a8c7-86a81aafc475.png', + image: 'https://cdn.acedata.cloud/26d2f2aa-ca26-4c0e-a8c7-86a81aafc475.png', label: '牡丹', value: 'Peony', advanced: true @@ -2001,82 +2001,82 @@ export default defineComponent({ displayName: '特效', items: [ { - image: 'https://cdn.zhishuyun.com/0ca0fd15-cc8d-420e-acf5-6c489e03c7ff.png', + image: 'https://cdn.acedata.cloud/0ca0fd15-cc8d-420e-acf5-6c489e03c7ff.png', label: '虚幻引擎', value: 'Unreal engine' }, { - image: 'https://cdn.zhishuyun.com/ead8ba11-6634-409e-8fea-7b31ca3974bc.png', + image: 'https://cdn.acedata.cloud/ead8ba11-6634-409e-8fea-7b31ca3974bc.png', label: 'Octane渲染', value: 'Octane render' }, { - image: 'https://cdn.zhishuyun.com/209f1bd9-5d44-4699-97ad-fdde73304efb.png', + image: 'https://cdn.acedata.cloud/209f1bd9-5d44-4699-97ad-fdde73304efb.png', label: 'C4D渲染', value: 'Maxon cinema 4D' }, { - image: 'https://cdn.zhishuyun.com/93c31b69-7af4-4d1f-99d6-114a34133613.png', + image: 'https://cdn.acedata.cloud/93c31b69-7af4-4d1f-99d6-114a34133613.png', label: 'QM渲染', value: 'Quixel megascans render' }, { - image: 'https://cdn.zhishuyun.com/9883f161-5069-414b-9d23-bd63806c5205.png', + image: 'https://cdn.acedata.cloud/9883f161-5069-414b-9d23-bd63806c5205.png', label: 'Corona室内渲染', value: 'Corona render' }, { - image: 'https://cdn.zhishuyun.com/9c28e4af-28b2-4b97-abd4-e4f42d014f3a.png', + image: 'https://cdn.acedata.cloud/9c28e4af-28b2-4b97-abd4-e4f42d014f3a.png', label: 'V-ray渲染', value: 'V-ray' }, { - image: 'https://cdn.zhishuyun.com/01d71ceb-7d17-4318-9914-a6a5fe0abc11.png', + image: 'https://cdn.acedata.cloud/01d71ceb-7d17-4318-9914-a6a5fe0abc11.png', label: '建筑渲染', value: 'Architectural visualisation' }, { - image: 'https://cdn.zhishuyun.com/e7f2cd21-2efc-4e18-b38d-3c2cbd95c5ec.png', + image: 'https://cdn.acedata.cloud/e7f2cd21-2efc-4e18-b38d-3c2cbd95c5ec.png', label: '戏剧性对比度', value: 'Dramatic contrast' }, { - image: 'https://cdn.zhishuyun.com/8f113377-ba6e-4fb0-bd56-df8635ab6345.png', + image: 'https://cdn.acedata.cloud/8f113377-ba6e-4fb0-bd56-df8635ab6345.png', label: '黑金色调', value: 'Gold and black tone' }, { - image: 'https://cdn.zhishuyun.com/6da8b72d-5a67-4c06-b915-8c0b5314d9c8.png', + image: 'https://cdn.acedata.cloud/6da8b72d-5a67-4c06-b915-8c0b5314d9c8.png', label: '粉白色调', value: 'White and pink tone' }, { - image: 'https://cdn.zhishuyun.com/09abd535-8ab6-451f-8bce-29859429244b.png', + image: 'https://cdn.acedata.cloud/09abd535-8ab6-451f-8bce-29859429244b.png', label: '红黑色调', value: 'Red and black tone' }, { - image: 'https://cdn.zhishuyun.com/81115846-7676-4edb-b7cf-df816c90de7f.png', + image: 'https://cdn.acedata.cloud/81115846-7676-4edb-b7cf-df816c90de7f.png', label: '宽虹氛围', value: 'Neon shades' }, { - image: 'https://cdn.zhishuyun.com/dfcc7a8a-e145-4824-b12b-bd29292daa5f.png', + image: 'https://cdn.acedata.cloud/dfcc7a8a-e145-4824-b12b-bd29292daa5f.png', label: '鲜艳', value: 'Rich color' }, { - image: 'https://cdn.zhishuyun.com/38b05148-73c6-4db3-bddd-b972f27f4671.png', + image: 'https://cdn.acedata.cloud/38b05148-73c6-4db3-bddd-b972f27f4671.png', label: '单色', value: 'Monotone' }, { - image: 'https://cdn.zhishuyun.com/6f6704da-1854-43d7-811f-3145fea96909.png', + image: 'https://cdn.acedata.cloud/6f6704da-1854-43d7-811f-3145fea96909.png', label: '低纯度色调', value: 'The low-purity tone' }, { - image: 'https://cdn.zhishuyun.com/3724b5ef-e7dd-4234-b2a2-f71c6b69b4ac.png', + image: 'https://cdn.acedata.cloud/3724b5ef-e7dd-4234-b2a2-f71c6b69b4ac.png', label: '高纯度色调', value: 'The high-purity tone' } diff --git a/src/components/midjourney/preset/ModelSelector.vue b/src/components/midjourney/preset/ModelSelector.vue index eb52090e..16805396 100644 --- a/src/components/midjourney/preset/ModelSelector.vue +++ b/src/components/midjourney/preset/ModelSelector.vue @@ -32,12 +32,12 @@ export default defineComponent({ { value: '', label: this.$t('midjourney.model.general'), - image: 'https://cdn.zhishuyun.com/2023-10-06-174633.png' + image: 'https://cdn.acedata.cloud/2023-10-06-174633.png' }, { value: 'niji', label: this.$t('midjourney.model.niji'), - image: 'https://cdn.zhishuyun.com/2023-10-06-174008.png' + image: 'https://cdn.acedata.cloud/2023-10-06-174008.png' } ] }; diff --git a/src/config.ts b/src/config.ts index c152edff..95f056db 100644 --- a/src/config.ts +++ b/src/config.ts @@ -7,7 +7,7 @@ export default { * Title of the app. * You can change it by your own. */ - title: '知数云 - 数字化服务的智慧之选', + title: 'Ace Data Cloud', /** * Logo url of the app. @@ -26,7 +26,7 @@ export default { /** * The default language of the app, enum as 'zh-cn', 'en'. */ - language: 'zh-cn' + language: 'en' }, /** @@ -92,7 +92,7 @@ export default { /** * The default auth provider, enum as 'wechat', 'email', 'phone'. */ - defaultProvider: 'wechat', + defaultProvider: 'email', /** * The auth provider configuration. diff --git a/src/constants/endpoint.ts b/src/constants/endpoint.ts index 9f4857c6..238eedb8 100644 --- a/src/constants/endpoint.ts +++ b/src/constants/endpoint.ts @@ -1,5 +1,5 @@ -export const BASE_URL_DATA = 'https://data.zhishuyun.com'; -export const BASE_URL_HUB = 'https://hub.zhishuyun.com'; -export const BASE_URL_AUTH = 'https://auth.zhishuyun.com'; -export const BASE_URL_API = 'https://api.zhishuyun.com'; -export const BASE_URL_API2 = 'https://api2.zhishuyun.com'; +export const BASE_URL_DATA = 'https://platform.acedata.cloud'; +export const BASE_URL_HUB = 'https://hub.acedata.cloud'; +export const BASE_URL_AUTH = 'https://auth.acedata.cloud'; +export const BASE_URL_API = 'https://api.acedata.cloud'; +export const BASE_URL_API2 = 'https://api2.acedata.cloud'; diff --git a/src/pages/console/order/Detail.vue b/src/pages/console/order/Detail.vue index 431da98a..74b2568b 100644 --- a/src/pages/console/order/Detail.vue +++ b/src/pages/console/order/Detail.vue @@ -319,7 +319,7 @@ export default defineComponent({ top: 3px; width: 22px; height: 18px; - background-image: url(https://zhishuyun-1256437459.cos.ap-beijing.myqcloud.com/2023-08-27-164440.png); + background-image: url(https://acedatacloud-1256437459.cos.ap-beijing.myqcloud.com/2023-08-27-164440.png); background-size: contain; background-repeat: no-repeat; } diff --git a/src/pages/midjourney/History.vue b/src/pages/midjourney/History.vue index 0f92bba4..9622ef4a 100644 --- a/src/pages/midjourney/History.vue +++ b/src/pages/midjourney/History.vue @@ -35,7 +35,7 @@ interface IData { ignore: string; } -const CALLBACK_URL = 'https://webhook.zhishuyun.com/midjourney'; +const CALLBACK_URL = 'https://webhook.acedata.cloud/midjourney'; export default defineComponent({ name: 'MidjourneyIndex', diff --git a/src/pages/midjourney/Index.vue b/src/pages/midjourney/Index.vue index 859df5fb..ab8a2f1b 100644 --- a/src/pages/midjourney/Index.vue +++ b/src/pages/midjourney/Index.vue @@ -61,7 +61,7 @@ interface IData { references: string[]; } -const CALLBACK_URL = 'https://webhook.zhishuyun.com/midjourney'; +const CALLBACK_URL = 'https://webhook.acedata.cloud/midjourney'; export default defineComponent({ name: 'MidjourneyIndex', diff --git a/vite.config.ts b/vite.config.ts index 47b2aee7..c305ecab 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -10,11 +10,11 @@ export default defineConfig({ port: 8080, proxy: { '/api': { - target: 'https://data.zhishuyun.com', + target: 'https://platform.acedata.cloud', changeOrigin: true }, '/oauth2': { - target: 'https://auth.zhishuyun.com', + target: 'https://auth.acedata.cloud', changeOrigin: true } } diff --git a/yarn.lock b/yarn.lock index 25c02057..2f97b5db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -390,7 +390,7 @@ resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== -"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.4.15": +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": version "1.4.15" resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== @@ -527,15 +527,6 @@ estree-walker "^1.0.1" picomatch "^2.2.2" -"@rollup/pluginutils@^5.0.2": - version "5.1.0" - resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.1.0.tgz#7e53eddc8c7f483a4ad0b94afb1f7f5fd3c771e0" - integrity sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g== - dependencies: - "@types/estree" "^1.0.0" - estree-walker "^2.0.2" - picomatch "^2.3.1" - "@trysound/sax@0.2.0": version "0.2.0" resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad" @@ -546,11 +537,6 @@ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f" integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== -"@types/estree@^1.0.0": - version "1.0.5" - resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4" - integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw== - "@types/json-schema@^7.0.9": version "7.0.15" resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841" @@ -951,11 +937,6 @@ acorn@^7.4.0: resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== -acorn@^8.11.2: - version "8.11.3" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a" - integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg== - acorn@^8.7.0: version "8.7.0" resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf" @@ -1746,11 +1727,6 @@ es-abstract@^1.19.0, es-abstract@^1.19.1: string.prototype.trimstart "^1.0.4" unbox-primitive "^1.0.1" -es-module-lexer@^1.3.0: - version "1.4.1" - resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.4.1.tgz#41ea21b43908fe6a287ffcbe4300f790555331f5" - integrity sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w== - es-to-primitive@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a" @@ -2925,13 +2901,6 @@ magic-string@^0.25.7: dependencies: sourcemap-codec "^1.4.4" -magic-string@^0.30.1: - version "0.30.5" - resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.5.tgz#1994d980bd1c8835dc6e78db7cbd4ae4f24746f9" - integrity sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA== - dependencies: - "@jridgewell/sourcemap-codec" "^1.4.15" - markdown-it@^13.0.1: version "13.0.1" resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-13.0.1.tgz#c6ecc431cacf1a5da531423fc6a42807814af430" @@ -4131,26 +4100,6 @@ universalify@^2.0.0: resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717" integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== -unplugin-element-plus@^0.8.0: - version "0.8.0" - resolved "https://registry.yarnpkg.com/unplugin-element-plus/-/unplugin-element-plus-0.8.0.tgz#320c8b43a87fe6d680b9117656476f597bccf700" - integrity sha512-jByUGY3FG2B8RJKFryqxx4eNtSTj+Hjlo8edcOdJymewndDQjThZ1pRUQHRjQsbKhTV2jEctJV7t7RJ405UL4g== - dependencies: - "@rollup/pluginutils" "^5.0.2" - es-module-lexer "^1.3.0" - magic-string "^0.30.1" - unplugin "^1.3.2" - -unplugin@^1.3.2: - version "1.6.0" - resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-1.6.0.tgz#0bd7c344182c73e685c864f4f7161531f024b942" - integrity sha512-BfJEpWBu3aE/AyHx8VaNE/WgouoQxgH9baAiH82JjX8cqVyi3uJQstqwD5J+SZxIK326SZIhsSZlALXVBCknTQ== - dependencies: - acorn "^8.11.2" - chokidar "^3.5.3" - webpack-sources "^3.2.3" - webpack-virtual-modules "^0.6.1" - update-browserslist-db@^1.0.13: version "1.0.13" resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz#3c5e4f5c083661bd38ef64b6328c26ed6c8248c4" @@ -4312,16 +4261,6 @@ w3c-keyname@^2.2.4: resolved "https://registry.yarnpkg.com/w3c-keyname/-/w3c-keyname-2.2.6.tgz#8412046116bc16c5d73d4e612053ea10a189c85f" integrity sha512-f+fciywl1SJEniZHD6H+kUO8gOnwIr7f4ijKA6+ZvJFjeGi1r4PDLl53Ayud9O/rk64RqgoQine0feoeOU0kXg== -webpack-sources@^3.2.3: - version "3.2.3" - resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde" - integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w== - -webpack-virtual-modules@^0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.1.tgz#ac6fdb9c5adb8caecd82ec241c9631b7a3681b6f" - integrity sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg== - which-boxed-primitive@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6" From 1690af29db2a2e7f1cbaf6e2066ae1ef9f9fd5f7 Mon Sep 17 00:00:00 2001 From: AceDataCloud Date: Wed, 10 Jan 2024 03:03:46 +0800 Subject: [PATCH 2/2] add change log --- ...datacloud-hub-fe9a6b4d-0b8c-438e-bdc8-1a34a245d374.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 change/@acedatacloud-hub-fe9a6b4d-0b8c-438e-bdc8-1a34a245d374.json diff --git a/change/@acedatacloud-hub-fe9a6b4d-0b8c-438e-bdc8-1a34a245d374.json b/change/@acedatacloud-hub-fe9a6b4d-0b8c-438e-bdc8-1a34a245d374.json new file mode 100644 index 00000000..e498a81f --- /dev/null +++ b/change/@acedatacloud-hub-fe9a6b4d-0b8c-438e-bdc8-1a34a245d374.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "migrate to acedata", + "packageName": "@acedatacloud/hub", + "email": "germey@acedata.cloud", + "dependentChangeType": "patch" +}