|
@@ -347,7 +347,7 @@ export function onInstalledCreateTab() {
|
|
|
funcName: 'onInstalledCreateTab',
|
|
|
postId: res.postId || '',
|
|
|
shareLinkId: res.shareLinkId || '',
|
|
|
- 'channal-name': res.channalName
|
|
|
+ 'channel-name': res.channelName
|
|
|
})
|
|
|
}, 5000)
|
|
|
});
|
|
@@ -452,7 +452,7 @@ export function onInstalledCreateTab() {
|
|
|
|
|
|
|
|
|
* 在popop重新发送
|
|
|
- * @param {*} req
|
|
|
+ * @param {*} req
|
|
|
*/
|
|
|
export function popupRePublish(req) {
|
|
|
try {
|
|
@@ -517,11 +517,11 @@ export async function setMessageCount() {
|
|
|
function createAlarm() {
|
|
|
try {
|
|
|
let alarmInfo = {
|
|
|
-
|
|
|
+
|
|
|
delayInMinutes: 1,
|
|
|
-
|
|
|
+
|
|
|
|
|
|
-
|
|
|
+
|
|
|
periodInMinutes: 1
|
|
|
};
|
|
|
|
|
@@ -740,4 +740,4 @@ const createTabShowGiveaway = (params) => {
|
|
|
chrome.tabs.create({
|
|
|
url: params.url,
|
|
|
});
|
|
|
-}
|
|
|
+}
|