We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
safari
1 parent 9f0877b commit 09b0216Copy full SHA for 09b0216
ecosystem.config.js
@@ -0,0 +1,15 @@
1
+module.exports = {
2
+ apps: [
3
+ {
4
+ name: 'Shiro',
5
+ script: 'npx next start -p 2323',
6
+ instances: 1,
7
+ autorestart: true,
8
+ watch: false,
9
+ max_memory_restart: '180M',
10
+ env: {
11
+ NODE_ENV: 'production',
12
+ },
13
14
+ ],
15
+}
src/components/layout/header/internal/Activity.tsx
@@ -68,7 +68,7 @@ const appLabels: { [app: string]: string } = {
68
音乐: 'music',
69
网易云音乐: 'netease',
70
备忘录: 'notes',
71
- 'Safari 浏览器': 'safari',
+ Safari浏览器: 'safari',
72
微信: 'wechat',
73
腾讯会议: 'tencent_meeting',
74
Alacritty: 'alacritty',
0 commit comments