create-bubbles 0.1.8 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -2
- package/package.json +1 -1
- package/template-nextjs-vinext-eslint/.dockerignore +3 -0
- package/template-nextjs-vinext-eslint/.vscode/settings.json +53 -0
- package/template-nextjs-vinext-eslint/Dockerfile +21 -0
- package/template-nextjs-vinext-eslint/README.md +100 -0
- package/template-nextjs-vinext-eslint/commitlint.config.js +1 -0
- package/template-nextjs-vinext-eslint/docker-compose.yaml +22 -0
- package/template-nextjs-vinext-eslint/eslint.config.js +20 -0
- package/template-nextjs-vinext-eslint/lefthook.yml +11 -0
- package/template-nextjs-vinext-eslint/next.config.ts +8 -0
- package/template-nextjs-vinext-eslint/nginx.conf +14 -0
- package/template-nextjs-vinext-eslint/package.json +50 -0
- package/template-nextjs-vinext-eslint/pnpm-workspace.yaml +7 -0
- package/template-nextjs-vinext-eslint/public/file.svg +1 -0
- package/template-nextjs-vinext-eslint/public/globe.svg +1 -0
- package/template-nextjs-vinext-eslint/public/logo-white.svg +128 -0
- package/template-nextjs-vinext-eslint/public/next.svg +1 -0
- package/template-nextjs-vinext-eslint/public/vercel.svg +1 -0
- package/template-nextjs-vinext-eslint/public/window.svg +1 -0
- package/template-nextjs-vinext-eslint/src/app/_components/Header/header.module.css +0 -0
- package/template-nextjs-vinext-eslint/src/app/_components/Header/header.tsx +7 -0
- package/template-nextjs-vinext-eslint/src/app/_components/Main/index.tsx +13 -0
- package/template-nextjs-vinext-eslint/src/app/antd-provider.tsx +30 -0
- package/template-nextjs-vinext-eslint/src/app/icon.svg +26 -0
- package/template-nextjs-vinext-eslint/src/app/layout.tsx +71 -0
- package/template-nextjs-vinext-eslint/src/app/page.module.css +141 -0
- package/template-nextjs-vinext-eslint/src/app/page.tsx +43 -0
- package/template-nextjs-vinext-eslint/src/assets/icon/logo-white.svg +128 -0
- package/template-nextjs-vinext-eslint/src/assets/icon/logo.svg +26 -0
- package/template-nextjs-vinext-eslint/src/assets/image/QR.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/banner_1.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/banner_2.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/banner_3.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/banner_4.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/banner_top.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/icon_title_left.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/icon_title_right.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/img.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_COCT.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/344/270/207/347/247/221.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/344/270/255/345/205/264.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/344/270/255/345/206/266/345/273/272/345/267/245.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/344/270/255/345/233/275/344/270/255/351/223/201.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/344/270/255/345/233/275/344/272/224/345/206/266.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/344/270/255/345/233/275/344/272/244/351/200/232/345/273/272/350/256/276.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/344/270/255/345/233/275/345/273/272/344/270/232.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/344/270/255/345/233/275/345/273/272/347/255/221/347/247/221/345/255/246/351/231/242.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/344/270/255/345/233/275/347/224/265/345/273/272.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/344/270/255/345/233/275/351/223/201/345/273/272.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/345/256/234/351/200/232/344/270/226/347/272/252.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/346/225/260/347/273/264/347/251/272/351/227/264.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/346/226/260/346/230/212/350/276/260/345/273/272/350/256/276.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/346/236/227/345/220/214/346/243/252/345/233/275/351/231/205.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/346/270/235/351/232/206/351/233/206/345/233/242.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/347/273/264/345/241/224/347/247/221/346/212/200.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/350/205/276/350/256/257.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/350/265/233/350/277/252/344/277/241/346/201/257.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/351/207/215/345/272/206/344/272/244/351/200/232/345/244/247/345/255/246.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/351/207/215/345/272/206/344/272/244/351/200/232/350/201/214/344/270/232/345/255/246/351/231/242.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/351/207/215/345/272/206/345/244/247/345/255/246.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/351/207/215/345/272/206/345/267/245/345/225/206/350/201/214/344/270/232/345/255/246/351/231/242.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/351/207/215/345/272/206/345/267/245/347/250/213/350/201/214/344/270/232/346/212/200/346/234/257/345/255/246/351/231/242.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/351/207/215/345/272/206/345/273/272/345/267/245.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/351/230/277/351/207/214/344/272/221.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/351/231/206/345/206/233/345/206/233/345/214/273/345/244/247/345/255/246.png +0 -0
- package/template-nextjs-vinext-eslint/src/assets/image/parteners/logo_/351/276/231/346/271/226.png +0 -0
- package/template-nextjs-vinext-eslint/src/styles/globals.css +47 -0
- package/template-nextjs-vinext-eslint/src/types/vite-env.d.ts +18 -0
- package/template-nextjs-vinext-eslint/src/utils/env.ts +14 -0
- package/template-nextjs-vinext-eslint/src/utils/index.ts +0 -0
- package/template-nextjs-vinext-eslint/src/utils/request/core/index.ts +182 -0
- package/template-nextjs-vinext-eslint/src/utils/request/core/utils.ts +30 -0
- package/template-nextjs-vinext-eslint/src/utils/request/index.ts +48 -0
- package/template-nextjs-vinext-eslint/tsconfig.json +34 -0
- package/template-nextjs-vinext-eslint/uno.config.ts +10 -0
- package/template-nextjs-vinext-eslint/vite.config.ts +8 -0
- package/template-taro-vue-eslint/.env +3 -0
- package/template-taro-vue-eslint/.env.development +3 -2
- package/template-taro-vue-eslint/.env.production +3 -2
- package/template-taro-vue-eslint/config/dev.ts +18 -1
- package/template-taro-vue-eslint/config/release.ts +6 -14
- package/template-taro-vue-eslint/eslint.config.mjs +5 -0
- package/template-taro-vue-eslint/package.json +5 -3
- package/template-taro-vue-eslint/src/api/common/upload.ts +53 -0
- package/template-taro-vue-eslint/src/app.config.ts +11 -3
- package/template-taro-vue-eslint/src/app.ts +3 -3
- package/template-taro-vue-eslint/src/assets/image/.gitkeep +0 -0
- package/template-taro-vue-eslint/src/pages/example/upload/index.config.ts +3 -0
- package/template-taro-vue-eslint/src/pages/example/upload/index.module.scss +4 -0
- package/template-taro-vue-eslint/src/pages/example/upload/index.vue +71 -0
- package/template-taro-vue-eslint/src/pages/index/index.vue +64 -11
- package/template-taro-vue-eslint/src/styles/index.css +1 -0
- package/template-taro-vue-eslint/src/styles/nut-theme.css +4 -0
- package/template-taro-vue-eslint/src/utils/env.ts +11 -4
- package/template-taro-vue-eslint/src/utils/index.ts +40 -0
- package/template-taro-vue-eslint/src/utils/request/core/index.ts +2 -1
- package/template-taro-vue-eslint/src/utils/request/index.ts +31 -2
- package/template-taro-vue-eslint/types/components.d.ts +1 -1
- package/template-taro-vue-eslint/unocss.config.ts +1 -1
- package/template-taro-vue-eslint/key/private.wxac3f99d8814754aa.key +0 -27
- package/template-taro-vue-eslint/src/app.css +0 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import e from"node:fs";import t from"node:path";import{fileURLToPath as n}from"node:url";import*as r from"@clack/prompts";import i from"cross-spawn";import a from"gradient-string";import o from"mri";const s={vue:a([`#42B883`,`#42B883`]),react:a([`#087EA4`,`#087EA4`]),taro:a([`#0000C2`,`#fff`]),others:a([`#8B5CF6`,`#A855F7`])},c=o(process.argv.slice(2),{alias:{h:`help`,t:`template`},boolean:[`help`,`overwrite`],string:[`template`]}),l=process.cwd(),u=`\
|
|
1
|
+
import e from"node:fs";import t from"node:path";import{fileURLToPath as n}from"node:url";import*as r from"@clack/prompts";import i from"cross-spawn";import a from"gradient-string";import o from"mri";const s={vue:a([`#42B883`,`#42B883`]),react:a([`#087EA4`,`#087EA4`]),taro:a([`#0000C2`,`#fff`]),nextjs:a([`#000`,`#fff`]),others:a([`#8B5CF6`,`#A855F7`])},c=o(process.argv.slice(2),{alias:{h:`help`,t:`template`},boolean:[`help`,`overwrite`],string:[`template`]}),l=process.cwd(),u=`\
|
|
2
2
|
Usage: create-bubbles [OPTION]... [DIRECTORY]
|
|
3
3
|
|
|
4
4
|
Create a new Bubbles project in JavaScript or TypeScript.
|
|
@@ -12,7 +12,8 @@ ${s.vue(`vue-rsbuild-biome vue`)}
|
|
|
12
12
|
${s.vue(`vue-rolldown-oxc vue`)}
|
|
13
13
|
${s.taro(`taro-vue-eslint taro`)}
|
|
14
14
|
${s.react(`react-rsbuild-biome react`)}
|
|
15
|
-
${s.react(`react-rolldown-oxc react`)}
|
|
15
|
+
${s.react(`react-rolldown-oxc react`)}
|
|
16
|
+
${s.nextjs(`nextjs-vinext-eslint nextjs`)}`,d=e=>e.trim().replace(/\/+$/g,``),f=e=>{if(!e)return;let t=e.split(` `)[0].split(`/`);return{name:t[0],version:t[1]}},p=t=>{let n=e.readdirSync(t);return n.length===0||n.length===1&&n[0]===`.git`},m=async n=>{await Promise.all(e.readdirSync(n).filter(e=>e!==`.git`).map(r=>e.promises.rm(t.resolve(n,r),{recursive:!0,force:!0})))},h=e=>/^(?:@[a-z\d\-*~][a-z\d\-*._~]*\/)?[a-z\d\-~][a-z\d\-._~]*$/.test(e),g=e=>e.trim().toLowerCase().replace(/\s+/g,`-`).replace(/^[._]/,``).replace(/[^a-z\d\-~]+g/,`-`),_=[{name:`vue`,display:`Vue`,color:s.vue,variants:[{name:`vue-vite-eslint`,display:`vite + eslint`,color:s.vue},{name:`vue-rsbuild-biome`,display:`rsbuild + biome`,color:s.vue},{name:`vue-vite-oxc`,display:`rolldown + oxc`,color:s.vue},{name:`vue-vite-biome`,display:`vite + biome`,color:s.vue}]},{name:`react`,display:`React`,color:s.react,variants:[{name:`react-rsbuild-biome`,display:`rsbuild-biome`,color:s.react}]},{name:`taro`,display:`Taro`,color:s.taro,variants:[{name:`taro-vue-eslint`,display:`taro-vue + eslint`,color:s.taro}]},{name:`nextjs`,display:`NextJS`,color:s.nextjs,variants:[{name:`nextjs-vinext-eslint`,display:`nextjs + vinext + eslint`,color:s.nextjs}]},{name:`others`,display:`Others`,color:s.others,variants:[{name:`create-eletron-vite`,display:`Electron ↗`,color:s.others,customCommand:`pnpm create electron-vite@latest TARGET_DIR`}]}],v=_.map(e=>e.variants.map(e=>`${e.name}`)).reduce((e,t)=>e.concat(t),[]),y=(e,t)=>{console.log(`💦customCommand`,e,t);let n=t?t.name:`npm`,r=n===`yarn`&&t?.version.startsWith(`1.`);return e.replace(/^npm create (?:-- )?/,()=>n===`bun`?`bun x create-`:n===`pnpm`?`pnpm create `:e.startsWith(`npm create -- `)?`${n} create -- `:`${n} create `).replace(`@latest`,()=>r?``:`@latest`).replace(/^npm exec/,()=>n===`pnpm`?`pnpm dlx`:n===`yarn`&&!r?`yarn dlx`:n===`bun`?`bun x`:`npm exec`)},b={_gitignore:`.gitignore`},x=(n,r)=>{e.mkdirSync(r,{recursive:!0});for(let i of e.readdirSync(n))S(t.resolve(n,i),t.resolve(r,i))},S=(t,n)=>{e.statSync(t).isDirectory()?x(t,n):e.copyFileSync(t,n)},C=(t,n)=>{let r=e.readFileSync(t,`utf-8`);e.writeFileSync(t,n(r),`utf-8`)},w=(e,n)=>{C(t.resolve(e,`package.json`),e=>e.replace(/"@vitejs\/plugin-react": ".+?"/,`"@vitejs/plugin-react-swc": "^4.0.1"`)),C(t.resolve(e,`vite.config.${n?`ts`:`js`}`),e=>e.replace(`@vitejs/plugin-react`,`@vitejs/plugin-react-swc`))};(async()=>{console.log(c);let o=c._[0]?d(c._[0]):void 0,x=c.template,C=c.overwrite,T=`bubbles-project`;if(c.help){console.log(u);return}let E=f(process.env.npm_config_user_agent),D=()=>r.cancel(`Operation cancelled`),O=o;if(!O){let e=await r.text({message:`Project name`,defaultValue:T,placeholder:T,validate:e=>e.length===0||d(e).length>0?void 0:`Invalid project name`});if(r.isCancel(e))return D();O=d(e)}if(e.existsSync(O)&&!p(O)){let e=C?`yes`:await r.select({message:O===`.`?`Current directory`:`Target directory "${O}" is not empty. Please choose how to proceed:`,options:[{label:`${s.vue(`Cancel operation`)}`,value:`no`},{label:`Remove existing files and continue`,value:`yes`},{label:`Ignore files and continue`,value:`ignore`}]});if(r.isCancel(e))return D();switch(e){case`yes`:m(O);break;case`no`:D();return}}let k=t.basename(t.resolve(O));if(!h(k)){let e=await r.text({message:`Package name is invalid. please input again:`,defaultValue:g(k),placeholder:g(k),validate(e){if(!h(e))return`Invalid package.json name`}});if(r.isCancel(e))return D();k=e}let A=x,j=!1;if(x&&!v.includes(x)&&(A=void 0,j=!0),!A){let e=await r.select({message:j?`"${x}" isn't a valia template. please choose from below:`:`Select a framework`,options:_.map(e=>{let t=e.color;return{label:t(e.display),value:e}})});if(r.isCancel(e))return D();console.log(`💦pkgInfo`,E);let t=await r.select({message:`Select a variant:`,options:e.variants.map(e=>{let t=e.color,n=e.customCommand?y(e.customCommand,E).replace(/ TARGET_DIR$/,``):void 0;return{label:t(e.display||e.name),value:e.name,hint:n}})});if(r.isCancel(t))return D();A=t}let M=t.join(l,O);e.mkdirSync(M,{recursive:!0});let N=!1;A.includes(`-swc`)&&(N=!0,A=A.replace(`-swc`,``));let P=E?E.name:`npm`,{customCommand:F}=_.flatMap(e=>e.variants).find(e=>e.name===A)??{};if(F){let[e,...t]=y(F,E).split(` `),n=t.map(e=>e.replace(`TARGET_DIR`,()=>O));console.log(`💦replacedArgs`,n);let{status:r}=i.sync(e,n,{stdio:`inherit`});process.exit(r??0)}r.log.step(`scaffolding project in ${M}...`);let I=t.resolve(n(import.meta.url),`../..`,`template-${A}`),L=(n,r)=>{let i=t.join(M,b[n]??n);r?e.writeFileSync(i,r):S(t.join(I,n),i)},R=e.readdirSync(I);for(let e of R)e!==`package.json`&&L(e);let z=JSON.parse(e.readFileSync(t.join(I,`package.json`),`utf-8`));z.name=k,L(`package.json`,`${JSON.stringify(z,null,2)}\n`),N&&w(M,A.endsWith(`-ts`));let B=``,V=t.relative(l,M);switch(console.log(`💦cwd`,l),console.log(`💦root`,M),console.log(`💦cdProjectName`,V),B+=`Done. Now run:
|
|
16
17
|
`,M!==l&&(B+=`\n cd ${V.includes(` `)?`"${V}"`:V} `),P){case`yarn`:B+=`
|
|
17
18
|
yarn`,B+=`
|
|
18
19
|
yarn dev`;break;default:B+=a([`pink`,`white`])(`\n ${P} install`),B+=a([`pink`,`white`])(`\n ${P} run dev`);break}r.outro(B)})().catch(e=>{console.error(`💦`,e)});export{};
|
package/package.json
CHANGED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
// Disable the default formatter, use eslint instead
|
|
3
|
+
"biome.enabled": false,
|
|
4
|
+
"oxc.enable": false,
|
|
5
|
+
"prettier.enable": false,
|
|
6
|
+
"editor.formatOnSave": false,
|
|
7
|
+
|
|
8
|
+
// Auto fix
|
|
9
|
+
"editor.codeActionsOnSave": {
|
|
10
|
+
"source.fixAll.eslint": "explicit",
|
|
11
|
+
"source.organizeImports": "never"
|
|
12
|
+
},
|
|
13
|
+
|
|
14
|
+
// Silent the stylistic rules in your IDE, but still auto fix them
|
|
15
|
+
"eslint.rules.customizations": [
|
|
16
|
+
{ "rule": "style/*", "severity": "off", "fixable": true },
|
|
17
|
+
{ "rule": "format/*", "severity": "off", "fixable": true },
|
|
18
|
+
{ "rule": "*-indent", "severity": "off", "fixable": true },
|
|
19
|
+
{ "rule": "*-spacing", "severity": "off", "fixable": true },
|
|
20
|
+
{ "rule": "*-spaces", "severity": "off", "fixable": true },
|
|
21
|
+
{ "rule": "*-order", "severity": "off", "fixable": true },
|
|
22
|
+
{ "rule": "*-dangle", "severity": "off", "fixable": true },
|
|
23
|
+
{ "rule": "*-newline", "severity": "off", "fixable": true },
|
|
24
|
+
{ "rule": "*quotes", "severity": "off", "fixable": true },
|
|
25
|
+
{ "rule": "*semi", "severity": "off", "fixable": true }
|
|
26
|
+
],
|
|
27
|
+
|
|
28
|
+
// Enable eslint for all supported languages
|
|
29
|
+
"eslint.validate": [
|
|
30
|
+
"javascript",
|
|
31
|
+
"javascriptreact",
|
|
32
|
+
"typescript",
|
|
33
|
+
"typescriptreact",
|
|
34
|
+
"vue",
|
|
35
|
+
"html",
|
|
36
|
+
"markdown",
|
|
37
|
+
"json",
|
|
38
|
+
"json5",
|
|
39
|
+
"jsonc",
|
|
40
|
+
"yaml",
|
|
41
|
+
"toml",
|
|
42
|
+
"xml",
|
|
43
|
+
"gql",
|
|
44
|
+
"graphql",
|
|
45
|
+
"astro",
|
|
46
|
+
"svelte",
|
|
47
|
+
"css",
|
|
48
|
+
"less",
|
|
49
|
+
"scss",
|
|
50
|
+
"pcss",
|
|
51
|
+
"postcss"
|
|
52
|
+
]
|
|
53
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# nodejs 版本
|
|
2
|
+
FROM node:24-alpine
|
|
3
|
+
|
|
4
|
+
# 使用pnpm
|
|
5
|
+
RUN corepack enable && corepack prepare pnpm@10.17.1 --activate
|
|
6
|
+
|
|
7
|
+
# 设置工作目录
|
|
8
|
+
WORKDIR /app
|
|
9
|
+
|
|
10
|
+
# 复制 package.json 和 package-lock.json 并安装依赖
|
|
11
|
+
COPY package.json pnpm-lock.yaml ./
|
|
12
|
+
RUN pnpm install --frozen-lockfile
|
|
13
|
+
|
|
14
|
+
COPY . .
|
|
15
|
+
|
|
16
|
+
RUN pnpm build
|
|
17
|
+
|
|
18
|
+
ENV PORT=9980
|
|
19
|
+
EXPOSE 9980
|
|
20
|
+
|
|
21
|
+
CMD ["pnpm", "start"]
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
# Bee Portal
|
|
2
|
+
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
## 技术栈
|
|
6
|
+
|
|
7
|
+
| 类别 | 技术 |
|
|
8
|
+
| -------- | ----------------------------------- |
|
|
9
|
+
| 框架 | Next.js 16 App Router(via vinext) |
|
|
10
|
+
| 运行时 | Node.js 24 |
|
|
11
|
+
| 包管理 | pnpm |
|
|
12
|
+
| 语言 | TypeScript 5(严格模式) |
|
|
13
|
+
| UI | Ant Design 6 |
|
|
14
|
+
| CSS | UnoCSS(presetWind4 + Attributify) |
|
|
15
|
+
| 动画 | GSAP 3 |
|
|
16
|
+
| 代码检查 | ESLint 10 |
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## 代码规范
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
# 仅检查
|
|
24
|
+
pnpm lint
|
|
25
|
+
|
|
26
|
+
# 检查并自动修复
|
|
27
|
+
pnpm lint:fix
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
### Git 提交规范
|
|
31
|
+
|
|
32
|
+
提交信息须遵循 [约定式提交(Conventional Commits)](https://www.conventionalcommits.org/) 格式:
|
|
33
|
+
|
|
34
|
+
```
|
|
35
|
+
type(scope): description
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
常用类型:`feat`、`fix`、`refactor`、`style`、`docs`、`chore`
|
|
39
|
+
|
|
40
|
+
示例:
|
|
41
|
+
|
|
42
|
+
```
|
|
43
|
+
feat(header): 添加导航链接
|
|
44
|
+
fix(layout): 修复移动端溢出问题
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
> pre-commit 钩子会自动对暂存文件执行 `lint:fix`,commit-msg 钩子通过 commitlint 校验提交信息格式。
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## 分支与发布流程
|
|
52
|
+
|
|
53
|
+
### 开发环境(服务器:245)
|
|
54
|
+
|
|
55
|
+
1. 在自己的功能分支上开发
|
|
56
|
+
2. 将功能分支合并到**迭代主分支**
|
|
57
|
+
3. 将迭代主分支合并到 **`dev`** 分支
|
|
58
|
+
4. 推送后自动触发部署到开发环境
|
|
59
|
+
|
|
60
|
+
```
|
|
61
|
+
个人分支 → 迭代主分支 → dev(自动发布)
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
### 生产环境(服务器:214)
|
|
65
|
+
|
|
66
|
+
1. 在自己的功能分支上开发
|
|
67
|
+
2. 将功能分支合并到**迭代主分支**
|
|
68
|
+
3. 将迭代主分支合并到 **`release`** 分支
|
|
69
|
+
4. 对 `release` 分支打 tag 触发自动部署
|
|
70
|
+
|
|
71
|
+
```
|
|
72
|
+
个人分支 → 迭代主分支 → release → 打 tag(自动发布)
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
Tag 命名规范:`release@v<major>.<minor>.<patch>`
|
|
76
|
+
|
|
77
|
+
示例:
|
|
78
|
+
|
|
79
|
+
```bash
|
|
80
|
+
git tag release@v1.0.0
|
|
81
|
+
git push origin release@v1.0.0
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
|
|
86
|
+
## 项目结构
|
|
87
|
+
|
|
88
|
+
```
|
|
89
|
+
src/
|
|
90
|
+
app/ # Next.js App Router
|
|
91
|
+
_components/ # 路由私有组件
|
|
92
|
+
antd-provider.tsx # Ant Design SSR 包装器
|
|
93
|
+
layout.tsx # 根布局
|
|
94
|
+
page.tsx # 首页
|
|
95
|
+
assets/
|
|
96
|
+
icon/ # SVG 图标
|
|
97
|
+
image/ # 位图资源
|
|
98
|
+
styles/
|
|
99
|
+
globals.css # 全局样式 & 品牌 Token
|
|
100
|
+
```
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default { extends: ['@commitlint/config-conventional'] }
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
version: "0.1"
|
|
2
|
+
|
|
3
|
+
services:
|
|
4
|
+
web:
|
|
5
|
+
container_name: bee-portal
|
|
6
|
+
image: bee-portal
|
|
7
|
+
ports:
|
|
8
|
+
- "9980:9980"
|
|
9
|
+
nginx:
|
|
10
|
+
image: nginx:latest
|
|
11
|
+
container_name: nginx
|
|
12
|
+
volumes:
|
|
13
|
+
# 这边Nginx配置是跟docker-compose文件同目录,可根据自己需要更改
|
|
14
|
+
- ./nginx.conf:/etc/nginx/nginx.conf
|
|
15
|
+
- ./logs:/var/log/nginx
|
|
16
|
+
ports:
|
|
17
|
+
- "8080:80"
|
|
18
|
+
- "8443:443"
|
|
19
|
+
restart: always
|
|
20
|
+
# 依赖于哪个服务,这边是依赖于web服务
|
|
21
|
+
depends_on:
|
|
22
|
+
- web
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import antfu from '@antfu/eslint-config'
|
|
2
|
+
|
|
3
|
+
export default antfu({
|
|
4
|
+
formatters: {
|
|
5
|
+
html: true,
|
|
6
|
+
css: true,
|
|
7
|
+
markdown: 'prettier',
|
|
8
|
+
},
|
|
9
|
+
unocss: true,
|
|
10
|
+
nextjs: true,
|
|
11
|
+
jsx: {
|
|
12
|
+
a11y: true,
|
|
13
|
+
},
|
|
14
|
+
ignores: [
|
|
15
|
+
'**/node_modules/**',
|
|
16
|
+
'**/dist/**',
|
|
17
|
+
'**/public/**',
|
|
18
|
+
'**/*.md',
|
|
19
|
+
],
|
|
20
|
+
})
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "nextjs-vinext-eslint",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "0.1.0",
|
|
5
|
+
"private": true,
|
|
6
|
+
"scripts": {
|
|
7
|
+
"dev": "vinext dev --port 9980",
|
|
8
|
+
"build": "vinext build",
|
|
9
|
+
"start": "vinext start",
|
|
10
|
+
"prepare": "lefthook install",
|
|
11
|
+
"lint": "eslint",
|
|
12
|
+
"lint:fix": "eslint --fix"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"@ant-design/cssinjs": "^2.1.2",
|
|
16
|
+
"alova": "^3.5.1",
|
|
17
|
+
"antd": "^6.3.2",
|
|
18
|
+
"gsap": "^3.14.2",
|
|
19
|
+
"next": "16.1.6",
|
|
20
|
+
"react": "19.2.4",
|
|
21
|
+
"react-dom": "19.2.4"
|
|
22
|
+
},
|
|
23
|
+
"devDependencies": {
|
|
24
|
+
"@antfu/eslint-config": "^7.7.2",
|
|
25
|
+
"@commitlint/cli": "^20.5.0",
|
|
26
|
+
"@commitlint/config-conventional": "^20.5.0",
|
|
27
|
+
"@eslint-react/eslint-plugin": "^2.13.0",
|
|
28
|
+
"@next/eslint-plugin-next": "^16.1.6",
|
|
29
|
+
"@svgr/core": "^8.1.0",
|
|
30
|
+
"@types/node": "^24.12.0",
|
|
31
|
+
"@types/react": "^19.2.14",
|
|
32
|
+
"@types/react-dom": "^19.2.3",
|
|
33
|
+
"@unocss/eslint-plugin": "^66.6.6",
|
|
34
|
+
"@vitejs/plugin-rsc": "^0.5.21",
|
|
35
|
+
"eslint": "^10.0.3",
|
|
36
|
+
"eslint-plugin-format": "^2.0.1",
|
|
37
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
38
|
+
"eslint-plugin-react-refresh": "^0.5.2",
|
|
39
|
+
"lefthook": "^2.1.4",
|
|
40
|
+
"react-server-dom-webpack": "^19.2.4",
|
|
41
|
+
"typescript": "^5.9.3",
|
|
42
|
+
"unocss": "^66.6.6",
|
|
43
|
+
"vinext": "^0.0.29",
|
|
44
|
+
"vite": "^8.0.0",
|
|
45
|
+
"vite-plugin-svgr": "^4.5.0"
|
|
46
|
+
},
|
|
47
|
+
"volta": {
|
|
48
|
+
"node": "24.14.0"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg fill="none" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 13.5V5.41a1 1 0 0 0-.3-.7L9.8.29A1 1 0 0 0 9.08 0H1.5v13.5A2.5 2.5 0 0 0 4 16h8a2.5 2.5 0 0 0 2.5-2.5m-1.5 0v-7H8v-5H3v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1M9.5 5V2.12L12.38 5zM5.13 5h-.62v1.25h2.12V5zm-.62 3h7.12v1.25H4.5zm.62 3h-.62v1.25h7.12V11z" clip-rule="evenodd" fill="#666" fill-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><g clip-path="url(#a)"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.27 14.1a6.5 6.5 0 0 0 3.67-3.45q-1.24.21-2.7.34-.31 1.83-.97 3.1M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m.48-1.52a7 7 0 0 1-.96 0H7.5a4 4 0 0 1-.84-1.32q-.38-.89-.63-2.08a40 40 0 0 0 3.92 0q-.25 1.2-.63 2.08a4 4 0 0 1-.84 1.31zm2.94-4.76q1.66-.15 2.95-.43a7 7 0 0 0 0-2.58q-1.3-.27-2.95-.43a18 18 0 0 1 0 3.44m-1.27-3.54a17 17 0 0 1 0 3.64 39 39 0 0 1-4.3 0 17 17 0 0 1 0-3.64 39 39 0 0 1 4.3 0m1.1-1.17q1.45.13 2.69.34a6.5 6.5 0 0 0-3.67-3.44q.65 1.26.98 3.1M8.48 1.5l.01.02q.41.37.84 1.31.38.89.63 2.08a40 40 0 0 0-3.92 0q.25-1.2.63-2.08a4 4 0 0 1 .85-1.32 7 7 0 0 1 .96 0m-2.75.4a6.5 6.5 0 0 0-3.67 3.44 29 29 0 0 1 2.7-.34q.31-1.83.97-3.1M4.58 6.28q-1.66.16-2.95.43a7 7 0 0 0 0 2.58q1.3.27 2.95.43a18 18 0 0 1 0-3.44m.17 4.71q-1.45-.12-2.69-.34a6.5 6.5 0 0 0 3.67 3.44q-.65-1.27-.98-3.1" fill="#666"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
width="113"
|
|
3
|
+
height="40"
|
|
4
|
+
viewBox="0 0 113 40"
|
|
5
|
+
fill="none"
|
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
+
>
|
|
8
|
+
<path
|
|
9
|
+
d="M24.6649 9.26245L18.5267 12.8108L13.1129 9.68177L0 17.2613V32.4204L13.1129 39.9999L19.2511 36.4516L24.6649 39.5806L37.7778 32.0011V16.842L24.6649 9.26245ZM13.1129 37.7594L1.93739 31.2996V18.3805L13.1129 11.9212L16.5887 13.9305L11.5519 16.842V32.0011L17.3137 35.3313L13.1129 37.7594ZM13.4899 28.9746H24.2885V31.3001L19.2511 34.2116L13.4899 30.8814V28.9746ZM13.4899 27.0344V22.5963H24.2885V27.0344H13.4899ZM24.2885 20.6561H13.4899V17.9617L18.5267 15.0502L24.2885 18.3805V20.6561ZM35.8404 30.8814L24.6649 37.3406L21.1891 35.3313L26.2264 32.4198V17.2607L20.4646 13.9305L24.6654 11.5024L35.8409 17.9617V30.8808L35.8404 30.8814Z"
|
|
10
|
+
fill="white"
|
|
11
|
+
fill-opacity="0.72"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
d="M16.1937 7.04179L13.8216 2.81853C13.9467 2.56014 14.0192 2.27058 14.0192 1.96402C14.0192 0.879445 13.1407 0 12.0574 0C10.9741 0 10.0957 0.879445 10.0957 1.96402C10.0957 3.04859 10.9164 3.86627 11.9493 3.92294L14.2999 8.10823C14.4991 8.46352 14.8682 8.66298 15.2479 8.66298C15.4279 8.66298 15.6113 8.61822 15.7794 8.52302C16.3024 8.22836 16.488 7.56538 16.1937 7.04179Z"
|
|
15
|
+
fill="white"
|
|
16
|
+
fill-opacity="0.72"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M21.5848 7.04179L23.9569 2.81853C23.8318 2.56014 23.7594 2.27058 23.7594 1.96402C23.7588 0.879445 24.6372 0 25.7211 0C26.8044 0 27.6829 0.879445 27.6829 1.96402C27.6829 3.01232 26.8622 3.86627 25.8292 3.92294L23.4787 8.10823C23.2794 8.46352 22.9104 8.66298 22.5306 8.66298C22.3506 8.66298 22.1673 8.61822 21.9992 8.52302C21.4762 8.22836 21.2905 7.56538 21.5848 7.04179Z"
|
|
20
|
+
fill="white"
|
|
21
|
+
fill-opacity="0.72"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M54.3899 31.3487C54.8161 31.044 55.0295 30.6291 55.0295 30.1054C55.0295 29.6365 54.8548 29.2303 54.5048 28.8883C54.1548 28.5456 53.7407 28.3745 53.2611 28.3745H50.1389V34.4057H53.411C53.8899 34.4057 54.3047 34.2377 54.6541 33.9006C55.0041 33.5579 55.1788 33.1524 55.1788 32.6828C55.1788 32.0932 54.9158 31.6479 54.3892 31.3487H54.3899ZM51.039 29.2546H53.2611C53.4961 29.2546 53.6994 29.3386 53.8696 29.5052C54.0398 29.6719 54.125 29.8722 54.125 30.1054C54.125 30.3387 54.0398 30.5346 53.8696 30.7013C53.6987 30.8686 53.4961 30.9519 53.2611 30.9519H51.039V29.2546ZM54.0151 33.2793C53.8448 33.446 53.6428 33.5293 53.411 33.5293H51.0384V31.837H53.411C53.646 31.837 53.8493 31.9203 54.0195 32.087C54.1898 32.2537 54.2755 32.4527 54.2755 32.6828C54.2755 32.913 54.1885 33.1095 54.0151 33.2787V33.2793Z"
|
|
25
|
+
fill="white"
|
|
26
|
+
fill-opacity="0.72"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M59.2766 33.1538C58.9971 33.453 58.6433 33.6029 58.2139 33.6029C57.8581 33.6029 57.5373 33.4903 57.2528 33.2664L60.441 31.2369C60.2409 30.791 59.9398 30.4352 59.537 30.1709C59.1343 29.9059 58.689 29.7734 58.2012 29.7734C57.5335 29.7734 56.9663 30.0054 56.4987 30.4688C56.0312 30.9328 55.7981 31.4894 55.7981 32.14C55.7981 32.7906 56.0331 33.3503 56.5038 33.8025C56.9739 34.2547 57.5443 34.4805 58.2151 34.4805C58.8859 34.4805 59.4634 34.2453 59.9214 33.7764C60.3825 33.3043 60.615 32.7358 60.6182 32.071H59.7054C59.7028 32.4914 59.5599 32.8521 59.2779 33.1544L59.2766 33.1538ZM56.7014 32.1394C56.7014 31.7332 56.8469 31.3849 57.1378 31.0945C57.4287 30.8034 57.7832 30.6579 58.2005 30.6579C58.5531 30.6579 58.8739 30.7704 59.1616 30.995L56.763 32.5188C56.7217 32.3807 56.7014 32.2538 56.7014 32.1388V32.1394Z"
|
|
30
|
+
fill="white"
|
|
31
|
+
fill-opacity="0.72"
|
|
32
|
+
/>
|
|
33
|
+
<path
|
|
34
|
+
d="M64.9784 33.7758C65.4396 33.3037 65.6721 32.7352 65.6753 32.0703H64.7625C64.7599 32.4908 64.617 32.8515 64.3349 33.1538C64.0554 33.453 63.7016 33.6029 63.2722 33.6029C62.9165 33.6029 62.5957 33.4903 62.3111 33.2664L65.4993 31.2369C65.2992 30.791 64.9981 30.4352 64.5954 30.1709C64.1927 29.9059 63.7474 29.7734 63.2595 29.7734C62.5919 29.7734 62.0246 30.0054 61.5571 30.4688C61.0896 30.9328 60.8564 31.4894 60.8564 32.14C60.8564 32.7906 61.0915 33.3503 61.5615 33.8025C62.0316 34.2547 62.602 34.4805 63.2728 34.4805C63.9436 34.4805 64.5211 34.2453 64.9797 33.7764L64.9784 33.7758ZM61.7597 32.1394C61.7597 31.7332 61.9052 31.3849 62.1961 31.0945C62.4871 30.8034 62.8415 30.6579 63.2589 30.6579C63.6114 30.6579 63.9322 30.7704 64.22 30.995L61.8214 32.5188C61.7801 32.3807 61.7597 32.2538 61.7597 32.1388V32.1394Z"
|
|
35
|
+
fill="white"
|
|
36
|
+
fill-opacity="0.72"
|
|
37
|
+
/>
|
|
38
|
+
<path
|
|
39
|
+
d="M69.4639 28.3745H68.5645V34.4057H69.4639V28.3745Z"
|
|
40
|
+
fill="white"
|
|
41
|
+
fill-opacity="0.72"
|
|
42
|
+
/>
|
|
43
|
+
<path
|
|
44
|
+
d="M73.0973 30.9863C73.3209 31.2052 73.432 31.4639 73.432 31.7637V34.4058H74.336V31.7637C74.336 31.2394 74.1302 30.7767 73.7185 30.3736C73.3101 29.9737 72.8381 29.7734 72.3032 29.7734C71.7684 29.7734 71.292 29.9737 70.8835 30.3736C70.4751 30.7736 70.2705 31.2369 70.2705 31.7637V34.4058H71.1744V31.7637C71.1744 31.4646 71.2862 31.2052 71.5092 30.9863C71.7322 30.7673 71.9971 30.6579 72.3026 30.6579C72.6081 30.6579 72.873 30.7673 73.0966 30.9863H73.0973Z"
|
|
45
|
+
fill="white"
|
|
46
|
+
fill-opacity="0.72"
|
|
47
|
+
/>
|
|
48
|
+
<path
|
|
49
|
+
d="M75.3252 34.4057H76.2292V30.7317H76.9832V29.8461H76.2292V28.3745H75.3252V29.8461H74.5757V30.7317H75.3252V34.4057Z"
|
|
50
|
+
fill="white"
|
|
51
|
+
fill-opacity="0.72"
|
|
52
|
+
/>
|
|
53
|
+
<path
|
|
54
|
+
d="M80.511 33.1538C80.2315 33.453 79.8777 33.6029 79.4482 33.6029C79.0925 33.6029 78.7717 33.4903 78.4871 33.2664L81.6754 31.2369C81.4753 30.791 81.1742 30.4352 80.7714 30.1709C80.3687 29.9059 79.9234 29.7734 79.4355 29.7734C78.7679 29.7734 78.2007 30.0054 77.7331 30.4688C77.2656 30.9328 77.0325 31.4894 77.0325 32.14C77.0325 32.7906 77.2675 33.3503 77.7382 33.8025C78.2083 34.2547 78.7787 34.4805 79.4495 34.4805C80.1203 34.4805 80.6977 34.2453 81.1557 33.7764C81.6169 33.3043 81.8494 32.7358 81.8526 32.071H80.9398C80.9372 32.4914 80.7943 32.8521 80.5122 33.1544L80.511 33.1538ZM77.9358 32.1394C77.9358 31.7332 78.0812 31.3849 78.3722 31.0945C78.6631 30.8034 79.0176 30.6579 79.4349 30.6579C79.7875 30.6579 80.1082 30.7704 80.396 30.995L77.9974 32.5188C77.9561 32.3807 77.9358 32.2538 77.9358 32.1388V32.1394Z"
|
|
55
|
+
fill="white"
|
|
56
|
+
fill-opacity="0.72"
|
|
57
|
+
/>
|
|
58
|
+
<path
|
|
59
|
+
d="M83.3682 28.3745H82.4688V34.4057H83.3682V28.3745Z"
|
|
60
|
+
fill="white"
|
|
61
|
+
fill-opacity="0.72"
|
|
62
|
+
/>
|
|
63
|
+
<path
|
|
64
|
+
d="M85.2652 28.3745H84.3657V34.4057H85.2652V28.3745Z"
|
|
65
|
+
fill="white"
|
|
66
|
+
fill-opacity="0.72"
|
|
67
|
+
/>
|
|
68
|
+
<path
|
|
69
|
+
d="M87.1619 28.3745H86.2625V29.2552H87.1619V28.3745Z"
|
|
70
|
+
fill="white"
|
|
71
|
+
fill-opacity="0.72"
|
|
72
|
+
/>
|
|
73
|
+
<path
|
|
74
|
+
d="M87.1619 29.8464H86.2625V34.406H87.1619V29.8464Z"
|
|
75
|
+
fill="white"
|
|
76
|
+
fill-opacity="0.72"
|
|
77
|
+
/>
|
|
78
|
+
<path
|
|
79
|
+
d="M92.5987 32.1308C92.5987 31.4858 92.3605 30.9323 91.884 30.4683C91.4108 30.0049 90.8448 29.7729 90.1861 29.7729C89.5273 29.7729 88.9677 30.0049 88.4888 30.4683C88.0155 30.9323 87.7786 31.4858 87.7786 32.1308C87.7786 32.7758 88.0047 33.3237 88.4576 33.7846C88.9137 34.248 89.4645 34.48 90.1111 34.48C90.7139 34.48 91.2386 34.2772 91.6852 33.8711C91.6503 34.3089 91.5073 34.6628 91.2577 34.9334C90.9903 35.2207 90.6333 35.365 90.1861 35.365C89.6538 35.365 89.2231 35.1212 88.894 34.6348L88.1311 35.1231C88.2486 35.296 88.3808 35.4508 88.5281 35.5871C88.6749 35.7239 88.8394 35.8421 89.0223 35.9434C89.3895 36.1474 89.7776 36.2501 90.1861 36.2501C90.8448 36.2501 91.4108 36.0168 91.884 35.551C92.3605 35.0901 92.5987 34.5403 92.5987 33.9015V32.1308ZM91.2494 33.1714C90.9553 33.4593 90.6015 33.603 90.1867 33.603C89.7719 33.603 89.4181 33.4593 89.124 33.1714C88.8299 32.884 88.6831 32.5363 88.6831 32.1308C88.6831 31.7253 88.8299 31.3826 89.124 31.0946C89.4206 30.8035 89.7751 30.658 90.1867 30.658C90.5983 30.658 90.9528 30.8035 91.2494 31.0946C91.5467 31.3851 91.6947 31.7309 91.6947 32.1308C91.6947 32.5307 91.5461 32.8809 91.2494 33.1714Z"
|
|
80
|
+
fill="white"
|
|
81
|
+
fill-opacity="0.72"
|
|
82
|
+
/>
|
|
83
|
+
<path
|
|
84
|
+
d="M95.4397 34.4798C96.1188 34.4798 96.6879 34.2447 97.1459 33.7758C97.6071 33.3037 97.8396 32.7352 97.8428 32.0703H96.9299C96.9274 32.4908 96.7845 32.8515 96.5024 33.1538C96.2229 33.453 95.8691 33.6029 95.4397 33.6029C95.084 33.6029 94.7632 33.4903 94.4786 33.2664L97.6668 31.2369C97.4667 30.791 97.1656 30.4352 96.7629 30.1709C96.3601 29.9059 95.9148 29.7734 95.427 29.7734C94.7594 29.7734 94.1921 30.0054 93.7246 30.4688C93.2571 30.9328 93.0239 31.4894 93.0239 32.14C93.0239 32.7906 93.259 33.3503 93.729 33.8025C94.1997 34.2547 94.7695 34.4805 95.4403 34.4805L95.4397 34.4798ZM94.3636 31.0945C94.6546 30.8034 95.009 30.6579 95.4264 30.6579C95.7789 30.6579 96.0997 30.7704 96.3875 30.995L93.9888 32.5188C93.9476 32.3807 93.9272 32.2538 93.9272 32.1388C93.9272 31.7326 94.0727 31.3843 94.3636 31.0939V31.0945Z"
|
|
85
|
+
fill="white"
|
|
86
|
+
fill-opacity="0.72"
|
|
87
|
+
/>
|
|
88
|
+
<path
|
|
89
|
+
d="M100.303 29.7729C99.7654 29.7729 99.2922 29.9732 98.8837 30.3731C98.4753 30.7731 98.2708 31.2364 98.2708 31.7632V34.4053H99.1747V31.7632C99.1747 31.4641 99.2865 31.2047 99.5094 30.9858C99.7324 30.7668 99.9973 30.6574 100.303 30.6574C100.608 30.6574 100.873 30.7668 101.097 30.9858C101.32 31.2047 101.432 31.4634 101.432 31.7632V34.4053H102.336V31.7632C102.336 31.2389 102.13 30.7762 101.718 30.3731C101.31 29.9732 100.838 29.7729 100.303 29.7729H100.303Z"
|
|
90
|
+
fill="white"
|
|
91
|
+
fill-opacity="0.72"
|
|
92
|
+
/>
|
|
93
|
+
<path
|
|
94
|
+
d="M106.235 33.1539C105.955 33.4531 105.603 33.603 105.176 33.603C104.75 33.603 104.399 33.4606 104.105 33.1757C103.811 32.8909 103.664 32.5457 103.664 32.1395C103.664 31.7334 103.809 31.3851 104.1 31.0946C104.391 30.8035 104.746 30.658 105.163 30.658C105.378 30.658 105.603 30.7102 105.838 30.8135L106.208 30.0018C105.846 29.8495 105.5 29.7729 105.167 29.7729C104.503 29.7729 103.934 30.0049 103.461 30.4683C102.994 30.9323 102.76 31.4902 102.76 32.1439C102.76 32.7976 102.996 33.3498 103.466 33.802C103.936 34.2542 104.507 34.48 105.178 34.48C105.848 34.48 106.426 34.2449 106.884 33.7759C107.345 33.3038 107.577 32.7354 107.581 32.0705H106.668C106.665 32.4934 106.521 32.8548 106.236 33.1539H106.235Z"
|
|
95
|
+
fill="white"
|
|
96
|
+
fill-opacity="0.72"
|
|
97
|
+
/>
|
|
98
|
+
<path
|
|
99
|
+
d="M111.725 32.0703C111.722 32.4908 111.579 32.8515 111.297 33.1538C111.018 33.453 110.664 33.6029 110.235 33.6029C109.879 33.6029 109.558 33.4903 109.274 33.2664L112.462 31.2369C112.262 30.791 111.961 30.4352 111.558 30.1709C111.155 29.9059 110.71 29.7734 110.222 29.7734C109.554 29.7734 108.987 30.0054 108.52 30.4688C108.052 30.9328 107.819 31.4894 107.819 32.14C107.819 32.7906 108.054 33.3503 108.525 33.8025C108.995 34.2547 109.565 34.4805 110.236 34.4805C110.907 34.4805 111.484 34.2453 111.942 33.7764C112.403 33.3043 112.636 32.7358 112.639 32.071H111.726L111.725 32.0703ZM108.722 32.1394C108.722 31.7332 108.868 31.3849 109.159 31.0945C109.449 30.8034 109.804 30.6579 110.221 30.6579C110.574 30.6579 110.895 30.7704 111.182 30.995L108.784 32.5188C108.742 32.3807 108.722 32.2538 108.722 32.1388V32.1394Z"
|
|
100
|
+
fill="white"
|
|
101
|
+
fill-opacity="0.72"
|
|
102
|
+
/>
|
|
103
|
+
<path
|
|
104
|
+
d="M62.2433 28.4674C62.2433 28.0413 62.0744 27.6414 61.7675 27.341C61.1336 26.7197 60.102 26.7197 59.4668 27.341C59.1599 27.6414 58.991 28.0413 58.991 28.4674C58.991 28.8934 59.1599 29.2933 59.4668 29.5938L60.6171 30.7201L61.7675 29.5938C62.0744 29.2933 62.2433 28.8934 62.2433 28.4674ZM61.1895 29.0278L60.6171 29.5882L60.0448 29.0271C59.8924 28.8779 59.8085 28.6795 59.8085 28.4674C59.8085 28.2553 59.8924 28.0563 60.0448 27.907C60.1973 27.7577 60.4005 27.6756 60.6171 27.6756C60.8338 27.6756 61.037 27.7577 61.1895 27.907C61.3419 28.0569 61.4258 28.2559 61.4258 28.4674C61.4258 28.6788 61.3419 28.8785 61.1895 29.0278Z"
|
|
105
|
+
fill="white"
|
|
106
|
+
fill-opacity="0.72"
|
|
107
|
+
/>
|
|
108
|
+
<path
|
|
109
|
+
d="M63.586 23.3118C63.6455 23.3965 63.6753 23.5075 63.6753 23.6451C63.6753 23.8355 63.5979 23.9942 63.4431 24.1211C63.3002 24.2586 63.1275 24.3274 62.9251 24.3274C62.7822 24.3274 62.6512 24.2957 62.5321 24.2322C62.413 24.1687 62.3237 24.0894 62.2642 23.9942L61.9784 23.5657L51.1538 24.137C50.9276 24.1476 50.7311 24.0841 50.5644 23.9466C50.4096 23.8196 50.3322 23.6556 50.3322 23.4546C50.3322 23.2748 50.4036 23.1214 50.5465 22.9945C50.6894 22.8675 50.8561 22.7935 51.0466 22.7723L56.1017 22.5026V21.7726H54.0118C53.6426 21.7726 53.3032 21.7197 52.9936 21.6139C52.684 21.4976 52.4161 21.3389 52.1898 21.1379C51.9636 20.9369 51.785 20.6989 51.654 20.4238C51.5349 20.1382 51.4753 19.8314 51.4753 19.5035V18.71C51.4753 18.5725 51.517 18.4509 51.6004 18.3451C51.6599 18.2393 51.7492 18.1547 51.8683 18.0912C51.9874 18.0277 52.1184 17.996 52.2613 17.996H56.1017C56.1374 17.8373 56.2208 17.7051 56.3517 17.5993C56.4946 17.4829 56.6673 17.4247 56.8698 17.4247C57.0722 17.4247 57.2449 17.4829 57.3878 17.5993C57.5307 17.7051 57.614 17.8373 57.6378 17.996H61.4961C61.7938 17.996 62.0141 18.1176 62.157 18.3609C62.2404 18.4773 62.282 18.5937 62.282 18.71V19.5035C62.282 19.8526 62.2106 20.1699 62.0677 20.4556C61.9248 20.7412 61.7343 20.9898 61.4961 21.2014C61.5914 21.1802 61.6628 21.1696 61.7104 21.1696C61.8533 21.1696 61.9784 21.2014 62.0855 21.2648C62.2046 21.3283 62.2999 21.4076 62.3713 21.5029L63.586 23.3118ZM59.3705 15.5047C59.3705 15.219 59.4419 15.0022 59.5848 14.8541C59.7277 14.706 59.9183 14.6319 60.1564 14.6319C60.3946 14.6319 60.5851 14.7007 60.728 14.8382C60.8709 14.9651 60.9424 15.1661 60.9424 15.4412C60.9424 16.1077 60.7221 16.5837 60.2815 16.8693C59.8409 17.155 59.2454 17.2978 58.4952 17.2978H56.2267C55.536 17.2978 54.9704 17.1179 54.5298 16.7583C53.9106 16.991 53.3092 17.192 52.7257 17.3612C52.1422 17.5305 51.6004 17.6733 51.1002 17.7897C50.9573 17.8426 50.8204 17.8532 50.6894 17.8214C50.4989 17.7791 50.35 17.6892 50.2428 17.5517C50.1476 17.4141 50.1178 17.2607 50.1535 17.0915C50.2131 16.8799 50.35 16.7371 50.5644 16.663C51.6123 16.3986 52.6959 16.0706 53.8153 15.6792C53.7558 15.4465 53.726 15.219 53.726 14.9969V13.6798C53.726 13.4894 53.7974 13.3254 53.9403 13.1879C54.0951 13.0504 54.2857 12.9816 54.5119 12.9816C54.7263 12.9816 54.9109 13.0504 55.0657 13.1879C55.2205 13.3254 55.2979 13.4894 55.2979 13.6798V15.1238C56.0838 14.7853 56.8459 14.4203 57.5842 14.0289C58.3226 13.6269 59.0073 13.1773 59.6384 12.6801C59.7337 12.5955 59.8408 12.532 59.9599 12.4897C60.0909 12.4474 60.2219 12.4421 60.3529 12.4738C60.5434 12.5162 60.6863 12.6114 60.7816 12.7595C60.8769 12.897 60.8947 13.0504 60.8352 13.2196C60.8114 13.3149 60.7697 13.3889 60.7101 13.4418C60.0909 13.9496 59.4181 14.415 58.6917 14.8382C57.9653 15.2614 57.2151 15.6422 56.4411 15.9807H58.3702C58.7393 15.9807 58.9954 15.9437 59.1383 15.8696C59.2931 15.7956 59.3705 15.6739 59.3705 15.5047ZM56.0838 10.4586C55.9885 10.2893 55.9707 10.1201 56.0302 9.95079C56.0898 9.78153 56.2208 9.65458 56.4232 9.56995C56.6137 9.48532 56.7983 9.47474 56.9769 9.53822C57.1675 9.59111 57.3104 9.70748 57.4056 9.88732L57.9058 10.6807H62.7822C62.9727 10.6807 63.1394 10.7336 63.2823 10.8394C63.4967 10.9769 63.6038 11.1621 63.6038 11.3948V13.2355C63.6038 13.4154 63.5264 13.574 63.3716 13.7116C63.2287 13.8385 63.0442 13.902 62.8179 13.902C62.6036 13.902 62.419 13.8385 62.2642 13.7116C62.1094 13.574 62.032 13.4154 62.032 13.2355V12.0295H51.8326V13.2355C51.8326 13.4154 51.7552 13.574 51.6004 13.7116C51.4456 13.8385 51.261 13.902 51.0466 13.902C50.8323 13.902 50.6477 13.8385 50.4929 13.7116C50.3381 13.574 50.2607 13.4154 50.2607 13.2355V11.3948C50.2607 11.289 50.2905 11.1832 50.35 11.0774C50.4096 10.9611 50.4989 10.8659 50.618 10.7918C50.7489 10.7178 50.8978 10.6807 51.0645 10.6807H56.2088L56.0838 10.4586ZM63.2287 15.6951C63.3597 15.8643 63.3895 16.0442 63.318 16.2346C63.2585 16.3933 63.1454 16.5097 62.9787 16.5837C62.8119 16.6472 62.6452 16.6525 62.4785 16.5996C62.3475 16.5678 62.2404 16.4991 62.157 16.3933L60.8352 14.7271C60.7042 14.5473 60.6744 14.3674 60.7459 14.1876C60.8054 14.0289 60.9126 13.9126 61.0674 13.8385C61.2341 13.7645 61.4068 13.7539 61.5854 13.8068C61.7164 13.8491 61.8236 13.9178 61.9069 14.0131L63.2287 15.6951ZM51.7076 15.8062C51.5527 15.9966 51.3622 16.0971 51.136 16.1077C50.9335 16.1182 50.7608 16.0706 50.618 15.9648C50.487 15.8485 50.4155 15.7004 50.4036 15.5205C50.3917 15.3936 50.4274 15.2719 50.5108 15.1556L51.779 13.8385C51.9338 13.6481 52.1243 13.5476 52.3506 13.537C52.553 13.5264 52.7197 13.5793 52.8507 13.6957C52.9936 13.8121 53.071 13.9549 53.0829 14.1241C53.0949 14.2617 53.0651 14.3886 52.9936 14.505L51.7076 15.8062ZM59.7456 20.4079C60.1028 20.4079 60.3589 20.3392 60.5137 20.2017C60.6685 20.0536 60.7459 19.8208 60.7459 19.5035V19.3765H57.6557V20.4079H59.7456ZM53.0115 19.5035C53.0115 19.8208 53.0889 20.0536 53.2437 20.2017C53.3985 20.3392 53.6545 20.4079 54.0118 20.4079H56.1017V19.3765H53.0115V19.5035ZM57.4235 13.3466C57.5307 13.5158 57.5485 13.6957 57.4771 13.8861C57.4056 14.0342 57.2865 14.14 57.1198 14.2035C56.965 14.2564 56.8043 14.2564 56.6375 14.2035C56.4946 14.1506 56.3934 14.0765 56.3339 13.9813L55.6551 13.1244C55.5479 12.9552 55.5301 12.7753 55.6015 12.5849C55.673 12.4368 55.7861 12.3363 55.9409 12.2834C56.1076 12.2199 56.2743 12.2147 56.4411 12.2675C56.584 12.3204 56.6852 12.3945 56.7447 12.4897L57.4235 13.3466ZM57.6557 21.7726V22.4232L61.0674 22.2487L61.0495 22.2011C60.9781 22.0953 60.9424 21.9789 60.9424 21.852C60.9424 21.7038 60.984 21.5769 61.0674 21.4711C60.6744 21.6721 60.2338 21.7726 59.7456 21.7726H57.6557Z"
|
|
110
|
+
fill="white"
|
|
111
|
+
fill-opacity="0.72"
|
|
112
|
+
/>
|
|
113
|
+
<path
|
|
114
|
+
d="M72.9707 13.6322C72.8635 13.7909 72.6908 13.8861 72.4527 13.9178C72.2383 13.939 72.0478 13.8914 71.8811 13.775C71.7263 13.6481 71.6369 13.4894 71.6131 13.299C71.5893 13.1086 71.6429 12.9499 71.7739 12.8229C72.1907 12.4315 72.5658 11.9713 72.8992 11.4424C73.2446 10.9135 73.5184 10.3792 73.7209 9.83971C73.7566 9.72335 73.834 9.62285 73.9531 9.53822C74.0722 9.45359 74.2091 9.40069 74.3639 9.37953C74.5783 9.35838 74.7628 9.41127 74.9177 9.53822C75.0844 9.65458 75.1796 9.80269 75.2034 9.98253C75.2154 10.0672 75.2034 10.1677 75.1677 10.284L75.0248 10.649H78.3829C78.5377 10.649 78.6747 10.686 78.7938 10.7601C78.9129 10.8235 79.0022 10.9135 79.0617 11.0298C79.0617 11.0298 79.0677 11.0351 79.0796 11.0457V11.0616C79.1034 11.0827 79.1153 11.1039 79.1153 11.125C79.1391 11.1568 79.151 11.1938 79.151 11.2361C79.151 11.2679 79.151 11.2996 79.151 11.3313C79.151 11.5217 79.0736 11.6857 78.9188 11.8232C78.7759 11.9502 78.5973 12.0137 78.3829 12.0137H77.1862C77.3886 11.7598 77.5434 11.4847 77.6506 11.1885C77.6982 11.0404 77.7875 10.9188 77.9185 10.8235C78.0614 10.7283 78.2222 10.6807 78.4008 10.6807C78.5437 10.6807 78.6747 10.7125 78.7938 10.7759C78.9129 10.8394 79.0022 10.924 79.0617 11.0298C79.0617 11.0298 79.0677 11.0351 79.0796 11.0457V11.0616C79.1034 11.0827 79.1153 11.1039 79.1153 11.125C79.1748 11.2414 79.1867 11.3789 79.151 11.5376C78.9486 12.0137 78.6568 12.4738 78.2758 12.9181C77.9066 13.3519 77.472 13.7645 76.9718 14.1559C77.4124 14.3886 77.853 14.5949 78.2936 14.7747C78.7342 14.944 79.1451 15.0709 79.5261 15.1556C79.6571 15.1873 79.7762 15.2508 79.8834 15.346C79.9905 15.4306 80.056 15.5417 80.0799 15.6792C80.1275 15.8591 80.0918 16.0336 79.9727 16.2029C79.8655 16.3615 79.7047 16.4568 79.4904 16.4885C79.3713 16.4991 79.2522 16.4991 79.1332 16.4885C78.6211 16.3721 78.0674 16.187 77.472 15.9331C76.8766 15.6792 76.2871 15.383 75.7036 15.0445C75.1439 15.383 74.5664 15.6792 73.9709 15.9331C73.3874 16.187 72.8099 16.4039 72.2383 16.5837C72.1669 16.6154 72.0775 16.6313 71.9704 16.6313C71.7917 16.6419 71.631 16.6049 71.4881 16.5202C71.3571 16.425 71.2678 16.3034 71.2202 16.1553V16.8693C71.2202 17.4194 71.0475 17.8849 70.7022 18.2657C70.3568 18.636 69.8864 18.8476 69.291 18.9005V21.4552L69.8983 21.3283L69.684 20.4873C69.6602 20.4344 69.6483 20.3868 69.6483 20.3445C69.6602 20.2916 69.6721 20.2387 69.684 20.1858C69.7435 20.0271 69.8507 19.9107 70.0055 19.8367C70.1722 19.7521 70.3389 19.7362 70.5057 19.7891C70.7438 19.8526 70.8927 19.9901 70.9522 20.2017L71.7739 23.1531C71.7977 23.206 71.8037 23.2536 71.7917 23.296C71.7917 23.3489 71.7858 23.4017 71.7739 23.4546C71.7143 23.6133 71.5953 23.7297 71.4166 23.8037C71.238 23.8884 71.0653 23.9042 70.8986 23.8513C70.6605 23.7879 70.5116 23.6504 70.4521 23.4388L70.2377 22.5978L66.3795 23.4229C66.177 23.4652 65.9865 23.4282 65.8079 23.3118C65.6293 23.206 65.5221 23.0579 65.4864 22.8675C65.4506 22.6983 65.4864 22.5396 65.5935 22.3915C65.7007 22.2434 65.8496 22.1482 66.0401 22.1058L67.8978 21.7409V18.9005C67.3024 18.8476 66.826 18.636 66.4688 18.2657C66.1234 17.8849 65.9508 17.4194 65.9508 16.8693V12.8547C65.9508 12.7171 65.9805 12.6167 66.0401 12.5532C66.1592 12.3204 66.3676 12.2041 66.6653 12.2041H67.8978V10.1888C67.8978 10.009 67.9633 9.86087 68.0943 9.7445C68.2252 9.62814 68.392 9.56995 68.5944 9.56995C68.7968 9.56995 68.9636 9.62814 69.0945 9.7445C69.2255 9.86087 69.291 10.009 69.291 10.1888V12.2041H70.5057C70.8034 12.2041 71.0118 12.3257 71.1308 12.569C71.1904 12.6537 71.2202 12.7489 71.2202 12.8547V15.7268C71.2797 15.5152 71.4286 15.3777 71.6667 15.3142C72.1311 15.1873 72.5956 15.0339 73.06 14.8541C73.5363 14.6742 73.9948 14.4679 74.4354 14.2352C74.221 14.0765 74.0186 13.9178 73.8281 13.7592C73.6375 13.6005 73.4589 13.4471 73.2922 13.299C73.2326 13.3519 73.1791 13.4101 73.1314 13.4735C73.0838 13.5264 73.0302 13.5793 72.9707 13.6322ZM78.633 18.9639C78.8474 18.9639 79.026 19.0274 79.1689 19.1544C79.3237 19.2813 79.4011 19.4347 79.4011 19.6145C79.4011 19.7944 79.3237 19.9478 79.1689 20.0747C79.026 20.1911 78.8474 20.2493 78.633 20.2493H76.5253V21.0744H79.0438C79.2582 21.0744 79.4368 21.1432 79.5797 21.2807C79.7345 21.4076 79.8119 21.561 79.8119 21.7409C79.8119 21.9207 79.7345 22.0741 79.5797 22.2011C79.4368 22.3174 79.2582 22.3756 79.0438 22.3756H76.5253V23.6927C76.5253 23.8725 76.4479 24.0259 76.293 24.1528C76.1502 24.2904 75.9775 24.3591 75.775 24.3591C75.5607 24.3591 75.3821 24.2904 75.2392 24.1528C75.0963 24.0259 75.0248 23.8725 75.0248 23.6927V22.3756H72.4884C72.274 22.3756 72.0895 22.3121 71.9346 22.1852C71.7917 22.0582 71.7203 21.9048 71.7203 21.725C71.7203 21.5452 71.7917 21.3918 71.9346 21.2648C72.0895 21.1379 72.274 21.0744 72.4884 21.0744H75.0248V20.2493H72.8992C72.6849 20.2493 72.5003 20.1858 72.3455 20.0588C72.2026 19.9319 72.1311 19.7785 72.1311 19.5987C72.1311 19.4188 72.2026 19.2707 72.3455 19.1544C72.5003 19.0274 72.6849 18.9639 72.8992 18.9639H75.0248V18.1388H72.667C72.4527 18.1388 72.2681 18.0753 72.1133 17.9484C71.9585 17.8214 71.8811 17.668 71.8811 17.4882C71.8811 17.3084 71.9585 17.155 72.1133 17.028C72.2681 16.9011 72.4527 16.8376 72.667 16.8376H75.0248V16.2981C75.0248 16.1077 75.0963 15.949 75.2392 15.822C75.3821 15.6951 75.5607 15.6316 75.775 15.6316C75.9775 15.6316 76.1502 15.6951 76.293 15.822C76.4479 15.949 76.5253 16.1077 76.5253 16.2981V16.8376H78.8831C79.0974 16.8376 79.2761 16.9064 79.419 17.0439C79.5738 17.1708 79.6512 17.3242 79.6512 17.5041C79.6512 17.6839 79.5738 17.8373 79.419 17.9642C79.2761 18.0806 79.0974 18.1388 78.8831 18.1388H76.5253V18.9639H78.633ZM75.7572 13.4101C76.043 13.1985 76.305 12.9763 76.5431 12.7436C76.7932 12.5109 77.0075 12.2675 77.1862 12.0137H74.2746L74.2032 12.1406L74.2925 12.2041C74.483 12.4157 74.7033 12.6219 74.9534 12.8229C75.2034 13.0134 75.4714 13.2091 75.7572 13.4101ZM67.344 16.8693C67.344 17.1126 67.3798 17.2978 67.4512 17.4247C67.5346 17.5517 67.6834 17.631 67.8978 17.6627V13.4418H67.344V16.8693ZM69.291 17.6627C69.4935 17.6204 69.6304 17.5411 69.7019 17.4247C69.7852 17.2978 69.8269 17.1126 69.8269 16.8693V13.4418H69.291V17.6627Z"
|
|
115
|
+
fill="white"
|
|
116
|
+
fill-opacity="0.72"
|
|
117
|
+
/>
|
|
118
|
+
<path
|
|
119
|
+
d="M89.8039 24.137C89.6491 24.2533 89.4764 24.3115 89.2859 24.3115C89.0597 24.3115 88.8691 24.2428 88.7143 24.1052C88.5595 23.9677 88.4821 23.7985 88.4821 23.5975C88.4821 23.3753 88.5774 23.1955 88.7679 23.0579C89.3871 22.5819 89.9528 22.1058 90.4648 21.6298C90.9769 21.1538 91.4353 20.646 91.8402 20.1064C91.5782 19.641 91.3401 19.1649 91.1257 18.6783C90.9233 18.1917 90.7387 17.6786 90.572 17.1391C90.5125 16.9064 90.5601 16.7001 90.7149 16.5202C90.8816 16.3298 91.096 16.2346 91.3579 16.2346C91.5485 16.2346 91.7092 16.2875 91.8402 16.3933C91.9831 16.4885 92.0843 16.6102 92.1439 16.7583C92.3225 17.393 92.5369 17.9748 92.7869 18.5038C93.0965 17.8161 93.3407 17.065 93.5193 16.2505C93.6979 15.4253 93.7991 14.4944 93.8229 13.4577H91.6973C91.5782 13.8808 91.4413 14.2934 91.2865 14.6954C91.1317 15.0868 90.9471 15.5047 90.7328 15.949C90.6732 16.0759 90.578 16.1817 90.447 16.2663C90.316 16.3404 90.1671 16.3774 90.0004 16.3774C89.7742 16.3774 89.5836 16.3087 89.4288 16.1711C89.274 16.0336 89.1966 15.8643 89.1966 15.6633C89.1966 15.5576 89.2204 15.4624 89.2681 15.3777C89.4705 14.9546 89.6432 14.5579 89.7861 14.1876C89.9409 13.8173 90.0719 13.4365 90.179 13.0451C90.2862 12.6431 90.3815 12.2147 90.4648 11.7598C90.5482 11.2943 90.6315 10.7654 90.7149 10.1729C90.7387 9.9931 90.828 9.845 90.9828 9.72863C91.1376 9.61227 91.3163 9.55408 91.5187 9.55408C91.7569 9.55408 91.9534 9.63871 92.1082 9.80798C92.2749 9.96666 92.3463 10.1518 92.3225 10.3634C92.263 10.6701 92.2153 10.9664 92.1796 11.252C92.1439 11.527 92.0963 11.7862 92.0367 12.0295H95.6449C95.8712 12.0295 96.0617 12.0983 96.2165 12.2358C96.3713 12.3733 96.4487 12.5426 96.4487 12.7436C96.4487 12.9446 96.3713 13.1139 96.2165 13.2514C96.0617 13.3889 95.8712 13.4577 95.6449 13.4577H95.4305C95.4067 14.8646 95.24 16.1129 94.9304 17.2026C94.6208 18.2816 94.198 19.2549 93.6622 20.1223C94.0313 20.6936 94.4362 21.2278 94.8768 21.725C95.3174 22.2222 95.7997 22.6983 96.3237 23.1531C96.4785 23.2907 96.5559 23.4599 96.5559 23.6609C96.5559 23.8619 96.4785 24.0312 96.3237 24.1687C96.1689 24.3062 95.9783 24.375 95.7521 24.375C95.5258 24.375 95.3353 24.3062 95.1805 24.1687C94.7161 23.7561 94.2755 23.3277 93.8587 22.8834C93.4538 22.4391 93.0668 21.963 92.6976 21.4552C92.2927 21.9419 91.8462 22.4021 91.3579 22.8358C90.8816 23.2801 90.3636 23.7138 89.8039 24.137ZM82.8912 24.3591C82.653 24.4014 82.4327 24.3538 82.2303 24.2163C82.0398 24.0788 81.9445 23.8937 81.9445 23.6609C81.9445 23.4811 82.0041 23.3277 82.1231 23.2008C82.2541 23.0738 82.4149 22.9945 82.6054 22.9627C82.9031 22.9098 83.2246 22.8199 83.57 22.693C83.9272 22.566 84.2904 22.4126 84.6596 22.2328C84.35 22.0635 84.0463 21.9101 83.7486 21.7726C83.4628 21.6351 83.2008 21.5081 82.9627 21.3918C82.8317 21.3389 82.7245 21.2595 82.6411 21.1538C82.5578 21.0374 82.5161 20.9052 82.5161 20.757C82.5161 20.6407 82.5399 20.5402 82.5876 20.4556L82.6411 20.3603L83.052 19.7097H82.4268C82.2005 19.7097 82.01 19.641 81.8552 19.5035C81.7004 19.3659 81.623 19.1967 81.623 18.9957C81.623 18.7947 81.7004 18.6254 81.8552 18.4879C82.01 18.3504 82.2005 18.2816 82.4268 18.2816H83.9808L84.4274 17.6151C84.4988 17.5094 84.5941 17.4247 84.7132 17.3612C84.8323 17.2978 84.9692 17.266 85.124 17.266C85.3503 17.266 85.5408 17.3348 85.6956 17.4723C85.8504 17.6098 85.9278 17.7791 85.9278 17.9801C85.9278 18.033 85.9218 18.0859 85.9099 18.1388C85.898 18.1811 85.8802 18.2287 85.8564 18.2816H88.7143C88.8929 18.2816 89.0478 18.3292 89.1787 18.4244C89.3216 18.5196 89.4229 18.6413 89.4824 18.7894V18.8053C89.4943 18.8158 89.5003 18.8317 89.5003 18.8529C89.5241 18.9481 89.5241 19.038 89.5003 19.1226C89.5003 19.1438 89.4943 19.1596 89.4824 19.1702C89.4824 19.1702 89.4824 19.1755 89.4824 19.1861C89.4348 19.3342 89.3395 19.4611 89.1966 19.5669C89.0656 19.6621 88.9049 19.7097 88.7143 19.7097H87.6069C87.7617 19.4559 87.8688 19.1861 87.9284 18.9005C87.9522 18.7206 88.0356 18.5778 88.1785 18.472C88.3333 18.3557 88.5119 18.2975 88.7143 18.2975C88.9049 18.2975 89.0656 18.3451 89.1966 18.4403C89.3276 18.5355 89.4229 18.6519 89.4824 18.7894V18.8053C89.4943 18.8158 89.5003 18.8317 89.5003 18.8529C89.5003 18.874 89.5003 18.9005 89.5003 18.9322C89.5122 18.9534 89.5181 18.9745 89.5181 18.9957C89.5181 19.038 89.5062 19.1015 89.4824 19.1861C89.3633 19.7362 89.1192 20.2651 88.75 20.7729C88.3809 21.2701 87.9343 21.7303 87.4104 22.1535L88.0177 22.566C88.2201 22.693 88.3214 22.8781 88.3214 23.1214C88.3214 23.3224 88.2439 23.4917 88.0891 23.6292C87.9343 23.7667 87.7438 23.8355 87.5175 23.8355C87.327 23.8355 87.1603 23.7826 87.0174 23.6768C86.8745 23.571 86.7257 23.4652 86.5708 23.3594C86.4279 23.2642 86.2731 23.169 86.1064 23.0738C85.5348 23.4123 84.9692 23.6874 84.4095 23.899C83.8498 24.1211 83.3437 24.2745 82.8912 24.3591ZM84.999 10.2682C84.999 10.0672 85.0764 9.8979 85.2312 9.76037C85.386 9.62285 85.5765 9.55408 85.8028 9.55408C86.029 9.55408 86.2196 9.62285 86.3744 9.76037C86.5292 9.8979 86.6066 10.0672 86.6066 10.2682V12.7119H88.8394C89.0537 12.7119 89.2323 12.7806 89.3752 12.9181C89.53 13.0451 89.6074 13.2038 89.6074 13.3942C89.6074 13.5846 89.53 13.7486 89.3752 13.8861C89.2323 14.0131 89.0537 14.0765 88.8394 14.0765H87.3925C87.6545 14.4574 87.9343 14.8223 88.232 15.1714C88.5417 15.5205 88.8572 15.822 89.1787 16.0759C89.3455 16.2029 89.4288 16.3721 89.4288 16.5837C89.4288 16.7741 89.3514 16.9381 89.1966 17.0756C89.0537 17.2026 88.8751 17.266 88.6607 17.266C88.4702 17.266 88.2975 17.2079 88.1427 17.0915C87.595 16.6578 87.0829 16.1288 86.6066 15.5047V16.5837C86.6066 16.7847 86.5292 16.954 86.3744 17.0915C86.2196 17.229 86.029 17.2978 85.8028 17.2978C85.5765 17.2978 85.386 17.229 85.2312 17.0915C85.0764 16.954 84.999 16.7847 84.999 16.5837V15.4571C84.6894 15.7638 84.3678 16.0548 84.0344 16.3298C83.7129 16.6049 83.3854 16.8482 83.052 17.0598C82.921 17.1444 82.7721 17.1867 82.6054 17.1867C82.3911 17.1867 82.2065 17.1232 82.0517 16.9963C81.9088 16.8588 81.8373 16.6948 81.8373 16.5044C81.8373 16.2716 81.9445 16.0865 82.1589 15.949C82.5399 15.7162 82.9091 15.4359 83.2663 15.108C83.6355 14.78 83.9689 14.4362 84.2666 14.0765H82.7483C82.534 14.0765 82.3494 14.0131 82.1946 13.8861C82.0517 13.7486 81.9802 13.5846 81.9802 13.3942C81.9802 13.2038 82.0517 13.0451 82.1946 12.9181C82.3494 12.7806 82.534 12.7119 82.7483 12.7119H84.999V10.2682ZM88.3749 12.2041C88.2201 12.4051 88.0058 12.5056 87.7319 12.5056C87.5056 12.5056 87.3151 12.4368 87.1603 12.2993C87.0055 12.1618 86.9281 11.9925 86.9281 11.7915C86.9281 11.6328 86.9817 11.4953 87.0889 11.3789L87.8748 10.411C88.0296 10.21 88.2439 10.1095 88.5178 10.1095C88.7441 10.1095 88.9346 10.1782 89.0894 10.3158C89.2442 10.4533 89.3216 10.6225 89.3216 10.8235C89.3216 10.9928 89.2681 11.1303 89.1609 11.2361L88.3749 12.2041ZM84.5345 11.3789C84.6417 11.4953 84.6953 11.6328 84.6953 11.7915C84.6953 11.9925 84.6179 12.1618 84.4631 12.2993C84.3083 12.4368 84.1178 12.5056 83.8915 12.5056C83.6176 12.5056 83.4033 12.4051 83.2485 12.2041L82.4625 11.2361C82.3553 11.1303 82.3018 10.9928 82.3018 10.8235C82.3018 10.6225 82.3792 10.4533 82.534 10.3158C82.6888 10.1782 82.8793 10.1095 83.1056 10.1095C83.3795 10.1095 83.5938 10.21 83.7486 10.411L84.5345 11.3789ZM84.4452 20.4714C84.7072 20.5878 84.9752 20.72 85.249 20.8681C85.5348 21.0162 85.8147 21.1749 86.0886 21.3442C86.4101 21.1009 86.7018 20.8417 86.9638 20.5666C87.2258 20.2916 87.4401 20.006 87.6069 19.7097H84.9275L84.4452 20.4714Z"
|
|
120
|
+
fill="white"
|
|
121
|
+
fill-opacity="0.72"
|
|
122
|
+
/>
|
|
123
|
+
<path
|
|
124
|
+
d="M103.422 23.6609C103.422 23.8513 103.345 24.01 103.19 24.137C103.047 24.2745 102.868 24.3433 102.654 24.3433C102.44 24.3433 102.255 24.2745 102.1 24.137C101.957 24.01 101.886 23.8513 101.886 23.6609V22.1217L98.5813 22.6136C98.3431 22.6559 98.1347 22.6083 97.9561 22.4708C97.7775 22.3333 97.6882 22.1587 97.6882 21.9472C97.6882 21.7779 97.7477 21.6298 97.8668 21.5029C97.9859 21.3759 98.1407 21.3019 98.3312 21.2807L98.6885 21.2331V11.5693H98.4563C98.2419 11.5693 98.0573 11.5059 97.9025 11.3789C97.7596 11.2414 97.6882 11.0774 97.6882 10.887C97.6882 10.6966 97.7596 10.5379 97.9025 10.411C98.0573 10.2734 98.2419 10.2047 98.4563 10.2047H103.511C103.726 10.2047 103.904 10.2734 104.047 10.411C104.202 10.5379 104.279 10.6966 104.279 10.887C104.279 11.0774 104.202 11.2414 104.047 11.3789C103.904 11.5059 103.726 11.5693 103.511 11.5693H103.422V20.5349L103.797 20.4714C104.035 20.4291 104.244 20.4767 104.422 20.6142C104.601 20.7518 104.69 20.9263 104.69 21.1379C104.69 21.3071 104.631 21.4552 104.512 21.5822C104.392 21.7091 104.238 21.7832 104.047 21.8043L103.422 21.8996V23.6609ZM105.012 24.1052C104.857 24.2216 104.678 24.2798 104.476 24.2798C104.25 24.2798 104.059 24.211 103.904 24.0735C103.749 23.936 103.672 23.7667 103.672 23.5657C103.672 23.3436 103.761 23.1637 103.94 23.0262C104.297 22.7512 104.654 22.4179 105.012 22.0265C105.369 21.6351 105.69 21.2172 105.976 20.7729C106.274 20.318 106.53 19.8473 106.744 19.3606C106.959 18.874 107.108 18.398 107.191 17.9325H104.547C104.321 17.9325 104.131 17.8637 103.976 17.7262C103.821 17.5887 103.743 17.4194 103.743 17.2184C103.743 17.0174 103.821 16.8482 103.976 16.7107C104.131 16.5731 104.321 16.5044 104.547 16.5044H107.262V13.9496H105.012C104.785 13.9496 104.595 13.8808 104.44 13.7433C104.285 13.6058 104.208 13.4365 104.208 13.2355C104.208 13.0345 104.285 12.8653 104.44 12.7277C104.595 12.5902 104.785 12.5214 105.012 12.5214H108.209L109.852 9.98253C110.007 9.73921 110.239 9.61756 110.549 9.61756C110.775 9.61756 110.966 9.68632 111.121 9.82384C111.275 9.96137 111.353 10.1306 111.353 10.3316C111.353 10.4692 111.317 10.5855 111.246 10.6807L110.049 12.5214H111.264C111.49 12.5214 111.68 12.5902 111.835 12.7277C111.99 12.8653 112.067 13.0345 112.067 13.2355C112.067 13.4365 111.99 13.6058 111.835 13.7433C111.68 13.8808 111.49 13.9496 111.264 13.9496H109.031C108.959 13.9919 108.906 14.0183 108.87 14.0289V16.5044H111.71C111.936 16.5044 112.127 16.5731 112.282 16.7107C112.436 16.8482 112.514 17.0174 112.514 17.2184C112.514 17.4194 112.436 17.5887 112.282 17.7262C112.127 17.8637 111.936 17.9325 111.71 17.9325H108.87C109.251 19.0115 109.727 19.9689 110.299 20.8047C110.871 21.6298 111.567 22.3756 112.389 23.0421C112.556 23.1902 112.639 23.3647 112.639 23.5657C112.639 23.7667 112.562 23.936 112.407 24.0735C112.252 24.211 112.061 24.2798 111.835 24.2798C111.633 24.2798 111.448 24.2163 111.281 24.0894C109.971 23.0103 108.918 21.6933 108.12 20.1382C107.739 20.9316 107.268 21.6774 106.709 22.3756C106.149 23.0738 105.583 23.6504 105.012 24.1052ZM107.245 11.3313C107.304 11.4371 107.334 11.5429 107.334 11.6487C107.334 11.8497 107.256 12.0189 107.102 12.1565C106.947 12.294 106.756 12.3628 106.53 12.3628C106.363 12.3628 106.214 12.3257 106.083 12.2517C105.964 12.1776 105.875 12.0824 105.816 11.9661L105.101 10.6966C105.041 10.5908 105.012 10.485 105.012 10.3792C105.012 10.1782 105.089 10.009 105.244 9.87145C105.399 9.73392 105.589 9.66516 105.816 9.66516C105.982 9.66516 106.125 9.70219 106.244 9.77624C106.375 9.85029 106.47 9.9455 106.53 10.0619L107.245 11.3313ZM100.225 20.9951L101.886 20.757V18.6783H100.225V20.9951ZM100.225 17.3136H101.886V15.1238H100.225V17.3136ZM100.225 13.7592H101.886V11.5693H100.225V13.7592Z"
|
|
125
|
+
fill="white"
|
|
126
|
+
fill-opacity="0.72"
|
|
127
|
+
/>
|
|
128
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 394 80"><path fill="#000" d="M262 0h68.5v12.7h-27.2v66.6h-13.6V12.7H262V0ZM149 0v12.7H94v20.4h44.3v12.6H94v21h55v12.6H80.5V0h68.7zm34.3 0h-17.8l63.8 79.4h17.9l-32-39.7 32-39.6h-17.9l-23 28.6-23-28.6zm18.3 56.7-9-11-27.1 33.7h17.8l18.3-22.7z"/><path fill="#000" d="M81 79.3 17 0H0v79.3h13.6V17l50.2 62.3H81Zm252.6-.4c-1 0-1.8-.4-2.5-1s-1.1-1.6-1.1-2.6.3-1.8 1-2.5 1.6-1 2.6-1 1.8.3 2.5 1a3.4 3.4 0 0 1 .6 4.3 3.7 3.7 0 0 1-3 1.8zm23.2-33.5h6v23.3c0 2.1-.4 4-1.3 5.5a9.1 9.1 0 0 1-3.8 3.5c-1.6.8-3.5 1.3-5.7 1.3-2 0-3.7-.4-5.3-1s-2.8-1.8-3.7-3.2c-.9-1.3-1.4-3-1.4-5h6c.1.8.3 1.6.7 2.2s1 1.2 1.6 1.5c.7.4 1.5.5 2.4.5 1 0 1.8-.2 2.4-.6a4 4 0 0 0 1.6-1.8c.3-.8.5-1.8.5-3V45.5zm30.9 9.1a4.4 4.4 0 0 0-2-3.3 7.5 7.5 0 0 0-4.3-1.1c-1.3 0-2.4.2-3.3.5-.9.4-1.6 1-2 1.6a3.5 3.5 0 0 0-.3 4c.3.5.7.9 1.3 1.2l1.8 1 2 .5 3.2.8c1.3.3 2.5.7 3.7 1.2a13 13 0 0 1 3.2 1.8 8.1 8.1 0 0 1 3 6.5c0 2-.5 3.7-1.5 5.1a10 10 0 0 1-4.4 3.5c-1.8.8-4.1 1.2-6.8 1.2-2.6 0-4.9-.4-6.8-1.2-2-.8-3.4-2-4.5-3.5a10 10 0 0 1-1.7-5.6h6a5 5 0 0 0 3.5 4.6c1 .4 2.2.6 3.4.6 1.3 0 2.5-.2 3.5-.6 1-.4 1.8-1 2.4-1.7a4 4 0 0 0 .8-2.4c0-.9-.2-1.6-.7-2.2a11 11 0 0 0-2.1-1.4l-3.2-1-3.8-1c-2.8-.7-5-1.7-6.6-3.2a7.2 7.2 0 0 1-2.4-5.7 8 8 0 0 1 1.7-5 10 10 0 0 1 4.3-3.5c2-.8 4-1.2 6.4-1.2 2.3 0 4.4.4 6.2 1.2 1.8.8 3.2 2 4.3 3.4 1 1.4 1.5 3 1.5 5h-5.8z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1155 1000"><path d="m577.3 0 577.4 1000H0z" fill="#fff"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 2.5h13v10a1 1 0 0 1-1 1h-11a1 1 0 0 1-1-1zM0 1h16v11.5a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 0 12.5zm3.75 4.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5M7 4.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m1.75.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5" fill="#666"/></svg>
|
|
File without changes
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
'use client'
|
|
2
|
+
|
|
3
|
+
import { StyleProvider } from '@ant-design/cssinjs'
|
|
4
|
+
import { ConfigProvider } from 'antd'
|
|
5
|
+
import zhCN from 'antd/locale/zh_CN'
|
|
6
|
+
|
|
7
|
+
export default function AntdProvider({
|
|
8
|
+
children,
|
|
9
|
+
}: {
|
|
10
|
+
children: React.ReactNode
|
|
11
|
+
}) {
|
|
12
|
+
return (
|
|
13
|
+
<StyleProvider>
|
|
14
|
+
<ConfigProvider
|
|
15
|
+
locale={zhCN}
|
|
16
|
+
theme={{
|
|
17
|
+
token: {
|
|
18
|
+
borderRadius: 8,
|
|
19
|
+
colorLink: '#146ae1',
|
|
20
|
+
colorPrimary: '#146ae1',
|
|
21
|
+
fontFamily:
|
|
22
|
+
'var(--font-geist-sans), -apple-system, BlinkMacSystemFont, \'Segoe UI\', sans-serif',
|
|
23
|
+
},
|
|
24
|
+
}}
|
|
25
|
+
>
|
|
26
|
+
{children}
|
|
27
|
+
</ConfigProvider>
|
|
28
|
+
</StyleProvider>
|
|
29
|
+
)
|
|
30
|
+
}
|