Compare commits

...

2 commits
0.0.3 ... main

Author SHA1 Message Date
Zhou Hua
7e443d737f 0.0.4 2025-04-08 11:49:45 +08:00
Zhou Hua
11557905eb fix cr issues 2025-04-08 11:49:29 +08:00
5 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "white-noise",
"name": "White Noise",
"version": "0.0.3",
"version": "0.0.4",
"minAppVersion": "1.8.0",
"description": "Play white noise to help you focus on your work",
"author": "Zhou Hua",

View file

@ -1,7 +1,7 @@
{
"name": "obsidian-white-noise",
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"description": "Play white noise to help you focus on your work",
"author": "zhouhua",
"license": "MIT",

View file

@ -19,7 +19,7 @@ const en = {
'90': '1.5 hours',
'120': '2 hours',
},
config: 'White Noise Settings',
config: 'White Noise',
paused: '[Paused] ',
stopped: '[Time up] ',
notPlaying: 'Not playing white noise',

View file

@ -19,7 +19,7 @@ const zh = {
'90': '1.5小时',
'120': '2小时',
},
config: '白噪音设置',
config: '白噪音',
paused: '[暂停] ',
stopped: '[时间到] ',
notPlaying: '白噪音未播放',

View file

@ -1,5 +1,6 @@
{
"0.0.1": "1.7.7",
"0.0.2": "1.7.7",
"0.0.3": "1.8.0"
"0.0.3": "1.8.0",
"0.0.4": "1.8.0"
}