mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	.js
This commit is contained in:
		
							parent
							
								
									2438c047a7
								
							
						
					
					
						commit
						7ce86a6196
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -6,7 +6,7 @@
 | 
			
		|||
/*
 | 
			
		||||
 * Notification manager for SW
 | 
			
		||||
 */
 | 
			
		||||
import type { BadgeNames, PushNotificationDataMap } from '@/types';
 | 
			
		||||
import type { BadgeNames, PushNotificationDataMap } from '@/types.js';
 | 
			
		||||
import { char2fileName } from '@/scripts/twemoji-base.js';
 | 
			
		||||
import { cli } from '@/scripts/operations.js';
 | 
			
		||||
import { getAccountFromId } from '@/scripts/get-account-from-id.js';
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,7 +8,7 @@
 | 
			
		|||
 * 各種操作
 | 
			
		||||
 */
 | 
			
		||||
import * as Misskey from 'misskey-js';
 | 
			
		||||
import type { SwMessage, SwMessageOrderType } from '@/types';
 | 
			
		||||
import type { SwMessage, SwMessageOrderType } from '@/types.js';
 | 
			
		||||
import { getAccountFromId } from '@/scripts/get-account-from-id.js';
 | 
			
		||||
import { getUrlWithLoginId } from '@/scripts/login-id.js';
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,7 +5,7 @@
 | 
			
		|||
 | 
			
		||||
import { get } from 'idb-keyval';
 | 
			
		||||
import * as Misskey from 'misskey-js';
 | 
			
		||||
import type { PushNotificationDataMap } from '@/types';
 | 
			
		||||
import type { PushNotificationDataMap } from '@/types.js';
 | 
			
		||||
import { createEmptyNotification, createNotification } from '@/scripts/create-notification.js';
 | 
			
		||||
import { swLang } from '@/scripts/lang.js';
 | 
			
		||||
import * as swos from '@/scripts/operations.js';
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue