Initial commit
This commit is contained in:
42
.gitignore
vendored
Normal file
42
.gitignore
vendored
Normal file
@ -0,0 +1,42 @@
|
||||
# ---> Vue
|
||||
# gitignore template for Vue.js projects
|
||||
#
|
||||
# Recommended template: Node.gitignore
|
||||
|
||||
# TODO: where does this rule come from?
|
||||
docs/_book
|
||||
|
||||
# TODO: where does this rule come from?
|
||||
test/
|
||||
|
||||
# ---> NWjs
|
||||
# gitignore template for NW.js projects
|
||||
# website: https://nwjs.io/
|
||||
|
||||
# Seen in standard and sdk versions
|
||||
credits.html
|
||||
locales/
|
||||
libEGL.dll
|
||||
libGLEv2.dll
|
||||
node.dll
|
||||
nw.dll
|
||||
nw.exe
|
||||
natives_blob.bin
|
||||
nw_100_percent.pak
|
||||
nw_200_percent.pak
|
||||
nw_elf.dll
|
||||
snapshot_blob.bin
|
||||
resources.pak
|
||||
|
||||
# Seen only in standard
|
||||
d3dcompiler_47.dll
|
||||
ffmpeg.dll
|
||||
icudtl.dat
|
||||
|
||||
# Seen only in sdk
|
||||
pnacl/
|
||||
chromedriver.exe
|
||||
nacl_irt_x86_64.nexe
|
||||
nwjc.exe
|
||||
payload.exe
|
||||
|
5
LICENSE
Normal file
5
LICENSE
Normal file
@ -0,0 +1,5 @@
|
||||
Copyright (C) 2024 by lukegzs 1280880631@qq.com
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
Reference in New Issue
Block a user