[yx] update
Showing
.gitignore
0 → 100644
plugin/.gitignore
0 → 100644
plugin/background.js
0 → 100644
plugin/dist/app.js
0 → 100644
This diff is collapsed.
Click to expand it.
plugin/dist/app.min.js
0 → 100644
plugin/dist/app.min.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
plugin/icon.png
0 → 100644

1.48 KB
plugin/manifest.json
0 → 100644
plugin/package.json
0 → 100644
{ | ||
"$schema": "https://json.schemastore.org/jsconfig", | ||
"type": "module", | ||
"scripts": { | ||
"build": "rollup -c" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-commonjs": "^28.0.2", | ||
"@rollup/plugin-node-resolve": "^16.0.0", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"rollup": "^4.34.8" | ||
} | ||
} | ||
\ No newline at end of file |
plugin/popup.html
0 → 100644
plugin/rollup.config.js
0 → 100644
plugin/src/base.js
0 → 100644
This diff is collapsed.
Click to expand it.
plugin/src/main.js
0 → 100644
plugin/src/util.js
0 → 100644
pyproject.toml
0 → 100644
src/__init__.py
0 → 100644
src/__pycache__/__init__.cpython-38.pyc
0 → 100644
File added
src/__pycache__/browser.cpython-38.pyc
0 → 100644
File added
src/__pycache__/conf.cpython-38.pyc
0 → 100644
File added
src/__pycache__/const.cpython-38.pyc
0 → 100644
File added
src/__pycache__/export.cpython-38.pyc
0 → 100644
File added
src/__pycache__/log.cpython-38.pyc
0 → 100644
File added
src/browser.py
0 → 100644
This diff is collapsed.
Click to expand it.
src/const.py
0 → 100644
src/export.py
0 → 100644
test/__init__.py
0 → 100644
test/test_export.py
0 → 100644
test/test_req.py
0 → 100644
tool/__pycache__/date.cpython-38.pyc
0 → 100644
File added
tool/__pycache__/log.cpython-38.pyc
0 → 100644
File added
tool/date.py
0 → 100644
tool/log.py
0 → 100644
Please
register
or
sign in
to comment