Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 6c34145

Browse files
committed
feat: 清理 weda 旧版本
1 parent 9782276 commit 6c34145

136 files changed

Lines changed: 248 additions & 251 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Tencent is pleased to support the open source community by making CloudBaseFramework - 云原生一体化部署工具 available.
33
*
4-
* Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
4+
* Copyright (C) 2025 Tencent. All rights reserved.
55
*
66
* Please refer to license text included with this package for license details.
77
*/

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Tencent is pleased to support the open source community by making CloudBaseFramework - 云原生一体化部署工具 available.
22

3-
Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
3+
Copyright (C) 2020 Tencent. All rights reserved.
44

55
CloudBaseFramework - 云原生一体化部署工具 is licensed under the Apache License Version 2.0 except for the third-party components listed below.
66

@@ -125,7 +125,7 @@ Copyright (c) 2010 Charlie Robbins
125125
Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
126126

127127
18. miniprogram-ci
128-
Copyright (c) THL A29 Limited, a Tencent company
128+
Copyright (c) Tencent
129129

130130

131131
Terms of the MIT License:

README.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
> [!TIP]
2+
> 想要更智能的开发体验?试试 [CloudBase AI ToolKit](https://github.com/TencentCloudBase/CloudBase-AI-ToolKit) - 用自然语言描述需求,AI 帮你生成代码并自动部署到云端。
3+
> [快速上手](https://github.com/TencentCloudBase/CloudBase-AI-ToolKit)
4+
15
<a href="https://github.com/Tencent/cloudbase-framework">![](https://main.qcloudimg.com/raw/d0f4f8cf03d1267c396eb4cf3570031b.png)</a>
26

37
<p align="center"><a href="/Tencent/cloudbase-framework/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-blue" alt="Github License"></a> <a href="https://www.npmjs.com/package/@cloudbase/framework-core" rel="nofollow"><img src="https://img.shields.io/npm/v/@cloudbase/framework-core" alt="Npm version"></a> <a href="https://lernajs.io/" rel="nofollow"><img src="https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg" alt="lerna"></a> <a href="https://www.npmjs.com/package/@cloudbase/cli" rel="nofollow"><img src="https://img.shields.io/npm/dw/@cloudbase/framework-core" alt="download"></a> <a href="https://github.com/Tencent/cloudbase-framework/issues"><img src="https://img.shields.io/github/issues/Tencent/cloudbase-framework" alt="issue"></a> <a href="https://github.com/Tencent/cloudbase-framework/pulls"><img alt="PRs Welcome" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"></a> <a href="https://github.com/Tencent/cloudbase-framework/actions?query=workflow%3ABaseline-Init"><img src="https://github.com/Tencent/cloudbase-framework/workflows/Baseline-Init/badge.svg"></a> <a href='https://gitee.com/TencentCloudBase/cloudbase-framework/stargazers'><img src='https://gitee.com/TencentCloudBase/cloudbase-framework/badge/star.svg?theme=dark' alt='star'></img></a> <a href="https://github.com/Tencent/cloudbase-framework"><img alt="star" src="https://img.shields.io/github/stars/Tencent/cloudbase-framework?style=social" ></a>
@@ -63,16 +67,23 @@
6367

6468
## Table of Contents
6569

66-
- [快速开始](#quick-start)
67-
- [项目示例](#examples)
68-
- [插件](#plugins)
69-
- [配置示例](#conf)
70-
- [Changelog](#changelog)
70+
- [Table of Contents](#table-of-contents)
71+
- [ 快速开始](#-快速开始)
72+
- [项目示例](#项目示例)
73+
- [插件](#插件)
74+
- [自动检测生成插件配置流程](#自动检测生成插件配置流程)
75+
- [目前支持的插件列表](#目前支持的插件列表)
76+
- [ 配置示例](#-配置示例)
77+
- [ Changelog](#-changelog)
7178
- [License](#license)
72-
- [优秀应用案例](#user)
73-
- [在线交流群](#community)
74-
- [Contributors](#contributor)
75-
- [贡献指南](#contribute)
79+
- [优秀应用案例](#优秀应用案例)
80+
- [在线交流群](#在线交流群)
81+
- [CloudBase Framework 资讯](#cloudbase-framework-资讯)
82+
- [技术文章](#技术文章)
83+
- [演讲](#演讲)
84+
- [新闻](#新闻)
85+
- [ Contributors ✨](#-contributors-)
86+
- [贡献指南](#贡献指南)
7687

7788
## <a name="quick-start"></a> 快速开始
7889

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.9.6",
5+
"version": "1.9.7",
66
"publishConfig": {
77
"access": "public"
88
},

packages/cloudbase-next-builder/LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Tencent is pleased to support the open source community by making CloudBaseFramework - 云原生一体化部署工具 available.
22

3-
Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
3+
Copyright (C) 2020 Tencent. All rights reserved.
44

55
CloudBaseFramework - 云原生一体化部署工具 is licensed under the Apache License Version 2.0 except for the third-party components listed below.
66

@@ -125,7 +125,7 @@ Copyright (c) 2010 Charlie Robbins
125125
Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
126126

127127
18. miniprogram-ci
128-
Copyright (c) THL A29 Limited, a Tencent company
128+
Copyright (c) Tencent
129129

130130

131131
Terms of the MIT License:

packages/cloudbase-next-builder/asset/__launcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Tencent is pleased to support the open source community by making CloudBaseFramework - 云原生一体化部署工具 available.
33
*
4-
* Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
4+
* Copyright (C) 2025 Tencent. All rights reserved.
55
*
66
* Please refer to license text included with this package for license details.
77
*/

packages/cloudbase-next-builder/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudbase/next-builder",
3-
"version": "1.9.6",
3+
"version": "1.9.7",
44
"description": "云开发 CloudBase Next 构建工具",
55
"main": "lib/index.js",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
"access": "public"
1616
},
1717
"dependencies": {
18-
"@cloudbase/framework-core": "^1.9.6",
18+
"@cloudbase/framework-core": "^1.9.7",
1919
"@types/fs-extra": "^8.1.0",
2020
"archiver": "^5.3.0",
2121
"fs-extra": "^8.1.0"
@@ -25,5 +25,5 @@
2525
"@types/node": "^13.13.5",
2626
"typescript": "^4.0.5"
2727
},
28-
"gitHead": "049f20cd93e03f23770b94a91602f21a637b4a66"
28+
"gitHead": "485ceb1d3020e5684eece085d446585fe24164d5"
2929
}

packages/cloudbase-next-builder/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Tencent is pleased to support the open source community by making CloudBaseFramework - 云原生一体化部署工具 available.
33
*
4-
* Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
4+
* Copyright (C) 2025 Tencent. All rights reserved.
55
*
66
* Please refer to license text included with this package for license details.
77
*/

packages/cloudbase-node-builder/LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Tencent is pleased to support the open source community by making CloudBaseFramework - 云原生一体化部署工具 available.
22

3-
Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
3+
Copyright (C) 2020 Tencent. All rights reserved.
44

55
CloudBaseFramework - 云原生一体化部署工具 is licensed under the Apache License Version 2.0 except for the third-party components listed below.
66

@@ -125,7 +125,7 @@ Copyright (c) 2010 Charlie Robbins
125125
Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
126126

127127
18. miniprogram-ci
128-
Copyright (c) THL A29 Limited, a Tencent company
128+
Copyright (c) Tencent
129129

130130

131131
Terms of the MIT License:

packages/cloudbase-node-builder/asset/__launcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Tencent is pleased to support the open source community by making CloudBaseFramework - 云原生一体化部署工具 available.
33
*
4-
* Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
4+
* Copyright (C) 2025 Tencent. All rights reserved.
55
*
66
* Please refer to license text included with this package for license details.
77
*/

0 commit comments

Comments
 (0)