ForcomeBot 2.2.26__tar.gz → 2.2.28__tar.gz
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.
- {forcomebot-2.2.26 → forcomebot-2.2.28}/PKG-INFO +1 -1
- {forcomebot-2.2.26 → forcomebot-2.2.28}/pyproject.toml +1 -1
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/__main__.py +2 -2
- {forcomebot-2.2.26 → forcomebot-2.2.28}/.gitignore +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/config.example.yaml +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/__init__.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/api/__init__.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/api/routes.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/api/websocket.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/auth/__init__.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/auth/database.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/auth/dingtalk.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/auth/jwt_handler.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/auth/middleware.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/auth/models.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/auth/routes.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/clients/__init__.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/clients/langbot.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/clients/qianxun.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/core/__init__.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/core/config_manager.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/core/log_collector.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/core/message_queue.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/core/state_store.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/handlers/__init__.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/handlers/message_handler.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/handlers/message_parser.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/handlers/scheduler.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/models.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/services/__init__.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/services/nickname_service.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/static/index.html +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/static/vite.svg +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/utils/__init__.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/utils/text_processor.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/utils/xml_parser.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/src/web.py +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/code-frame/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/code-frame/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/compat-data/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/compat-data/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/core/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/core/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/generator/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/generator/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-compilation-targets/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-compilation-targets/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-globals/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-globals/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-module-imports/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-module-imports/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-module-transforms/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-module-transforms/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-plugin-utils/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-plugin-utils/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-string-parser/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-string-parser/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-validator-identifier/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-validator-identifier/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-validator-option/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-validator-option/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helpers/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helpers/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/parser/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/parser/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/plugin-transform-react-jsx-self/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/plugin-transform-react-jsx-self/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/plugin-transform-react-jsx-source/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/plugin-transform-react-jsx-source/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/runtime/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/runtime/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/template/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/template/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/traverse/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/traverse/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/types/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/types/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@emnapi/core/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@emnapi/core/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@emnapi/runtime/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@emnapi/runtime/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@emnapi/wasi-threads/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@emnapi/wasi-threads/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@eslint/config-array/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@eslint/config-array/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@eslint/config-helpers/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@eslint/config-helpers/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@eslint/core/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@eslint/core/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@eslint/eslintrc/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@eslint/eslintrc/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@eslint/js/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@eslint/js/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@eslint/object-schema/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@eslint/object-schema/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@eslint/plugin-kit/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@eslint/plugin-kit/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@eslint-community/eslint-utils/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@eslint-community/eslint-utils/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@eslint-community/regexpp/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@eslint-community/regexpp/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@humanfs/core/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@humanfs/core/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@humanfs/node/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@humanfs/node/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@humanwhocodes/module-importer/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@humanwhocodes/module-importer/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@humanwhocodes/retry/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@humanwhocodes/retry/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@jridgewell/gen-mapping/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@jridgewell/gen-mapping/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@jridgewell/remapping/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@jridgewell/remapping/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@jridgewell/resolve-uri/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@jridgewell/resolve-uri/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@jridgewell/sourcemap-codec/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@jridgewell/sourcemap-codec/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@jridgewell/trace-mapping/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@jridgewell/trace-mapping/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@oxc-project/runtime/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@oxc-project/runtime/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@oxc-project/types/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@oxc-project/types/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@popperjs/core/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@restart/hooks/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@restart/hooks/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@rolldown/binding-win32-x64-msvc/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@rolldown/pluginutils/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@rolldown/pluginutils/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@tailwindcss/node/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@tailwindcss/node/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@tailwindcss/oxide/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@tailwindcss/oxide-win32-x64-msvc/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@tailwindcss/oxide-win32-x64-msvc/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@tailwindcss/vite/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@tailwindcss/vite/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@tanstack/query-core/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@tanstack/react-query/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@tanstack/react-query/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@tybys/wasm-util/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/babel__core/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/babel__core/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/babel__generator/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/babel__generator/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/babel__template/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/babel__template/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/babel__traverse/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/babel__traverse/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/date-arithmetic/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/date-arithmetic/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/estree/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/estree/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/json-schema/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/json-schema/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/node/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/node/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/prop-types/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/prop-types/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/react/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/react/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/react-big-calendar/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/react-big-calendar/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/react-dom/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/react-dom/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/warning/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/warning/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/eslint-plugin/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/eslint-plugin/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/parser/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/parser/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/project-service/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/project-service/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/scope-manager/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/scope-manager/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/tsconfig-utils/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/tsconfig-utils/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/type-utils/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/type-utils/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/types/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/types/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/typescript-estree/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/typescript-estree/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/typescript-estree/node_modules/semver/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/typescript-estree/node_modules/semver/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/utils/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/utils/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/visitor-keys/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/visitor-keys/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@vitejs/plugin-react/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@vitejs/plugin-react/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/acorn/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/acorn/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/acorn-jsx/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/acorn-jsx/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/ajv/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/ajv/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/argparse/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/argparse/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/asynckit/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/asynckit/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/axios/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/axios/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/balanced-match/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/baseline-browser-mapping/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/brace-expansion/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/brace-expansion/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/browserslist/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/browserslist/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/call-bind-apply-helpers/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/call-bind-apply-helpers/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/caniuse-lite/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/caniuse-lite/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/color-convert/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/color-convert/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/color-name/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/color-name/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/concat-map/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/convert-source-map/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/convert-source-map/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/cookie/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/cookie/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/cross-spawn/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/cross-spawn/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/csstype/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/csstype/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/date-arithmetic/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/date-fns/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/dayjs/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/dayjs/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/debug/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/debug/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/deep-is/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/detect-libc/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/detect-libc/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/dom-helpers/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/dom-helpers/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/dunder-proto/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/dunder-proto/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/electron-to-chromium/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/electron-to-chromium/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/enhanced-resolve/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/enhanced-resolve/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/es-define-property/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/es-define-property/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/es-errors/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/es-errors/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/es-object-atoms/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/es-object-atoms/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/es-set-tostringtag/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/es-set-tostringtag/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/eslint/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/eslint/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/eslint-plugin-react-hooks/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/eslint-plugin-react-hooks/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/eslint-plugin-react-refresh/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/eslint-plugin-react-refresh/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/eslint-scope/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/eslint-scope/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/eslint-visitor-keys/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/eslint-visitor-keys/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/espree/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/espree/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/esquery/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/esrecurse/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/estraverse/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/esutils/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/fast-deep-equal/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/fast-deep-equal/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/fast-json-stable-stringify/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/fast-json-stable-stringify/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/fast-levenshtein/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/fdir/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/fdir/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/file-entry-cache/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/file-entry-cache/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/flat-cache/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/flat-cache/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/flatted/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/flatted/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/follow-redirects/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/follow-redirects/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/form-data/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/function-bind/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/function-bind/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/gensync/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/gensync/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/get-intrinsic/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/get-intrinsic/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/get-proto/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/get-proto/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/glob-parent/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/glob-parent/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/globalize/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/globalize/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/gopd/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/gopd/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/graceful-fs/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/graceful-fs/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/has-symbols/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/has-symbols/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/has-tostringtag/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/has-tostringtag/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/hasown/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/hasown/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/hermes-estree/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/hermes-estree/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/hermes-parser/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/hermes-parser/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/ignore/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/imurmurhash/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/invariant/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/invariant/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/is-extglob/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/is-extglob/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/is-glob/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/is-glob/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/isexe/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/isexe/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/jiti/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/jiti/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/js-tokens/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/js-tokens/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/js-yaml/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/js-yaml/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/jsesc/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/json-buffer/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/json-buffer/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/json-schema-traverse/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/json-schema-traverse/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/json-stable-stringify-without-jsonify/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/json5/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/keyv/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/levn/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/levn/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/lightningcss/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/lightningcss/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/lightningcss-win32-x64-msvc/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/lightningcss-win32-x64-msvc/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/lodash/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/lodash/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/lodash-es/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/lodash-es/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/lodash.merge/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/lodash.merge/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/loose-envify/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/loose-envify/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/lru-cache/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/lru-cache/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/luxon/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/magic-string/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/magic-string/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/math-intrinsics/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/math-intrinsics/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/memoize-one/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/memoize-one/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/mime-db/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/mime-db/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/mime-types/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/mime-types/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/minimatch/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/minimatch/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/moment/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/moment/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/moment-timezone/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/moment-timezone/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/nanoid/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/nanoid/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/natural-compare/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/node-releases/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/node-releases/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/optionator/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/optionator/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/picocolors/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/picocolors/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/picomatch/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/picomatch/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/postcss/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/postcss/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/prelude-ls/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/prelude-ls/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/prop-types/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/prop-types/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/proxy-from-env/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/proxy-from-env/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/punycode/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/react/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/react/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/react-big-calendar/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/react-big-calendar/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/react-dom/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/react-dom/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/react-is/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/react-is/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/react-lifecycles-compat/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/react-overlays/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/react-overlays/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/react-refresh/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/react-refresh/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/react-router/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/react-router-dom/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/rolldown/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/rolldown/node_modules/@rolldown/pluginutils/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/rolldown/node_modules/@rolldown/pluginutils/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/scheduler/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/scheduler/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/semver/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/semver/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/set-cookie-parser/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/set-cookie-parser/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/source-map-js/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/source-map-js/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/tailwindcss/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/tailwindcss/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/tapable/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/tapable/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/tinyglobby/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/tinyglobby/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/ts-api-utils/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/tslib/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/type-check/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/type-check/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/typescript/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/typescript-eslint/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/typescript-eslint/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/uncontrollable/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/uncontrollable/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/undici-types/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/undici-types/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/update-browserslist-db/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/update-browserslist-db/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/uri-js/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/uri-js/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/vite/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/warning/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/which/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/which/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/word-wrap/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/word-wrap/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/yallist/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/yallist/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/zod/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/zod/README.md +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/zod-validation-error/LICENSE +0 -0
- {forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/zod-validation-error/README.md +0 -0
|
@@ -60,7 +60,7 @@ def setup_logging(level: str = "INFO"):
|
|
|
60
60
|
app = FastAPI(
|
|
61
61
|
title="FORCOME 康康",
|
|
62
62
|
description="千寻微信框架Pro与LangBot中间件",
|
|
63
|
-
version="2.2.
|
|
63
|
+
version="2.2.28"
|
|
64
64
|
)
|
|
65
65
|
|
|
66
66
|
# 注册路由
|
|
@@ -449,7 +449,7 @@ async def root():
|
|
|
449
449
|
return RedirectResponse(url="/app/")
|
|
450
450
|
return {
|
|
451
451
|
"name": "FORCOME 康康",
|
|
452
|
-
"version": "2.2.
|
|
452
|
+
"version": "2.2.28",
|
|
453
453
|
"callback_url": "/qianxun/callback",
|
|
454
454
|
"api_docs": "/docs",
|
|
455
455
|
"admin": "/admin",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-compilation-targets/LICENSE
RENAMED
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-compilation-targets/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-module-imports/LICENSE
RENAMED
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-module-imports/README.md
RENAMED
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-module-transforms/LICENSE
RENAMED
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-module-transforms/README.md
RENAMED
|
File without changes
|
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-plugin-utils/README.md
RENAMED
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-string-parser/LICENSE
RENAMED
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-string-parser/README.md
RENAMED
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-validator-identifier/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-validator-option/LICENSE
RENAMED
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@babel/helper-validator-option/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@eslint-community/eslint-utils/LICENSE
RENAMED
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@eslint-community/eslint-utils/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@eslint-community/regexpp/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@humanwhocodes/module-importer/LICENSE
RENAMED
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@humanwhocodes/module-importer/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@jridgewell/sourcemap-codec/LICENSE
RENAMED
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@jridgewell/sourcemap-codec/README.md
RENAMED
|
File without changes
|
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@jridgewell/trace-mapping/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@rolldown/binding-win32-x64-msvc/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@tailwindcss/oxide-win32-x64-msvc/LICENSE
RENAMED
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@tailwindcss/oxide-win32-x64-msvc/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@types/react-big-calendar/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/eslint-plugin/LICENSE
RENAMED
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/eslint-plugin/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/parser/README.md
RENAMED
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/project-service/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/scope-manager/LICENSE
RENAMED
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/scope-manager/README.md
RENAMED
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/tsconfig-utils/LICENSE
RENAMED
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/tsconfig-utils/README.md
RENAMED
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/type-utils/LICENSE
RENAMED
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/type-utils/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/visitor-keys/LICENSE
RENAMED
|
File without changes
|
{forcomebot-2.2.26 → forcomebot-2.2.28}/web/node_modules/@typescript-eslint/visitor-keys/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|