cc-viewer 1.2.9 → 1.3.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 +0 -10
- package/dist/assets/{index-Do8E8Nxd.js → index-C8W8UYGw.js} +111 -111
- package/dist/assets/index-V2-sKBoM.css +1 -0
- package/dist/index.html +2 -2
- package/interceptor.js +1 -1
- package/package.json +1 -1
- package/server.js +89 -1
- package/dist/assets/index-DhZ8St4J.css +0 -1
package/README.md
CHANGED
|
@@ -115,13 +115,3 @@ CC-Viewer supports 18 languages, automatically switching based on system locale:
|
|
|
115
115
|
## License
|
|
116
116
|
|
|
117
117
|
MIT
|
|
118
|
-
|
|
119
|
-
### How to Submit a PR
|
|
120
|
-
The author welcomes and encourages PRs from the community.
|
|
121
|
-
|
|
122
|
-
A few requirements:
|
|
123
|
-
|
|
124
|
-
When submitting a PR, please tell me what your Prompt was and which model you used to modify the code (PRs made with inferior models will not be accepted);
|
|
125
|
-
If there are UI changes, tell me what functionality was modified on the interface — a screenshot with circles drawn around the changes is recommended;
|
|
126
|
-
Changes to cli.js and interceptor.js will be reviewed very carefully, as I don't want issues in core files to affect everyone's usage;
|
|
127
|
-
Please make sure to verify the functionality locally before submitting — much appreciated!
|