diff --git a/README.md b/README.md index 763b3d8..345025a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ![image](https://github.com/dearancelan/MiniRun/assets/89879893/db5de849-e992-491b-9b03-53bc6c31238e) -## 技术运用 +## 技术 运用 - 本项目使用微信小程序平台进行开发。 - 使用腾讯专门的小程序云开发技术,云资源包含云函数,数据库,带宽,存储空间,定时器等,资源配额价格低廉,无需域名和服务器即可搭建。 - 小程序本身的即用即走,适合小工具的使用场景,也适合快速开发迭代。 diff --git a/cloudfunctions/mcloud/framework/core/app_error.js b/cloudfunctions/mcloud/framework/core/app_error.js index 305e217..5856731 100644 --- a/cloudfunctions/mcloud/framework/core/app_error.js +++ b/cloudfunctions/mcloud/framework/core/app_error.js @@ -1,7 +1,7 @@ /** * Notes: 应用异常处理类 * Ver : CCMiniCloud Framework 2.5.1 ALL RIGHTS RESERVED BY cClinux0730 (wechat) - * Date: 2020年09月05日 04:00:00 + * Date: 2023年09月05日 04:00:00 */ @@ -15,4 +15,4 @@ class AppError extends Error { } } - module.exports = AppError; \ No newline at end of file + module.exports = AppError; diff --git a/miniprogram/helper/content_check_helper.js b/miniprogram/helper/content_check_helper.js index 2bf7010..61b88ed 100644 --- a/miniprogram/helper/content_check_helper.js +++ b/miniprogram/helper/content_check_helper.js @@ -1,7 +1,7 @@ /** * Notes: UGC内容校验 * Ver : CCMiniCloud Framework 2.4.1 ALL RIGHTS RESERVED BY cclinux0730 (wechat) - * Date: 2020年11月14日 07:48:00 + * Date: 2023年11月14日 07:48:00 */ const cloudHelper = require('../helper/cloud_helper.js'); @@ -110,4 +110,4 @@ module.exports = { imgCheckCloud, imgTypeCheck, imgSizeCheck -} \ No newline at end of file +}

AltStyle によって変換されたページ (->オリジナル) /