Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
web-ci-test
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
test-ci
web-ci-test
Commits
6bdf6a35
提交
6bdf6a35
authored
11月 04, 2023
作者:
ZhangLingKun
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'develop'
# Conflicts: # kustomization/overlays/prod/kustomization.yaml
上级
5388feb9
c122979a
隐藏空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
15 行增加
和
19 行删除
+15
-19
develop.yml
.github/workflows/develop.yml
+1
-1
master.yml
.github/workflows/master.yml
+1
-1
index.tsx
components/filter/index.tsx
+0
-1
index.tsx
components/footer/index.tsx
+3
-1
service.yaml
kustomization/base/service.yaml
+0
-1
kustomization.yaml
kustomization/overlays/dev/kustomization.yaml
+1
-5
increase_replicas.yaml
kustomization/overlays/prod/increase_replicas.yaml
+3
-3
kustomization.yaml
kustomization/overlays/prod/kustomization.yaml
+1
-1
next.config.js
next.config.js
+2
-2
[id].page.tsx
pages/equipmentLeasing/detail/[id].page.tsx
+1
-1
[id].page.tsx
pages/jobServices/detail/[id].page.tsx
+2
-2
没有找到文件。
.github/workflows/develop.yml
浏览文件 @
6bdf6a35
...
@@ -82,7 +82,7 @@ jobs:
...
@@ -82,7 +82,7 @@ jobs:
{
{
"msgtype": "markdown",
"msgtype": "markdown",
"markdown": {
"markdown": {
"content": "###
GitHub构建并推送镜像失败
\n
"content": "###
`GitHub构建并推送镜像失败`
\n
> - 提交人: ${{github.actor}} \n
> - 提交人: ${{github.actor}} \n
> - 提交信息: ${{github.event.head_commit.message}} \n
> - 提交信息: ${{github.event.head_commit.message}} \n
> - 提交到仓库: ${{github.repository}} \n
> - 提交到仓库: ${{github.repository}} \n
...
...
.github/workflows/master.yml
浏览文件 @
6bdf6a35
...
@@ -83,7 +83,7 @@ jobs:
...
@@ -83,7 +83,7 @@ jobs:
{
{
"msgtype": "markdown",
"msgtype": "markdown",
"markdown": {
"markdown": {
"content": "###
GitHub构建并推送镜像失败
\n
"content": "###
`GitHub构建并推送镜像失败`
\n
> - 提交人: ${{github.actor}} \n
> - 提交人: ${{github.actor}} \n
> - 提交信息: ${{github.event.head_commit.message}} \n
> - 提交信息: ${{github.event.head_commit.message}} \n
> - 提交到仓库: ${{github.repository}} \n
> - 提交到仓库: ${{github.repository}} \n
...
...
components/filter/index.tsx
浏览文件 @
6bdf6a35
...
@@ -133,7 +133,6 @@ const Filter = (props: Props, ref: Ref<any>) => {
...
@@ -133,7 +133,6 @@ const Filter = (props: Props, ref: Ref<any>) => {
if
(
obj
?.
children
)
{
if
(
obj
?.
children
)
{
obj
.
children
=
obj
.
children
.
filter
((
item
:
FilterOptionResp
)
=>
item
.
id
===
v
.
id
);
obj
.
children
=
obj
.
children
.
filter
((
item
:
FilterOptionResp
)
=>
item
.
id
===
v
.
id
);
obj
.
name
+=
`/
${
v
.
name
}
`
;
obj
.
name
+=
`/
${
v
.
name
}
`
;
console
.
log
(
'选中数据-->'
,
obj
);
onChange
(
obj
,
'categoryId'
);
onChange
(
obj
,
'categoryId'
);
}
}
};
};
...
...
components/footer/index.tsx
浏览文件 @
6bdf6a35
...
@@ -59,7 +59,9 @@ export default function Footer() {
...
@@ -59,7 +59,9 @@ export default function Footer() {
})
}
})
}
</
div
>
</
div
>
</
div
>
</
div
>
<
div
className=
{
styles
.
filingNumber
}
>
浙ICP备2023014395号
</
div
>
<
a
className=
{
styles
.
filingNumber
}
href=
'https://beian.miit.gov.cn'
target=
'_blank'
>
浙ICP备2023014395号
</
a
>
</
div
>
</
div
>
);
);
}
}
kustomization/base/service.yaml
浏览文件 @
6bdf6a35
...
@@ -6,7 +6,6 @@ metadata:
...
@@ -6,7 +6,6 @@ metadata:
spec
:
spec
:
selector
:
selector
:
app
:
web
app
:
web
type
:
NodePort
ports
:
ports
:
-
protocol
:
TCP
-
protocol
:
TCP
port
:
3000
port
:
3000
kustomization/overlays/dev/kustomization.yaml
浏览文件 @
6bdf6a35
...
@@ -11,11 +11,7 @@ commonAnnotations:
...
@@ -11,11 +11,7 @@ commonAnnotations:
patches
:
patches
:
-
path
:
./increase_replicas.yaml
-
path
:
./increase_replicas.yaml
-
path
:
./configMap.yaml
-
path
:
./configMap.yaml
-
path
:
./service-patch.yaml
target
:
kind
:
Service
name
:
web-svc
images
:
images
:
-
name
:
REGISTRY/NAMESPACE/IMAGE:TAG
-
name
:
REGISTRY/NAMESPACE/IMAGE:TAG
newName
:
mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/web
newName
:
mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/web
newTag
:
38db11ebbf8f8d68e8d920c13d827b26a39447f9
newTag
:
1aed0c116d311264da9ec1f7a9e27f501e58a7fe
kustomization/overlays/prod/increase_replicas.yaml
浏览文件 @
6bdf6a35
...
@@ -3,9 +3,9 @@ kind: Deployment
...
@@ -3,9 +3,9 @@ kind: Deployment
metadata
:
metadata
:
name
:
web-deployment
name
:
web-deployment
spec
:
spec
:
replicas
:
2
replicas
:
1
strategy
:
strategy
:
type
:
RollingUpdate
type
:
RollingUpdate
rollingUpdate
:
rollingUpdate
:
maxSurge
:
1
maxSurge
:
1
maxUnavailable
:
1
maxUnavailable
:
0
\ No newline at end of file
\ No newline at end of file
kustomization/overlays/prod/kustomization.yaml
浏览文件 @
6bdf6a35
apiVersion
:
kustomize.config.k8s.io/v1beta1
apiVersion
:
kustomize.config.k8s.io/v1beta1
kind
:
Kustomization
kind
:
Kustomization
resources
:
resources
:
-
../../base
-
../../base
namespace
:
prod
namespace
:
prod
#namePrefix: prod-
#namePrefix: prod-
commonLabels
:
commonLabels
:
...
...
next.config.js
浏览文件 @
6bdf6a35
...
@@ -27,8 +27,8 @@ const nextConfig = {
...
@@ -27,8 +27,8 @@ const nextConfig = {
return
[
return
[
{
{
source
:
'/local/:path*'
,
source
:
'/local/:path*'
,
destination
:
'https://www.iuav.shop/:path*'
,
//
destination: 'https://www.iuav.shop/:path*',
//
destination: 'https://test.iuav.shop/:path*',
destination
:
'https://test.iuav.shop/:path*'
,
},
},
];
];
},
},
...
...
pages/equipmentLeasing/detail/[id].page.tsx
浏览文件 @
6bdf6a35
...
@@ -276,7 +276,7 @@ export default function EquipmentLeasingDetail() {
...
@@ -276,7 +276,7 @@ export default function EquipmentLeasingDetail() {
<div className='top'>
<div className='top'>
<div className='left'>
<div className='left'>
<span className='label'>选择</span>
<span className='label'>选择</span>
<span className='value'>
商品分类
</span>
<span className='value'>
产品规格
</span>
</div>
</div>
<div className='right'>
<div className='right'>
<Select
<Select
...
...
pages/jobServices/detail/[id].page.tsx
浏览文件 @
6bdf6a35
...
@@ -29,7 +29,7 @@ export default function JobServicesDetail() {
...
@@ -29,7 +29,7 @@ export default function JobServicesDetail() {
const
items
:
TabsProps
[
'items'
]
=
[
const
items
:
TabsProps
[
'items'
]
=
[
{
{
key
:
'1'
,
key
:
'1'
,
label
:
`
团队
介绍`
,
label
:
`
服务
介绍`
,
children
:
(
children
:
(
<
div
className=
'teamIntroduction'
>
<
div
className=
'teamIntroduction'
>
{
detail
?.
serviceIntroduction
?
(
{
detail
?.
serviceIntroduction
?
(
...
@@ -40,7 +40,7 @@ export default function JobServicesDetail() {
...
@@ -40,7 +40,7 @@ export default function JobServicesDetail() {
},
},
{
{
key
:
'2'
,
key
:
'2'
,
label
:
`
团队
评价`
,
label
:
`
服务
评价`
,
children
:
<
Evaluate
evaluateInfo=
{
detail
?.
inspComtList
||
[]
}
/>,
children
:
<
Evaluate
evaluateInfo=
{
detail
?.
inspComtList
||
[]
}
/>,
},
},
];
];
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论