feat: 初始化项目,并且接近完成 ozon 部分

This commit is contained in:
Joey
2026-08-15 22:19:27 +08:00
commit 1591d5e35a
46 changed files with 9827 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
.venv/
.env
**/__pycache__/
*.pyc
.DS_Store
web/ozonSeller.html.bak
# V2 运行时数据(SQLite + 本地媒体)
data/
# 反编译参考资料(约 40 个 bundle),设计结论已写入 docs/extension/plan.md §2
reference/
# Nodeextension / studio / packages
node_modules/
dist/
.output/
.wxt/
.pnpm-store/