rename product from bossgeekgo to geekgeekrun

This commit is contained in:
bossgeekgo
2024-02-21 09:25:25 +08:00
parent 8227bac71c
commit 2e87197879
19 changed files with 48 additions and 48 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ export default class DingtalkPlugin {
function sendMergedMessage () {
if (collectedMessageList.length === 0) {
} else if (collectedMessageList.length === 1) {
collectedMessageList[0].dingtalkRequestBody.text.content += `\n${dayjs(collectedMessageList[0].insertedTime).format('MM-DD HH:mm:ss')}\n\nbossgeekgo`
collectedMessageList[0].dingtalkRequestBody.text.content += `\n${dayjs(collectedMessageList[0].insertedTime).format('MM-DD HH:mm:ss')}\n\n【geekgeekrun`
requestDingtalkNotify(
_this.dingtalkAccessToken, JSON.stringify(collectedMessageList[0].dingtalkRequestBody)
)
@@ -23,7 +23,7 @@ export default class DingtalkPlugin {
_this.dingtalkAccessToken, JSON.stringify((createTextMessage(
collectedMessageList.map(it => {
return `${it.dingtalkRequestBody.text.content}\n${dayjs(it.insertedTime).format('MM-DD HH:mm:ss')}\n`
}).join('-----\n') + '\n【bossgeekgo】'
}).join('-----\n') + '\n【geekgeekrun】'
)).dingtalkRequestBody)
)
}
+3 -3
View File
@@ -1,13 +1,13 @@
{
"name": "@bossgeekgo/dingtalk-plugin",
"name": "@geekgeekrun/dingtalk-plugin",
"private": true,
"version": "1.0.0",
"description": "@bossgeekgo/dingtalk-plugin",
"description": "@geekgeekrun/dingtalk-plugin",
"module": "./index.mjs",
"type": "module",
"scripts": {
},
"author": "bossgeekgo",
"author": "geekgeekrun",
"license": "ISC",
"dependencies": {}
}