nexfep 0.0.2 → 0.0.3

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-CN.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Nexfep
2
2
 
3
- 基于 WebView 的桌面应用框架
3
+ 语言: [English](https://github.com/zhuxiaojt/Nexfep/blob/master/README.md) | 简体中文(当前)
4
+
5
+ 基于 @webviewjs/webview 的桌面应用框架
4
6
 
5
7
  ## 项目状态
6
8
 
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Nexfep
2
2
 
3
- A desktop application framework based on WebView
3
+ Language: English(now) | [简体中文](https://github.com/zhuxiaojt/Nexfep/blob/master/README-CN.md)
4
+
5
+ A desktop application framework based on @webviewjs/webview
4
6
 
5
7
  ## Project Status
6
8
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nexfep",
3
- "description": "A desktop application framework based on WebView.js",
4
- "version": "0.0.2",
3
+ "description": "A desktop application framework based on @webviewjs/webview",
4
+ "version": "0.0.3",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@9.15.9",
7
7
  "main": "./index.js",