cc4-embedded-system 3.1.0 → 3.1.1
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 +2 -2
- package/Screenshot/v3.1.1.png +0 -0
- package/package.json +1 -1
- package/Screenshot/v3.0.1.png +0 -0
- package/Screenshot/v3.1.0.png +0 -0
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
- This version based on [html-minifier-next](https://github.com/j9t/html-minifier-next) and rewrite [lwIP makefsdata](https://github.com/m-labs/lwip/tree/master/src/apps/httpd/makefsdata), run on localhost, default port: ```3000```.
|
|
3
3
|
- This tool is deployed on [npm package](https://www.npmjs.com/package/cc4-embedded-system).
|
|
4
4
|
|
|
5
|
-

|
|
6
6
|
|
|
7
7
|
## Structure
|
|
8
8
|
```text
|
|
@@ -14,7 +14,7 @@ CC4EmbeddedSystem/
|
|
|
14
14
|
├── public/
|
|
15
15
|
│ └── index.html // Web GUI dashboard
|
|
16
16
|
├── Sereenshot/
|
|
17
|
-
│ └── v3.1.
|
|
17
|
+
│ └── v3.1.1.png // Demo image
|
|
18
18
|
├── node_modules/ // Required submodules during development
|
|
19
19
|
├── dist/ // Compiled JavaScript output (Auto-generated)
|
|
20
20
|
├── package.json // Project configuration & dependencies
|
|
Binary file
|
package/package.json
CHANGED
package/Screenshot/v3.0.1.png
DELETED
|
Binary file
|
package/Screenshot/v3.1.0.png
DELETED
|
Binary file
|