Skip to content

Commit 1845e86

Browse files
committed
Merge remote-tracking branch 'origin' into fix-header-0403
2 parents c2a0fba + 3784da9 commit 1845e86

24 files changed

Lines changed: 66 additions & 2305 deletions

File tree

.github/workflows/deploy-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
pnpm build:genui-sdk
4545
env:
46-
VITE_GENUI_DOC_DOMAIN: https://opentiny.github.io/docs
46+
VITE_GENUI_DOCS_BASE: https://opentiny.github.io/docs/genui-sdk
4747
VITE_GENUI_PLAYGROUND_HREF: https://agent-alpha.opentiny.design/genui-sdk-playground
4848
- name: Install deps
4949
run: |

.github/workflows/deploy-obs-tiny-engine.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
env:
6868
VITE_APP_ORIGIN: https://opentiny.design
6969
VITE_APP_STATIC_PATH: //res-static.opentiny.design/lowcode-portal/${{ steps.ver.outputs.value }}/
70+
VITE_API_MOCK: mock
7071
- name: Upload build artifact
7172
uses: actions/upload-artifact@v4
7273
with:

packages/common/src/components/footer.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ function toggleLink(link: any) {
6161
</div>
6262
</div>
6363
</div>
64-
<div class="copyright">
65-
<p>Copyright © Huawei Technologies Co., Ltd. 2023-{{new Date().getFullYear()}}. All rights reserved.</p>
66-
<p>粤ICP备2022156931号-1</p>
67-
</div>
6864
</div>
6965
</template>
7066

@@ -82,7 +78,6 @@ function toggleLink(link: any) {
8278
justify-content: space-between;
8379
width: 100%;
8480
box-sizing: border-box;
85-
border-bottom: 0.5px solid #c2c2c2;
8681
8782
.contact {
8883
width: fit-content;

packages/common/src/config/header.ts

Lines changed: 51 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -79,56 +79,57 @@ const menuItems = [
7979
github: 'https://github.com/opentiny/tiny-robot',
8080
isUnderline: createIsUnderline(`${basePath}ai-extension`)
8181
},
82-
{
83-
type: 'other',
84-
name: '演练场',
85-
url: '',
86-
children: [
87-
{
88-
title: 'TinyVue',
89-
desc: '智能组件库',
90-
href: 'https://playground.opentiny.design/tiny-vue',
91-
logo: tinyVue,
92-
github: 'https://github.com/opentiny/playground'
93-
},
94-
{
95-
title: 'TinyEngine',
96-
desc: '智能搭建平台',
97-
href: 'https://playground.opentiny.design/tiny-engine',
98-
logo: tinyEngine,
99-
github: 'https://github.com/opentiny/playground'
100-
},
101-
{
102-
title: 'TinyRobot',
103-
desc: '智能助手',
104-
href: 'https://playground.opentiny.design/tiny-robot',
105-
logo: tinyRobot,
106-
github: 'https://github.com/opentiny/playground'
107-
},
108-
{
109-
title: 'NEXT-SDKs',
110-
desc: '开发套件',
111-
href: 'https://playground.opentiny.design/next-sdk',
112-
hide: true,
113-
logo: tinySdks,
114-
github: 'https://github.com/opentiny/playground'
115-
},
116-
{
117-
title: 'GenUI-SDK',
118-
desc: '生成式UI',
119-
href: 'https://playground.opentiny.design/genui-sdk',
120-
logo: GenuiSdk,
121-
github: 'https://github.com/opentiny/playground'
122-
},
123-
{
124-
title: 'TinyPro',
125-
desc: '中后台解决方案',
126-
href: '/vue-pro/pages',
127-
logo: tinyPro,
128-
github: 'https://github.com/opentiny/tiny-pro'
129-
}
130-
]
131-
},
82+
// 暂时隐藏起来
83+
// {
84+
// type: 'other',
85+
// name: '演练场',
86+
// url: '',
87+
// children: [
88+
// {
89+
// title: 'TinyVue',
90+
// desc: '智能组件库',
91+
// href: 'https://playground.opentiny.design/tiny-vue',
92+
// logo: tinyVue,
93+
// github: 'https://github.com/opentiny/playground'
94+
// },
95+
// {
96+
// title: 'TinyEngine',
97+
// desc: '智能搭建平台',
98+
// href: 'https://playground.opentiny.design/tiny-engine',
99+
// logo: tinyEngine,
100+
// github: 'https://github.com/opentiny/playground'
101+
// },
102+
// {
103+
// title: 'TinyRobot',
104+
// desc: '智能助手',
105+
// href: 'https://playground.opentiny.design/tiny-robot',
106+
// logo: tinyRobot,
107+
// github: 'https://github.com/opentiny/playground'
108+
// },
109+
// {
110+
// title: 'NEXT-SDKs',
111+
// desc: '开发套件',
112+
// href: 'https://playground.opentiny.design/next-sdk',
113+
// hide: true,
114+
// logo: tinySdks,
115+
// github: 'https://github.com/opentiny/playground'
116+
// },
117+
// {
118+
// title: 'GenUI-SDK',
119+
// desc: '生成式UI',
120+
// href: 'https://playground.opentiny.design/genui-sdk',
121+
// logo: GenuiSdk,
122+
// github: 'https://github.com/opentiny/playground'
123+
// },
124+
// {
125+
// title: 'TinyPro',
126+
// desc: '中后台解决方案',
127+
// href: '/vue-pro/pages',
128+
// logo: tinyPro,
129+
// github: 'https://github.com/opentiny/tiny-pro'
130+
// }
131+
// ]
132+
// },
132133
{
133134
type: 'other',
134135
name: '开发文档',
@@ -197,13 +198,6 @@ const menuItems = [
197198
logo: tinyTech,
198199
github: 'https://github.com/opentiny/opentiny.design'
199200
},
200-
{
201-
title: '关于我们',
202-
desc: '一起加入我们',
203-
href: '/opentiny-design/about',
204-
logo: tinyAbout,
205-
github: 'https://github.com/opentiny/opentiny.design'
206-
},
207201
{
208202
title: 'Sketch 资源下载',
209203
desc: 'Sketch 组件资源包',

packages/home/src/router.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const ComponentOverview = () => import('@/views/overview/overview.vue')
1010
const HomePage = () => import('@/views/home/index.vue')
1111

1212
const Docs = () => import('@/views/docs/docs.vue')
13-
const About = () => import('@/views/about/index.vue')
1413
const Developing = () => import('@/views/developing/index.vue')
1514
const Tools = () => import('@/views/tools/index.vue')
1615
const IconPage = () => import('@/views/icon/index.vue')
@@ -108,11 +107,6 @@ export const rootRoutes = [
108107
}
109108
}
110109
},
111-
{
112-
path: 'about',
113-
component: About,
114-
meta: { title: geneTitle('关于我们') }
115-
}
116110
]
117111
},
118112
{

packages/home/src/views/about/config.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)