mirror of
https://github.com/zhouhua/obsidian-white-noise.git
synced 2026-07-22 12:20:24 +00:00
Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e443d737f | ||
|
|
11557905eb |
5 changed files with 6 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ const zh = {
|
|||
'90': '1.5小时',
|
||||
'120': '2小时',
|
||||
},
|
||||
config: '白噪音设置',
|
||||
config: '白噪音',
|
||||
paused: '[暂停] ',
|
||||
stopped: '[时间到] ',
|
||||
notPlaying: '白噪音未播放',
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue