@10yun/open-sdk 0.3.128 → 0.3.129
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/build/plugin-common.js +6 -3
- package/package.json +1 -1
package/build/plugin-common.js
CHANGED
|
@@ -100,10 +100,13 @@ export function shiyunReleaseCommon(ENV_ARR_VITE, ENV_ARR_CICD, ENV_MODE, params
|
|
|
100
100
|
/**
|
|
101
101
|
* 新增十云相关信息
|
|
102
102
|
*/
|
|
103
|
-
const
|
|
104
|
-
let shiyunInfo = `<meta name="description" content="${
|
|
105
|
-
shiyunInfo += `<meta name="keywords" content="${
|
|
103
|
+
const introductionInfo = 'saas软件,软件开发,软件制定,公众号,小程序,app,十云,十云科技,福州十云,ctocode,10yun.com';
|
|
104
|
+
let shiyunInfo = `<meta name="description" content="${introductionInfo}" />\n`;
|
|
105
|
+
shiyunInfo += `<meta name="keywords" content="${introductionInfo}" />\n`;
|
|
106
106
|
shiyunInfo += `<meta name="author" content="十云_ctocode_技术支持_https://www.10yun.com" />\n`;
|
|
107
|
+
shiyunInfo += `<meta name="copyright" content="福州十云科技有限公司" />\n`;
|
|
108
|
+
shiyunInfo += `<meta name="website" content="https://www.10yun.com/" />\n`;
|
|
109
|
+
|
|
107
110
|
if (CICD_BUILD_VERS_FULL) {
|
|
108
111
|
shiyunInfo += `<meta name="version" content="${CICD_BUILD_VERS_FULL}_${CICD_BUILD_VERS_CODE}" />\n`;
|
|
109
112
|
}
|