tinker-wallpaper 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +29 -0
- package/dist/preload/index.js +13 -0
- package/dist/renderer/assets/app-D64CWda5.js +168 -0
- package/dist/renderer/assets/app-h-xIjsGZ.css +1 -0
- package/dist/renderer/index.html +12 -0
- package/icon.png +0 -0
- package/package.json +47 -0
package/README.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# tinker-wallpaper
|
|
2
|
+
|
|
3
|
+
A wallpaper plugin for [TINKER](https://github.com/liriliri/tinker), supporting wallpaper search, preview, download, and desktop setting.
|
|
4
|
+
|
|
5
|
+

|
|
6
|
+
|
|
7
|
+
## Features
|
|
8
|
+
|
|
9
|
+
- **Wallpaper search** by keyword
|
|
10
|
+
- **Infinite scroll** to load more results
|
|
11
|
+
- **Resolution selection** with auto best-match for current screen
|
|
12
|
+
- **Save wallpaper** to local disk
|
|
13
|
+
- **Set as desktop wallpaper** directly
|
|
14
|
+
- **i18n** support for English and Chinese
|
|
15
|
+
|
|
16
|
+
## Installation
|
|
17
|
+
|
|
18
|
+
Download and install TINKER from `https://tinker.liriliri.io/`, then run `npm i -g tinker-wallpaper`.
|
|
19
|
+
|
|
20
|
+
## Usage
|
|
21
|
+
|
|
22
|
+
1. Enter keywords in the search box and click "Search"
|
|
23
|
+
2. Click a wallpaper thumbnail to preview it
|
|
24
|
+
3. Select a resolution from the dropdown if multiple sizes are available
|
|
25
|
+
4. Click "Save" to download the wallpaper or "Set Wallpaper" to apply it to the desktop
|
|
26
|
+
|
|
27
|
+
## Data Source
|
|
28
|
+
|
|
29
|
+
Wallpapers are sourced from [壁纸汇](https://www.bizhihui.com/).
|