-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #130 from TencentCloudBase/feat/jayjauan-aegis
Feat/jayjauan aegis
- Loading branch information
Showing
5 changed files
with
41 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"packages": ["packages/*"], | ||
"npmClient": "yarn", | ||
"version": "2.13.2" | ||
"version": "2.13.3" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
TCBSAMFormatVersion: '2020-10-20' | ||
Name: tcb-ext-cms | ||
SpecVersion: v1beta | ||
Version: 2.13.2 | ||
Version: 2.13.3 | ||
License: Apache-2.0 | ||
Category: CloudApp | ||
DisplayName: CMS内容管理系统 | ||
|
@@ -19,11 +19,9 @@ IconUrl: https://main.qcloudimg.com/raw/f87b49914efe502722f9aa128f5d8865/hello_w | |
IntroUrl: https://docs.cloudbase.net/cms/intro.html | ||
# 更新日志 | ||
ChangeLog: | ||
- Title: 2.13.2 | ||
- Title: 2.13.3 | ||
Content: | ||
- 优化数据列表样式 | ||
- 优化时间类型数据的检索方式 | ||
- 优化其他平台拉起cms流程 | ||
- 体验优化 | ||
Author: | ||
AuthorName: TCB | ||
Email: [email protected] | ||
|
@@ -60,7 +58,7 @@ Resources: | |
Type: CloudBase::Function | ||
Properties: | ||
FunctionName: tcb-ext-cms-init | ||
CodeUri: extension://f95fb4211ebe4c6bb241f5af181019ab.zip | ||
CodeUri: extension://0ba805cc0a3f4c80b211221115723de7.zip | ||
InstallDependency: true | ||
Description: 提供初始化应用功能,安装扩展后,会通过该函数来进行静态资源的部署和密码的生成和设置,修改账号密码或者部署路径等扩展参数都会再次执行该函数来进行更新 | ||
MemorySize: 256 | ||
|