Compare commits

..

4775 Commits

Author SHA1 Message Date
pohgxz
54266f97f8 fix: 尝试修复 Update apifox 错误
Some checks are pending
Build NapCat Artifacts / Build-Framework (push) Waiting to run
Build NapCat Artifacts / Build-Shell (push) Waiting to run
2026-02-05 22:47:02 +08:00
手瓜一十雪
687a5f5708 Update ffmpeg native addon binaries
feat: ogg opus格式支持 fix #1593
2026-02-05 22:00:12 +08:00
手瓜一十雪
3dab2b4361 Update appid for 3.2.25-45758
Correct the appid entry in packages/napcat-core/external/appid.json for version 3.2.25-45758, changing it from 537314197 to 537340249 to ensure the build is identified correctly. (File now lacks a trailing newline.)
2026-02-05 20:28:11 +08:00
006lp
74be268dbe
Update appid and qua for version 3.2.25-45758 (#1596)
Signed-off-by: 006lp <144674902+006lp@users.noreply.github.com>
2026-02-05 20:27:53 +08:00
手瓜一十雪
8b3f60628e Bump appid entry to 3.2.25-45758
Rename the object key in packages/napcat-core/external/appid.json from "3.2.25-45627" to "3.2.25-45758" to register the new build. The appid (537340249) and qua string were not modified in this change; please verify whether the qua should also be updated to match the new build identifier.
2026-02-05 20:13:48 +08:00
手瓜一十雪
f0eb6379c1 Add Linux appid 3.2.25-45627
Add a new entry to packages/napcat-core/external/appid.json for version 3.2.25-45627 with appid 537340249 and qua "V1_LNX_NQ_3.2.25_45627_GW_B". This registers the Linux build identifier in the appid mapping.
2026-02-05 20:05:35 +08:00
手瓜一十雪
f3e24811ad Simplify QQ/Node download in release workflow
Merge and simplify the QQ and Node.js download steps in .github/workflows/release.yml: remove the actions/cache step and related QQ cache logic, always download the QQ x64 installer directly, and assemble/extract using a single temporary directory (TMPDIR). Also rename the step to "Download and Assemble NapCat.Shell.Windows.Node.zip" and switch NODE_EXTRACT to use TMPDIR instead of WORK_TMPDIR. This reduces workflow complexity and avoids maintaining a local cache for the QQ installer.
2026-02-05 18:40:47 +08:00
Qiao
ecbac2b782
fix(webui): 修复 Toast 提示信息过长导致 UI 溢出的问题 (#1595)
- 新增路径截断工具函数,支持 Windows/Linux 长路径处理

- 创建 toast 包装器,自动截断错误信息中的长路径

- 为 Toaster 组件添加 maxWidth 和 word-break 样式防止溢出

- 更新插件配置弹窗使用新的 toast 工具
2026-02-05 18:22:25 +08:00
手瓜一十雪
49b5496406 Revert "Lower NTQQ build check from 41679 to 39038"
This reverts commit 280aac5c75.
2026-02-05 18:03:29 +08:00
pohgxz
dc8b85da1c feat: 自动更新apifox
Some checks are pending
Build NapCat Artifacts / Build-Framework (push) Waiting to run
Build NapCat Artifacts / Build-Shell (push) Waiting to run
2026-02-05 12:56:53 +08:00
手瓜一十雪
b862b2fa1c Add mappings for 3.2.25 and 9.9.27 builds
Update external mapping files to include new build entries. Added send/recv addresses for 3.2.25-45758 (x64 and arm64) and 9.9.27-45758-x64 in packages/napcat-core/external/napi2native.json and packages/napcat-core/external/packet.json. No functional code changes — just registry updates for new builds.
2026-02-05 11:29:49 +08:00
Qiao
39a2a4028b feat(webui): 添加QQ掉线时重启进程提示
- 后端 CheckLoginStatus API 新增 isOffline 字段区分掉线与未登录状态
- 后端 GetQQLoginInfo API 新增返回 online 和 avatarUrl 字段
- 前端掉线时弹窗提示用户是否重启进程
- 修正 isLogin 类型从 string 改为 boolean
2026-02-05 11:07:02 +08:00
手瓜一十雪
29d7b95d05 Add codeString prop to Snippet for formatted JSON
Pass JSON.stringify(...) as the codeString prop to Snippet so structured message/response objects are rendered as pretty-printed JSON and can be copied via the tooltip. Changes applied in show_structed_message.tsx, display_card/render.tsx, and display_card/response.tsx.
2026-02-04 12:33:18 +08:00
手瓜一十雪
280aac5c75 Lower NTQQ build check from 41679 to 39038
Update NTQQFriendApi to use a lower minimum NTQQ build threshold (39038) when deciding which buddyListV2 API path to call. The change replaces occurrences of '41679' with '39038' in packages/napcat-core/apis/friend.ts (affecting getBuddyV2SimpleInfoMap and the buddyListV2 retrieval logic) to broaden compatibility with older NTQQ builds.
2026-02-03 22:56:12 +08:00
手瓜一十雪
67dc41bbd2 Improve extension tab UI and add /plugin proxy
Update dashboard extension UI to prevent title overflow: add truncate and max-width to the tab title, include the plugin name in the title tooltip, and hide the plugin-name label on small screens (visible from md+). Also add a '/plugin' proxy entry to the Vite dev server config so plugin requests are forwarded to the backend debug URL.
2026-02-03 18:58:40 +08:00
手瓜一十雪
24c832be16 refactor: serviceworker
重构sw.js,实现更智能的缓存,根据路由设计缓存
2026-02-03 18:09:12 +08:00
手瓜一十雪
2fcc5c74d3 Add externalVersion and refine API types
Add externalVersion boolean to LoginInitConfig and pass false at initialization; bump appid qua for 9.9.27 entry. Refine several IPC/wrapper typings to use Promise return types, adjust pathIsReadableAndWriteable signature to accept a type and return Promise<number>, and update NodeIKernelNodeMiscService method signatures (styling) while adding getQimei36WithNewSdk(). These changes improve type accuracy for async/native calls and add a new SDK helper.
2026-02-03 15:59:31 +08:00
手瓜一十雪
029feaa51a Cache QQ installer and handle win64 files
Update GitHub Actions release workflow to use a cached QQ x64 installer (updated NT_URL), add cache key generation and actions/cache usage, and implement a download-and-extract step that reuses the cache. Adjust temporary directory usage (WORK_TMPDIR/NODE_EXTRACT), add LightQuic.dll to copy targets, and copy specific win64 files into an OUT_DIR/win64 folder.

Update packages/napcat-develop/loadNapCat.cjs to recognize and copy win64 artifacts: add TARGET_WIN64_DIR, include LightQuic.dll, define win64ItemsToCopy (SSOShareInfoHelper64.dll, parent-ipc-core-x64.dll), validate their presence, ensure target directories, and copy win64 files into dist/win64. These changes speed CI by caching the installer and ensure required win64 DLLs are packaged alongside the main distribution.
2026-02-03 15:28:13 +08:00
Qiao
d2734234e8 style(webui): 优化插件商店样式,使用固定头部 (#1585)
* fix: 修复 qq_login.tsx 类型错误

- onSelectionChange 的 key 参数可能为 null,添加空值检查

* style(webui): refactor plugin store layout with sticky header
2026-02-03 14:23:13 +08:00
Qiao
21d5652924 fix: 插件更新时保留 data 文件夹 (#1584)
* fix: 修复 qq_login.tsx 类型错误

- onSelectionChange 的 key 参数可能为 null,添加空值检查

* fix: 插件更新时保留 data 文件夹

- 更新插件时备份 data 文件夹,解压后恢复

- 添加异常处理,确保解压失败时也能恢复 data 文件夹
2026-02-03 09:55:21 +08:00
手瓜一十雪
168447dcbc Add password login support to web UI and backend
Implement password-based QQ login across the stack: add a PasswordLogin React component, integrate it into the QQ login page, and add a frontend controller method to call a new /QQLogin/PasswordLogin API. On the backend, add QQPasswordLoginHandler, router entry, and WebUiDataRuntime hooks (setPasswordLoginCall / requestPasswordLogin) plus a default handler. Register a password login callback in the shell (base.ts) that calls the kernel login service, handles common error cases and falls back to QR code when needed. Update types to include onPasswordLoginRequested and adjust NodeIKernelLoginService method signatures (including passwordLogin return type changed to Promise<QuickLoginResult>) and minor formatting fixes.
2026-02-02 19:48:31 +08:00
手瓜一十雪
0fd1a32293 Add plugin no-auth API routes and WebUI handling
Introduce support for plugin API routes that do not require WebUI authentication. Updates include:

- napcat-onebot: Add apiNoAuth route storage and helpers (apiNoAuth, getNoAuth, postNoAuth, putNoAuth, deleteNoAuth), hasApiNoAuthRoutes, buildApiNoAuthRouter, and clear handling in PluginRouterRegistryImpl.
- napcat-onebot types: Extend PluginRouterRegistry interface with no-auth API methods and document that authenticated APIs remain separate.
- napcat-webui-backend: Mount a new unauthenticated plugin route handler at /plugin/:pluginId/api that looks up the plugin router and dispatches requests to the plugin's no-auth router, returning appropriate errors when context or routes are missing.
- napcat-plugin-builtin: Add example no-auth endpoints (public/info and health) and update logger messages to reflect both auth and no-auth API paths.
- Bump napcat-types version to 0.0.16 and update napcat-plugin-builtin dependency accordingly.

These changes enable plugins to expose public endpoints (e.g. health checks or public metadata) under /plugin/{pluginId}/api/ while keeping existing authenticated APIs under /api/Plugin/ext/{pluginId}/.
2026-02-02 19:13:01 +08:00
手瓜一十雪
ba473d57f0 Cache object properties to avoid extra RPC
Serialize non-function properties of server-side objects as cachedProps so simple property reads don't require additional RPCs. Added cachedProps to SerializedValue, have RpcServer.storeObjectRef serialize and attach cachedProps (skipping functions), updated serializer to deserialize cachedProps and pass them to proxyCreator, and updated client proxy creation to accept cachedProps and return cached top-level properties directly. Tests updated to expect direct property access for serialized/simple objects and arrays.
2026-02-02 18:59:23 +08:00
手瓜一十雪
a27df71f5d Support object references and deep proxying
Introduce remote object references (refId) and deep proxy support across client, server, serializer and types. Key changes:

- Add refId propagation in client proxies so child proxies inherit and include refId on RPC requests.
- Extend serializer to handle a new SerializedValueType.OBJECT_REF, add refResolver and pass refId to proxyCreator.
- Server: store object references in a Map with generated ref IDs, resolve paths with optional refId, serialize results to OBJECT_REF when shouldProxyResult returns true, and release cleans up references. Add defaultShouldProxyResult heuristic to decide which return values should remain proxied (class instances and objects with methods).
- Types: add refId fields and ObjectRef shape, expose shouldProxyResult option on RpcServerOptions, and include refId in ProxyMeta and serialized values.
- Tests updated across the suite to expect proxied return values (arrays/objects/class instances) and to await property access or method calls; add comprehensive tests for deep return value proxying, chained calls, callbacks, constructors on returned proxies, and lifecycle of remote object proxies.

These changes enable returning live/proxied remote objects (including class instances and objects with methods) from RPC calls, preserving remote behavior and allowing subsequent operations to target the same server-side object.
2026-02-02 18:43:37 +08:00
手瓜一十雪
fa74176160 Add napcat-rpc package with deep RPC
Introduce a new napcat-rpc package implementing a deep-proxy RPC system. Adds client (createDeepProxy, proxy helpers), server (RpcServer, createRpcServer), serializer (serialize/deserialize, callback registry), and transport layers (LocalTransport, MessageTransport, message server handler), plus an easy API (createRpcPair, mockRemote, createServer, createClient). Includes TypeScript types, tsconfig and package.json. Wire-up: add package alias in napcat-schema vite config and add napcat-rpc dependency to napcat-test along with comprehensive rpc tests.
2026-02-02 17:12:05 +08:00
手瓜一十雪
bcf985f92c Validate pluginId and use localStorage token
Return a 400 error when the /call-plugin/:pluginId route is requested without a pluginId to avoid calling getPluginExports with an undefined id (packages/napcat-plugin-builtin/index.ts).

Update the dashboard UI to read the auth token from localStorage (same-origin) instead of relying on a URL parameter; a comment about legacy webui_token in the URL was added while the implementation currently prefers localStorage.getItem('token') (packages/napcat-plugin-builtin/webui/dashboard.html).
2026-02-02 16:17:03 +08:00
手瓜一十雪
f6cca2b858 Expose plugin pages at /plugin/:id/page/:path
Add a public route to serve plugin extension pages without auth and update related pieces accordingly. Backend: register GET /plugin/:pluginId/page/:pagePath to locate the plugin router, validate page and HTML file existence, and send the file (returns appropriate 4xx/5xx errors). Frontend: switch iframe and new-window URLs to the new unauthenticated route (remove webui_token usage). Builtin plugin: clarify page registration comment and add a log line for the extension page URL. Minor formatting whitespace tweaks in plugin manager type annotations.
2026-02-02 15:40:18 +08:00
手瓜一十雪
e7e31972e5 Bump napcat-types & add plugin static/memory tests
Upgrade napcat-types to v0.0.15 and update the built-in plugin UI to test both filesystem and in-memory static resources. dashboard.html: clarify which plugin endpoints require auth, add buttons and a testMemoryResource() function that fetches an in-memory JSON resource, and add staticBase/memBase variables for non-auth static routes. napcat-webui-backend: return after 404 for missing memory files to stop further handling. (Lockfile updated accordingly.)
2026-02-02 15:35:26 +08:00
手瓜一十雪
610e19e34c Support memory static files and plugin APIs
Introduce in-memory static file support and inter-plugin exports. Add MemoryStaticFile/MemoryFileGenerator types and expose staticOnMem in PluginRouterRegistry; router registry now tracks memory routes and exposes getters. Add getPluginExports to plugin manager adapters to allow plugins to call each other's exported modules. WebUI backend gains routes to serve /plugin/:pluginId/mem/* (memory files) and /plugin/:pluginId/files/* (plugin filesystem static) without auth. Update builtin plugin to demonstrate staticOnMem and inter-plugin call, and add frontend UI to open extension pages in a new window. Note: API router no longer mounts static filesystem routes — those are handled by webui-backend.
2026-02-02 15:01:26 +08:00
手瓜一十雪
3a841ed0f1 Add image-size alias to napcat-schema vite config
Add a new Vite path alias '@/napcat-image-size' in packages/napcat-schema/vite.config.ts pointing to ../napcat-image-size. This enables cleaner imports of the napcat-image-size package from within napcat-schema source files.
2026-02-02 14:15:27 +08:00
手瓜一十雪
5fac30afd8 fix: #1574 & Clear CJS cache and reload plugins on install
Add support for clearing CommonJS module cache when unloading plugins and reload plugins on install. PluginLoader now uses createRequire to access require.cache and exposes clearCache(pluginPath) to remove cached modules under the plugin directory; plugin manager calls this when unloading. Web UI backend install handlers now reload an existing plugin (with progress updates) instead of skipping registration, ensuring updated code/metadata take effect.
2026-02-02 14:14:06 +08:00
手瓜一十雪
d4fee6798c Ignore env file and db-shm in .gitignore
Add packages/napcat-develop/config/.env to .gitignore to prevent committing environment configuration, and restore the guild1.db-shm entry (fix EOF/newline).
2026-02-02 13:22:29 +08:00
手瓜一十雪
08ff669042 Rename .env to .env.example
Rename the tracked dotenv file to .env.example (identical content) to avoid committing environment secrets and provide a template/example for project configuration.
2026-02-02 13:21:34 +08:00
手瓜一十雪
41bab4fabb Replace Type.Void() with Type.Object({})
Replace Type.Void() payload/return schemas with Type.Object({}) in several OneBot action extensions to represent empty object schemas and avoid void-type validation issues. Updated files: BotExit (payload & return), GetClientkey, GetFriendWithCategory, GetGroupAddRequest, GetRkey, GetRobotUinRange, GetUnidirectionalFriendList.
2026-02-02 13:17:06 +08:00
手瓜一十雪
870db6c4ce Rename image-size alias to napcat-image-size
Update Vite path alias from '@/image-size' to '@/napcat-image-size' in napcat-framework and napcat-shell vite.config.ts files to match the package directory ../napcat-image-size and ensure consistent import paths.
2026-02-01 17:46:40 +08:00
手瓜一十雪
b8c8df8a45 Add TIFF parser and buffer-based image size APIs
Introduce a TIFF parser and integrate it into the image detection/size parsing pipeline. Add buffer-based APIs (detectImageTypeFromBuffer, imageSizeFromBuffer, imageSizeFromBufferFallBack) and a helper to convert Buffer to a Readable stream; refactor parser registry into a type-to-parser map and a first-byte fast-path map for quicker detection. Harden WebP parsing with safer length checks. Add sample image resources and a comprehensive Vitest test suite (packages/napcat-test) with updated package dependency and resolve aliases. pnpm-lock updated to link the new package.
2026-02-01 17:42:58 +08:00
手瓜一十雪
7bc3b3cc46 Split image parsers into separate files
Move PNG/JPEG/BMP/GIF/WEBP parser implementations out of index.ts into dedicated files under packages/napcat-image-size/src/parser. Export ImageParser and matchMagic from index.ts, import the new BmpParser, GifParser, JpegParser, PngParser and WebpParser classes, and update the parsers array to instantiate those classes. Keeps existing parsing logic and stream-based size detection while cleaning up index.ts for modularity.
2026-02-01 17:13:19 +08:00
手瓜一十雪
7ff62dfb78 Add node types to package tsconfig; drop base typeRoots
Enable Node typings for packages/napcat-image-size by adding "compilerOptions.types": ["node"] to its tsconfig.json. Remove the restrictive "typeRoots" entry from tsconfig.base.json so type resolution can be controlled per-package and won't be forced globally.
2026-02-01 17:08:46 +08:00
手瓜一十雪
811e30d9d8 Use tabs, redesign theme settings UI
Replace the Accordion-based layout with a Tabs component and overhaul the Theme settings page UI. Rework the top header to a compact title/status area showing current theme, font and unsaved state; restyle action buttons and refresh icon. Convert font settings into a Card with improved FileInput flow (attempt delete before upload, better success/error toasts and page reload), and present theme previews and custom color editors as Cards per light/dark mode with updated ColorPicker handling. Update imports accordingly and apply various layout / class refinements.
2026-02-01 14:53:00 +08:00
手瓜一十雪
279724edb6 Replace react-color with custom HSL ColorPicker
Remove the react-color dependency and add a custom ColorPicker implementation. The new component uses HSL parsing and hex<->HSL conversion, provides SatLightPanel and HueSlider subcomponents with mouse/touch drag support, and integrates @heroui/input for inline HEX/HSL editing. The ColorPicker onChange now emits an "hsl(...)" string; theme config parsing was updated to convert that string into the existing "h s% l%" format. Also update package.json to drop react-color.
2026-02-01 14:22:52 +08:00
手瓜一十雪
8f6be073c1 Support custom WebUI fonts and UI additions
Backend: add CheckWebUIFontExist API and route; set --font-family-mono CSS variable in InitWebUi for aacute/custom/default. Improve webui font uploader: force saved filename to CustomFont, robustly clean old webui/CustomFont files, and log failures.

Frontend: add FileManager.checkWebUIFontExists; update theme settings to show upload UI only when 'custom' is selected, display uploaded status, attempt delete-before-upload, reload after actions, and adjust Accordion props. ColorPicker: enable pointer events on PopoverContent to allow dragging. applyFont now sets --font-family-mono for all modes.
2026-02-01 14:00:27 +08:00
Qiao
c69589ee11 feat(webui): 插件卡片添加仓库主页跳转功能 (#1569)
* 为插件接口添加主页字段并优化展示组件

本次更新在 PluginPackageJson 接口及相关类型中新增了一个可选的 `homepage` 字段,允许插件指定其主页 URL。插件展示组件已更新,新增了一个指向主页的 GitHub 链接按钮,以提升用户对插件资源的访问便捷性。此外,PluginConfigModal 中新增了一个问题反馈按钮,该按钮直接链接到插件的主页,从而优化了用户支持与反馈机制。

* 优化标题区域样式,确保长标题正确截断显示省略号

* 移除插件相关接口中的可选主页字段,并优化展示组件以简化代码结构。更新了插件展示卡片的样式,确保更好的用户体验。

* 修改 PluginStoreCard 组件,新增 displayId 优化包名展示,并调整卡片样式以提升响应式表现。更新不同屏幕尺寸的最大宽度设置,确保包名截断显示且悬停可查看完整内容。

* Revert "修改 PluginStoreCard 组件,新增 displayId 优化包名展示,并调整卡片样式以提升响应式表现。更新不同屏幕尺寸的最大宽度设置,确保包名截断显示且悬停可查看完整内容。"

This reverts commit 5ec3a96fdab4d30fb70cdd4c778f9d40f7d06c25.

* Revert "移除插件相关接口中的可选主页字段,并优化展示组件以简化代码结构。更新了插件展示卡片的样式,确保更好的用户体验。"

This reverts commit 7beb2ed088fe04ba572800b1ddbfadb6f5f96c7b.

* Revert "优化标题区域样式,确保长标题正确截断显示省略号"

This reverts commit 24a3b34f60357ecb4f259c54a65038b580972934.

* Revert "为插件接口添加主页字段并优化展示组件"

This reverts commit ad13cee70ae13197cb2b3f9438bd1bd413cd7819.

* 再说丑我打死你

---------

Co-authored-by: 手瓜一十雪 <nanaeonn@outlook.com>
2026-02-01 13:47:18 +08:00
手瓜一十雪
9ebcd2e5a4 Load .env, prefer WEBUI secret, add build script
Load local .env in napcat-shell and prioritize NAPCAT_WEBUI_SECRET_KEY across the app. Changes include:
- package.json: add build🐚config script to build shell and copy env for dev builds.
- packages/napcat-develop/config/.env and loadNapCat.cjs: update default WEBUI secret to `napcatqq` and set the same env in the loader.
- packages/napcat-shell/napcat.ts: read config/.env into process.env at startup, rework pathWrapper/logger initialization, and minor formatting cleanups.
- packages/napcat-webui-backend/index.ts: InitWebUi now prefers NAPCAT_WEBUI_SECRET_KEY from the environment (updates config and logs the change); only generates a random token if no env override and current token is default.
These changes make it easier to override the WebUI token for development and ensure the token is propagated when building the shell for dev workflows.
2026-02-01 11:24:25 +08:00
手瓜一十雪
deb2579ada Add dev config and copy-env build script
Add development config files and wiring to include them in the shell build. Creates packages/napcat-develop/config/.env and packages/napcat-develop/config/onebot11.json, adds a root script `build🐚config` that builds napcat-shell and then runs napcat-develop's `copy-env` script. Update packages/napcat-develop/package.json to add the `copy-env` script (uses xcopy to copy config into the napcat-shell dist), tidy exports and metadata. This ensures dev configuration is packaged into napcat-shell during the build process.
2026-02-01 11:01:53 +08:00
手瓜一十雪
79180930f3 fix: #1575 2026-02-01 10:33:58 +08:00
手瓜一十雪
cf9de26076 Revert "增加个网络配置导出导入 (#1567)"
This reverts commit a884349c9a.
2026-02-01 10:22:15 +08:00
香草味的纳西妲喵
58f1eb165e feat(webui): 新增配置全量备份与恢复功能。 (#1571)
* feat(webui): 新增配置全量备份与恢复功能。

* chore: Remove dependencies "archiver"

* feat(webui): 增加上传文件大小限制配置并优化上传处理

* Use memory-based zip import/export and multer

Replace disk-based zip handling with in-memory streaming to avoid temp files: remove unzipper/@types(unzipper) deps from package.json; update BackupConfig to stream-export configs with compressing.zip.Stream and to import by extracting uploaded zip buffer via compressing.zip.UncompressStream into in-memory Buffers. Backup of existing config is kept in-memory instead of copying to tmp, and imported files are written with path normalization checks. Router changed to use multer.memoryStorage() for uploads (remove dynamic tmp/disk upload logic and uploadSizeLimit usage). Also remove uploadSizeLimit from config schema.

* Revert "chore: Remove dependencies "archiver""

This reverts commit 733ec4c421dcb530d872a5ae1eb41bcf3bec78d5.

* Regenerate pnpm-lock.yaml (prune entries)

Regenerated pnpm-lock.yaml to reflect the current dependency resolution. This update prunes many removed/unused lock entries (notably archiver, unzipper and related @types, older/deprecated packages such as rimraf v2/fstream/bluebird, etc.) and removes platform 'libc' metadata from several platform-specific packages. There are no package.json changes; run `pnpm install` to sync your local node_modules with the updated lockfile.

---------

Co-authored-by: 手瓜一十雪 <nanaeonn@outlook.com>
2026-02-01 10:21:19 +08:00
冷曦
3d545848e1 修改合并消息上传资源日志 (#1573)
当上传资源有失败时为warn
全部成功则不输出日志
2026-02-01 09:53:40 +08:00
手瓜一十雪
42c4dd258c Update version keys to 9.9.27-45627
Rename release keys for build 45627 to 9.9.27-45627 across external metadata. Updated keys in packages/napcat-core/external/appid.json, napi2native.json, and packet.json (including x64 entries). No other payload values were modified.
2026-01-31 22:04:08 +08:00
手瓜一十雪
5826b63415 Add mappings for 9.9.26-45627 and 6.9.88-44725
Add support for new client builds by updating external mappings. appid.json: add 9.9.26-45627 (appid 537340060) and 6.9.88-44725 (appid 537337594) with QUA strings. napi2native.json: add send/recv entries for 9.9.26-45627-x64, 6.9.88-44725-x64 and 6.9.88-44725-arm64. packet.json: add corresponding send/recv offsets for the same builds/architectures. These additions enable handling of the new versions in napcat-core.
2026-01-31 15:55:36 +08:00
冷曦
a884349c9a 增加个网络配置导出导入 (#1567)
* 增加个网络配置导出导入

重装容器时可以直接导出导入

* Remove unused import for useRef in network.tsx
2026-01-31 15:28:18 +08:00
手瓜一十雪
50845b76c6 Default plugins disabled; skip loading disabled
Change plugin loader to treat plugins as disabled by default (unless the id/dir is 'napcat-plugin-builtin') by using nullish coalescing when reading statusConfig. Add an early-return guard in the plugin manager/adapter that logs and skips loading when entry.enable is false. This prevents disabled plugins from being loaded automatically and provides a clear log message when skipped.
2026-01-31 15:26:56 +08:00
手瓜一十雪
7391904274 Silence update log; change update UI colors
Comment out the noisy '[NapCat Update] No pending updates found' log in UpdateNapCat.ts. Update frontend color choices: switch the plugin store action color from 'success' to 'default', and change the NewVersion chip and spinner from 'danger' to 'primary' in system_info.tsx. These tweaks reduce alarming red styling and quiet an unnecessary backend log.
2026-01-31 15:15:01 +08:00
手瓜一十雪
f7fad95558 Refactor extension page layout and tab handling
Improves the layout of the extension page by adjusting container heights and restructuring the header to better support responsive design. Moves the tab navigation to the header and displays only the selected extension page in the main content area, simplifying the rendering logic and improving user experience.
2026-01-30 19:41:27 +08:00
手瓜一十雪
59c57a7dfd Remove flex-wrap from tabList class in ExtensionPage
The 'flex-wrap' class was removed from the tabList classNames in the ExtensionPage component, likely to prevent tab items from wrapping onto multiple lines and to maintain a single-line tab layout.
2026-01-30 19:35:46 +08:00
手瓜一十雪
d3316916fa Support nested innerPacketMsg in SendMsgBase
Adds handling for innerPacketMsg arrays within uploadReturnData, allowing nested packet messages to be included in the result. This change ensures that all relevant inner messages are processed and returned.
2026-01-30 19:25:01 +08:00
时瑾
0a0d633908 fix: webui 随机token仅生成不会被url编码的随机字符 (#1565)
* fix: webui 随机token仅生成不会被url编码的随机字符

* fix: 移除调试模块中的encodeURIComponent
2026-01-30 18:51:13 +08:00
手瓜一十雪
0aa0792f5c Add UploadForwardMsgV2 support for multi-message forwarding
Introduces UploadForwardMsgV2 transformer and integrates it into the message sending flow to support forwarding multiple messages with custom action commands. Updates related interfaces and logic to handle UUIDs and nested forwarded messages, improving flexibility and extensibility for message forwarding operations.
2026-01-30 18:47:45 +08:00
手瓜一十雪
add823726d Update Vite aliases in napcat-schema config
Expanded the alias configuration in vite.config.ts to include specific paths for napcat-onebot, napcat-common, napcat-schema, and napcat-core. This improves module resolution and import clarity within the project.
2026-01-30 14:41:46 +08:00
冷曦
641833d1d1 增加判断插件启用状态显示配置提示 (#1562) 2026-01-30 14:31:56 +08:00
手瓜一十雪
093d7add04 Add SSL certificate management to WebUI config
Introduces backend API endpoints and frontend UI for managing SSL certificates, including viewing status, uploading, and deleting cert/key files. Adds a new SSL configuration tab in the dashboard, allowing users to enable HTTPS by providing PEM-formatted certificate and key, with changes taking effect after restart.
2026-01-30 14:28:47 +08:00
手瓜一十雪
6b45159fa0 Change default host to IPv6 (::) in config schema
Updated the default value of the 'host' field in WebUiConfigSchema from '0.0.0.0' (IPv4) to '::' (IPv6) to support IPv6 by default.
2026-01-30 14:11:53 +08:00
手瓜一十雪
012c283dee Add plugin WebUI extension page and API routing support
Introduces a plugin router registry for registering plugin-specific API routes, static resources, and extension pages. Updates the plugin manager and context to expose the router, and implements backend and frontend support for serving and displaying plugin extension pages in the WebUI. Also adds a demo extension page and static resource to the builtin plugin.
2026-01-30 12:48:24 +08:00
手瓜一十雪
bb69ae6c62 Add local plugin import functionality
Implemented backend API and frontend UI for importing local plugin zip files. The backend now supports file uploads via a new /Plugin/Import endpoint using multer, and the frontend provides a button to upload and import plugins directly from the dashboard.

Prompt to register plugin manager if not loaded

Renames plugin_develop.ts to plugin-develop.ts for consistency. Updates the plugin import handler to prompt the user to register the plugin manager if it is not loaded, improving user experience and error handling.
2026-01-30 11:58:43 +08:00
手瓜一十雪
6a9437cb3b Refactor plugin manager with modular loader and types
Refactors the plugin manager by extracting configuration, loader, and type definitions into separate modules under the 'plugin' directory. Introduces a new PluginLoader class for scanning and loading plugins, and updates the main manager to use modularized logic and improved type safety. This change improves maintainability, separation of concerns, and extensibility for plugin management.
2026-01-30 11:50:22 +08:00
手瓜一十雪
8b8f9987a1 Introduce NapCat Protocol and adapter management
Added the new napcat-protocol package with protocol config, event, API, and network management modules. Introduced napcat-adapter package to unify protocol adapter management, replacing direct OneBot usage in framework and shell. Updated napcat-framework and napcat-shell to use NapCatAdapterManager for protocol initialization and registration. Adjusted dependencies and Vite configs to include new packages.
2026-01-29 22:14:55 +08:00
手瓜一十雪
09d6dee64e Add session proxy with event wrapper integration
Introduces a session proxy mechanism in napcat-core that intercepts service method calls and routes them through an event wrapper when enabled via the NAPCAT_SESSION_PROXY environment variable. Adds helper functions for creating proxied sessions and updates NapCatCore to support the new proxy integration.
2026-01-29 21:58:27 +08:00
手瓜一十雪
8883f600ad Update napcat-types to 0.0.11 and improve config API
Upgraded napcat-types dependency from 0.0.10 to 0.0.11. Refactored the API URL config option to use the new signature supporting reactivity directly, improving code clarity and maintainability.
2026-01-29 21:01:52 +08:00
手瓜一十雪
e37300c380 Bump napcat-types version to 0.0.11 2026-01-29 21:00:11 +08:00
手瓜一十雪
4202d02b8d Remove undici dependency from lockfile
The undici package and its references have been removed from pnpm-lock.yaml, indicating it is no longer required as a dependency.
2026-01-29 20:58:14 +08:00
手瓜一十雪
064f5b0406 Remove undici dependency and implement proxy download
Replaces the use of the undici library for HTTP downloads with proxy support by implementing a custom httpDownloadWithProxy function using Node.js http and tls modules. The undici dependency is removed from package.json, reducing external dependencies and improving compatibility.
2026-01-29 20:54:48 +08:00
手瓜一十雪
ec475695b5 Reapply "Add image download proxy support to OneBot"
This reverts commit 2bff8343cd.
2026-01-29 20:40:19 +08:00
手瓜一十雪
2bff8343cd Revert "Add image download proxy support to OneBot"
This reverts commit d619e2e41c.
2026-01-29 20:39:07 +08:00
手瓜一十雪
0e37739dba Add crash protection for worker process restarts
Implements a mechanism to track recent worker process crashes and prevent excessive restarts. If the worker crashes more than 3 times within 10 seconds, the main process will exit to avoid crash loops.
2026-01-29 20:38:35 +08:00
手瓜一十雪
d619e2e41c Add image download proxy support to OneBot
Introduces an 'imageDownloadProxy' config option to OneBot, allowing image downloads via a specified HTTP proxy. Updates the file download logic in napcat-common to use the undici library for proxy support, and propagates the new config through backend, frontend, and type definitions. Also adds undici as a dependency.
2026-01-29 20:32:01 +08:00
手瓜一十雪
a4a93c520f Add reactive plugin config UI with SSE support
Introduces a reactive plugin configuration system with dynamic schema updates via server-sent events (SSE). Adds new fields and controller interfaces to the plugin manager, updates the built-in plugin to demonstrate dynamic config fields, and implements backend and frontend logic for real-time config UI updates. Also updates napcat-types to 0.0.10.
2026-01-29 20:18:34 +08:00
手瓜一十雪
9f62570fc2 Remove unused installedVersion prop from PluginStoreCard
The installedVersion prop was declared but not used in PluginStoreCard. This commit removes it to clean up the component's props.
2026-01-29 17:13:30 +08:00
手瓜一十雪
f8b59cc9eb Add mirror management and selection UI
Introduces backend API and router for mirror management, including latency testing and custom mirror setting. Adds frontend components and controllers for mirror selection, speed testing, and integration into system info and plugin store pages, allowing users to select and test download/list mirrors interactively.
2026-01-29 17:11:59 +08:00
手瓜一十雪
a7e341f22b Improve plugin status handling and dirname lookup
Enhanced setPluginStatus to support enabling/disabling plugins by both package name and dirname, improving robustness when plugins are not loaded. Also removed redundant directory name matching logic from findDirnameById in the web UI backend.

Register plugin after installation in PluginStore

Adds logic to immediately register a plugin with the plugin manager after installation, both in the standard and SSE install handlers. This ensures newly installed plugins are available without requiring a restart or manual reload.

Refactor plugin path handling in plugin manager

Simplifies plugin directory and data path resolution by using pluginPath from the plugin context instead of fileId. Streamlines plugin uninstall and reload logic, removing redundant file system scans and improving code clarity.

Refactor plugin API to use package id and improve UX

Standardized plugin management APIs and frontend to use 'id' (package name) instead of ambiguous 'name' or 'filename'. Added support for a 'plugin' display field in package.json and improved plugin store UI to show install/update status. Refactored backend and frontend logic for enabling, disabling, uninstalling, and configuring plugins to use consistent identifiers, and enhanced type definitions and documentation for better maintainability.
2026-01-29 16:42:15 +08:00
手瓜一十雪
f3549adf8f Add manual plugin manager registration support
Introduces backend and frontend logic to manually register the plugin manager if not already loaded. Adds a new API endpoint and frontend UI prompt to guide users through registration after plugin installation when necessary.
2026-01-29 15:44:26 +08:00
手瓜一十雪
f5a18374c9 Refactor type build: inline external types, simplify scripts
Removed custom build scripts for copying and inlining types, consolidating all post-build logic into a single enhanced post-build.mjs script. The new script processes .d.ts files, inlines external module types, updates imports, and copies necessary files to dist, eliminating the need for external-shims and simplifying the build process. Updated package.json scripts accordingly.

Refactor type inlining: remove shims, auto-extract types

Removed external-shims.d.ts and its references, replacing manual shims with an automated script that extracts type definitions from node_modules. Updated build scripts, dependencies, and test files to support the new inlining process. The inline-types.mjs script now scans for external imports, generates inline type files, and rewrites imports as import type, eliminating the need for hand-written shims.

Add type inlining script and update build process

Introduced a new script (inline-types.mjs) to inline external type dependencies into the dist directory, updated the build process to use this script, and removed the now-unnecessary external-shims.d.ts from the copy-dist script. Added a test file to verify inlined types, updated dependencies to include ts-morph, and adjusted package.json and pnpm-lock.yaml accordingly.
2026-01-29 15:27:46 +08:00
pohgxz
4918a020bc 修复 OpenAPI 导出的相应接口缺失 stream 字段 2026-01-29 14:14:11 +08:00
冷曦
a5b5c634d8 修复下载插件后插件列表显示开启 (#1560)
下载后插件应该为禁用状态,但是前端显示启用状态
2026-01-29 13:12:54 +08:00
手瓜一十雪
4b2b9b8cfc Improve schema parsing and error handling in API debug tools
Enhances the TypeBox schema parser to better handle deep nesting, circular references, and union truncation, and adds error handling for schema parsing and default value generation in the OneBot API debug UI. Updates the display component to show clear messages for circular or truncated schemas, and improves robustness in HTTP debug command execution. Also synchronizes the ParsedSchema type in the Zod utility for consistency.
2026-01-28 16:07:23 +08:00
手瓜一十雪
c39df932bf Refactor schema ID handling and reduce parse depth
Changed MAX_PARSE_DEPTH from 10 to 6 to limit nesting. Improved schema ID retrieval to only use $id if present, and added a utility to collect all $id values in a schema for better circular reference detection. Updated font file AaCute.woff.
2026-01-28 16:01:43 +08:00
手瓜一十雪
7c75ac55aa Enhance TypeBox schema parsing with circular ref detection
Added detection and handling for circular references and excessive nesting in TypeBox schema parsing and default value generation. Introduced depth limits and a visited set to prevent infinite recursion, and updated the parseTypeBox and generateDefaultFromTypeBox functions accordingly.
2026-01-28 15:59:27 +08:00
手瓜一十雪
96427376ec Add plugin logger interface and update builtin plugin
Introduces a PluginLogger interface and injects a plugin-specific logger into the plugin context for consistent logging. Refactors the builtin plugin to use the new logger instead of direct console calls. Updates napcat-types to version 0.0.9 in dependencies and lock files.
2026-01-28 15:07:06 +08:00
手瓜一十雪
6af66797dc Refactor plugin identification to use package name and dirname
Updated plugin manager and API to distinguish between plugin package name and directory name (dirname) for more robust plugin identification and path resolution. Adjusted context creation, status management, and API handlers to use package name for identification and dirname for filesystem operations. Also replaced console.error with console.log in builtin plugin for consistency.
2026-01-28 15:02:47 +08:00
手瓜一十雪
8262988f7b Refactor builtin plugin for improved type safety
Replaced generic 'any' types with 'NetworkAdapterConfig' for better type safety in getVersionInfo and sendMessage functions. Removed redundant comments and improved code clarity. Changed a warning log to a standard log for config load failures.
2026-01-28 14:54:43 +08:00
手瓜一十雪
1084db9ae2 Refactor plugin to use context actions and update deps
Refactored the builtin plugin to pass actions and adapterName explicitly from context instead of relying on a global variable. Updated napcat-types dependency to version 0.0.8.
2026-01-28 14:42:44 +08:00
手瓜一十雪
1a0c5ebac5 Refactor plugin manager to support only directory plugins
Removed support for single-file plugins in OB11PluginMangerAdapter, simplifying plugin identification to use directory names as unique IDs. Updated related logic in the backend API to align with this change, ensuring consistent plugin management and status handling.
2026-01-28 14:38:11 +08:00
手瓜一十雪
1f817d660d Refactor plugin manager to support only directory plugins
Removed support for single-file plugins in OB11PluginMangerAdapter, simplifying plugin identification to use directory names as unique IDs. Updated related logic in the backend API to align with this change, ensuring consistent plugin management and status handling.
2026-01-28 14:18:44 +08:00
手瓜一十雪
b7f54fafa2 Add config UI and persistence to builtin plugin
Introduces a configuration UI schema and persistent config storage for the napcat-plugin-builtin. The plugin now loads and saves its configuration, supports dynamic prefix and reply toggling, and updates dependencies to napcat-types v0.0.6.
2026-01-28 14:13:48 +08:00
手瓜一十雪
89bac8f6e3 Add plugin config management to backend and frontend
Introduces a unified plugin configuration schema and API in the backend, with endpoints for getting and setting plugin config. Updates the frontend to support plugin config modals, including a UI for editing plugin settings. Also adds support for uninstalling plugins with optional data cleanup, and updates dependencies to use napcat-types@0.0.5.
2026-01-28 13:56:40 +08:00
手瓜一十雪
40e11b9d29 Add plugin data management API and frontend support
Introduced backend API endpoints for managing plugin configuration data, including listing, reading, saving, and deleting plugin data files. Added a new PluginData API module and registered related routes. Updated the frontend plugin manager controller to support these new API methods and corresponding TypeScript interfaces. Also fixed minor typos in documentation prompts.
2026-01-28 13:39:36 +08:00
手瓜一十雪
d7b4f3b0a4 Fix typo in Windows deployment instructions
Corrected a grammatical error in the Windows one-click deployment section in both the default prompt and release note prompt files.
2026-01-27 23:01:16 +08:00
手瓜一十雪
cd212ff7c7 Update OpenAPI schema copy path in release workflow
The workflow now copies openapi.json from the dist directory instead of the package root, ensuring the built schema is used during the release process.
2026-01-27 23:00:14 +08:00
手瓜一十雪
3574fbb6a0 Reduce WebSocket maxPayload to 50 MB
Lowered the maxPayload limit from 1 GB to 50 MB in both the WebSocket client and server adapters to improve resource management and prevent excessively large payloads.
2026-01-27 22:56:27 +08:00
手瓜一十雪
887fc02452 Add plugin install SSE API and mirror selection UI
Introduces a new SSE-based plugin installation API for real-time progress updates and adds frontend support for selecting download mirrors, especially for GitHub-based plugins. Refactors backend plugin directory handling, improves logging, and updates the frontend to use the new API with user-selectable mirrors and progress feedback.
2026-01-27 22:51:45 +08:00
手瓜一十雪
de522a0db5 Implement real plugin store backend and install logic
Replaces mock plugin store data with live fetching from a remote source using mirrors and caching. Implements actual plugin download, extraction, and installation logic in the backend. Updates frontend to call the new install API and display installation results, and removes unused icon/rating display from plugin cards.
2026-01-27 22:03:47 +08:00
手瓜一十雪
e43e58e6a0 Refactor plugin store types and update category logic
Simplified PluginStoreItem types by removing unused fields and standardizing the minimum version property. Updated frontend plugin store page to use new categories ('官方', '工具', '娱乐', '其它') instead of download-based sorting, aligning with the revised type definitions.
2026-01-27 21:47:44 +08:00
手瓜一十雪
89d1a912ee Update dependencies in pnpm-lock.yaml
Added @sinclair/typebox to packages/napcat-types dependencies.
2026-01-27 21:31:31 +08:00
手瓜一十雪
e0eec84f32 Add @sinclair/typebox as dependency and remove shim
Removed the manual TypeBox type definitions from external-shims.d.ts and added @sinclair/typebox as a dependency in package.json and package.public.json. Bumped package version to 0.0.4 to reflect this change.
2026-01-27 21:24:50 +08:00
手瓜一十雪
3c49dffb17 Fix build:openapi script to use sequential commands
Replaces '&' with '&&' in the build:openapi script to ensure that 'node ./dist/schemas.mjs' runs only after 'vite build' completes successfully.
2026-01-27 20:34:21 +08:00
手瓜一十雪
15a983d392 Update napcat-types usage and config in plugin
Changed napcat-plugin-builtin to use workspace reference for napcat-types instead of a fixed version. Updated tsconfig to use bundler module resolution and improved Vite config plugin resolution. Enhanced napcat-types package.json exports for better type support.
2026-01-27 20:22:40 +08:00
时瑾
25714244dc fix(napcat-plugin-builtin): 修复vite.config.ts hook 2026-01-27 20:07:53 +08:00
手瓜一十雪
7e59203232 Update napcat-types dependency to version 0.0.2
Changed import paths in index.ts to match new napcat-types structure and updated package.json to use napcat-types@0.0.2 instead of workspace reference. Updated pnpm-lock.yaml accordingly.
2026-01-27 19:12:04 +08:00
手瓜一十雪
e38014611f Add payload and return schemas to OneBot actions (#1549)
* Add payload and return schemas to OneBot actions

Introduced explicit payloadSchema and returnSchema definitions for all OneBotAction classes using @sinclair/typebox. This improves type safety, API documentation, and validation for action payloads and return values. Also refactored method signatures and types for consistency across the codebase.

* Refactor payload schemas to use string IDs

Replaced Type.Union([Type.Number(), Type.String()]) with Type.String for group_id, user_id, and similar fields across all action payload schemas to standardize input types. Also made minor improvements to error handling, return types, and removed unused imports for better code clarity and consistency.

* Refactor type definitions and payload schemas in actions

Standardized type usage and improved type safety across multiple OneBot action files. Updated payload schemas to use string types for IDs and flags, refined return types, and enhanced message content typing. Added error handling for missing parameters in SetGroupTodo.

* Refactor type handling and improve message parsing

Updated several actions to use more precise type casting and type guards, improving type safety and clarity. Enhanced message parsing logic for forward messages and group/friend message history. Standardized return schemas and error handling for avatar and group portrait actions.

* Add napcat-schema package for OpenAPI generation

Introduces the napcat-schema package with scripts and configuration to auto-generate OpenAPI schemas for NapCat OneBot 11 actions. Refactors action handler export in napcat-onebot to support schema extraction.

* Add action examples and enhance action metadata

Introduced a centralized examples.ts file providing payload and return examples for all actions. Updated numerous action classes to include actionDescription, actionTags, payloadExample, and returnExample fields, improving API documentation and discoverability.

* Refactor action example imports and add example files

Moved action example data to dedicated 'examples.ts' files for each action category (extends, file, go-cqhttp, group, msg, system, user). Updated all action classes to import and use the new example modules, improving code organization and maintainability. Also added missing actionTags and actionDescription where appropriate.

* Update GetGroupMemberList.ts

* Add actionSummary and improve action metadata

Introduces the actionSummary property to OneBotAction and updates all action classes to provide concise summaries and improved descriptions. Refactors example imports for better modularity, adds new example files for guild and packet actions, and updates the OpenAPI schema generator to use the new summary and improved descriptions. This enhances API documentation clarity and consistency.

* Enhance action metadata and add examples for new actions

Added actionSummary, actionDescription, and actionTags to multiple OneBot actions for improved API documentation. Introduced payload and response examples for new actions (GetDoubtFriendsAddRequest, SetDoubtFriendsAddRequest) in a new examples.ts file. Also removed unused imports from several files for code clarity.

* Refactor action examples and enhance metadata

Replaced generic ActionExamples imports with more specific examples modules (FileActionsExamples, GroupActionsExamples, GoCQHTTPActionsExamples) across file, group, and go-cqhttp actions. Added or updated actionSummary, actionDescription, actionTags, payloadExample, and returnExample properties for improved API documentation and clarity.

* Refactor extends actions to use new examples module

Replaced imports of ActionExamples with ExtendsActionsExamples in all extends actions. Updated action summary, description, tags, and example references for consistency and clarity across actions. This improves maintainability and aligns with the new examples structure.

* Add action metadata to OneBot action classes

Added or updated actionSummary, actionTags, payloadExample, and returnExample properties for all OneBot action classes in the napcat-onebot package. This improves API documentation and discoverability by providing concise summaries, categorization tags, and usage examples for each action.

* Refactor OpenAPI schema generation to 3.0.1 format

Updated the OpenAPI schema output to use version 3.0.1, restructured tags, responses, and examples for better clarity and compatibility, and simplified output file locations. Also removed unused scripts from package.json.

* Fix SendPokePayloadSchema type definitions

Corrected the type definitions for user_id and target_id to only allow strings, and fixed a syntax error in group_id. This ensures payload validation is consistent and accurate.

Refactor fileset ID API response and schema handling

Updated GetFilesetId action to return a structured object with fileset_id and adjusted its return schema accordingly. Improved frontend TypeBox schema parsing to support allOf (intersection) merging and updated API debug component to construct response schemas in a more robust way for object recognition.

Refactor OneBot API schema handling to use TypeBox

Replaces Zod-based static API schema definitions with dynamic fetching of schemas from the backend using TypeBox. Removes legacy static schema files, updates frontend API debug components to use TypeBox utilities, and adds @sinclair/typebox as a dependency. Backend now exposes a /schemas endpoint for all OneBot actions. Various schema and description fields are updated for clarity and consistency.

* Remove OneBot API navigation list component

Deleted nav_list.tsx from the onebot/api components, removing the OneBotApiNavList React component and its related logic. This may be part of a refactor or cleanup to eliminate unused or redundant UI code.

* Add action tags to OneBot API schema and update tag name

Included the 'tags' property in the OneBot API schema for both backend and frontend, allowing actions to be categorized. Also updated the action tag from '群扩展' to '群组扩展' in SetGroupSign for consistency.

* Add napcat-types package for unified type exports

Introduced the napcat-types package to aggregate and re-export all types, enums, and classes from napcat-core and napcat-onebot. Added external module shims, test files, and configuration for type-only distribution. Updated core and onebot packages to improve export granularity and fixed import paths for better modularity.

* Move external-shims.d.ts to files in tsconfig

external-shims.d.ts was moved from the include array to the files array in tsconfig.json to ensure it is always included explicitly. This change clarifies the intent and may help with TypeScript's file resolution.

Refactor napcat-types package and update plugin deps

Refactored napcat-types to provide more accurate shims, added real type dependencies, and improved build/test scripts. Updated napcat-plugin and napcat-plugin-builtin to depend on napcat-types instead of napcat-onebot. Adjusted imports in affected packages to use napcat-types, and updated pnpm-lock.yaml accordingly.

Add build and test scripts to napcat-types package

Introduced 'build' and 'test' scripts in the napcat-types package.json for easier development and testing. Also updated dependencies in the lockfile.

* 完善部分api描述

* Remove unused statusText constant

Deleted the unused statusText constant from FetchCustomFace.ts to clean up the code.

* Bump napcat-types version to 0.0.2

Updated the package version in package.public.json from 0.0.1 to 0.0.2.

Update napcat-types package metadata and dependencies

Set package as public by changing 'private' to false. Move 'napcat-core' and 'napcat-onebot' from dependencies to devDependencies, and remove 'compressing' from dependencies.

Add public packaging and build script for napcat-types

Introduces package.public.json and a copy-dist.mjs script to automate copying metadata and README into the dist folder for publishing. Updates build script in package.json to use the new copy step. Adds initial package.json and README for napcat-types.

Update scripts in napcat-types package configs

Added a publish script to package.json and removed scripts from package.public.json to streamline configuration and avoid duplication.

* Update publish script to use npm in dist directory

Changed the publish script to run 'npm publish' from the 'dist' directory instead of using 'pnpm publish --filter napcat-types'. This ensures the published package uses the built output.

* Update pnpm-lock.yaml dependencies

Removed 'compressing' from dependencies and cleaned up libc fields for various platform-specific packages. This streamlines the lock file and may improve cross-platform compatibility.

* Add workflow to publish OpenAPI schema to NapCatDocs

Introduces a new 'publish-schema' job in the auto-release workflow. This job builds the napcat-schema package, copies the generated OpenAPI schema to the NapCatDocs repository under a versioned path, and commits the update. Automates schema publishing on release events.

* AI修正部分api文档

* Update OpenAPI version and use dynamic version from napcat-common

Changed OpenAPI spec version to 3.1.0 and replaced the hardcoded API version with napCatVersion from napcat-common. Added napcat-common as a dependency in package.json.

* Update napcat-schema build and OpenAPI version

Renamed the build script from build:schema to build:openapi in napcat-schema and updated the workflow to use the new script. Changed OpenAPI version from 3.1.0 to 3.0.1 in the schema generator. Added napcat-vite as a dependency and integrated its version plugin into the Vite config.

* 暂时OK

* Refactor action examples structure and imports

Moved action example files into a new 'example' directory and updated all imports accordingly. Removed the monolithic 'examples.ts' and redefined ActionExamples in OneBotAction.ts to only include common error codes. This improves code organization and maintainability.

* Fix type for rate limiter middleware in router

Casts the rate limiter middleware to RequestHandler to resolve type compatibility issues with Express router middleware.

* Add OB11 message segment schemas and update SendMsg

Introduces a comprehensive message segment schema (OB11) in a new file, refactors SendMsg payload to use the new OB11MessageMixTypeSchema, and updates related type definitions for improved type safety and extensibility in message handling.

* Refactor OB11 message types to use TypeBox schemas

Migrates all OB11 message segment and message type definitions from interface/enums to TypeBox schemas in types/message.ts. Removes the now-redundant message-segment-schema.ts file and updates imports to use the new schema-based types. This unifies type validation and TypeScript types, improving maintainability and consistency.

---------

Co-authored-by: pohgxz <Ttjonne@outlook.com>
2026-01-27 19:07:17 +08:00
手瓜一十雪
ff393b2155 Update documentation links in README
Replaced outdated Server.Other and NapCat.Wiki links with updated napcat.top URLs and labels in the documentation section of the README.
2026-01-27 12:59:18 +08:00
手瓜一十雪
5bc8d5ad68 Add flexible IP access control to WebUI config
Replaces the 'disableNonLANAccess' option with a more flexible access control system supporting 'none', 'whitelist', and 'blacklist' modes, along with IP list and X-Forwarded-For support. Updates backend API, config schema, middleware, and frontend UI to allow configuration of access control mode, IP whitelist/blacklist, and X-Forwarded-For handling. Removes legacy LAN-only access logic and updates types accordingly.
2026-01-26 19:46:15 +08:00
手瓜一十雪
0d4ff2abe4 Fix typo in delBuddy method name & fix #1550
Renamed the delBuudy method to delBuddy in NTQQFriendApi and updated its usage in GoCQHTTPDeleteFriend to ensure correct method invocation.
2026-01-25 21:09:12 +08:00
手瓜一十雪
fb46d8cc53 Optimize emoji likes fetching logic
Adjusts the pagination logic to fetch only the required number of pages based on the requested count. Trims the result list to the specified count if provided, improving efficiency and accuracy.
2026-01-25 13:21:27 +08:00
Hans155922
a96eccb914 增加/fetch_emoji_likes_all (#1548)
* Update FetchEmojiLike.ts

* 减少getMsgEmojiLikesList参数,一次性全部拉取

* Update FetchEmojiLike.ts

* Refactor API message schema and update descriptions

* Update and rename FetchEmojiLike.ts to FetchEmojiLikesAll.ts

* Create FetchEmojiLike.ts

* Update router.ts

* Update index.ts

* Update index.ts

* Update FetchEmojiLikesAll.ts

* Update FetchEmojiLikesAll.ts

* Refactor emoji likes API and update related logic

Replaces FetchEmojiLikesAll with GetEmojiLikes, updating the API to use a new payload and return schema. Adjusts action registration, router action names, and frontend API mapping accordingly. Adds isShortId utility to MessageUnique for improved message ID handling.

---------

Co-authored-by: 手瓜一十雪 <nanaeonn@outlook.com>
2026-01-25 13:18:16 +08:00
H3CoF6
3b99eb9658 feat: Support custom filename and cover image for Flash Transfer (#1544)
* feat: support thumbnail for flash-transfer

* fix: fix get thumbnail path unknown type error

* Refactor flash module types and enums

Standardized TypeScript interface property formatting in flash.ts, flash data, and wrapper files. Introduced the UploadSceneType enum for upload scene types, replacing hardcoded numeric values. Improved type annotations and consistency across the flash API and related data structures.

* Update arg type in NodeQQNTWrapperUtil interface

Changed the type of the 'arg' parameter in the NodeQQNTWrapperUtil interface from optional number to 'number | null | undefined' for improved type clarity.

* Refactor flash scene type and update method params

Introduced BusiScene enum for sceneType in FileListInfoRequests to improve type safety. Renamed parameters in getFileThumbSavePathForSend for better clarity.

* Refactor downloadSceneType to use enum type

Replaced numeric downloadSceneType fields with the DownloadSceneType enum in relevant interfaces. Updated NodeIKernelFlashTransferService method signatures to use DownloadSceneType for download operations, improving type safety and code clarity.

* refactor: remove thumbnail dependency for QQ resource icons

* fix: remove useless console.log

---------

Co-authored-by: 手瓜一十雪 <nanaeonn@outlook.com>
2026-01-25 09:51:43 +08:00
手瓜一十雪
0c358b111c Refactor markdownElement flash transfer check
Simplifies the condition for detecting flash transfer info in markdownElement by removing redundant undefined check.
2026-01-24 12:31:03 +08:00
手瓜一十雪
0b4264caef Refine markdown element handling in message parsing
Simplified the condition for returning markdown summaries in log.ts and improved the check for flash transfer info in msg.ts to ensure filesetId exists. This enhances message parsing reliability for markdown and flash transfer messages.
2026-01-24 12:28:52 +08:00
手瓜一十雪
eda1e5f2ed Add token check exception for localhost servers
Updated the network form modal to allow missing tokens only for servers with host '127.0.0.1'. This enhances security by prompting a warning when a token is missing for non-localhost servers.
2026-01-24 12:24:57 +08:00
手瓜一十雪
dc858807ae Add plugin store feature to backend and frontend
Implemented plugin store API endpoints and types in the backend, including mock data and handlers for listing, detail, and install actions. Added plugin store page, card component, and related logic to the frontend, with navigation and categorized browsing. Updated plugin manager controller and site config to support the new plugin store functionality.
2026-01-24 12:00:26 +08:00
手瓜一十雪
e239662514 fix #1515 & Add cookie parameter to getMsgEmojiLikesList API
Introduces an optional 'cookie' parameter to the getMsgEmojiLikesList method in NTQQMsgApi and updates FetchEmojiLike to support passing this parameter. This allows for more flexible pagination or state management when fetching emoji likes.
2026-01-23 21:41:28 +08:00
手瓜一十雪
a91933e1d9 Refactor message API types and add elementId to file element
Removed unnecessary type casting in NTQQMsgApi, added missing elementId property to fileElement in NTQQOnlineApi, and updated NodeIKernelMsgService to use SendMessageElement for sendMsg. Also standardized method signatures and formatting for improved type safety and consistency.
2026-01-22 17:59:11 +08:00
手瓜一十雪
bcdee59b61 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2026-01-22 17:45:13 +08:00
H3CoF6
b0114206fc Feat/Implement QQ Online File/Folder and Flash Transfer support (#1541)
* feat: implement QQ online file transfer and flash transfer support

* fix: change OnlineFile OB11Message data

* fix: add fileSize and isDir to OB11MessageOnlineFile

* fix: resolve typescript strict mode errors
2026-01-22 17:44:09 +08:00
手瓜一十雪
dd9b2252b7 Refactor type annotations and router initialization
Standardized type annotations for interfaces in user.ts and improved type safety in webapi.ts. Updated all Express router initializations to explicitly declare the Router type. Added missing RequestHandler typings in uploader modules for better type checking.
2026-01-22 17:35:54 +08:00
手瓜一十雪
e25dd38acd Refactor DebugAdapter to extend IOB11NetworkAdapter
Refactored DebugAdapter to inherit from IOB11NetworkAdapter, improving integration with the OneBot network manager. Enhanced WebSocket client management, error handling, and adapter lifecycle. Updated API and WebSocket handlers for better type safety and reliability. This change prepares the debug adapter for more robust and maintainable debugging sessions.
2026-01-22 16:22:18 +08:00
手瓜一十雪
2e68ac40a0 Update ffmpegAddon binary for darwin arm64
Replaces the ffmpegAddon.darwin.arm64.node binary with a new version, likely to include bug fixes or performance improvements for Apple Silicon platforms.
2026-01-22 14:53:58 +08:00
手瓜一十雪
d344f3ac6c Add build script for plugin-builtin package
Introduces a new npm script 'build:plugin-builtin' to build the napcat-plugin-builtin package using pnpm.
2026-01-22 14:51:21 +08:00
手瓜一十雪
3d21720dc9 Update loadQQWrapper to accept QQMainPath argument
Modified the call to loadQQWrapper to pass both QQMainPath and the full QQ version from basicInfoWrapper. This change likely aligns with an updated function signature for loadQQWrapper requiring the main path as an additional parameter.
2026-01-22 14:49:17 +08:00
手瓜一十雪
cc34013926 feat: 修复mac问题 2026-01-22 14:42:42 +08:00
手瓜一十雪
69a31b9453 Add uptime display to version info message
Introduced a function to format and display the application's uptime in the version information message. This provides users with additional context about how long the application has been running.
2026-01-22 14:22:04 +08:00
手瓜一十雪
a2cfff0f42 feat: wavf32le 2026-01-22 14:04:17 +08:00
手瓜一十雪
7cf15cb873 Improve layout and styling of NewVersionTip component
Added flexbox classes to center the update tip, adjusted Chip component styles for better alignment, and set a minimum width. Spinner size and alignment were also refined for consistency.
2026-01-22 13:41:01 +08:00
手瓜一十雪
90786734b5 Refine update check logic and UI styling
Updated the shell's named pipe connection logic to better handle environment variables. Improved the system info component's update notification UI for better alignment and spinner sizing.
2026-01-22 13:39:44 +08:00
时瑾
b0db4f41ee feat: support msg_seq parameter in reply message construction (#1529)
* feat: support msg_seq parameter in reply message construction

- Add optional 'seq' parameter to OB11MessageReply for using msg_seq
- Prioritize seq over id for querying reply messages
- Maintain backward compatibility with existing id parameter
- Update type definitions across backend and frontend
- Update validation schemas for message nodes

close #1523

* Update debug button label in NetworkDisplayCard

Changed the button label from '关闭调试'/'开启调试' to '默认'/'调试' based on the debug state for improved clarity.

---------

Co-authored-by: 手瓜一十雪 <nanaeonn@outlook.com>
2026-01-22 13:20:32 +08:00
手瓜一十雪
e81a4a793a Add support for preloading Node Addons via env var
Introduces logic to preload a Node Addon in the worker process if the NAPCAT_PRELOAD_NODE_ADDON_PATH environment variable is set. Logs success or failure of the preload operation for better debugging and flexibility.
2026-01-22 12:55:34 +08:00
手瓜一十雪
cf3a765483 Revert "Add manual trigger to auto-release workflow"
This reverts commit b1449af4c4.
2026-01-22 12:53:52 +08:00
手瓜一十雪
cfbbb349a0 Revert "Add support for CJS environment loader in main entry"
This reverts commit f449820baa.
2026-01-22 12:53:11 +08:00
手瓜一十雪
b1449af4c4 Add manual trigger to auto-release workflow
Enables the auto-release workflow to be triggered manually using workflow_dispatch, in addition to running on published releases.
2026-01-22 12:13:14 +08:00
手瓜一十雪
03550f321b Add workflow to trigger NapCat AppImage release
Introduces a new GitHub Actions step to trigger the Release NapCat AppImage workflow. This step uses hardcoded QQ AppImage URLs for both x86_64 and arm64 architectures and passes the latest NapCat version as input.
2026-01-22 12:12:38 +08:00
吴天一
ec40d0b3da Rename OB11MessageContext to OB11MessageContact (#1540) 2026-01-22 12:06:59 +08:00
手瓜一十雪
93d3d56771 Trigger docker-publish workflow in auto-release
Added a POST request to dispatch the docker-publish workflow alongside the release workflow in the auto-release GitHub Actions workflow. This ensures both workflows are triggered with the same input parameters.

Fix indentation for curl command in workflow

Corrected the indentation of a curl command in the auto-release GitHub Actions workflow to ensure proper execution of the job steps.
2026-01-22 12:05:40 +08:00
手瓜一十雪
f449820baa Add support for CJS environment loader in main entry
Checks for the NAPCAT_NODE_CJS_ENV_LOADER_PATH environment variable and loads the specified CommonJS environment loader if present. Logs success or failure and exits on error. This allows for custom environment setup before continuing with the main process.
2026-01-22 11:58:13 +08:00
手瓜一十雪
3d1d32bbd9 Fix import path for connectToNamedPipe in base.ts
Updated the import statement for connectToNamedPipe to use a relative path instead of an alias. This resolves issues with module resolution in the napcat-shell package.
2026-01-18 14:50:34 +08:00
手瓜一十雪
e1b4694e94 Enable named pipe connection with multi-process check
Restores the named pipe connection in NCoreInitShell, now gated by both NAPCAT_DISABLE_PIPE and NAPCAT_DISABLE_MULTI_PROCESS environment variables. This ensures the pipe is only connected when multi-process is enabled.
2026-01-18 14:42:00 +08:00
手瓜一十雪
928c9eb0a9 Reduce mirror timeouts and use fast mirror cache
Decreased default and test timeouts for mirrors to improve responsiveness. Updated logic in getAllGitHubTags and getWorkflowRunsFromHtml to use cached fast mirror lists instead of static lists for better performance.
2026-01-18 14:34:08 +08:00
手瓜一十雪
9cd4a2f328 Support preferred WebUI port via environment variable
Adds support for specifying a preferred WebUI port using the NAPCAT_WEBUI_PREFERRED_PORT environment variable. The shell and backend now coordinate to pass and honor this port during worker restarts, falling back to the default port if the preferred one is unavailable.
2026-01-18 12:19:03 +08:00
手瓜一十雪
b9f1c16634 Refactor process management and improve shutdown logic
Removed excessive logging and streamlined process restart and shutdown flows in napcat.ts. Added isShuttingDown flag to prevent unintended worker restarts during shutdown. Improved forceKillProcess to handle Windows-specific process termination. Updated IWorkerProcess interface and implementations to include the 'off' event method for better event management.
2026-01-18 12:10:14 +08:00
手瓜一十雪
d80e6ae2e0 Remove retry logic from tryUsePort function
Simplified the tryUsePort function by removing the retryCurrentCount parameter and associated retry logic. Now, if a port is in use, the function increments the port number and retries up to MAX_PORT_TRY times without waiting between attempts.
2026-01-18 11:45:40 +08:00
手瓜一十雪
c90ebba7d2 Improve alignment in system info and status components
Adjusted flex alignment and added 'items-baseline' and 'self-center' classes to enhance vertical alignment of icons and content in SystemInfoItem and SystemStatusItem components for better UI consistency.
2026-01-18 11:25:06 +08:00
手瓜一十雪
a5a6f14cec Support passing JWT secret key on worker restart
Added the ability to pass a JWT secret key when restarting the worker process by updating environment variable handling and message passing. Improved port retry logic in the backend to allow multiple attempts on the same port before incrementing. Also refactored process API to use getter for pid property.

Ensure Electron app is ready before creating process manager

Adds a check to await electron.app.whenReady() if the Electron app is not yet ready before instantiating the ElectronProcessManager. This prevents potential issues when accessing Electron APIs before the app is fully initialized.

Add mirror selection support for version updates

Introduces the ability to specify and select GitHub mirror sources for fetching tags, releases, and action artifacts throughout the backend and frontend. Updates API endpoints, internal helper functions, and UI components to allow users to choose a mirror for version queries and updates, improving reliability in regions with limited GitHub access. Also enhances version comparison logic and improves artifact metadata display.

Refactor artifact fetching to use HTML parsing only

Removed all GitHub API dependencies for fetching workflow runs and artifacts. Now, workflow runs are parsed directly from the HTML of the Actions page, and artifact URLs are constructed using nightly.link. Also added workflow title and mirror fields to ActionArtifact, and simplified mirror list without latency comments.
2026-01-18 11:13:08 +08:00
手瓜一十雪
96d70d07ca Update OpenRouter model in release workflow
Changed the OPENROUTER_MODEL environment variable in the release workflow to use 'copilot/gemini-3-flash-preview' instead of 'copilot/ant/gemini-3-flash-preview'.
2026-01-17 18:57:42 +08:00
手瓜一十雪
5524c3d1ce Refactor worker restart to control quick login param
Modified the restartWorker and startWorker functions to control whether the quick login parameter (-q/--qq) is passed to the worker process. On restart, quick login is not passed, while on unexpected exits, it is preserved. This improves process management and parameter handling during worker lifecycle events.
2026-01-17 18:56:53 +08:00
手瓜一十雪
14b301d3e6 Pass CLI args to worker and update login script example
The quickLoginExample.bat script was updated to use the new launcher script names and argument format. In napcat.ts, the master process now forwards its command line arguments to the worker process, enabling better parameter handling.
2026-01-17 18:54:18 +08:00
手瓜一十雪
f1afee8de1 Add auto-restart for unexpected worker exits
Introduces an isRestarting flag to distinguish between intentional and unexpected worker restarts. If the worker process exits unexpectedly, the system now attempts to automatically restart it and logs relevant warnings and errors.
2026-01-17 18:38:12 +08:00
手瓜一十雪
dfd90cce13 Remove unused isFile variable in GetPluginListHandler
Cleaned up the GetPluginListHandler by removing the unused isFile variable, as it was no longer needed for plugin list processing.
2026-01-17 16:27:24 +08:00
手瓜一十雪
d3b23065b1 Add plugin enable/disable config and status management
Introduces a persistent plugins.json config to track enabled/disabled status for plugins, updates the plugin manager to respect this config when loading plugins, and adds API and frontend support for toggling plugin status. The backend now reports plugin status as 'active', 'stopped', or 'disabled', and the frontend displays these states with appropriate labels. Also updates the built-in plugin package.json with author info.
2026-01-17 16:24:46 +08:00
手瓜一十雪
559c14b702 Add plugin management to WebUI backend and frontend
Implemented backend API and router for plugin management (list, reload, enable/disable, uninstall) and exposed corresponding frontend controller and dashboard page. Updated navigation and site config to include plugin management. Refactored plugin manager adapter for public methods and improved plugin metadata handling.
2026-01-17 16:14:46 +08:00
手瓜一十雪
5d99d906e6 Add napcat-plugin-builtin build step to CI workflows
Updated build and release GitHub Actions workflows to include a build step for napcat-plugin-builtin. This ensures the plugin is built alongside other packages during CI processes.
2026-01-17 15:50:20 +08:00
手瓜一十雪
af3d946031 Add builtin plugin package and enhance action map
Introduces the napcat-plugin-builtin package with initialization, message handling, and build configuration. Also adds a type-safe 'call' helper to the action map in napcat-onebot for improved action invocation.
2026-01-17 15:48:48 +08:00
时瑾
59d1ea28ab feat: 优化离线重连机制,支持通过前端实现重新登录
* feat: 优化离线重连机制,增加前端登录错误提示与二维码刷新功能

- 增加全局掉线检测弹窗
- 增强登录错误解析,支持显示 serverErrorCode 和 message
- 优化二维码登录 UI,错误时显示详细原因并提供大按钮重新获取
- 核心层解耦,通过事件抛出 KickedOffLine 通知
- 支持前端点击刷新二维码接口

* feat: 新增看门狗汪汪汪

* cp napcat-shell-loader/launcher-win.bat

* refactor: 重构重启流程,移除旧的重启逻辑,新增基于 WebUI 的重启请求处理

* fix: 刷新二维码清楚错误信息
2026-01-17 15:38:24 +08:00
手瓜一十雪
3cde32dd9f Disable multi-process in development environment
Set NAPCAT_DISABLE_MULTI_PROCESS environment variable to '1' to disable restart and multi-process features during development.
2026-01-17 15:12:30 +08:00
手瓜一十雪
659e250636 Remove explicit status code from sendError calls
Eliminated the explicit 500 status code parameter from sendError calls in RestartProcessHandler, allowing sendError to use its default behavior.
2026-01-17 15:10:21 +08:00
手瓜一十雪
38a813593a Remove redundant comments in worker process handler
Cleaned up unnecessary comments in the message handler for process restart and shutdown signals to improve code readability.
2026-01-17 15:08:39 +08:00
手瓜一十雪
26f8ac4a25 Remove redundant worker creation log statements
Deleted duplicate and unnecessary log messages related to worker process creation and spawning to reduce log clutter.
2026-01-17 15:06:44 +08:00
手瓜一十雪
c1b04950ab Refactor process management with unified API
Introduces a new process-api.ts module to abstract process management for both Electron and Node.js environments. Refactors napcat.ts to use this unified API, improving clarity and maintainability of worker/master process logic, restart handling, and environment detection. Removes unused import from base.ts.
2026-01-17 15:02:54 +08:00
手瓜一十雪
b2c9ad6284 Add support to disable multi-process and named pipe via env
Introduces NAPCAT_DISABLE_MULTI_PROCESS and NAPCAT_DISABLE_PIPE environment variables to allow disabling multi-process mode and named pipe connection, respectively. Also simplifies process termination logic by always using SIGKILL.
2026-01-17 14:46:57 +08:00
手瓜一十雪
15232f7365 Add process restart feature via WebUI
Introduces backend and frontend support for restarting the worker process from the WebUI. Adds API endpoint, controller, and UI button for process management. Refactors napcat-shell to support master/worker process lifecycle and restart logic.
2026-01-17 14:42:07 +08:00
手瓜一十雪
e52617c474 Add support for version 9.9.26-44725
Updated appid.json, napi2native.json, and packet.json to include entries for version 9.9.26-44725, adding relevant appid, qua, send, and recv values.
2026-01-16 17:25:29 +08:00
手瓜一十雪
b85e08d844 Revert "Update pnpm install to use --no-frozen-lockfile"
This reverts commit a7397b41ec.
2026-01-15 11:19:15 +08:00
手瓜一十雪
a7397b41ec Update pnpm install to use --no-frozen-lockfile
Replaces 'pnpm i' with 'pnpm i --no-frozen-lockfile' in build and release GitHub workflows to allow installation even if lockfile changes are detected. This helps prevent CI failures due to lockfile mismatches.
2026-01-15 11:15:38 +08:00
手瓜一十雪
583b6db3fd Add napi2native mapping for 3.2.21-42086-arm64
Introduced native address mappings for the 3.2.21-42086-arm64 version, including 'send' and 'recv' function offsets.
2026-01-15 10:53:58 +08:00
手瓜一十雪
e1dfc3c871 Add isActive property to plugin adapters
Introduces an isActive getter to OB11PluginAdapter and OB11PluginMangerAdapter, which returns true only if the adapter is enabled and has loaded plugins. Updates event emission logic to use isActive instead of isEnable, ensuring events are only sent to active adapters.
2026-01-14 18:53:32 +08:00
手瓜一十雪
1b4262e5eb Add onLoginRecordUpdate method to listener
Introduces the onLoginRecordUpdate method to NodeIKernelLoginListener, preparing for future handling of login record updates.
2026-01-14 18:53:31 +08:00
手瓜一十雪
b6dd6cde5a Refactor network adapter activation and message handling
Introduces isActive property to network adapters for more accurate activation checks, refactors message dispatch logic to use only active adapters, and improves heartbeat management for WebSocket adapters. Also sets default enableWebsocket to false in config and frontend forms, and adds a security dialog for missing tokens in the web UI.
2026-01-14 18:53:31 +08:00
手瓜一十雪
562dc8f06b Make emoji_likes_list optional in OB11Message
Changed the OB11Message interface to make emoji_likes_list optional and updated GetMsg to initialize emoji_likes_list as an empty array before populating it. This prevents errors when the field is missing and improves type safety.
2026-01-13 17:08:31 +08:00
手瓜一十雪
31f03b6109 Remove unused imports and update method params
Removed the unused 'readFileSync' import from ffmpeg-addon-adapter.ts. Updated parameter names in convertToNTSilkTct method of ffmpeg-exec-adapter.ts to use underscores, indicating unused variables.
2026-01-13 17:01:00 +08:00
手瓜一十雪
5e1ac7e6ec Update pnpm-lock.yaml 2026-01-13 16:57:00 +08:00
手瓜一十雪
ffec8fc762 Update QQ download links to version 44343
Updated Windows and Linux QQ download links in default.md and release_note_prompt.txt to point to version 9.9.26-44343 and 3.2.23-44343, replacing previous 40990 links.
2026-01-13 16:54:57 +08:00
手瓜一十雪
90878283f5 Improve version info UI and update model config
Refined the system info version comparison layout for better responsiveness and readability, especially on smaller screens. Updated the OpenRouter model name in the release workflow and improved dark mode text color handling in sidebar menu items.
2026-01-13 16:50:46 +08:00
手瓜一十雪
c1d2daa248 Add emoji likes list support to message types
Introduces the emojiLikesList property to RawMessage and maps it to the new emoji_likes_list field in OB11Message, which is populated in the GetMsg action. Also updates type definitions for stricter typing and consistency.
2026-01-13 16:43:00 +08:00
Makoto
30fd7009af feat: add settings field to group notice API response (#1505)
* feat: add settings field to group notice API response

- Add settings field to GroupNotice interface
- Include announcement configuration options (is_show_edit_card, remind_ts, tip_window_type, confirm_required)
- Fixes #1503

* refactor: make settings field optional for backward compatibility

- Mark settings as optional in GroupNotice interface
- Mark settings as optional in WebApiGroupNoticeFeed type
- Prevents runtime errors when processing older or malformed notices
- Addresses code review feedback on PR #1505

* Update GetGroupNotice.ts

---------

Co-authored-by: 手瓜一十雪 <nanaeonn@outlook.com>
2026-01-13 16:32:03 +08:00
手瓜一十雪
656690874e Add convertToNTSilkTct to FFmpeg adapters and update usage (#1517)
Introduces the convertToNTSilkTct method to FFmpeg adapter interfaces and implementations, updating audio conversion logic to use this new method for Silk format conversion. Refactors FFmpegService to rename convertFile to convertAudioFmt and updates related usages. Removes 'audio-worker' entry from vite configs in napcat-framework and napcat-shell. Also fixes a typo in appid.json.

Remove silk-wasm dependency and refactor audio handling

Eliminated the silk-wasm package and related code, including audio-worker and direct Silk encoding/decoding logic. Audio format conversion and Silk detection are now handled via FFmpeg adapters. Updated related OneBot actions and configuration files to remove all references to silk-wasm and streamline audio processing.
2026-01-13 16:18:32 +08:00
手瓜一十雪
25f521a101 Add mappings for version 3.2.23-44343 (arm64 and x64)
Updated napi2native.json to include send and recv addresses for 3.2.23-44343 on both arm64 and x64 architectures.
2026-01-09 15:33:15 +08:00
手瓜一十雪
e4d9ce2ba5 Add new version mappings to external JSON files
Updated appid.json, napi2native.json, and packet.json to include mappings for versions 9.9.26-44343 and 3.2.23-44343, including x64 and arm64 variants. This ensures compatibility with the latest application versions and platforms.
2026-01-09 13:35:15 +08:00
手瓜一十雪
52cc13c15c Enhance HTTP debug UI with command palette and UI improvements
Added a new CommandPalette component for quick API selection and execution (Ctrl/Cmd+K). Refactored the HTTP debug page to use the command palette, improved tab and panel UI, and enhanced the code editor's appearance and theme integration. Updated OneBotApiDebug to support imperative methods for request body and sending, improved response panel resizing, and made various UI/UX refinements across related components.
2026-01-04 20:38:08 +08:00
手瓜一十雪
874c270093 Refactor theme font handling and preview logic
Moved font configuration to be managed via theme.css, eliminating the need for separate font initialization and caching. Updated backend to generate @font-face rules and font variables in theme.css. Frontend now uses a dedicated style tag for real-time font preview in the theme config page, and removes legacy font cache logic for improved consistency.
2026-01-04 18:48:16 +08:00
手瓜一十雪
0389418c57 Optimize version fetching and update logic
Introduces lazy loading for release and action artifact versions, adds support for nightly.link mirrors, and improves artifact retrieval reliability. Removes unused loginService references, refactors update logic to handle action artifacts, and streamlines frontend/backend API parameters for version selection.
2026-01-04 12:41:21 +08:00
手瓜一十雪
6d453aab50 Update release workflow
Updates the release workflow to download and include NapCat.Shell.Windows.OneKey.zip in the release artifacts.
2026-01-03 18:37:17 +08:00
手瓜一十雪
4f927a8ccd Add upload_file option for file upload actions
Introduces an 'upload_file' boolean option to group and private file upload actions, allowing control over whether files are uploaded to group storage or sent directly. Updates the NTQQFileApi and OneBotFileApi to support this option and adjusts file handling logic accordingly.
2026-01-03 16:25:38 +08:00
手瓜一十雪
612a01259d Update message retrieval and parsing logic
Changed the protocol fallback logic to pass an additional argument to parseMessageV2 and updated message retrieval to use getMsgHistory instead of getMsgsByMsgId. This improves compatibility and ensures correct message fetching.
2026-01-03 16:05:03 +08:00
手瓜一十雪
b56bbc1f32 Improve senderUin handling in sendMsg method
If senderUin is missing or '0', attempt to retrieve it using senderUid before returning. This ensures messages are not dropped when senderUid is available but senderUin is not.
2026-01-03 16:01:24 +08:00
手瓜一十雪
e8a427383d Add PTT element type to message element filters
Updated the filtering logic in SendMsgBase to include ElementType.PTT alongside FILE, VIDEO, and ARK types. This ensures PTT elements are handled consistently with other single-element message types.
2026-01-03 15:38:13 +08:00
手瓜一十雪
c4aa793bd0 Fix font reset on unmount with unsaved changes
Added a ref to track unsaved changes and updated the cleanup logic to only restore the saved font settings if there are unsaved changes. This prevents the font from being unintentionally reset when the page is refreshed or the component is unmounted without changes.
2026-01-03 15:36:42 +08:00
手瓜一十雪
8148fe16db Enhance artifact handling and display for action builds
Extended artifact metadata to include workflow run ID and head SHA. Updated backend to filter artifacts by environment and provide additional metadata. Improved frontend to display new artifact details and adjusted UI for better clarity.
2026-01-03 15:28:18 +08:00
手瓜一十雪
621b69e79e Update release.yml 2026-01-03 15:11:58 +08:00
手瓜一十雪
f4d8871191 Update pr-build.yml 2026-01-03 15:10:03 +08:00
手瓜一十雪
1fbc2b8298 Update release workflow and documentation prompts
Refactored the release workflow to add semantic version validation, improved commit and file diff collection, and enhanced release note generation with more context and formatting. Updated release note and default documentation prompts for clarity, conciseness, and better user guidance. Fixed owner typo in workflow and improved error handling for missing tags.
2026-01-03 15:01:10 +08:00
手瓜一十雪
2d1dfb7d84 Refactor update logging to use logger interface
Replaces all console logging in the update process with the ILogWrapper logger interface for consistent logging. Updates applyPendingUpdates to require a logger parameter and propagates this change to all relevant initialization code. Also removes duplicate and unnecessary lines in workflow YAML files.
2026-01-03 14:51:56 +08:00
手瓜一十雪
44a78da9be Refactor GitHub tag fetching and mirror management
Replaces legacy tag fetching logic in napcat-common with a new mirror.ts module that centralizes GitHub mirror configuration, selection, and tag retrieval. Updates helper.ts to use the new mirror system and semver comparison, and exports compareSemVer for broader use. Updates workflows and scripts to generate and propagate build version information, and improves build status comment formatting for PRs. Also updates release workflow to use a new OpenAI key and model.
2026-01-03 14:42:24 +08:00
Makoto
8d6101913b feat: Add OB11GroupGrayTipEvent for detecting forged gray tip attacks (#1492)
* feat: Add OB11GroupGrayTipEvent for detecting forged gray tip attacks

- Add new OB11GroupGrayTipEvent class to report unknown gray tip messages
- Modify parseOtherJsonEvent to detect forged gray tips by checking senderUin
- Real system gray tips have senderUin='0', forged ones expose attacker's QQ
- Include message_id in event for downstream recall capability
- Add try/catch for JSON.parse to handle malformed content
- Use Number() for consistent type conversion

* fix: simplify logWarn to match upstream style

* fix: remove extra closing brace that broke class structure

* fix: add validation for malformed title gray tip events
2026-01-02 20:55:24 +08:00
时瑾
a506d108b5 fix: 修复用户ID类型转换错误并移除不必要的标签渲染 2026-01-02 20:50:13 +08:00
时瑾
fbef43c759 fix: close #1488 2026-01-02 17:07:39 +08:00
时瑾
9bb6c1a16c fix: close #1435 (#1485)
* fix: close #1435

* fix: 优化视频缩略图生成和清理逻辑,处理文件不存在的情况
2026-01-01 21:41:01 +08:00
时瑾
5677155dac fix: close #1477 (#1484) 2026-01-01 21:40:49 +08:00
时瑾
14c21b9463 feat: 优化webui界面和文件管理器 (#1472) 2026-01-01 21:40:39 +08:00
手瓜一十雪
928e38c00d Add support for version 9.9.26-44175 and fix import type
Added entries for version 9.9.26-44175 in appid.json, napi2native.json, and packet.json to support the new version. Also updated the import of createActionMap in napcat-plugin/index.ts to use a type-only import.
2026-01-01 10:32:59 +08:00
Nepenthe
527de5a367 更新插件示例,修复插件打包问题 (#1486)
* fix: 修复打包错误

* fix: 完善插件模板

* Update index.ts
2025-12-31 13:58:55 +08:00
时瑾
e0f88a54f6 ci: 添加构建结果评论中的下载链接和获取 artifacts 列表功能 2025-12-29 03:14:17 +08:00
时瑾
e6dbc7b9ab ci: 使用 type 导入 PullRequest 和 BuildStatus 类型 2025-12-29 03:01:21 +08:00
时瑾
a8293ab5f1 ci: pr build 2025-12-29 02:55:11 +08:00
时瑾
f0330e3d2d fix: close #1467 close #1471 2025-12-27 16:27:54 +08:00
时瑾
d5a65e6f06 fix: close #1463 2025-12-27 00:20:59 +08:00
手瓜一十雪
44f9ba6b77 Comment out manual chunking for @heroui in Vite config
The manual chunking logic for '@heroui' modules in the Vite configuration has been commented out. This may be to simplify chunk splitting or address build issues related to custom chunking.
2025-12-24 19:31:52 +08:00
手瓜一十雪
a5fb88f08a Remove vite-plugin-font and related dependencies
This update removes vite-plugin-font and its associated dependencies from pnpm-lock.yaml. This likely reflects a cleanup of unused packages or a migration away from font-related build tooling.
2025-12-24 18:30:55 +08:00
手瓜一十雪
e2ef1ddfc7 Remove vite-plugin-font from dependencies
Deleted the vite-plugin-font package from both the root and frontend package.json files as it is no longer required.
2025-12-24 18:29:17 +08:00
手瓜一十雪
b005df0f2a Add sw_template.js to build and improve service worker loading
Updated the Vite config to copy sw_template.js to the static assets during build. Modified backend to load sw_template.js from the static directory if available, falling back to the source assets if not. This ensures the service worker template is correctly served in production builds.
2025-12-24 18:20:51 +08:00
手瓜一十雪
0e79341c9f Add background-aware styling to sidebar and usage pie
Updated sidebar, navigation list, and usage pie components to adjust their styles based on the presence of a custom background image. This improves visual integration when a background image is set, ensuring text and UI elements remain readable and aesthetically consistent.
2025-12-24 18:14:04 +08:00
手瓜一十雪
8ca55bb2ff Refactor font handling and theme config, switch to CodeMirror editor
Replaces Monaco editor with CodeMirror in the frontend, removing related dependencies and configuration. Refactors font management to support multiple formats (woff, woff2, ttf, otf) and dynamic font switching, including backend API and frontend theme config UI. Adds gzip compression middleware to backend. Updates theme config to allow font selection and custom font upload, and improves theme preview and color customization UI. Cleans up unused code and improves sidebar and terminal font sizing responsiveness.
2025-12-24 18:02:54 +08:00
手瓜一十雪
5a5ae5a21d Remove unused dependencies and optimize Monaco workers
Removed @simplewebauthn/browser, framer-motion, and react-responsive from dependencies as they are no longer used. Updated Monaco editor configuration to only load the JSON worker for improved performance, falling back to the basic editor worker for other languages. Refactored the new version tip UI to use Chip and Spinner instead of Button and removed unused react-icons import. Also updated Vite config to stop sharing react-icons.
2025-12-24 15:32:21 +08:00
手瓜一十雪
b965abc3cb Refactor dashboard and components, remove echarts
Replaces echarts-based usage pie chart with a custom SVG implementation, removing the echarts dependency. Improves caching for version and system info requests, simplifies page background to static elements, and switches dashboard state to use localStorage for persistence. Also removes polling from hitokoto and updates button styling in system info.
2025-12-24 13:56:34 +08:00
手瓜一十雪
839f392cda Remove debug log from emoji_like event handler
Eliminated a console.log statement in the 'event:emoji_like' event handler to clean up debug output.
2025-12-22 17:08:32 +08:00
手瓜一十雪
f392e5337e Remove debug console.log statements from DebugAdapter
Eliminated several console.log statements used for debugging in the DebugAdapter and DebugAdapterManager classes to clean up console output.
2025-12-22 16:29:05 +08:00
手瓜一十雪
c495ab5b46 feat: 支持免配置调试 2025-12-22 16:27:06 +08:00
手瓜一十雪
2a4ef581d7 Redesign OneBot API debug UI and improve usability
Refactored the OneBot API debug interface for a more modern, tabbed layout with improved sidebar navigation, request/response panels, and better mobile support. Enhanced code editor, response display, and message construction modal. Updated system info and status display for cleaner visuals. Improved xterm font sizing and rendering logic for mobile. WebSocket debug page now features a unified header, status bar, and clearer connection controls. Overall, this commit provides a more user-friendly and visually consistent debugging experience.
2025-12-22 15:21:45 +08:00
手瓜一十雪
a54c5bd7ef Refactor update dialog for new version notification
Replaces the old update confirmation and toast logic with a new dialog-based update flow, including detailed status feedback (idle, updating, success, error) and improved user guidance. Removes react-hot-toast dependency and introduces a dedicated UpdateDialogContent component for clearer update progress and error handling.
2025-12-22 14:10:23 +08:00
手瓜一十雪
bafa7dc50d Revert "Refactor UI components for consistent styling"
This reverts commit 9be4a08de9.
2025-12-22 14:04:26 +08:00
手瓜一十雪
9be4a08de9 Refactor UI components for consistent styling
Unified card and component styles across the frontend by removing background image logic and related conditional classes. Updated color schemes, shadows, and spacing for a more consistent appearance. Improved error handling and response structure in the backend update handler.
2025-12-22 13:34:59 +08:00
手瓜一十雪
5d0283e011 Improve background and text styling in NetworkItemDisplay
Adjusted background opacity and hover effects for better visual consistency. Updated text color logic to enhance readability based on background presence.
2025-12-22 13:07:08 +08:00
手瓜一十雪
69437866f1 Add showType prop and remove ScrollShadow usage
Added an optional showType prop to NetworkDisplayCardProps in common_card.tsx. Removed the ScrollShadow component and replaced it with a standard div in nav_list.tsx to simplify the layout.
2025-12-22 12:32:48 +08:00
手瓜一十雪
a84d5d3976 Refactor UI for network cards and improve theming
Redesigned network display cards and related components for a more modern, consistent look, including improved button styles, card layouts, and responsive design. Added support for background images and dynamic theming across cards, tables, and log views. Enhanced input and select components with unified styling. Improved file table responsiveness and log display usability. Refactored OneBot API debug and navigation UI for better usability and mobile support.
2025-12-22 12:27:56 +08:00
手瓜一十雪
eb86e4705f Refactor UI styles for improved consistency and clarity
Unified card backgrounds, borders, and shadows across components for a more consistent look. Enhanced table, tab, and button styles for clarity and accessibility. Improved layout and modal structure in OneBot API debug, added modal for struct display, and optimized WebSocket debug connection logic. Updated file manager, logs, network, and terminal pages for visual consistency. Refactored interface definitions for stricter typing and readability.
2025-12-22 10:38:23 +08:00
手瓜一十雪
d7ed15f43b Add @heroui/divider to frontend dependencies
Added the @heroui/divider package (version ^2.2.21) to the napcat-webui-frontend dependencies in package.json and updated pnpm-lock.yaml accordingly.
2025-12-20 18:10:32 +08:00
手瓜一十雪
d6b4af81e4 Remove music player and related context/hooks
Deleted the audio player component, songs context, and use-music hook, along with all related code and configuration. Updated affected components and pages to remove music player dependencies and UI. Also improved sidebar, background, and about page UI, and refactored site config icons to use react-icons.
2025-12-20 18:07:16 +08:00
手瓜一十雪
b02ef58211 Add 42941 version mappings to external JSON files
Added new entries for version 42941 to appid.json, napi2native.json, and packet.json, including mappings for x64 and arm64 architectures. This update ensures support for the latest client versions and their corresponding identifiers and packet mappings.
2025-12-05 18:29:10 +08:00
手瓜一十雪
b14f4508e4 Update wording in usage instructions in README
Clarified the instructions regarding support for integration, basic, and underlying framework issues to improve user understanding.
2025-12-01 13:28:18 +08:00
手瓜一十雪
0d8a27b8b0 Add pnpm-lock.yaml and update .gitignore
Added pnpm-lock.yaml to track dependencies and removed it from .gitignore in the napcat-webui-frontend package to enable version control of the lock file.
2025-11-30 18:08:22 +08:00
手瓜一十雪
9906575578 Add support for 9.9.25-42905 and 6.9.86-42905 versions
Updated appid.json, napi2native.json, and packet.json to include entries for versions 9.9.25-42905 (x64/Win) and 6.9.86-42905 (arm64/Mac), adding corresponding appid, qua, send, and recv values.
2025-11-30 12:56:24 +08:00
手瓜一十雪
fec7424520 Update version keys from 9.9.23-42744 to 9.9.25-42744
Renamed version keys in appid.json, napi2native.json, and packet.json from 9.9.23-42744(-x64) to 9.9.25-42744(-x64) to reflect the new version. Associated values remain unchanged.
2025-11-28 17:25:28 +08:00
手瓜一十雪
3b87827a3b Add support for new app and protocol versions
Updated appid.json, napi2native.json, and packet.json to include entries for versions 9.9.23-42744 and 6.9.86-42744, as well as their corresponding protocol mappings for x64 and arm64 architectures.
2025-11-26 19:43:14 +08:00
手瓜一十雪
1f7df54219 Add support for 9.9.23-42430-x64 in napi2native and packet
Updated napi2native.json and packet.json to include send and recv addresses for version 9.9.23-42430-x64, enabling compatibility with this new version.
2025-11-26 19:15:02 +08:00
手瓜一十雪
f7b6dff3e4 Prefix version numbers with 'v' in system info
Updated the display of current and latest version numbers in the system info component to include a 'v' prefix for consistency and clarity.
2025-11-25 23:10:10 +08:00
手瓜一十雪
633314e246 Remove leading 'v' from latest tag in getLatestTag
Updated the getLatestTag function to strip a leading 'v' character from the latest tag before returning it. This ensures tag values are returned without the 'v' prefix.
2025-11-25 23:09:53 +08:00
手瓜一十雪
8e99ba976b Fix version tag formatting and error handling
Update packet.ts to prefix napCatVersion with 'v' in the error message link. In vite-plugin-version.js, improve formatting of catch blocks, ensure returned tags do not include a leading 'v', and standardize fallback version to '0.0.0'.
2025-11-25 23:03:55 +08:00
huan-yp
ae1d9219b1 Fix URL formatting in error message for QQ version (#1396) 2025-11-25 12:59:37 +08:00
时瑾
3e62394d4b feat: close #1394 2025-11-24 12:47:04 +08:00
手瓜一十雪
9fc1634181 Update onMSFSsoError signature with code and desc
The onMSFSsoError method now accepts a numeric code and a string description as parameters instead of a single unknown argument. This change clarifies the expected input for error handling.
2025-11-22 20:30:02 +08:00
手瓜一十雪
149324a7e0 Refine types in storage clean listener and service
Updated method signatures in NodeIKernelStorageCleanListener and NodeIKernelStorageCleanService to use more specific types and parameter names. This improves type safety and code clarity, particularly for cache scanning and listener methods.
2025-11-22 19:57:18 +08:00
手瓜一十雪
d3a0fa6c2f fix: #1392 & Remove update functionality from VersionInfo component
Eliminated the update button and related logic from the VersionInfo component in the about page. This includes removing the useRequest hook for updating, the toast notifications, and the Button component, simplifying the component to only display version information.
2025-11-22 18:31:42 +08:00
手瓜一十雪
6618423cde Add Passkey (WebAuthn) authentication support
Introduces Passkey (WebAuthn) registration and authentication to both backend and frontend. Backend adds new API endpoints, middleware exceptions, and a PasskeyHelper for credential management using @simplewebauthn/server. Frontend integrates @simplewebauthn/browser, updates login and config pages for Passkey registration and login flows, and adds related UI and controller methods.
2025-11-22 16:00:32 +08:00
手瓜一十雪
9fd822aa6a Add latest version check and update prompt to UI
Introduces backend and frontend logic to fetch the latest NapCat version tag from multiple sources, exposes a new API endpoint, and adds a UI prompt to notify users of new versions with an update button. Also includes minor code style improvements in dialog context.
2025-11-22 13:52:49 +08:00
手瓜一十雪
8cc3c6eb1c Refactor and standardize share and message history APIs
Standardized field names (e.g., 'reverseOrder' to 'reverse_order', 'phoneNumber' to 'phone_number') and added new action names and classes for sharing contacts and group cards (SendArkShare, SendGroupArkShare). Deprecated old action names, updated API schemas and routes, and ensured backward compatibility for legacy fields. Updated frontend API definitions to match backend changes.
2025-11-22 13:14:46 +08:00
zeus-x99
13c58a5721 fix(webui-backend): 仅在启用 WebUI 时检测/更新默认密码 (#1387)
在初始化 WebUI 时,先判断  并直接返回,确保禁用状态下不再检测或更新默认密码 token。
2025-11-20 14:38:59 +08:00
手瓜一十雪
acdd56eb5e Add backend and frontend support for NapCat auto-update
Introduces backend API and router for updating NapCat, including update logic and pending update application on startup. Adds frontend integration with update button and request handling. Refactors system info component to remove legacy new version tip. Updates types and runtime to track working environment for update selection. Implements lazy loading for pty in unixTerminal to avoid early initialization.
2025-11-19 21:05:08 +08:00
手瓜一十雪
907861102b Update ffmpeg addon binary for Darwin ARM64
Replaces the ffmpegAddon.darwin.arm64.node binary with a new version, likely to include bug fixes or performance improvements for ARM64 macOS systems.
2025-11-18 20:16:03 +08:00
手瓜一十雪
7e260db1c0 Update ffmpeg native binaries for Linux
Replaces ffmpegAddon.linux.arm64.node and ffmpegAddon.linux.x64.node with new versions. This may include bug fixes, performance improvements, or compatibility updates for native ffmpeg functionality.
2025-11-18 17:36:09 +08:00
时瑾
45f8cd4180 更新 Bug 反馈模板,增强对不当内容的说明和合规性要求 2025-11-16 15:55:25 +08:00
手瓜一十雪
1f8b302a13 Remove unused dependencies from package.json
Deleted the 'dependencies' section from napcat-qrcode/package.json, removing references to napcat-core, napcat-common, napcat-onebot, and napcat-webui-backend. This streamlines the package configuration and may indicate these dependencies are no longer required.
2025-11-16 11:02:21 +08:00
手瓜一十雪
2012f78343 Refactor interfaces and decouple backend dependencies
Introduced new interface definitions in napcat-common for logging, status, and subscription. Refactored napcat-webui-backend to use these interfaces, decoupling it from napcat-core and napcat-onebot. Moved OneBot config schema to backend and updated imports. Updated framework and shell to pass subscriptions to InitWebUi. Improved type safety and modularity across backend and shared packages.
2025-11-16 10:58:30 +08:00
手瓜一十雪
71ee45d27a Update VSCode settings for formatting and file nesting
Enhanced .vscode/settings.json with file nesting patterns, formatting preferences, auto-save behavior, and import specifier options for JavaScript and TypeScript. Removed old debug source map overrides to streamline workspace configuration.
2025-11-15 17:17:24 +08:00
手瓜一十雪
a20e0eb18d Use environment variables for secret keys in dev and backend
Set fixed secret keys for JWT and WebUI in development environment via environment variables. Updated backend to use NAPCAT_WEBUI_SECRET_KEY and NAPCAT_WEBUI_JWT_SECRET_KEY from environment if available, improving configurability and security.
2025-11-15 17:00:52 +08:00
手瓜一十雪
c4335a8193 Add VSCode launch and TailwindCSS config files
Added .vscode/launch.json for Node.js debugging and .vscode/tailwindcss.json for TailwindCSS directive support in VSCode. These files improve development workflow and editor integration.
2025-11-15 16:51:46 +08:00
手瓜一十雪
cbba5f133a 清理重复的 Vitest configuration file
Deleted vitest.config.ts, which contained test environment and path alias settings. This may indicate a change in testing strategy or migration away from Vitest.
2025-11-15 16:42:50 +08:00
手瓜一十雪
9d86472ff4 Add test step to build workflow
Inserts 'pnpm test' into both build jobs in the GitHub Actions workflow to ensure tests are run during CI before building artifacts.
2025-11-15 16:25:06 +08:00
手瓜一十雪
e165c498a8 Move inversify and reflect-metadata to napcat-core
Transferred 'inversify' and 'reflect-metadata' dependencies from the root package.json to packages/napcat-core/package.json to better scope dependencies and improve project organization.
2025-11-15 16:23:03 +08:00
手瓜一十雪
26e84653d6 Add ESLint config and update code style
Introduced a new eslint.config.js using neostandard and added related devDependencies. Updated codebase for consistent formatting, spacing, and function declarations. Minor refactoring and cleanup across multiple files to improve readability and maintain code style compliance.
2025-11-15 16:21:59 +08:00
手瓜一十雪
54aef4fe1d Update main entry and tsconfig for JS support
Changed package.json main and exports to use index.js instead of index.cjs. Updated tsconfig.json to allow JavaScript files and expanded include patterns to support both JS and TS files.
2025-11-15 16:09:26 +08:00
手瓜一十雪
fd0febb47b Add napcat-test package and Vitest setup
Introduces the napcat-test package with initial SHA-1 stream tests, configuration files, and scripts for running tests. Updates root package.json to include test commands and Vitest dependencies, and adds Vitest configuration at the root and package level for test environment setup.
2025-11-15 16:05:09 +08:00
手瓜一十雪
184d59ed22 Remove performance monitor module
Deleted performance-monitor.ts from napcat-common, removing the function statistics and reporting utility. This may indicate a refactor or replacement of performance monitoring functionality.
2025-11-15 15:13:56 +08:00
手瓜一十雪
5d4e28783f Revert "Update default model in release workflow"
This reverts commit 3081ee8515.
2025-11-15 14:56:34 +08:00
手瓜一十雪
824a6a3701 Fix import paths for require_dlopen module
Updated import statements in prebuild-loader.ts and windowsPtyAgent.ts to use relative path './index' for require_dlopen. This resolves incorrect module resolution issues.
2025-11-15 14:43:08 +08:00
手瓜一十雪
13523cad26 Update tsconfig to include typeRoots and format paths
Added 'typeRoots' to specify custom type definitions directory and reformatted the 'paths' property for better readability. This improves TypeScript type resolution and project maintainability.
2025-11-15 14:40:06 +08:00
手瓜一十雪
a97b9b4e2f Add type checking to build workflow
Incorporates 'pnpm run typecheck' into the build steps for both frontend and shell jobs to ensure type safety during CI builds.
2025-11-15 14:01:11 +08:00
手瓜一十雪
bce329232a Refactor TypeScript configs to use shared base
Introduced tsconfig.base.json for shared TypeScript configuration and updated all package tsconfig.json files to extend from it, reducing duplication and improving maintainability. Also updated typecheck script in package.json and fixed import in prebuild-loader.ts.
2025-11-15 14:00:27 +08:00
手瓜一十雪
be87f1f8e5 feat: 大规模去耦合
Moved various helper, event, and utility files from napcat-common to napcat-core/helper for better modularity and separation of concerns. Updated imports across packages to reflect new file locations. Removed unused dependencies from napcat-common and added them to napcat-core where needed. Also consolidated type definitions and cleaned up tsconfig settings for improved compatibility.
2025-11-15 13:36:33 +08:00
手瓜一十雪
43441f285b feat: 所有的类型检查 2025-11-15 12:57:19 +08:00
手瓜一十雪
16fb8cbaca Remove unused test utility files
Deleted test.ts and test2.ts from utils as they are no longer needed for the project.
2025-11-15 12:02:07 +08:00
手瓜一十雪
b791929cff Refactor FileApi usage to obContext in OneBot
Replaced references to `core.apis.FileApi` with `obContext.apis.FileApi` across actions and message API to ensure consistent context usage. Added FileApi to the ApiListType and initialized it in NapCatOneBot11Adapter. This improves maintainability and context handling for file-related operations.
2025-11-15 11:20:01 +08:00
手瓜一十雪
fa32830864 feat: 去core耦合onebot
Moved file element creation methods (for file, picture, video, and ptt) from napcat-core/apis/file.ts to a new OneBotFileApi class in napcat-onebot/api/file.ts. Updated package.json dependencies to remove unused packages and fix workspace references. This improves separation of concerns and modularity between core and onebot-specific logic.
2025-11-15 11:17:57 +08:00
手瓜一十雪
c7a515eef1 Improve version folder selection in loadNapCat.cjs
Enhanced logic to handle multiple or missing version folders by selecting the most recently modified folder if more than one exists, and providing clearer error messages. Also updated .vscode/settings.json to add source map path overrides for additional packages.
2025-11-15 10:58:33 +08:00
手瓜一十雪
804ce14670 Bind TypedEventEmitter to DI container and update usage
Added TypedEventEmitter to the dependency injection container and exposed it in ServiceBase. Updated OlPushService to use the injected event emitter instead of directly importing appEvent. Also performed minor code style improvements for consistency.
2025-11-15 10:48:59 +08:00
手瓜一十雪
e282cbdaba Add emoji like event handling to core and onebot
Introduces a typed event emitter for app events in napcat-core, specifically for emoji like events in groups. OlPushService now emits 'event:emoji_like' when a group reaction is detected. napcat-onebot listens for this event and emits corresponding OneBot events. Refactors and adds missing type definitions and improves method formatting for consistency.
2025-11-15 10:45:02 +08:00
手瓜一十雪
b7eadae081 Improve error handling in release workflow
Enhances the OpenRouter API call step by adding error handling for both curl and jq failures. If the API call or response parsing fails, the workflow now falls back to using a default release note template.
2025-11-14 23:00:20 +08:00
手瓜一十雪
3081ee8515 Update default model in release workflow
Changed the OPENROUTER_MODEL environment variable from 'kimi-k2-0905-turbo' to 'glm-4.6-turbo' in the release workflow configuration.
2025-11-14 22:45:17 +08:00
手瓜一十雪
868f3f178d Add raw response output to release workflow
Added echo statements to display the raw API response in the release workflow for improved debugging and visibility.
2025-11-14 22:35:58 +08:00
手瓜一十雪
4c8b3eb92f Refactor createListenerFunction type and usage
Simplifies the generic type signature of createListenerFunction and updates the way createEventFunction is called, removing unnecessary type parameters and using a direct function call with TypeScript ignore for type checking.
2025-11-14 22:24:50 +08:00
手瓜一十雪
550880a8ae Add service handler registration and DI support
Introduces dependency injection via Inversify and reflect-metadata, adds a service handler registry for packet handling, and updates core initialization to auto-register and bind service handlers. Also updates Vite configs and auto-include logic to support protocol service files.
2025-11-14 22:20:33 +08:00
手瓜一十雪
41c953f2f8 Add dev build script and improve Vite config
Introduces a 'build🐚dev' script for development builds and updates napcat-shell's Vite config to conditionally enable source maps in development mode. This enhances build flexibility for development and production environments.
2025-11-14 21:25:29 +08:00
手瓜一十雪
cf7890340c Enable source maps and improve debugging support
This commit enables source maps in napcat-shell's Vite config for better debugging, adds source map path overrides to VSCode settings, and updates nodeTest.ps1 to launch with the Node.js inspector. The autoIncludeTSPlugin transform now returns a source map for improved breakpoint support in VSCode. Also adds a sources.txt file listing project and dependency sources.
2025-11-14 21:21:49 +08:00
手瓜一十雪
7341d53f7a Set fetch-depth to 0 in release workflow
Configures the checkout step in the release workflow to use fetch-depth: 0, ensuring the full git history is available for subsequent steps.
2025-11-14 20:06:01 +08:00
手瓜一十雪
168441f501 Add napcat-vite dependency and plugin integration
Added 'napcat-vite' as a workspace dependency in package.json and integrated its version plugin into the Vite configuration. This enables version management features provided by napcat-vite for the framework.
2025-11-14 19:54:33 +08:00
手瓜一十雪
eaa23b4719 feat: 装饰器与装饰器路由注册 2025-11-14 19:49:13 +08:00
手瓜一十雪
4f850cd4dc Replace nap-proto-core with napcat-protobuf package
Switched all imports from '@napneko/nap-proto-core' to the new 'napcat-protobuf' package across napcat-core and related packages. Updated dependencies and references to support the new package structure, improving maintainability and workspace integration.
2025-11-14 16:19:26 +08:00
手瓜一十雪
a703bbfef7 Update type declarations and remove ts-ignore comments
Added 'types' field to package.json and updated tsconfig.json to include .d.ts files for better type support in napcat-pty. Removed unnecessary @ts-ignore comments from terminal_manager.ts to improve code clarity.
2025-11-14 15:00:40 +08:00
手瓜一十雪
fe0914fc03 Remove unnecessary ts-ignore comments and improve typings
Removed redundant // @ts-ignore comments from converter.ts and http-server.ts. Enhanced type safety in event.ts by refining generic parameters for createListenerFunction and createEventFunction.
2025-11-14 14:53:21 +08:00
手瓜一十雪
6c576bdfac Remove unused path aliases from tsconfig files
Deleted redundant or unused path alias entries from tsconfig.json in napcat-core, napcat-onebot, and napcat-plugin packages to simplify TypeScript configuration and avoid confusion.
2025-11-14 14:37:43 +08:00
手瓜一十雪
d802aa4e15 Refactor imports to use package names instead of aliases
Replaced all path alias imports (e.g., '@/napcat-core') with direct package imports (e.g., 'napcat-core/index') across napcat-common, napcat-core, and napcat-webui-backend. This improves compatibility with tooling and workspace resolution, and aligns with standard TypeScript/Node.js import practices.
2025-11-14 14:34:27 +08:00
手瓜一十雪
9b59961984 Add feature request issue template
Introduces a new GitHub issue template for submitting feature requests and improvement suggestions for NapCat. The template guides users to provide relevant version information, detailed descriptions, background, and expected outcomes.
2025-11-14 13:15:01 +08:00
手瓜一十雪
e62c54f5ab Rename workflow job to node-shell-docker
Changed the job name from 'trigger-napcat-release' to 'node-shell-docker' in the trigger-docker-publish.yml workflow for improved clarity.
2025-11-14 13:12:21 +08:00
手瓜一十雪
ec705e68a0 Rename workflow job from Build-LiteLoader to Build-Framework
Updated workflow job names and dependencies in auto-release.yml, build.yml, and release.yml from 'Build-LiteLoader' to 'Build-Framework' for clarity and consistency. Also updated bug report template to reference version location in WebUI instead of settings page.
2025-11-14 13:05:29 +08:00
手瓜一十雪
f2c584eb07 Add workflows to trigger NapCat release builds
Introduces two new GitHub Actions jobs: one to trigger NapCat AppImage builds and another for NapCat Linux Node Loader releases. Both jobs fetch the latest NapCat version tag and use fixed QQ AppImage URLs for x86_64 and arm64 architectures.
2025-11-14 13:02:16 +08:00
手瓜一十雪
f5405f2c1c Add workflow to trigger framework Docker publish
Introduces a new job in the GitHub Actions workflow to trigger the docker-image publish workflow for the NapCat.Docker.Framework repository. This enables automated publishing of the framework Docker image alongside the existing NapCat-Docker image.
2025-11-14 12:48:46 +08:00
手瓜一十雪
0f69ad6297 Add workflow to trigger Docker publish on release
Introduces a GitHub Actions workflow that triggers the NapCat-Docker docker-publish workflow when a release is published. This automates Docker image publishing upon new releases.
2025-11-14 12:44:26 +08:00
手瓜一十雪
2e03a4c9d0 Update QQ x64 download URL in auto-release workflow
Replaces dynamic retrieval of the QQ x64 download URL with a static direct link in the auto-release GitHub Actions workflow. This change improves reliability by avoiding proxy and parsing steps.
2025-11-14 12:39:15 +08:00
手瓜一十雪
b1290c7d49 Update QQ x64 download URL in release workflow
Changed the QQ x64 config JS URL to use a proxy service instead of the direct CDN link in the auto-release workflow. This may help bypass access restrictions or improve reliability.
2025-11-14 12:37:32 +08:00
手瓜一十雪
596efddc74 Refactor version API to GetNapCatVersion endpoint
Replaces the PackageInfo API and related frontend usage with a dedicated GetNapCatVersion endpoint that returns only the NapCat version string. Updates backend handler, helper, types, router, and frontend components to use the new API for improved clarity and separation of concerns.
2025-11-14 12:10:57 +08:00
手瓜一十雪
28c97b1cb2 fix: webui version 2025-11-14 11:51:23 +08:00
手瓜一十雪
6fefa48f25 Update OpenRouter API URL and model in workflow
Changed the OpenRouter API endpoint and model in the auto-release GitHub Actions workflow to use new values. This may reflect a migration to a different service or model for automated releases.
2025-11-13 21:02:28 +08:00
手瓜一十雪
119765d1ea Update artifact zipping to exclude parent folder
Changed the zip commands in the auto-release workflow to zip the contents of each artifact directory rather than the directory itself. This ensures the resulting zip files do not include an extra parent folder.
2025-11-13 20:59:31 +08:00
手瓜一十雪
ef88376a3d Update release note prompt and workflow wording
Clarified instructions in release_note_prompt.txt to use the provided version number and updated the example version. Modified auto-release.yml to specify '当前真正的版本' in the user content for improved clarity.
2025-11-13 20:54:19 +08:00
手瓜一十雪
8ae1cfbbc9 Copy QQNT.dll in auto-release workflow
Adds a step to copy QQNT.dll from napcat-develop to the output directory in the auto-release workflow. Ensures the DLL is included in release artifacts.
2025-11-13 20:51:29 +08:00
手瓜一十雪
c8d79aa1bd Update output directory and file copy paths in release workflow
Changed output directory from 'napcat' to 'NapCat.Shell.Windows.Node' and updated all related file copy and artifact upload paths to match. This aligns the workflow with the new directory structure and ensures correct packaging of release artifacts.
2025-11-13 20:45:51 +08:00
手瓜一十雪
f4963787ff Remove unused dependencies from package.json
Deleted workspace dependencies from napcat-vite/package.json, likely because they are no longer required or managed elsewhere.
2025-11-13 20:09:44 +08:00
手瓜一十雪
3af3439295 Update user content format in auto-release workflow
Changed the user content string in the auto-release workflow to use '当前版本' instead of 'TAG' for improved clarity in release notes.
2025-11-13 20:04:31 +08:00
手瓜一十雪
ad583aa436 Include Windows Node shell in release workflow
Adds NapCat.Shell.Windows.Node to the release process by updating dependencies, packaging steps, and release artifacts in auto-release.yml.
2025-11-13 20:02:42 +08:00
手瓜一十雪
0958a745b8 Add debug output for OpenRouter request body
Prints the OpenRouter API request body in the workflow using jq for easier debugging and inspection of outgoing requests.
2025-11-13 19:59:36 +08:00
手瓜一十雪
dd170606c6 Add default prompt and update release workflow
Added .github/prompt/default.md with deployment instructions and download links. Updated auto-release.yml to copy NapCat.Shell directory contents instead of unzipping the archive.
2025-11-13 19:58:10 +08:00
手瓜一十雪
cb8fb93bdb Reduce aria2c parallelism in auto-release workflow
Changed aria2c download options from 16 connections to 1 in the auto-release workflow. This may help avoid issues with rate limiting or unstable downloads from the Node.js distribution server.
2025-11-13 19:53:05 +08:00
手瓜一十雪
691419484d Add Windows packaging workflow and NapCat entry files
Introduces a new GitHub Actions job to automate packaging NapCat for Windows, including downloading dependencies and assembling artifacts. Adds napcat.bat and index.js entry files for Windows distribution in packages/napcat-develop.
2025-11-13 19:48:15 +08:00
手瓜一十雪
e741729de8 Add napcat-develop package and update scripts
Introduces the napcat-develop package with its own package.json and tsconfig.json. Updates build and dev scripts in the root package.json, modifies loadNapCat.cjs to adjust paths and output directories, and updates nodeTest.ps1 to use the correct script path.
2025-11-13 19:30:33 +08:00
手瓜一十雪
27d997dea2 Update release note prompt formatting and examples
Changed the commit id placement in update items for clarity and added more example update entries to guide contributors in writing release notes.
2025-11-13 19:20:13 +08:00
手瓜一十雪
c121a87d04 Improve tag handling in auto-release workflow
Switches tag retrieval to use the GitHub API and sorts tags with jq for more reliable ordering. Adds explicit GITHUB_OWNER and GITHUB_REPO variables, improves previous tag selection logic, and ensures tags are fetched before generating release notes. Also adds more informative logging for debugging.
2025-11-13 19:16:12 +08:00
手瓜一十雪
be1895017c Improve previous tag detection in auto-release workflow
Replaces 'git describe' with logic to find the previous tag by sorting all tags by creation date. This ensures accurate detection of the previous tag for release note generation and adds error handling if no previous tag is found.
2025-11-13 19:06:06 +08:00
手瓜一十雪
6f4d39123b Update release note prompt formatting instructions
Clarified that output must strictly follow the NapCat release note format and example. Updated constraints and replaced the example section with a real example for better guidance.
2025-11-13 19:03:28 +08:00
手瓜一十雪
ce7ede7783 Trigger release workflow on tag push
Changed the workflow trigger from pushes to the main branch to pushes of any tag. This enables releases to be automatically created when a new tag is pushed.
2025-11-13 18:57:37 +08:00
手瓜一十雪
12c52ab151 Remove tag trigger from auto-release workflow
The workflow will no longer be triggered by tag pushes, only by pushes to the main branch.
2025-11-13 18:57:20 +08:00
手瓜一十雪
554122a2e1 Update import paths to use direct module references
Changed import statements from alias-based paths (e.g., '@/napcat-common/store') to direct module references (e.g., 'napcat-common/src/store') in Proxy.ts, Status.ts, Data.ts, and SignToken.ts for improved compatibility and clarity.
2025-11-13 18:56:51 +08:00
手瓜一十雪
b14c84fec7 Update workflow name to AI RELEASE NapCat
Renamed the GitHub Actions workflow from 'Build Action' to 'AI RELEASE NapCat' for improved clarity and identification.
2025-11-13 18:55:01 +08:00
手瓜一十雪
7bddf9e0bb Improve release note generation in workflow
Enhances the release note generation step to compare commits between the previous and current tags, includes commit bodies and authors, and formats output for better readability. Also adds more robust extraction and output handling for the generated release notes.
2025-11-13 18:53:19 +08:00
手瓜一十雪
f983815e3d Refactor auto-release workflow for clarity and reliability
Renamed workflow, improved job and step naming, and streamlined artifact zipping and release note generation. Switched to using softprops/action-gh-release for release creation and asset upload, removed manual commit list preparation, and enhanced error handling for release note generation. Updated permissions and environment variables for consistency.
2025-11-13 18:46:48 +08:00
手瓜一十雪
5622f5a04a feat: 自动化version打包 2025-11-13 18:31:55 +08:00
手瓜一十雪
7b65fa581a feat: 以后仅维护napCatVersion 2025-11-13 16:14:31 +08:00
手瓜一十雪
ce3e80160b Remove package-lock.json
Deleted the package-lock.json file, possibly to reset dependency lock state or switch package managers. Ensure to regenerate lock file if needed for consistent dependency management.
2025-11-13 16:12:00 +08:00
手瓜一十雪
de4a90f13b Switch build and release workflows to npm install
Replaces pnpm install with npm install --omit=dev in both framework and shell build steps for build and release workflows. Removes package-lock.json after installation to avoid including it in artifacts.
2025-11-13 15:57:05 +08:00
手瓜一十雪
6b780a57de Update pnpm install flags in CI workflows
Replaces '--production' with '--prod --shamefully-hoist' in build and release GitHub Actions workflows to improve dependency installation compatibility.
2025-11-13 15:53:37 +08:00
手瓜一十雪
31a94106f4 Update artifact paths in build and release workflows
Artifacts for NapCat.Framework and NapCat.Shell are now moved to 'framework-dist' and 'shell-dist' directories before upload. This change standardizes output locations and updates the upload paths accordingly in both build.yml and release.yml.
2025-11-13 15:49:11 +08:00
手瓜一十雪
6bec765fb1 Install pnpm globally in build and release workflows
Added 'npm i -g pnpm' to both build and release GitHub Actions workflows to ensure pnpm is available before running installation and build commands.
2025-11-13 15:42:05 +08:00
手瓜一十雪
ed19c52f25 refactor: 整体重构 (#1381)
* feat: pnpm new

* Refactor build and release workflows, update dependencies

Switch build scripts and workflows from npm to pnpm, update build and artifact paths, and simplify release workflow by removing version detection and changelog steps. Add new dependencies (silk-wasm, express, ws, node-pty-prebuilt-multiarch), update exports in package.json files, and add vite config for napcat-framework. Also, rename manifest.json for framework package and fix static asset copying in shell build config.
2025-11-13 15:39:42 +08:00
手瓜一十雪
c3d1892545 feat: 正式终止once支持 2025-11-13 11:22:46 +08:00
Mlikiowa
e926803d14 release: v4.9.42 2025-11-13 02:48:59 +00:00
手瓜一十雪
aa01c5ab6f fix: #1380 2025-11-13 10:47:40 +08:00
Mlikiowa
8a9795296d release: v4.9.41 2025-11-13 01:28:44 +00:00
手瓜一十雪
67013f37d4 Add new app, packet, and native mappings for 42086 builds
Updated appid.json, packet.json, and napi2native.json to include mappings for new 42086 builds across multiple platforms. Added sendMsfRequest method to NodeIKernelMSFService interface and made minor formatting improvements. Commented out a debug method in NodeIDependsAdapter.
2025-11-13 09:28:17 +08:00
手瓜一十雪
b39de5e88a fix: #1367 2025-11-12 13:50:35 +08:00
Mlikiowa
680432bb81 release: v4.9.40 2025-11-12 05:38:39 +00:00
手瓜一十雪
86496b156f feat: png video截图 2025-11-12 13:38:08 +08:00
手瓜一十雪
7ff40ae8fa Fix busiId comparison in parsePrivateMsgEvent
Ensure busiId is compared as a string in parsePrivateMsgEvent to handle cases where busiId may not be a string type. This prevents potential mismatches due to type differences.
2025-11-12 12:54:09 +08:00
Mlikiowa
27ad435fb2 release: v4.9.38 2025-11-12 04:20:16 +00:00
手瓜一十雪
0dbb92ddda fix 2025-11-12 12:19:39 +08:00
手瓜一十雪
09324ac46c Add success log messages to packet handler
Added log statements to indicate successful loading and initialization in NativePacketHandler. This improves traceability and debugging by providing clear feedback in the logs.
2025-11-12 12:04:48 +08:00
手瓜一十雪
64f23dd740 Add platform and arch to native module path
Prepends process.platform and process.arch to the native MoeHoo module filename, ensuring the correct binary is loaded for the current environment.
2025-11-12 12:00:36 +08:00
手瓜一十雪
8eac0be86a Improve native packet handler loading and error checks
Adds a 'loaded' flag to track native module loading status and improves error handling during initialization. The constructor now attempts to load the native module and logs warnings or errors if loading fails, while the init method checks the loaded status before proceeding.
2025-11-12 11:59:06 +08:00
Mlikiowa
1b82fa0139 release: v4.9.36 2025-11-11 12:30:58 +00:00
手瓜一十雪
03649a54da Update native MoeHoo binaries for Linux
Replaces MoeHoo.linux.arm64.node and MoeHoo.linux.x64.node with new versions. This may include bug fixes, performance improvements, or compatibility updates for the native packet module.
2025-11-11 20:30:33 +08:00
Mlikiowa
97c836efeb release: v4.9.35 2025-11-10 04:04:07 +00:00
手瓜一十雪
ab7a9b6b0a Add Linux native modules for arm64 and x64
Added prebuilt native binaries MoeHoo.linux.arm64.node and MoeHoo.linux.x64.node to support Linux on arm64 and x64 architectures.
2025-11-10 12:03:42 +08:00
手瓜一十雪
c8f04cb66a Remove Linux native packet binaries
Deleted MoeHoo.linux.arm64.node and MoeHoo.linux.x64.node from src/native/packet. These binaries are no longer needed or are being replaced.
2025-11-10 12:02:58 +08:00
手瓜一十雪
d1d97256d6 Update MoeHoo.linux.x64.node binary
Replaces the MoeHoo.linux.x64.node native module with a new version. Details of the changes depend on the updated binary implementation.
2025-11-10 12:02:45 +08:00
Mlikiowa
86ee2082e0 release: v4.9.33 2025-11-09 04:54:38 +00:00
手瓜一十雪
080e4d198f Add napiloader scripts and binaries, update Vite config
Introduces napiloader batch scripts and binaries (napiloader.dll, napimain.exe) for Windows integration. Updates vite.config.ts to include napiloader files in the Framework build output and refactors plugin target lists for improved distribution packaging.
2025-11-09 12:54:15 +08:00
Mlikiowa
6c27dddb55 release: v4.9.32 2025-11-08 04:26:49 +00:00
手瓜一十雪
ae5bd63748 Refactor FFmpeg file conversion logic and API
Unified file conversion in FFmpegAddonAdapter to use decodeAudioToFmt for all formats, updated FFmpeg interface and service to support new conversion method, and added adapter name checks in GetRecord and DownloadFileRecordStream for optimized conversion flow. Updated native addon binaries to support these changes.
2025-11-08 12:22:51 +08:00
Mlikiowa
6661934888 release: v4.9.30 2025-11-08 02:30:01 +00:00
手瓜一十雪
4a9aab0501 Update ffmpeg native binaries for all platforms
Replaces ffmpegAddon binaries for Darwin ARM64, Linux ARM64, Linux x64, and Windows x64 with new versions. Ensures compatibility and includes latest native changes.
2025-11-08 10:28:59 +08:00
Mlikiowa
558b8a7e28 release: v4.9.29 2025-11-07 12:01:08 +00:00
手瓜一十雪
8b21210c2b Improve error message for group notice image upload
Enhanced the error message when group notice image upload fails to include the error details from the upload API response.
2025-11-07 20:00:17 +08:00
手瓜一十雪
4996a605f0 Update NTQQ build version check to 41679
Changed the minimum NTQQ build version required for buddy list operations from 40990 to 41679 in NTQQFriendApi. Ensures compatibility with newer NTQQ builds.
2025-11-07 19:57:07 +08:00
手瓜一十雪
3faa055ed1 Update getBuddyV2ExWithCate for NTQQ build compatibility
Modified getBuddyV2ExWithCate to conditionally call getBuddyListV2 with an extra boolean argument for NTQQ builds >= 40990, ensuring compatibility with different API signatures.
2025-11-07 19:50:11 +08:00
Mlikiowa
6f264ba2ba release: v4.9.28 2025-11-07 11:35:58 +00:00
手瓜一十雪
b3052e9c5d feat: 修复一些问题 2025-11-07 19:35:35 +08:00
手瓜一十雪
66b96b643a fix: buddylist 2025-11-07 19:29:39 +08:00
Mlikiowa
ad4d228353 release: v4.9.27 2025-11-07 09:05:14 +00:00
手瓜一十雪
ba6a4b6b0f Update ffmpeg native binaries for all platforms
Replaces ffmpegAddon binaries for Darwin ARM64, Linux ARM64, Linux x64, and Windows x64 with new versions. Ensures compatibility and includes latest native changes.
2025-11-07 17:04:29 +08:00
手瓜一十雪
6a08a709de Update ffmpeg native binaries for all platforms
Replaces ffmpegAddon binaries for Darwin ARM64, Linux ARM64, Linux x64, and Windows x64. Ensures compatibility and includes latest native code updates.
2025-11-07 12:54:36 +08:00
Mlikiowa
42a70e73b4 release: v4.9.26 2025-11-06 15:15:20 +00:00
手瓜一十雪
e8e41f573b feat: add Node NapCat Test 2025-11-06 17:57:57 +08:00
手瓜一十雪
18451e61be feat: support node test 2025-11-06 10:57:54 +08:00
手瓜一十雪
96399f0da4 Remove development guide from README
Deleted the section detailing code checks and TypeScript error notes prior to code submission. This streamlines the README and removes internal development instructions.
2025-11-05 12:24:21 +08:00
Mlikiowa
c8a8739633 release: v4.9.25 2025-11-04 13:55:32 +00:00
手瓜一十雪
6fd9b0408d Add send and recv mappings for 3.2.21-41857-arm64
Updated napi2native.json to include the 'send' and 'recv' addresses for the 3.2.21-41857-arm64 version, which were previously missing.
2025-11-04 21:55:09 +08:00
手瓜一十雪
45c2695abd Add support for 41857 app versions and update mappings
Added new entries for version 41857 in appid.json, napi2native.json, and packet.json for Windows, Linux, and Mac platforms. Updated mappings for send/recv addresses to support the latest application versions.
2025-11-04 21:23:41 +08:00
Mlikiowa
d8c6ffa7b6 release: v4.9.24 2025-11-04 09:53:36 +00:00
phelogges
b2e87f8765 fix: 修复了Unix终端打开失败的bug (#1355)
Bug复现:
mlikiowa/napcat-docker:v4.9.23,登陆账号后,在WebUI中打开系统终端失败,查看容器日志报错如下
Failed to create terminal: TypeError: Cannot read properties of undefined (reading 'fork')
    at new UnixTerminal (file:///app/napcat/napcat.mjs:67721:22)
    at spawn (file:///app/napcat/napcat.mjs:67873:10)
    at TerminalManager.createTerminal (file:///app/napcat/napcat.mjs:67963:17)
    at CreateTerminalHandler (file:///app/napcat/napcat.mjs:68069:36)
    at Layer.handleRequest (/app/napcat/node_modules/router/lib/layer.js:152:17)
    at next (/app/napcat/node_modules/router/lib/route.js:157:13)
    at Route.dispatch (/app/napcat/node_modules/router/lib/route.js:117:3)
    at handle (/app/napcat/node_modules/router/index.js:435:11)
    at Layer.handleRequest (/app/napcat/node_modules/router/lib/layer.js:152:17)
    at /app/napcat/node_modules/router/index.js:295:15

定位到源码https://github.com/NapNeko/NapCatQQ/blob/main/src/pty/prebuild-loader.ts#L5
注意到源码中的pty.node路径与容器中实际不符,修改为正确的路径

验证测试:
笔者没有重新构建,而是保持代码逻辑,反过来将pty.node的路径复制到代码中要求的位置,测试发现bug修复

Extra:
注意到native模块中不止有pty模块,还有ffmpeg等其他模块,笔者没有继续看其他模块的加载情况了,如有必要可能需要确认一并load路径
2025-11-04 17:51:46 +08:00
Mlikiowa
4733dd2d16 release: v4.9.23 2025-11-03 15:18:57 +00:00
手瓜一十雪
0a24afb568 Refactor busiId type and comparisons in group API
Changed the type of jsonGrayTipElement.busiId to always be a string in element types. Updated related group API logic to compare busiId as a string directly, improving type consistency and reducing unnecessary conversions.
2025-11-03 23:18:34 +08:00
Mlikiowa
cddb0b7f2f release: v4.9.22 2025-11-03 15:13:03 +00:00
手瓜一十雪
c7ad0212cf Enhance GrayTip JSON event handling and types
Added the XmlToJsonParam interface and extended the GrayTipElement type to support additional JSON event fields. Updated group API logic to handle busiId as string or number and improved event type checks for robustness.
2025-11-03 23:11:48 +08:00
手瓜一十雪
42a7771f84 Refactor Store to use per-key timers for expiration
Simplifies the Store implementation by removing batch expiration scanning and using per-key setTimeout timers for key expiration. This change improves code clarity and ensures more precise key expiration handling.
2025-11-03 17:06:44 +08:00
时瑾
2185a884b4 refactor: 优化eslint配置,提升代码质量 (#1341)
* feat: 统一并标准化eslint

* lint: napcat.webui

* lint: napcat.webui

* lint: napcat.core

* build: fix

* lint: napcat.webui

* refactor: 重构eslint

* Update README.md
2025-11-03 16:30:45 +08:00
Mlikiowa
c9b1d3fafa release: v4.9.21 2025-11-02 13:33:28 +00:00
手瓜一十雪
365f217741 fix: 修复 linux 音频转换问题 2025-11-02 21:33:03 +08:00
Mlikiowa
bb8814e777 release: v4.9.20 2025-11-02 03:30:09 +00:00
手瓜一十雪
37bbcbdb98 Update appid, packet, and napi2native configs for 41785
Added new entries for version 41785 in appid.json, napi2native.json, and packet.json to support updated app and protocol versions. Also updated the napi2native.darwin.arm64.node binary to match the new version.
2025-11-02 11:29:45 +08:00
Mlikiowa
47805276da release: v4.9.19 2025-11-01 15:23:54 +00:00
手瓜一十雪
8413edb78d Refactor PCM conversion to return result and sample rate
Updated the FFmpeg adapter interfaces and implementations so that PCM conversion methods now return an object containing the conversion result and sample rate, instead of a Buffer. Adjusted audio processing logic to accommodate this change and improved error logging. Updated native ffmpeg addon binaries.
2025-11-01 23:23:15 +08:00
手瓜一十雪
793a7491e6 Add storeID and otherBusinessInfo to PttElement
Extended the PttElement interface and related code to include storeID and otherBusinessInfo fields, supporting additional metadata for PTT elements. Also fixed minor formatting issues in function parameter spacing.
2025-11-01 22:49:21 +08:00
手瓜一十雪
b30fc0c863 Throw original error in sendMsg method
Replaces the re-throwing of a new Error with the original error object in the sendMsg method, preserving the original error stack and type for better debugging.
2025-11-01 22:32:26 +08:00
Mlikiowa
62fa407530 release: v4.9.18 2025-11-01 13:54:19 +00:00
手瓜一十雪
f7bbb89c5b Add message sequence support for emoji like events
Updated group API and OB11GroupMsgEmojiLikeEvent to include an optional message sequence (msgSeq/messageSeq) parameter. This allows more precise identification of messages when handling emoji like events in group chats.
2025-11-01 21:53:53 +08:00
手瓜一十雪
516500f1b2 feat: 支持不是自己的表情回应 2025-11-01 21:00:34 +08:00
Mlikiowa
726603acbc release: v4.9.17 2025-11-01 10:43:55 +00:00
手瓜一十雪
f1e97dcd8d feat: arm64 enable neon 2025-11-01 18:43:30 +08:00
Mlikiowa
5cfd010345 release: v4.9.16 2025-11-01 08:19:18 +00:00
手瓜一十雪
5ab493c4af Update napi2native mappings for new and existing versions
Added mappings for versions 6.9.82-40824-arm64 and 6.9.82-40768-arm64. Updated 'send' addresses for versions 6.9.82-40990-arm64 and 6.9.83-41679-arm64 to reflect new offsets.
2025-11-01 16:18:51 +08:00
手瓜一十雪
012f901315 Update native Linux ARM64 binary
Replaced the napi2native.linux.arm64.node binary with a new version. This may include bug fixes, performance improvements, or compatibility updates for ARM64 Linux systems.
2025-11-01 16:14:18 +08:00
Mlikiowa
fb58c03da1 release: v4.9.15 2025-11-01 06:08:11 +00:00
时瑾
ed058159bd fix: close #1334 2025-11-01 14:07:41 +08:00
手瓜一十雪
b92f785ac8 Improve error handling in NCoreInitShell session creation
Refactored session creation logic to add nested try-catch blocks. Now logs specific errors for both StartupSession and Session creation failures, and throws if session creation fails.
2025-11-01 11:11:10 +08:00
Mlikiowa
b677b2e1ad release: v4.9.14 2025-10-31 08:53:45 +00:00
手瓜一十雪
a9aa12c9d4 Update ffmpeg native binaries for Linux
Replaced ffmpegAddon.linux.arm64.node and ffmpegAddon.linux.x64.node with new versions. This likely includes bug fixes, performance improvements, or compatibility updates for the native ffmpeg bindings.
2025-10-31 16:53:11 +08:00
Mlikiowa
659d97e295 release: v4.9.13 2025-10-31 07:15:49 +00:00
手瓜一十雪
b0f7b4f5ee re: glibc 2025-10-31 15:12:46 +08:00
Mlikiowa
e68234a77a release: v4.9.11 2025-10-31 06:43:40 +00:00
手瓜一十雪
e0fd90296c feat: 适配41697 2025-10-31 14:42:46 +08:00
Mlikiowa
5848d6b8a2 release: v4.9.10 2025-10-31 04:38:12 +00:00
手瓜一十雪
d0e3056a9b Add new version mappings to external JSON configs
Updated appid.json, napi2native.json, and packet.json to include new version entries for 6.8.83-41679, 6.9.82-40990-arm64, and 6.9.83-41679-arm64. These changes add support for additional client versions and architectures.
2025-10-31 12:37:42 +08:00
手瓜一十雪
b300d09575 Update qqnt.json to version 9.9.22-40990
Bumped version, verHash, linuxVersion, linuxVerHash, and buildVersion fields in qqnt.json to reflect the new release 9.9.22-40990.
2025-10-31 00:11:28 +08:00
Mlikiowa
b82d63bd76 release: v4.9.9 2025-10-30 16:08:57 +00:00
手瓜一十雪
a3b4573c00 Add napi2native mapping for 9.9.23-41679-x64
Introduced new send and recv address mappings for version 9.9.23-41679-x64 in napi2native.json.
2025-10-31 00:08:26 +08:00
手瓜一十雪
6fd0709f5e Update session instantiation and appid format
Changed session creation to use the constructor instead of the create() method in base.ts. Updated the appid.json key format from '9.9.23.41679' to '9.9.23-41679'. Added a constructor signature to NodeIQQNTWrapperSession interface. Updated NapCatWinBootHook.dll binary.
2025-10-31 00:06:31 +08:00
Mlikiowa
562bb353ec release: v4.9.8 2025-10-30 14:28:31 +00:00
手瓜一十雪
903a2efee1 Add entries for version 9.9.23.41679 in appid and packet
Updated appid.json and packet.json to include new entries for version 9.9.23.41679, specifying appid, qua, and packet send/recv values for the new version.
2025-10-30 22:24:05 +08:00
手瓜一十雪
a9ad9a0d3b Fix addon path resolution and error handling
Corrects the construction of the ffmpeg addon filename and improves error handling when the addon is not found. Also simplifies the isAvailable method by removing redundant existence checks.
2025-10-30 22:13:57 +08:00
Mlikiowa
cd76f6194f release: v4.9.7 2025-10-30 13:56:19 +00:00
手瓜一十雪
4e6e1ecca4 Comment out packet logging in initialization
Disabled the console logging of all packets in both NCoreInitFramework and NCoreInitShell by commenting out the nativePacketHandler.onAll debug statements. This reduces console noise during normal operation.
2025-10-30 21:55:50 +08:00
Mlikiowa
19dc97bd18 release: v4.9.6 2025-10-30 13:49:11 +00:00
手瓜一十雪
bac32453d3 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2025-10-30 21:44:59 +08:00
手瓜一十雪
7a0e5d8997 Update native binaries for all major platforms
Rebuilt and replaced the napi2native.node binaries for Darwin ARM64, Linux ARM64, Linux x64, and Windows x64. This likely includes bug fixes, performance improvements, or compatibility updates in the native module.
2025-10-30 21:44:43 +08:00
Mlikiowa
b5dec0b583 release: v4.9.4 2025-10-30 13:40:21 +00:00
手瓜一十雪
647f0fc03d Replace console.error with console.log in error handler
Changed error logging in FFmpegAddonAdapter from console.error to console.log when addon loading fails.
2025-10-30 21:39:17 +08:00
pk5ls20
a5aefc2714 fix: napi2native linux offset 2025-10-30 21:00:35 +08:00
手瓜一十雪
2a67453e3a Add mappings for 3.2.20 versions in napi2native.json
Added send and recv address mappings for 3.2.20-x64 and 3.2.20-arm64 builds to support additional versions in napi2native.json.
2025-10-30 12:35:15 +08:00
手瓜一十雪
7ac7488d54 Refactor addon path resolution and rename Windows addon
Simplifies the logic for resolving the ffmpeg addon path by dynamically constructing the filename from process.platform and process.arch. Also renames the Windows x64 addon file to ffmpegAddon.win32.x64.node for consistency.
2025-10-30 11:29:54 +08:00
手瓜一十雪
e88f49e140 feat: 9.9.22-40824 & 9.9.22-40768 2025-10-30 11:07:51 +08:00
手瓜一十雪
58d03805ef feat: packet能力增强 2025-10-30 11:05:19 +08:00
手瓜一十雪
8b584e8f70 refactor: 规范化 2025-10-30 11:01:45 +08:00
手瓜一十雪
05f3820bc4 feat: raw包能力增强完成 2025-10-30 10:58:02 +08:00
手瓜一十雪
52289c605a refactor: 重构目录删除旧支持 2025-10-30 10:08:32 +08:00
手瓜一十雪
dfc70dce63 Remove 'bmp24' argument from getVideoInfo call
Updated the extractThumbnail method to call addon.getVideoInfo without the 'bmp24' argument, aligning with the updated addon API.
2025-10-30 09:23:25 +08:00
手瓜一十雪
b851828b45 Remove baseClient.ts from packet client module
Deleted the src/core/packet/client/baseClient.ts file, which contained the PacketClient class and related interfaces. This may be part of a refactor or cleanup to remove unused or redundant code.
2025-10-30 09:11:58 +08:00
手瓜一十雪
c40c398c7f feat: ffmpeg enhance for native node addon 2025-10-30 09:06:48 +08:00
手瓜一十雪
f028178216 refactor: 大幅度调整send 2025-10-29 21:42:19 +08:00
手瓜一十雪
052a87b00d fix: 简化代码 2025-10-29 21:37:55 +08:00
手瓜一十雪
378dc335bb fix: getQQBuildStr 2025-10-29 21:35:00 +08:00
手瓜一十雪
142db9ac74 Remove debug log for process PID in napcat.ts
Eliminated an unnecessary console.log statement that printed the process PID. This cleans up the output and removes leftover debugging code.
2025-10-29 21:25:24 +08:00
手瓜一十雪
7bc631f35f Remove baseClient and simplify packet client selection
Deleted baseClient.ts and moved its logic into nativeClient.ts, making NativePacketClient a standalone class. Refactored PacketClientContext to always use NativePacketClient, removing support for multiple packet backends and related selection logic. Updated binary for napi2native.win32.x64.node.
2025-10-29 21:24:28 +08:00
手瓜一十雪
0c359abf0b feat: Add FFmpeg native addon and TypeScript definitions
Introduced FFmpeg Node.js native addon binaries for multiple platforms (darwin-arm64, linux-arm64, linux-x64, win-x64) and added TypeScript type definitions for the addon interface, including video info extraction, duration detection, audio conversion, and PCM decoding.
2025-10-29 21:14:16 +08:00
手瓜一十雪
6841ab1123 feat: new napcat-4.9.0-beta 2025-10-29 20:35:58 +08:00
手瓜一十雪
38409f116f Add native module loading and improve logging
Loaded a native module in NTQQGroupApi and added test calls to sendSsoCmdReqByContend with different parameter types. Changed fileLog default to true in config. Enhanced NativePacketClient with detailed send/receive logging. Updated NodeIKernelMsgService to accept unknown type for sendSsoCmdReqByContend param. Added process PID logging in napcat shell.
2025-10-26 20:05:21 +08:00
手瓜一十雪
61700c1128 Merge branch 'main' into pr/1303 2025-10-25 16:17:51 +08:00
Mlikiowa
8ad8896ed3 release: v4.8.124 2025-10-22 13:12:25 +00:00
手瓜一十雪
f7bdb4506b Add 40990 version entries to appid and offset configs
Added new entries for version 40990 for multiple platforms in appid.json and offset.json, including appid, qua, and send/recv offsets. This update supports the latest client versions.
2025-10-22 21:09:37 +08:00
Mlikiowa
8724830545 release: v4.8.123 2025-10-21 15:06:10 +00:00
时瑾
16f24378cc fix: go-cqhttp 上传接口返回 file_id (UploadGroupFile, UploadPrivateFile) 2025-10-21 22:49:45 +08:00
Mlikiowa
b31c080e2c release: v4.8.122 2025-10-16 13:28:29 +00:00
手瓜一十雪
8b092e7383 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2025-10-16 21:13:54 +08:00
手瓜一十雪
83f7d1aeb2 fix: #1286 2025-10-16 21:13:50 +08:00
Mlikiowa
5a89a787b1 release: v4.8.121 2025-10-15 14:31:35 +00:00
手瓜一十雪
4cee132ff9 Add appid and offset entries for version 40824
Added new entries for versions 3.2.20-40824, 9.9.22-40824, and 6.9.82-40824 in appid.json and corresponding offset values for x64 and arm64 architectures in offset.json.
2025-10-15 22:31:08 +08:00
Mlikiowa
819d75e36a release: v4.8.120 2025-10-14 12:33:43 +00:00
手瓜一十雪
05bbecebbb feat: Update QQ version data and add macOS ARM64 native module
Updated qqnt.json, appid.json, and offset.json to support QQ version 9.9.22-40768 and related Linux/macOS versions. Modified calcQQLevel in helper.ts to remove penguinNum from calculation. Added MoeHoo.darwin.arm64.new.node for macOS ARM64 support and updated LiteLoaderWrapper.zip binary.
2025-10-14 20:32:41 +08:00
时瑾
2174561afb fix: #1315 2025-10-14 09:38:18 +08:00
时瑾
8320f263b9 feat: 取消群精华接口支持传递原始参数
- 1. onebot v11标准: 传递message_id
- 2. 通过官方http接口获取到的group_id、msg_random、msg_seq

二者任选其一
2025-10-12 21:13:56 +08:00
手瓜一十雪
62e605d22e Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2025-10-12 20:38:38 +08:00
风小七
fe797b1449 Update helper.ts (#1311)
修复256级以后等级清零的问题。
2025-10-12 20:36:31 +08:00
手瓜一十雪
222989f8f8 feat: Add image and record stream download actions
Introduces BaseDownloadStream as a shared base class for streaming file downloads. Adds DownloadFileImageStream and DownloadFileRecordStream for image and audio file streaming with support for format conversion. Refactors DownloadFileStream to use the new base class, and updates action registration and router to include the new actions.
2025-10-12 15:50:34 +08:00
Clansty
e430302bd5 fix: get_group_info ownerUin is "0" 2025-10-09 02:30:08 +08:00
Mlikiowa
8c91767392 release: v4.8.119 2025-10-03 04:36:00 +00:00
手瓜一十雪
be8759d361 Update key for 9.9.22-40362 offsets in offset.json
Changed the key from '9.9.22-40362' to '9.9.22-40362-x64' to clarify architecture specificity in the offsets mapping.
2025-10-03 12:35:28 +08:00
Mlikiowa
56d1ed8b7e release: v4.8.118 2025-10-03 04:34:56 +00:00
手瓜一十雪
96f11358ad Fix batch variable quoting and case consistency
Updated batch scripts to use proper variable quoting and consistent casing for 'QQPath'. This improves reliability when handling paths with spaces and ensures environment variable names are used consistently.
2025-10-03 12:34:29 +08:00
Mlikiowa
5a2ffe4cba release: v4.8.117 2025-10-03 04:21:22 +00:00
手瓜一十雪
1819f1b22c Add support for version 9.9.22-40362
Updated appid.json and offset.json to include entries for version 9.9.22-40362, specifying the new appid, qua, and offset values for send and recv.
2025-10-03 12:20:21 +08:00
手瓜一十雪
fb491216db Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2025-10-03 12:20:15 +08:00
时瑾
6fce62c2a7 fix: Reset pagination when navigating between directories in file manager
Fix: Reset pagination when navigating between directories in file manager
2025-10-02 09:40:37 +08:00
copilot-swe-agent[bot]
990ef46106 Fix: Reset pagination to page 1 when navigating directories
Co-authored-by: sj817 <74231782+sj817@users.noreply.github.com>
2025-10-02 01:16:14 +00:00
copilot-swe-agent[bot]
1703722719 Initial plan 2025-10-02 01:10:22 +00:00
手瓜一十雪
6cfe8ab88b fix: #1260 2025-09-29 16:39:37 +08:00
手瓜一十雪
3155c2fd10 Update README with new features in v4.8.115+
Added a section describing new features in version v4.8.115+, including Stream API support and recommendations to use string types for message_id, user_id, and group_id. Also explained the benefits of these changes for Docker, cross-device, large file transfers, and better compatibility with languages lacking large integer support.
2025-09-21 13:29:35 +08:00
手瓜一十雪
a513ba89cc Update DeepWiki badge formatting in README
Reformatted the DeepWiki badge section in the README to match the table style used for other community links.
2025-09-20 16:45:27 +08:00
手瓜一十雪
c8e9c3938c Add DeepWiki badge to README
Added a DeepWiki badge with a link to the project's DeepWiki page for increased visibility and resource access.
2025-09-20 16:44:57 +08:00
Mlikiowa
7f1bda1cb5 release: v4.8.116 2025-09-20 08:20:05 +00:00
手瓜一十雪
44cdd4dd16 Add file_retention parameter to upload test
Introduces the 'file_retention' field with a value of 30,000 to the upload test payload in OneBotUploadTester. This may be used to specify file retention duration in milliseconds.
2025-09-20 16:19:39 +08:00
手瓜一十雪
4b65d624ed Add file retention option to UploadFileStream
Introduces a 'file_retention' parameter to control how long uploaded files are retained before automatic deletion. If set, files are deleted after the specified duration; otherwise, they are not automatically removed. This helps manage temporary file storage and cleanup.
2025-09-20 16:13:25 +08:00
Mlikiowa
6a0e919511 release: v4.8.115 2025-09-20 07:57:47 +00:00
手瓜一十雪
a7deaf8530 Refactor event handling to use async/await across adapters
Updated all network adapters' onEvent methods to be asynchronous and return Promises, ensuring consistent async event emission and handling. Adjusted related methods and event emission logic to properly await asynchronous operations, improving reliability for streaming, plugin, HTTP, and WebSocket event flows. Also improved error handling and messaging in stream and WebSocket actions.
2025-09-20 15:55:37 +08:00
手瓜一十雪
b154c2257d Fix useStream variable scope in HTTP server adapter
Moved the declaration of useStream inside the action check to prevent referencing it when action is undefined.
2025-09-20 15:23:37 +08:00
手瓜一十雪
44f6c79a24 feat: 标准化 2025-09-20 15:20:43 +08:00
手瓜一十雪
1135089071 Add Readme for stream API actions
Introduces a Readme.txt file in the stream action directory, providing an overview and usage notes for stream-related API functions such as file upload, download, and cleanup.
2025-09-16 23:33:48 +08:00
Mlikiowa
276a1728c2 release: v4.8.114 2025-09-16 15:24:25 +00:00
手瓜一十雪
fe878687ee Add streaming file upload and download actions
Introduces new OneBot actions for streaming file upload and download, including chunked file transfer with memory/disk management and SHA256 verification. Adds CleanStreamTempFile, DownloadFileStream, UploadFileStream, and TestStreamDownload actions, updates action routing and network adapters to support streaming via HTTP and WebSocket, and provides Python test scripts for concurrent upload testing.
2025-09-16 23:24:00 +08:00
837951602
597763d09e 找不到类型时显式报错 (#1256) 2025-09-16 17:19:59 +08:00
MliKiowa
e6c7b21ad3 Fix link for QQ Group#2 in README
Updated the link for QQ Group#2 in the README.
2025-09-13 17:23:21 +08:00
MliKiowa
8c194076d1 Fix QQ Group links in README.md 2025-09-13 17:22:53 +08:00
MliKiowa
563ff3e125 Revise README for clarity and additional resources
Updated README with links to documentation and community guidelines.
2025-09-13 17:20:07 +08:00
Mlikiowa
f8c9b23134 release: v4.8.113 2025-09-13 05:51:02 +00:00
手瓜一十雪
19ae17d041 Update default host and token length in config
Changed the default host to '0.0.0.0' and increased the default token length from 8 to 12 characters in WebUiConfigSchema. Also removed unused getDefaultHost import and made minor formatting adjustments.
2025-09-13 13:49:18 +08:00
Mlikiowa
6455c24bbc release: v4.8.112 2025-09-12 14:15:08 +00:00
时瑾
4fbfae8d30 fix: 更新默认主机地址获取逻辑,支持Docker环境 2025-09-12 21:56:12 +08:00
Mlikiowa
e625d164be release: v4.8.111 2025-09-12 11:19:26 +00:00
时瑾
c28733f150 fix: 移除 defaultToken 字段,彻底移除硬编码的默认密码,采用全随机密码 2025-09-12 18:50:21 +08:00
时瑾
f069843c43 fix(dos): 修复红红的ci 2025-09-12 15:36:30 +08:00
Mlikiowa
959a175109 release: v4.8.110 2025-09-11 05:15:29 +00:00
时瑾
76e82279d4 refactor: 将默认密码相关逻辑重构为后端处理 (#1247)
* refactor: 将默认密码相关逻辑重构为后端处理

* refactor: 日志路由进行脱敏,生成随机密码使用node:crypto.randomBytes

* feat: 更新密码功能增强,添加新密码强度验证和旧密码检查

* feat: 给文件管理添加WebUI配置文件的脱敏处理和验证逻辑

* refactor: 优化网络显示卡片按钮样式和行为,调整按钮属性以提升用户体验

* feat: 增强路径处理逻辑,添加安全验证以防止路径遍历攻击

* feat: 增强文件路径处理逻辑,添加安全验证以防止路径遍历攻击,并优化查询参数提取

* feat: CodeQL不认可 受不了
2025-09-11 13:13:00 +08:00
手瓜一十雪
07b10089db upate: package 2025-09-08 16:16:38 +08:00
Mlikiowa
17b75fe71e release: v4.8.109 2025-09-08 08:11:05 +00:00
手瓜一十雪
d28ba233ae fix: 多层解析 2025-09-08 16:05:10 +08:00
手瓜一十雪
5f72ca05fe Add qq-chat-exporter to recommended tools
Included qq-chat-exporter, a NapCat-based message export tool, in the list of recommended related projects in the README.
2025-09-07 15:20:17 +08:00
Mlikiowa
d09f318e2a release: v4.8.108 2025-09-07 05:57:27 +00:00
手瓜一十雪
512cf2bed7 Update Telegram link in About page
Changed the Telegram href in the About page from MelodicMoonlight to napcatqq to reflect the correct contact or channel.
2025-09-07 13:54:44 +08:00
Mlikiowa
5c8ea3e276 release: v4.8.107 2025-09-07 05:48:15 +00:00
手瓜一十雪
80bfae13df Update Telegram link in README
Changed the Telegram badge and link from MelodicMoonlight to napcatqq for accuracy.
2025-09-07 13:47:23 +08:00
手瓜一十雪
d0c2cb4af6 Log WebUI panel URL on server start
Adds logging of the WebUI user panel URL with localhost address when the server starts. Also adjusts QQ login callback invocation in OneBot adapter for improved login flow.
2025-09-07 13:29:37 +08:00
手瓜一十雪
ff33fb9efb Add WebUI token update and callback handling
Introduces callback mechanisms for WebUI token changes and QQ login status updates. The WebUI token is now updated and communicated via a callback after login, and related runtime and type definitions are extended to support these features. Also sets a static default token value in the config schema.
2025-09-06 18:15:35 +08:00
手瓜一十雪
78cd5eab19 Comment out documentation links in README
The section containing links to documentation and Telegram has been commented out in the README.md. This may be for temporary removal or future revision.
2025-09-06 13:13:14 +08:00
Mlikiowa
a4207d297c release: v4.8.106 2025-09-06 03:53:33 +00:00
手瓜一十雪
700cd02b1a feat: 支持禁用webui 速率配置 禁用外网访问 禁用webui 2025-09-06 11:53:04 +08:00
手瓜一十雪
f0a607f724 feat: 进一步提高密码安全性 2025-09-06 11:42:12 +08:00
手瓜一十雪
16817807b8 feat: 禁止默认密码 2025-09-06 11:41:06 +08:00
手瓜一十雪
a3c7fd17c5 feat: 安全性提升 2025-09-06 11:32:09 +08:00
手瓜一十雪
53a83b9b60 feat: 安全性提升 2025-09-06 11:23:09 +08:00
手瓜一十雪
a0ef738bcf feat: 安全性提升 2025-09-06 10:49:29 +08:00
手瓜一十雪
2daebf1afe Add README for example plugin
Introduces installation instructions for the example plugin, detailing how to place the build output in the appropriate plugins directory.
2025-09-02 22:54:44 +08:00
手瓜一十雪
75b616568a Update import paths and remove plugin tsconfig
Changed import paths in example-plugin to use alias '@' instead of relative paths. Deleted the example-plugin/tsconfig.json file, likely consolidating TypeScript configuration or relying on a root config.
2025-09-02 22:48:01 +08:00
手瓜一十雪
036e2a0cfd Declare config property in OB11PluginMangerAdapter
Adds an explicit declaration for the 'config' property in the OB11PluginMangerAdapter class to improve type safety and clarity.
2025-09-02 22:42:09 +08:00
Mlikiowa
9490c39a62 release: v4.8.105 2025-09-02 14:33:33 +00:00
手瓜一十雪
5892ddb6e5 Add quick_reply support to message parsing
Introduces the quick_reply boolean option to message history schema and message parsing logic. Updates relevant functions to handle quick_reply, allowing for conditional behavior during message reply and segment parsing.
2025-09-02 22:33:05 +08:00
手瓜一十雪
518a7c1906 Refactor packet client and update message history actions
Replaced LRUCache with Map for callback and event management in packet clients, and standardized callback hash usage. Updated GetFriendMsgHistory and GetGroupMsgHistory actions to use snake_case for payload keys. Modified OneBotMsgApi to support disabling URL retrieval for ptt elements via a new parameter.
2025-09-02 22:24:53 +08:00
手瓜一十雪
5b2ff5acd3 Add resource health management and enhance message parsing
Introduces a ResourceManager for health checking and retry logic in src/common/health.ts. Updates OneBot message parsing to support disabling URL fetching and multi-message parsing via new payload options. File, image, video, and ptt URL retrievals now use resource health management for improved reliability. Also refactors packet API to allow configurable timeout for FetchRkey.
#1220
2025-09-02 21:19:49 +08:00
手瓜一十雪
78bf20bc3b Add plugin manager and example plugin system
Introduces a plugin manager (OB11PluginMangerAdapter) for dynamic plugin loading, initialization, and event handling. Adds an example plugin with configuration files and updates related code to support plugin directory detection and loading. Refactors plugin adapter logic for extensibility and modularity.
2025-09-02 20:42:54 +08:00
Mlikiowa
95d92cb31f release: v4.8.104 2025-09-02 08:32:22 +00:00
手瓜一十雪
1af63cf651 Add appid and offset entries for new versions
Added appid and qua mappings for versions 3.2.19-39038 and 9.9.21-39038 in appid.json. Updated offset.json with send/recv offsets for these new versions and architectures (x64, arm64).
2025-09-02 16:31:24 +08:00
手瓜一十雪
557dac4838 Add timeout parameter to file and packet API methods
Introduces an optional timeout parameter (defaulting to 20000ms) to various file and packet API methods for improved control over request duration. Updates all relevant method calls and internal usages to support the new timeout argument, including OneBot message API calls with a shorter timeout for file, video, and ptt URL retrieval.
2025-09-02 09:54:42 +08:00
手瓜一十雪
d78db783bb Refactor video thumbnail generation logic
Moved video thumbnail generation to occur before custom thumbnail copying, ensuring fallback to default thumbnail only if video info retrieval fails. Also reordered rkeyManager URLs for consistency.
2025-09-02 09:35:56 +08:00
Mlikiowa
8a543fe354 release: v4.8.103 2025-08-31 13:32:47 +00:00
手瓜一十雪
519617eadc Add new appid and offset entries for version 38960
Updated appid.json and offset.json to include new entries for versions 3.2.19-38960 and 9.9.21-38960, supporting both x64 and arm64 architectures.
2025-08-31 21:32:15 +08:00
Mlikiowa
cbf0de4e8b release: v4.8.102 2025-08-26 06:59:25 +00:00
手瓜一十雪
a99bb2f88b Add group album media actions and API integration
Introduces new OneBot actions for group album media: listing, commenting, liking, and deleting. Adds supporting API methods and data structures for album media operations in NTQQWebApi and NodeIKernelAlbumService. Updates action router and index to register new actions.
2025-08-26 14:58:11 +08:00
LgCookie
72e835eb1f fix: special char of token in webui url should be url encoded (#1209) 2025-08-26 08:37:39 +08:00
Mlikiowa
bacb4c6c0d release: v4.8.101 2025-08-25 11:05:45 +00:00
手瓜一十雪
1c5f2f1cd2 fix 2025-08-25 19:05:13 +08:00
手瓜一十雪
7b385609d2 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2025-08-25 19:04:31 +08:00
手瓜一十雪
56708da509 Add NTQQ album list API and update related logic
Introduces getAlbumListByNTQQ to NTQQWebApi for retrieving group album lists via NTQQ. Updates NodeIKernelAlbumService interface for typed getAlbumList parameters and response. Refactors GetQunAlbumList action to use the new NTQQ API and return the correct album list format. Also fixes cookie and bkn usage in album-related methods for consistency.
2025-08-25 19:04:22 +08:00
Mlikiowa
7f13ca51a4 release: v4.8.100 2025-08-25 07:51:18 +00:00
手瓜一十雪
637094d26f fix #1171 && Improve message recall handling and cleanup
Changed recallMsg to return the result of the event call. Added a 5-second cache cleanup for recall events in DeleteMsg. Removed an unnecessary blank line in plugin.ts.
2025-08-25 15:50:05 +08:00
手瓜一十雪
8cce82fc87 Remove redundant upload success log
Eliminated a logger statement that logged successful uploads in the NTQQWebApi class. This reduces unnecessary log output during chunked uploads.
2025-08-25 15:24:30 +08:00
手瓜一十雪
4c88a313bc Refactor Qun album image upload logic
Reworked the group album image upload process to use a new slice-based upload method, replacing the previous chunked upload implementation. Updated related interfaces and removed unused chunk upload code for improved maintainability and clarity.
2025-08-25 14:45:52 +08:00
手瓜一十雪
429b79b133 Simplify recall check for self-operated messages 2025-08-25 13:04:22 +08:00
手瓜一十雪
2b5f4cfea0 Add cookie header to getAlbumList API request
The getAlbumList method in NTQQWebApi now includes a 'Cookie' header with skey, pskey, and uin for authentication. Updated GetQunAlbumList action to use the correct return type from NTQQWebApi.getAlbumList.
2025-08-24 20:39:07 +08:00
手瓜一十雪
3ed5f4cd3c feat: Add group album upload utilities and refactor API && close #1116
Introduces src/core/data/webapi.ts with utilities for chunked group album uploads, including session creation and chunk management. Refactors NTQQWebApi in webapi.ts to use these utilities, adds getAlbumList and uploadImageToQunAlbum methods, and improves upload logic for efficiency and maintainability.
2025-08-24 20:12:35 +08:00
手瓜一十雪
568c20d9b0 feat: #1121 & Add cache cleaning for specific directories
Extended the CleanCache action to remove files from Pic, Ptt, Video, File, and log directories under the nt_data path. This improves cache management by ensuring these directories are also cleaned, with logging for successful and failed deletions. 增强缓存清理
2025-08-24 16:02:05 +08:00
手瓜一十雪
3032dbcbef feat: #1179 2025-08-24 15:50:08 +08:00
手瓜一十雪
53bfab25a4 chore: Update LiteLoaderWrapper.zip binary && close #1169
Replaces the existing LiteLoaderWrapper.zip file with a new version. Details of the changes within the binary are not shown in this commit.
2025-08-24 15:18:49 +08:00
手瓜一十雪
887a37753d fix: #1171 2025-08-24 14:53:58 +08:00
Mlikiowa
7e337a9165 release: v4.8.99 2025-08-24 06:02:30 +00:00
手瓜一十雪
9edd7d6796 feat: 38711 2025-08-24 14:02:03 +08:00
子寻
730d7eea59 fix: /get_msg interface returns group type message with group_name. (#1205) 2025-08-23 11:38:24 +08:00
Mlikiowa
79d8985383 release: v4.8.98 2025-08-17 15:35:05 +00:00
手瓜一十雪
6166617a16 Fix typo in getFullQQVersion method call
Corrects the method name from getFullQQVesion to getFullQQVersion in the WebUiDataRuntime.setQQVersion call to ensure proper retrieval of QQ version information.
2025-08-17 23:34:41 +08:00
Mlikiowa
f9e6453b4e release: v4.8.97 2025-08-17 14:59:12 +00:00
手瓜一十雪
50e8a1ee1f fix: error 2025-08-17 22:58:30 +08:00
837951602
29db436b46 fix: offset.json (#1193)
fix win add lin x64
2025-08-17 17:31:24 +08:00
Mlikiowa
c3e5eeacaa release: v4.8.96 2025-08-15 11:17:15 +00:00
手瓜一十雪
7c0329c4f3 Update group.ts 2025-08-15 19:12:13 +08:00
手瓜一十雪
5b9b7e1c0a fix: #1191 2025-08-15 19:12:04 +08:00
dependabot[bot]
3dca5f926e build(deps-dev): bump vite from 6.3.5 to 7.1.1 (#1183)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.5 to 7.1.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-15 19:09:03 +08:00
dependabot[bot]
cc9a28163d build(deps-dev): bump @typescript-eslint/parser from 8.38.0 to 8.39.0 (#1182)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.38.0 to 8.39.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.39.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-15 19:08:57 +08:00
dependabot[bot]
a7474ba9ae build(deps-dev): bump @eslint/js from 9.32.0 to 9.33.0 (#1185)
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.32.0 to 9.33.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.33.0/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-15 19:08:40 +08:00
dependabot[bot]
5c4dba62eb build(deps-dev): bump @sinclair/typebox from 0.34.35 to 0.34.38 (#1187)
Bumps [@sinclair/typebox](https://github.com/sinclairzx81/typebox) from 0.34.35 to 0.34.38.
- [Commits](https://github.com/sinclairzx81/typebox/compare/0.34.35...0.34.38)

---
updated-dependencies:
- dependency-name: "@sinclair/typebox"
  dependency-version: 0.34.38
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-15 19:08:30 +08:00
手瓜一十雪
94d060d99c Add explicit type annotations to AST traversal paths
Updated the performance monitor Vite plugin to add explicit type annotations to AST traversal callback parameters, improving type safety and clarity. Also removed a duplicate import in src/plugin/index.ts.
2025-08-15 19:02:53 +08:00
手瓜一十雪
25ff49e683 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2025-08-15 19:00:57 +08:00
手瓜一十雪
c436cc91b9 Add appid and offset entries for new versions
Added appid and qua for versions 9.9.21-38503 and 3.2.19-38503 in appid.json. Added send and recv offsets for 9.9.21-38503 in offset.json to support new application versions.
2025-08-15 18:57:43 +08:00
dependabot[bot]
80217c1ec3 build(deps-dev): bump @eslint/js from 9.31.0 to 9.32.0 (#1160)
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.31.0 to 9.32.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.32.0/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-06 20:39:28 +08:00
dependabot[bot]
adb5ecb7b5 build(deps-dev): bump esbuild from 0.25.5 to 0.25.8 (#1159)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.25.5 to 0.25.8.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.5...v0.25.8)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.25.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-06 20:39:14 +08:00
囧囧JOJO
5c4e161434 feat: 添加可选参数 'count' 到 SetGroupAddRequest 以支持动态获取通知数量(#1113 补充) (#1146)
* feat: 添加可选参数 'count' 到 SetGroupAddRequest 以支持动态获取通知数量(#1113 补充)

* feat: 设置 SetGroupAddRequest 中 'count' 的默认值为 100

* Update src/onebot/action/group/SetGroupAddRequest.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-06 20:38:57 +08:00
dependabot[bot]
7923d43709 build(deps): bump ws from 8.18.2 to 8.18.3 (#1157)
Bumps [ws](https://github.com/websockets/ws) from 8.18.2 to 8.18.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.18.2...8.18.3)

---
updated-dependencies:
- dependency-name: ws
  dependency-version: 8.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-06 20:38:41 +08:00
dependabot[bot]
402e78d8da build(deps-dev): bump @typescript-eslint/parser from 8.37.0 to 8.38.0 (#1158)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.37.0 to 8.38.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.38.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-06 20:38:15 +08:00
手瓜一十雪
11308d9e01 Pr enhance (#1176)
* fix

* Refactor PacketApi status checks and fix typos

Replaced all usages of PacketApi.available with PacketApi.packetStatus for more accurate status checking. Fixed a typo in getFullQQVesion to getFullQQVersion. Updated plugin_onmessage to fetch and parse messages for a user. These changes improve reliability and consistency in API status handling.

* Fix typo in getFullQQVersion method name

Corrected the method name from getFullQQVesion to getFullQQVersion in multiple locations to ensure consistency and prevent potential runtime errors.

* Remove performance CLI and demo, fix typos, update proto

Deleted the performance CLI and demo files. Fixed a typo in getFullQQVesion to getFullQQVersion across multiple files. Changed the 'time' field type from UINT32 to UINT64 in Oidb.0x9067_202 proto. Commented out performanceMonitorPlugin in vite.config.ts. Removed an unimplemented log statement in NodeIKernelBuddyListener.

* Comment out default plugin adapter registration

The default registration of OB11PluginAdapter in NapCatOneBot11Adapter was commented out, likely to prevent automatic plugin loading or to allow for more flexible plugin management. Also, removed an unnecessary blank line in the plugin_onmessage function.

* fix

* Add shell-analysis mode with performance monitoring

Introduces a new .env.shell-analysis file and a dev:shell-analysis npm script for building in shell-analysis mode. Updates vite.config.ts to support the new mode, enabling the performance monitor plugin with an updated exclude list. Also extends the plugin's exclude patterns to filter out 'packet' files.

* Delete performance-api.ts

* Add commented export for performance-monitor

Added a commented-out export statement for '@/common/performance-monitor' in napcat.ts, possibly for future use or reference. No functional changes to the file.
2025-08-06 20:37:45 +08:00
手瓜一十雪
d0a1ea82bb Remove performance CLI and demo, fix typos, update proto
Deleted the performance CLI and demo files. Fixed a typo in getFullQQVesion to getFullQQVersion across multiple files. Changed the 'time' field type from UINT32 to UINT64 in Oidb.0x9067_202 proto. Commented out performanceMonitorPlugin in vite.config.ts. Removed an unimplemented log statement in NodeIKernelBuddyListener.
2025-08-06 19:57:36 +08:00
手瓜一十雪
958a6b58bc Fix typo in getFullQQVersion method name
Corrected the method name from getFullQQVesion to getFullQQVersion in multiple locations to ensure consistency and prevent potential runtime errors.
2025-08-06 19:32:14 +08:00
手瓜一十雪
d498513bda Refactor PacketApi status checks and fix typos
Replaced all usages of PacketApi.available with PacketApi.packetStatus for more accurate status checking. Fixed a typo in getFullQQVesion to getFullQQVersion. Updated plugin_onmessage to fetch and parse messages for a user. These changes improve reliability and consistency in API status handling.
2025-08-06 19:31:24 +08:00
手瓜一十雪
7f08d62b5b fix 2025-08-06 18:43:44 +08:00
Mlikiowa
beb189bd49 release: v4.8.95 2025-07-26 12:19:32 +00:00
手瓜一十雪
f1db0be1ce Add new appid and offset entries for version 37625
Updated appid.json and offset.json to include new entries for versions 9.9.20-37625 and 3.2.18-37625, supporting both x64 and arm64 architectures.
2025-07-26 20:19:04 +08:00
Mlikiowa
c5477929c2 release: v4.8.94 2025-07-21 11:49:43 +00:00
手瓜一十雪
82763cac49 feat: 添加新的appid和offset配置以支持版本9.9.20-37475和3.2.18-37475 2025-07-21 19:48:59 +08:00
dependabot[bot]
9b78330ffe build(deps-dev): bump eslint-plugin-import from 2.31.0 to 2.32.0 (#1123)
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.31.0 to 2.32.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 手瓜一十雪 <nanaeonn@outlook.com>
2025-07-21 19:19:51 +08:00
dependabot[bot]
5d88cb5384 build(deps-dev): bump eslint-import-resolver-typescript (#1124)
Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) from 4.4.3 to 4.4.4.
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.4.3...v4.4.4)

---
updated-dependencies:
- dependency-name: eslint-import-resolver-typescript
  dependency-version: 4.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-21 19:18:22 +08:00
dependabot[bot]
200aa61da8 build(deps-dev): bump @eslint/js from 9.30.1 to 9.31.0 (#1125)
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.30.1 to 9.31.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.31.0/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-21 19:18:10 +08:00
dependabot[bot]
5ae0e39e28 build(deps-dev): bump @typescript-eslint/parser from 8.35.1 to 8.37.0 (#1140)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.37.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-21 19:17:45 +08:00
手瓜一十雪
0450c708b5 fix 2025-07-11 19:28:01 +08:00
Mlikiowa
b048ccba36 release: v4.8.93 2025-07-09 11:21:08 +00:00
dependabot[bot]
7525026463 build(deps-dev): bump @eslint/js from 9.28.0 to 9.30.1 (#1110)
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.28.0 to 9.30.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.30.1/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.30.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-09 19:11:09 +08:00
dependabot[bot]
a5bb8dbe7c build(deps-dev): bump @eslint/compat from 1.3.0 to 1.3.1 (#1099)
Bumps [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/compat-v1.3.1/packages/compat)

---
updated-dependencies:
- dependency-name: "@eslint/compat"
  dependency-version: 1.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-09 19:10:54 +08:00
dependabot[bot]
004247f324 build(deps-dev): bump typescript-eslint from 8.34.0 to 8.35.1 (#1112)
---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-version: 8.35.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-09 19:10:14 +08:00
dependabot[bot]
b8d90eee45 build(deps-dev): bump @rollup/plugin-typescript from 12.1.2 to 12.1.4 (#1098)
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 12.1.2 to 12.1.4.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v12.1.4/packages/typescript)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
  dependency-version: 12.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-09 19:10:02 +08:00
手瓜一十雪
8771d53521 Add support for 3.2.18-37051 and 9.9.20-37051 versions
Updated appid.json and offset.json to include new entries for versions 3.2.18-37051 and 9.9.20-37051, including their respective app IDs, QUA values, and offset mappings for x64 and arm64 architectures.
2025-07-09 19:06:47 +08:00
Mlikiowa
bec33923e1 release: v4.8.92 2025-07-07 12:47:57 +00:00
囧囧JOJO
7a084d51f6 feat: 向 /get_system_msg 添加可选参数 'count' (#1113)
* feat: Add the optional parameter "count" to /get_system_msg

* Refactor GetGroupSystemMsg to use TypeBox schema

Introduced TypeBox for payload validation in GetGroupSystemMsg, replacing manual count handling with a schema-based approach. Updated the handler to use the new payload type and schema, improving type safety and input validation.

---------

Co-authored-by: 手瓜一十雪 <nanaeonn@outlook.com>
2025-07-07 20:46:26 +08:00
Mlikiowa
9a2ba76d83 release: v4.8.91 2025-07-07 12:41:15 +00:00
手瓜一十雪
cbc3628cc7 feat: 37012 2025-07-07 20:40:36 +08:00
Mlikiowa
c53a8e9be9 release: v4.8.90 2025-06-29 02:01:31 +00:00
手瓜一十雪
f0ab3075e4 feat: Add new Linux native modules for arm64 and x64
Added MoeHoo.linux.arm64.new.node and MoeHoo.linux.x64.new.node binaries to support native packet functionality on both ARM64 and x64 Linux platforms.
2025-06-29 09:58:32 +08:00
Mlikiowa
439ea3cf1f release: v4.7.85 2025-06-26 10:35:59 +00:00
手瓜一十雪
40c577c6aa fix: package 2025-06-26 18:35:12 +08:00
Mlikiowa
41b38eb84e release: v4.7.81 2025-06-26 10:32:56 +00:00
手瓜一十雪
24312ea68d feat: package 2025-06-26 18:32:31 +08:00
Mlikiowa
4527a6d285 release: v4.7.80 2025-06-26 10:30:32 +00:00
手瓜一十雪
5797774123 feat: 初步验证win 36580 2025-06-26 18:30:06 +08:00
手瓜一十雪
119e4a310e feat: 36580 2025-06-26 17:06:37 +08:00
Wang Zeng
3a966c753f ci: dispatch docker build workflow after release (#1078) 2025-06-15 23:26:17 +08:00
手瓜一十雪
c833274f1e fix: type 2025-06-13 16:58:05 +08:00
时瑾
e17e96957d fix: 优化get_group_ignored_notifies接口返回值 2025-06-12 20:14:11 +08:00
时瑾
e09341b344 feat: get_collection_list 2025-06-12 13:28:31 +08:00
时瑾
15b77e3e15 feat: get_group_ignore_add_request 2025-06-12 13:23:22 +08:00
Mlikiowa
81c1ad5a2f release: v4.7.78 2025-06-12 04:30:05 +00:00
手瓜一十雪
a600e6593b fix: 35951 2025-06-12 12:29:14 +08:00
时瑾
a949413bb9 fix: 修正部分接口的参数、返回值,提高兼容性 (#1072)
* fix: 修正`get_group_system_msg` `get_group_honor_info`接口返回值 提升兼容性

* fix: `create_group_file_folder` 接口兼容性提升
2025-06-11 12:37:29 +08:00
Mlikiowa
54bf0dd615 release: v4.7.77 2025-06-10 06:28:20 +00:00
手瓜一十雪
5048a21cb1 fix: #1051 2025-06-10 14:27:50 +08:00
手瓜一十雪
4d38cd1225 feat: 35951 2025-06-10 13:19:19 +08:00
手瓜一十雪
2235d831ff fix: #1049 2025-06-10 13:05:36 +08:00
手瓜一十雪
718cfbfb2e fix: #1058 2025-06-10 12:54:29 +08:00
dependabot[bot]
36000d8c90 build(deps-dev): bump multer from 1.4.5-lts.2 to 2.0.1 (#1070)
Bumps [multer](https://github.com/expressjs/multer) from 1.4.5-lts.2 to 2.0.1.
- [Release notes](https://github.com/expressjs/multer/releases)
- [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expressjs/multer/compare/v1.4.5-lts.2...v2.0.1)

---
updated-dependencies:
- dependency-name: multer
  dependency-version: 2.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-10 12:48:39 +08:00
时瑾
ed8e67b21d fix: 转发消息接口返回值兼容gocq (#1066) 2025-06-09 10:02:27 +08:00
837951602
d2a3d2f8c2 /get_group_system_msg description (#1064) 2025-06-08 10:38:32 +08:00
手瓜一十雪
51c663494d Merge pull request #1054 from NapNeko/dependabot/npm_and_yarn/file-type-21.0.0
build(deps-dev): bump file-type from 20.5.0 to 21.0.0
2025-06-06 11:53:31 +08:00
手瓜一十雪
3bd29d1412 build(deps-dev): bump esbuild from 0.25.4 to 0.25.5 (#1056)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.25.4 to 0.25.5.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.4...v0.25.5)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.25.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-06 11:53:06 +08:00
lzw
5d8d949219 chore: add host in listen log
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
2025-06-05 12:59:01 +08:00
Lan Zongwei
a3363f7621 fix: fix missing host in onebot http-server listen 2025-06-05 12:59:01 +08:00
dependabot[bot]
2c534a2c20 build(deps-dev): bump esbuild from 0.25.4 to 0.25.5
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.25.4 to 0.25.5.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.4...v0.25.5)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.25.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-02 09:14:28 +00:00
dependabot[bot]
f8af4e6593 build(deps-dev): bump file-type from 20.5.0 to 21.0.0
Bumps [file-type](https://github.com/sindresorhus/file-type) from 20.5.0 to 21.0.0.
- [Release notes](https://github.com/sindresorhus/file-type/releases)
- [Commits](https://github.com/sindresorhus/file-type/compare/v20.5.0...v21.0.0)

---
updated-dependencies:
- dependency-name: file-type
  dependency-version: 21.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-02 09:09:48 +00:00
Mlikiowa
73ac836cd2 release: v4.7.76 2025-05-29 13:58:02 +00:00
手瓜一十雪
ea1b915ac7 fix: #1048 2025-05-29 21:15:07 +08:00
手瓜一十雪
650251bb84 fix: 支持registerCallback 2025-05-29 20:45:35 +08:00
手瓜一十雪
17bb15ed5c feat: nativeLoader功能预备 2025-05-29 14:39:09 +08:00
Mlikiowa
09bab80533 release: v4.7.75 2025-05-26 12:19:44 +00:00
手瓜一十雪
aa6344a2b2 fix: #1043 2025-05-26 19:58:50 +08:00
手瓜一十雪
fb5263abf6 Merge pull request #1041 from Neboer/main
允许使用环境变量指定napcat工作路径。
2025-05-26 14:41:01 +08:00
Mlikiowa
b0d00fbb9e release: v4.7.74 2025-05-26 05:57:44 +00:00
手瓜一十雪
22e3840f8b Revert "fix: #1038"
This reverts commit 8fbb15bb5e.
2025-05-26 13:56:48 +08:00
手瓜一十雪
8c9e42bd7f Revert "fix: #1039"
This reverts commit 593aa90102.
2025-05-26 13:56:14 +08:00
Neboer
97b495128b 修改环境变量名字NAPCAT_WRITEPATH为NAPCAT_WORKDIR 2025-05-26 05:36:07 +00:00
Neboer
a5bb3f5014 允许使用NAPCAT_WRITEPATH环境变量指定napcat工作路径。 2025-05-26 04:59:20 +00:00
Mlikiowa
4428b5a147 release: v4.7.73 2025-05-26 03:52:01 +00:00
手瓜一十雪
0900910f5a Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2025-05-26 11:51:35 +08:00
手瓜一十雪
539e39a0a5 fix: remove debug 2025-05-26 11:51:25 +08:00
Mlikiowa
37e3db18dd release: v4.7.72 2025-05-26 03:51:12 +00:00
手瓜一十雪
a404247aa9 fix: #1040 2025-05-26 11:50:45 +08:00
手瓜一十雪
593aa90102 fix: #1039 2025-05-26 10:58:01 +08:00
Mlikiowa
86e17f7399 release: v4.7.70 2025-05-25 08:56:20 +00:00
手瓜一十雪
8fbb15bb5e fix: #1038 2025-05-25 16:55:32 +08:00
手瓜一十雪
6047a5aaaa fix 2025-05-25 16:30:15 +08:00
手瓜一十雪
493bf58a53 fix: #1031 2025-05-25 16:18:50 +08:00
手瓜一十雪
3b65724af8 feat: #1031 2025-05-25 16:09:06 +08:00
手瓜一十雪
90be1f636c feat: kill-update 2025-05-24 10:33:14 +08:00
手瓜一十雪
417a9c7cf4 feat: createGrayTip 2025-05-23 17:22:07 +08:00
Mlikiowa
fe3101372e release: v4.7.68 2025-05-22 03:48:00 +00:00
手瓜一十雪
e1f3a393d5 fix: #1029 2025-05-22 11:47:31 +08:00
手瓜一十雪
111fa0ca0b fix: #1027 2025-05-22 11:33:23 +08:00
Mlikiowa
e596211c64 release: v4.7.67 2025-05-21 04:59:16 +00:00
手瓜一十雪
865c3e7377 fix: make ts happy 2025-05-21 12:58:53 +08:00
Mlikiowa
ea4a4feff2 release: v4.7.66 2025-05-21 04:53:55 +00:00
手瓜一十雪
38d130fcfe feat: 35341 2025-05-21 12:53:21 +08:00
Mlikiowa
be2ddeae60 release: v4.7.65 2025-05-18 14:32:18 +00:00
手瓜一十雪
f2e7ecf7aa Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2025-05-18 20:59:17 +08:00
手瓜一十雪
7383dc011c fix 2025-05-18 20:59:11 +08:00
Mlikiowa
fd3a4ce940 release: v4.6.65 2025-05-18 12:58:07 +00:00
手瓜一十雪
dc0b1d977d fix 2025-05-18 20:57:41 +08:00
手瓜一十雪
128ff1f847 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2025-05-18 20:55:13 +08:00
手瓜一十雪
3d6cf7be08 feat: 更优美的代码 2025-05-18 20:55:11 +08:00
Mlikiowa
cb9c7de1c8 release: v4.7.64 2025-05-18 12:49:37 +00:00
手瓜一十雪
da852aa9c1 Merge pull request #1022 from NapNeko/poke_enhance
fix: #1018
2025-05-18 20:45:08 +08:00
手瓜一十雪
1c3b5060c9 fix 2025-05-18 20:42:03 +08:00
手瓜一十雪
03e82f863a fix 2025-05-18 20:24:49 +08:00
手瓜一十雪
8b85c5a4d5 fix 2025-05-18 20:19:53 +08:00
手瓜一十雪
b99e60a258 fix 2025-05-18 20:16:55 +08:00
手瓜一十雪
86d01c77b4 fix: #1018 2025-05-18 20:15:38 +08:00
手瓜一十雪
37b9db4adc Merge pull request #1021 from NapNeko/feat-new-context
feat: 隔离context传递 避免高并发干扰一个实例
2025-05-18 19:27:23 +08:00
手瓜一十雪
d46f129b74 feat: 隔离context传递 避免高并发干扰一个实例 2025-05-18 19:21:14 +08:00
手瓜一十雪
9087b4c5db fix: readonly 2025-05-18 19:02:31 +08:00
手瓜一十雪
2684d483b8 fix: readonly 2025-05-18 19:01:57 +08:00
手瓜一十雪
edc55b51f4 Merge pull request #1020 from pohgxz/main
增加抽象类,修改继承关系
2025-05-18 18:59:25 +08:00
手瓜一十雪
a175eac29a fix: readonly 2025-05-18 18:58:27 +08:00
手瓜一十雪
1c7b2c9b4d fix: 字面量
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-18 18:56:59 +08:00
手瓜一十雪
6417701780 fix: 别名
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-18 18:55:56 +08:00
手瓜一十雪
650fe6cc84 fix: override
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
2025-05-18 18:53:01 +08:00
手瓜一十雪
45fab2ebd5 fix: override
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
2025-05-18 18:52:07 +08:00
Nepenthe
eb8ec6670e 增加抽象类,修改继承关系 2025-05-18 18:32:23 +08:00
手瓜一十雪
4d5ab42342 docs: mai 2025-05-17 17:54:53 +08:00
Mlikiowa
ffbd687ead release: v4.7.63 2025-05-17 05:09:36 +00:00
手瓜一十雪
8b5a49e23f feat: 35184 2025-05-17 11:16:39 +08:00
手瓜一十雪
6332329a24 fix: #1007 2025-05-15 21:10:21 +08:00
Mlikiowa
7714e6421c release: v4.7.62 2025-05-12 12:37:01 +00:00
手瓜一十雪
7291f80e92 fix 2025-05-12 20:36:39 +08:00
Mlikiowa
aaa5a1ac1b release: v4.7.61 2025-05-12 12:34:18 +00:00
手瓜一十雪
a0b942e9fd Merge pull request #1005 from NapNeko/fix-1001
refactor: remove image-size
2025-05-12 20:22:35 +08:00
手瓜一十雪
29cab797d4 fix 2025-05-12 19:29:40 +08:00
手瓜一十雪
6cd710f3be fix 2025-05-12 19:27:46 +08:00
手瓜一十雪
056bd591da fix 2025-05-12 19:27:01 +08:00
手瓜一十雪
999dd93944 fix 2025-05-12 19:25:03 +08:00
手瓜一十雪
ab64672013 fix: image size 2025-05-12 19:18:33 +08:00
手瓜一十雪
976bf0c592 Create index.ts 2025-05-12 19:17:17 +08:00
手瓜一十雪
a95a6ce78f Merge pull request #1004 from NapNeko/dependabot/npm_and_yarn/esbuild-0.25.4
build(deps-dev): bump esbuild from 0.25.0 to 0.25.4
2025-05-12 18:45:23 +08:00
dependabot[bot]
0e4c3678a5 build(deps-dev): bump esbuild from 0.25.0 to 0.25.4
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.25.0 to 0.25.4.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.0...v0.25.4)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.25.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-12 08:37:11 +00:00
Mlikiowa
7ce0f43937 release: v4.7.60 2025-05-11 03:32:29 +00:00
手瓜一十雪
4615af9f95 fix: #996 2025-05-11 11:31:52 +08:00
Mlikiowa
847be07e06 release: v4.7.58 2025-05-11 03:24:02 +00:00
手瓜一十雪
5a9c0b7d00 feat: ffmpeg下载来源更换 2025-05-11 11:23:43 +08:00
Mlikiowa
6b67279c8f release: v4.7.57 2025-05-10 13:15:37 +00:00
手瓜一十雪
07783354b7 feat: 34958 2025-05-10 21:15:07 +08:00
Mlikiowa
f69afcf61d release: v4.7.56 2025-05-09 11:28:05 +00:00
手瓜一十雪
6045baab7a feat: 34740 2025-05-09 19:16:25 +08:00
手瓜一十雪
128522538b fix: 过滤掉已读 2025-05-09 18:51:00 +08:00
手瓜一十雪
c6a9f082ff fix 2025-05-09 13:17:47 +08:00
Mlikiowa
1d7fbf8644 release: v4.7.55 2025-05-08 10:11:36 +00:00
手瓜一十雪
209c232c09 Merge pull request #991 from NapNeko/fix-upload-foward-cahce-del
fix: upload-foward-cache-del
2025-05-08 18:10:45 +08:00
手瓜一十雪
f4b5439140 fix: typo
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
2025-05-08 18:04:40 +08:00
手瓜一十雪
238814c594 fix 2025-05-08 17:58:12 +08:00
手瓜一十雪
f764cab1c8 fix 2025-05-08 15:20:55 +08:00
手瓜一十雪
6e010eb426 docs: 清空不好的影响&推荐一下 2025-05-08 15:20:06 +08:00
Mlikiowa
9c8a398a1e release: v4.7.51 2025-05-07 15:16:50 +00:00
手瓜一十雪
d704d8b7d0 fix: 增强 2025-05-07 22:26:25 +08:00
Mlikiowa
ad4b38fda0 release: v4.5.50 2025-05-07 14:10:15 +00:00
手瓜一十雪
cf01fbc62d Merge pull request #989 from NapNeko/file-url-feat
feat: 消息上报Url重构
2025-05-07 22:09:29 +08:00
手瓜一十雪
1ef85d74ac fix 2025-05-07 22:03:00 +08:00
手瓜一十雪
0eb8516ca6 fix 2025-05-07 20:53:36 +08:00
手瓜一十雪
0d9426e291 fix
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-07 20:51:50 +08:00
手瓜一十雪
74547318e1 fix
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-07 20:51:28 +08:00
手瓜一十雪
457a041c57 fix
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-07 20:51:12 +08:00
手瓜一十雪
a1e5d879b9 fix
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-07 20:50:51 +08:00
手瓜一十雪
b568516929 fix 2025-05-07 18:10:58 +08:00
手瓜一十雪
567aae6cee feat: fileUrl Get 2025-05-07 18:10:49 +08:00
Mlikiowa
5cc46a8b4d release: v4.7.49 2025-05-07 09:16:28 +00:00
手瓜一十雪
b37a2a2a46 feat: 背压问题 2025-05-07 17:14:57 +08:00
Mlikiowa
0541918317 release: v4.7.48 2025-05-07 08:21:34 +00:00
Clansty
f38f7f4b0c fix: at 变成负数 2025-05-07 03:46:17 +08:00
手瓜一十雪
c07dad1ebc feat 2025-05-04 21:11:34 +08:00
Mlikiowa
b19660f601 release: v4.7.47 2025-05-03 14:27:49 +00:00
手瓜一十雪
2678e6cc18 fix 2025-05-03 22:26:41 +08:00
Mlikiowa
1eeb2300f6 release: v4.7.46 2025-05-03 08:08:25 +00:00
手瓜一十雪
39d6452ef3 fix 2025-05-03 16:06:51 +08:00
手瓜一十雪
b54050998c feat: normalize 2025-05-02 15:10:31 +08:00
Mlikiowa
1194976176 release: v4.7.45 2025-04-30 13:43:59 +00:00
pk5ls20
af85545d1d fix: fxxking fake forward element
- close #972, #977, #666
2025-04-30 20:31:03 +08:00
手瓜一十雪
a1ad66a4ef fix 2025-04-29 22:06:01 +08:00
Mlikiowa
4ff3ef4917 release: v4.7.44 2025-04-28 14:04:40 +00:00
手瓜一十雪
41e471e0ca feat: 34740 2025-04-28 22:04:20 +08:00
Mlikiowa
985ec04e1e release: v4.7.43 2025-04-26 11:10:37 +00:00
手瓜一十雪
d7d31c3c7c fix 2025-04-26 19:10:00 +08:00
Mlikiowa
6630fe6213 release: v4.7.42 2025-04-26 11:02:25 +00:00
手瓜一十雪
d91b33c7e4 fix: #976 2025-04-26 19:00:31 +08:00
手瓜一十雪
77df90e8ab Merge pull request #975 from pohgxz/main
接口 _get_model_show 的 model 设置为可选属性
2025-04-26 18:31:10 +08:00
Nepenthe
e144d3a218 接口 _get_model_show 的 model 设置为可选属性 2025-04-26 14:48:35 +08:00
Nepenthe
c099e3c257 Merge branch 'NapNeko:main' into main 2025-04-26 14:40:38 +08:00
Mlikiowa
b8913ae3b2 release: v4.7.41 2025-04-24 09:43:32 +00:00
手瓜一十雪
2d8b11407a fix 2025-04-24 17:43:13 +08:00
Mlikiowa
6b3554876a release: v4.7.40 2025-04-24 07:57:16 +00:00
手瓜一十雪
76f2a8a8a0 fix 2025-04-24 15:56:55 +08:00
Mlikiowa
79d4f5076a release: v4.7.36 2025-04-24 07:53:59 +00:00
手瓜一十雪
625b7d912d feat: 34606 2025-04-24 15:37:44 +08:00
手瓜一十雪
7a69c10ae8 Revert "fix: 私聊撤回"
This reverts commit dc42c136c3.
2025-04-24 11:34:07 +08:00
手瓜一十雪
dc42c136c3 fix: 私聊撤回 2025-04-24 11:33:11 +08:00
手瓜一十雪
3f9dee5265 Merge pull request #971 from Sn0wo2/main
fix: temp_source
2025-04-24 09:54:29 +08:00
手瓜一十雪
270d67575b fix: 969 2025-04-24 09:50:26 +08:00
Me0wo
77ba5a6445 fix: #970 2025-04-24 04:11:31 +08:00
Mlikiowa
65dec50be9 release: v4.7.35 2025-04-23 08:52:43 +00:00
手瓜一十雪
e6907aee6d feat: doubt friends支持 2025-04-23 16:46:09 +08:00
手瓜一十雪
5c1a4b0848 feat: 34566 2025-04-23 16:18:48 +08:00
手瓜一十雪
8370020702 fix 2025-04-23 16:12:56 +08:00
手瓜一十雪
5e507dbc08 fix: #963 2025-04-23 11:47:58 +08:00
手瓜一十雪
9136041f2e feat: 301 302自动跟随下载 2025-04-21 18:43:44 +08:00
Mlikiowa
561e576655 release: v4.7.34 2025-04-20 14:12:47 +00:00
手瓜一十雪
673dcbf122 feat: 避免危险信息 2025-04-20 22:12:12 +08:00
手瓜一十雪
46401f7b1c fix: #960
神经设计
2025-04-20 22:10:24 +08:00
手瓜一十雪
9a8d192089 feat: disband 2025-04-20 19:28:35 +08:00
Mlikiowa
4ab1b66ad0 release: v4.7.33 2025-04-19 12:17:18 +00:00
手瓜一十雪
79510ba6a4 feat: 支持https 面板 2025-04-19 20:16:24 +08:00
手瓜一十雪
4a1d4136fd feat: 支持环境变量禁用ffmpeg下载支持 2025-04-19 20:03:00 +08:00
手瓜一十雪
8aa51f2a11 feat: 优雅的回车登录 2025-04-19 19:59:11 +08:00
手瓜一十雪
750f354543 feat: 加强安全性 传输过程使用salt sha256 2025-04-19 19:50:52 +08:00
手瓜一十雪
20b8b8226a feat: 消息context增强识别 2025-04-19 11:36:27 +08:00
Mlikiowa
b4ba8da443 release: v4.7.32 2025-04-19 03:17:47 +00:00
手瓜一十雪
e52b6ccf23 fix 2025-04-19 11:13:02 +08:00
手瓜一十雪
2861c1187a fix 2025-04-19 11:10:04 +08:00
手瓜一十雪
ff531b6b6e feat: 回归ajv 2025-04-19 11:07:01 +08:00
手瓜一十雪
f315ab15e6 fix 2025-04-19 11:03:03 +08:00
手瓜一十雪
07c7eb8965 Revert "package->dev"
This reverts commit c78b9488f2.
2025-04-19 11:01:45 +08:00
手瓜一十雪
37611c8338 Revert "feat: 区分resId和普通消息Id"
This reverts commit d57f90c7e8.
2025-04-19 11:01:12 +08:00
手瓜一十雪
3fd3a2df0c Revert "fix: 修掉漏掉的"
This reverts commit 9c0f13248b.
2025-04-19 11:01:06 +08:00
手瓜一十雪
60577552d7 Revert "fix"
This reverts commit cd1db2bcf4.
2025-04-19 10:59:04 +08:00
手瓜一十雪
b2bd48cf49 Revert "fix:coerce"
This reverts commit b190c21ef8.
2025-04-19 10:58:56 +08:00
手瓜一十雪
981e510963 Revert "fix: checker"
This reverts commit 875b20ea9e.
2025-04-19 10:58:46 +08:00
手瓜一十雪
e77d8f93ba Revert "fix: zod boolean强制转换"
This reverts commit db37def059.
2025-04-19 10:58:39 +08:00
手瓜一十雪
2b0d170434 Revert "fix"
This reverts commit abe6e46750.
2025-04-19 10:57:36 +08:00
手瓜一十雪
9cc1ef5b31 Revert "fix"
This reverts commit a2d11a7d7d.
2025-04-19 10:57:32 +08:00
手瓜一十雪
ac5df6946c Revert "fix"
This reverts commit f3fa3bd25b.
2025-04-19 10:57:28 +08:00
手瓜一十雪
cc9d12597f Revert "fix"
This reverts commit 316093390c.
2025-04-19 10:57:25 +08:00
手瓜一十雪
ef59181dcd Revert "fix: coerce"
This reverts commit 0f508a511c.
2025-04-19 10:53:29 +08:00
手瓜一十雪
d36c5b98a5 feat: 34467 2025-04-19 09:44:00 +08:00
手瓜一十雪
55414dd1cd feat: 34362 2025-04-18 18:19:12 +08:00
手瓜一十雪
82bc032dac feat: #954 2025-04-18 12:12:18 +08:00
Mlikiowa
a18b64a4d3 release: v4.7.31 2025-04-17 14:17:57 +00:00
手瓜一十雪
0f508a511c fix: coerce 2025-04-17 22:17:35 +08:00
Mlikiowa
8611dfd09c release: v4.7.30 2025-04-17 10:07:28 +00:00
手瓜一十雪
d29e09672c fix: 一些问题 2025-04-17 18:07:07 +08:00
Mlikiowa
f8240df051 release: v4.7.29 2025-04-17 09:59:29 +00:00
手瓜一十雪
03444d1de6 fix: 自动化验证环境变量的ffmpeg 2025-04-17 17:59:06 +08:00
Mlikiowa
8fbd7aec53 release: v4.7.28 2025-04-17 09:49:05 +00:00
手瓜一十雪
53d8402da6 feat: 增强异常处理 2025-04-17 17:48:13 +08:00
手瓜一十雪
e283899502 feat: 34362 2025-04-17 17:07:09 +08:00
Mlikiowa
cf40be1312 release: v4.7.27 2025-04-17 06:39:48 +00:00
手瓜一十雪
16de492fb5 fix 2025-04-17 14:39:30 +08:00
Mlikiowa
50a468316c release: v4.7.26 2025-04-17 06:29:11 +00:00
手瓜一十雪
e084cb7163 feat: ffmpeg download auto 2025-04-17 14:28:51 +08:00
手瓜一十雪
8f1fbe351c fix: ffmpeg 2025-04-17 13:55:31 +08:00
Mlikiowa
bc4d5bea7a release: v4.7.25 2025-04-17 05:28:19 +00:00
手瓜一十雪
fead908017 fix: 扬了ffmpeg.wasm 2025-04-17 13:26:24 +08:00
Mlikiowa
760a8ae49e release: v4.7.24 2025-04-17 01:57:25 +00:00
手瓜一十雪
3033f59ca9 Merge pull request #953 from NapNeko/fix-zod-boolean
fix: zod boolean强制转换
2025-04-17 09:56:48 +08:00
手瓜一十雪
316093390c fix 2025-04-17 09:56:12 +08:00
手瓜一十雪
f3fa3bd25b fix 2025-04-17 09:54:12 +08:00
手瓜一十雪
a2d11a7d7d fix 2025-04-17 09:52:03 +08:00
手瓜一十雪
abe6e46750 fix 2025-04-17 09:48:59 +08:00
手瓜一十雪
414150fd34 fix: napcat log 2025-04-17 09:47:39 +08:00
手瓜一十雪
db37def059 fix: zod boolean强制转换 2025-04-17 09:38:38 +08:00
Mlikiowa
30a48f1693 release: v4.7.23 2025-04-15 10:38:47 +00:00
手瓜一十雪
5320fd6c75 fix: 34231 linux arm64 docker问题 2025-04-15 18:38:24 +08:00
Mlikiowa
27d64a9e9f release: v4.7.22 2025-04-15 04:35:48 +00:00
手瓜一十雪
875b20ea9e fix: checker 2025-04-15 12:34:33 +08:00
Mlikiowa
971f292b22 release: v4.7.21 2025-04-15 04:25:59 +00:00
手瓜一十雪
b190c21ef8 fix:coerce 2025-04-15 12:25:37 +08:00
Mlikiowa
6ded82d454 release: v4.7.20 2025-04-14 14:37:43 +00:00
手瓜一十雪
fb351f086e Merge pull request #944 from clansty/fix/isReverseOrder
fix: isReverseOrder
2025-04-14 21:44:42 +08:00
手瓜一十雪
cd1db2bcf4 fix 2025-04-14 21:44:25 +08:00
手瓜一十雪
50ca6ae239 Merge pull request #946 from NapNeko/fix-923
feat: 区分resId和普通消息Id
2025-04-14 19:05:01 +08:00
手瓜一十雪
26eac434b3 readme: new 2025-04-14 13:25:00 +08:00
Clansty
f33b479def fix: isReverseOrder 2025-04-14 05:40:11 +08:00
手瓜一十雪
d57f90c7e8 feat: 区分resId和普通消息Id 2025-04-13 20:33:25 +08:00
手瓜一十雪
def3dedbb4 Merge pull request #943 from NapNeko/zod-refactor
fix: 修掉漏掉的
2025-04-13 20:17:08 +08:00
手瓜一十雪
9c0f13248b fix: 修掉漏掉的 2025-04-13 20:14:35 +08:00
手瓜一十雪
192768ba4f Merge pull request #942 from NapNeko/zod-refactor
迁移类型校验到zod
2025-04-13 20:10:43 +08:00
手瓜一十雪
c78b9488f2 package->dev 2025-04-13 20:06:30 +08:00
手瓜一十雪
8a116d2d7b 迁移类型校验到zod 2025-04-13 20:05:11 +08:00
Mlikiowa
4084e431ec release: v4.7.19 2025-04-12 04:25:39 +00:00
手瓜一十雪
142ef54638 feat: 增强win 输出可读性 2025-04-12 12:23:38 +08:00
Mlikiowa
1bfa814ad9 release: v4.7.18 2025-04-12 04:04:09 +00:00
手瓜一十雪
85c6adc126 fix: 小问题 2025-04-12 11:59:29 +08:00
手瓜一十雪
9fb5e47cd3 fix 2025-04-12 11:36:46 +08:00
pk5ls20
eab4e11735 Merge pull request #938 from Fahaxikiii/patch-2
Update README.md
2025-04-12 00:11:23 +08:00
万里
e237535c3c Update README.md
换成美国vps
2025-04-12 00:09:19 +08:00
pk5ls20
7540bab6aa Merge pull request #937 from Fahaxikiii/patch-1 2025-04-11 23:18:46 +08:00
万里
da7cda2fac Update README.md
服务器到期了呜呜呜
2025-04-11 22:03:28 +08:00
Mlikiowa
e1ee7f292c release: v4.7.17 2025-04-11 07:12:53 +00:00
手瓜一十雪
67c435d3b5 feat: LL Framework适配 2025-04-11 15:12:32 +08:00
手瓜一十雪
d67500f52b Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2025-04-11 14:40:31 +08:00
手瓜一十雪
2c63906b30 feat: 删掉不必要的启动脚本 2025-04-11 14:40:22 +08:00
Mlikiowa
a923e0b551 release: v4.7.16 2025-04-11 06:21:19 +00:00
手瓜一十雪
bbaf3e50f7 feat: 34231 2025-04-11 14:20:27 +08:00
手瓜一十雪
a8bb76698b feat: shell 能力 launcher-user-34231 2025-04-11 14:18:12 +08:00
手瓜一十雪
cae288a6ba feat: 34231 2025-04-11 12:47:25 +08:00
Mlikiowa
049df3c87a release: v4.7.15 2025-04-10 11:00:12 +00:00
手瓜一十雪
24542643cd fix: rkey server部署 2025-04-10 18:59:49 +08:00
Mlikiowa
a0956cc3d4 release: v4.7.14 2025-04-10 10:55:24 +00:00
手瓜一十雪
d4b6066f77 feat: rkey标准化&rkey server增强&简化rkey端部署 2025-04-10 18:54:18 +08:00
手瓜一十雪
d4b8bc5d05 feat: group_all_shut 2025-04-10 09:00:00 +08:00
手瓜一十雪
29656a6cfa feat: 更新类型 fetchUserDetailInfo 2025-04-08 10:12:18 +08:00
手瓜一十雪
059b1c24c0 feat: moveGroupFile 2025-04-08 09:42:28 +08:00
手瓜一十雪
129eacb4ea Merge pull request #927 from NapNeko/dependabot/npm_and_yarn/vite-plugin-cp-6.0.0
chore(deps-dev): bump vite-plugin-cp from 4.0.8 to 6.0.0
2025-04-08 09:19:58 +08:00
手瓜一十雪
4a9d9a19c4 Merge pull request #930 from clansty/feat/gfs
增加更多群文件相关功能
2025-04-08 09:19:41 +08:00
Clansty
ee1ad556e4 feat: 重命名群文件 2025-04-08 05:14:53 +08:00
Clansty
747116c52d feat: 群文件转存永久 2025-04-08 04:40:34 +08:00
Clansty
1bfd8ef2dc feat: 移动群文件 2025-04-08 02:48:48 +08:00
dependabot[bot]
fa96d84e5b chore(deps-dev): bump vite-plugin-cp from 4.0.8 to 6.0.0
Bumps [vite-plugin-cp](https://github.com/fengxinming/vite-plugins/tree/HEAD/packages/vite-plugin-cp) from 4.0.8 to 6.0.0.
- [Commits](https://github.com/fengxinming/vite-plugins/commits/HEAD/packages/vite-plugin-cp)

---
updated-dependencies:
- dependency-name: vite-plugin-cp
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-07 09:33:04 +00:00
手瓜一十雪
0e9d875f0b fix: 更新逻辑 2025-04-05 11:45:21 +08:00
pk5ls20
a07d253ff5 chore: improve log output for protocol fetch with multiple messages 2025-04-04 01:59:31 +08:00
手瓜一十雪
42d695f3e5 style: lint 2025-04-03 15:06:34 +08:00
手瓜一十雪
535bbbd9df Update OneBotAction.ts 2025-04-03 15:03:00 +08:00
手瓜一十雪
078ab58366 fix: 启用类型强制转换 2025-04-03 14:52:33 +08:00
手瓜一十雪
987f968368 fix: 刷新群头衔缓存 2025-04-03 14:46:56 +08:00
手瓜一十雪
7f98027abd fix: typo 2025-04-03 14:44:59 +08:00
手瓜一十雪
f4e3c460e0 fix 2025-04-02 21:40:10 +08:00
手瓜一十雪
34b3f92f74 feat: GroupMemberTitle 2025-04-02 21:30:25 +08:00
Mlikiowa
a8ab6310a4 release: v4.7.13 2025-04-02 04:05:02 +00:00
手瓜一十雪
bb4586a36b fix: 清理文件 2025-04-02 12:04:05 +08:00
手瓜一十雪
1743df21a7 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2025-04-02 11:58:59 +08:00
手瓜一十雪
a68e9f86c0 fix: file clean 2025-04-02 11:58:56 +08:00
Mlikiowa
fdb7123a81 release: v4.7.12 2025-04-02 03:54:37 +00:00
手瓜一十雪
8e0ebe11e6 fix: #918 2025-04-02 11:51:51 +08:00
手瓜一十雪
0bbbe67035 fix: type 2025-04-02 10:49:48 +08:00
手瓜一十雪
c3a31a5559 fix: 初始化后清理 2025-04-02 10:05:57 +08:00
Mlikiowa
6b69d42fc7 release: v4.7.11 2025-04-01 12:44:06 +00:00
手瓜一十雪
136a5b4516 feat: 优化webui快速登录&优化代码整体逻辑 2025-04-01 20:43:46 +08:00
手瓜一十雪
604d883506 feat: 33800 2025-04-01 20:33:14 +08:00
手瓜一十雪
ddf9898c37 feat: 文件清理quene 2025-04-01 20:22:46 +08:00
手瓜一十雪
36fab75cf9 feat: no_cache 2025-04-01 19:54:01 +08:00
bietiaop
1ab7aa1aa2 fix: #908 2025-03-29 21:26:34 +08:00
手瓜一十雪
7f55ec5ef6 fix: 增强异常处理 2025-03-29 10:50:27 +08:00
手瓜一十雪
50e37196f0 fix 2025-03-28 16:55:19 +08:00
Mlikiowa
a02988a3cf release: v4.7.10 2025-03-27 04:36:54 +00:00
手瓜一十雪
ae80ccd477 feat: 好友等级 2025-03-27 12:35:05 +08:00
Mlikiowa
4a4145bd55 release: v4.7.9 2025-03-27 04:16:25 +00:00
手瓜一十雪
c39483a11a fix: 修复一些数据问题 2025-03-27 12:15:53 +08:00
手瓜一十雪
961dad2b38 fix: 烘焙raw 2025-03-26 21:51:51 +08:00
手瓜一十雪
94cf3546be feat: 移除ws 2025-03-21 20:54:59 +08:00
手瓜一十雪
a37012d836 feat: 移除部分淘汰代码 2025-03-21 20:47:38 +08:00
Mlikiowa
2a252ffb8b release: v4.7.8 2025-03-21 12:43:58 +00:00
手瓜一十雪
dc3a162d8e fix: error 2025-03-21 20:43:41 +08:00
Mlikiowa
67c0cd4fac release: v4.7.7 2025-03-21 11:48:29 +00:00
手瓜一十雪
22c41d975c fix: 优化 2025-03-21 19:44:31 +08:00
手瓜一十雪
6cbc70454a feat: 简化代码逻辑 2025-03-21 19:40:47 +08:00
手瓜一十雪
45c908b3ae Revert "fix: #883"
This reverts commit 3d805c79b2.
2025-03-20 10:57:57 +08:00
手瓜一十雪
ac851cefd0 Revert "fix"
This reverts commit d4bb402481.
2025-03-20 10:57:54 +08:00
手瓜一十雪
d4bb402481 fix 2025-03-20 10:32:30 +08:00
手瓜一十雪
3d805c79b2 fix: #883 2025-03-20 10:32:13 +08:00
Mlikiowa
5358bb2f64 release: v4.7.6 2025-03-19 07:35:12 +00:00
手瓜一十雪
b31195de9c feat: 33139 2025-03-19 15:34:33 +08:00
手瓜一十雪
706c572ac7 feat: 33139 2025-03-19 15:26:55 +08:00
手瓜一十雪
ec5f22fac2 Revert "fix: image size"
This reverts commit 803c75de26.
2025-03-19 11:58:19 +08:00
手瓜一十雪
40ec5871f1 Revert "fix: moduleResolution"
This reverts commit c0f2d87a2d.
2025-03-19 11:58:16 +08:00
手瓜一十雪
3ffc552f97 Revert "chore(deps-dev): bump image-size from 1.2.0 to 2.0.1"
This reverts commit 1e39d9042c.
2025-03-19 11:57:55 +08:00
手瓜一十雪
c0f2d87a2d fix: moduleResolution 2025-03-19 11:54:29 +08:00
手瓜一十雪
803c75de26 fix: image size 2025-03-19 11:09:57 +08:00
手瓜一十雪
5d3b05351d Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2025-03-19 10:45:59 +08:00
手瓜一十雪
221c281f69 fix: #884 2025-03-19 10:45:56 +08:00
手瓜一十雪
be83beb4b2 Merge pull request #887 from NapNeko/dependabot/npm_and_yarn/eslint-import-resolver-typescript-4.0.0
chore(deps-dev): bump eslint-import-resolver-typescript from 3.9.1 to 4.0.0
2025-03-19 10:39:33 +08:00
手瓜一十雪
f71c58d718 Merge pull request #888 from NapNeko/dependabot/npm_and_yarn/image-size-2.0.1
chore(deps-dev): bump image-size from 1.2.0 to 2.0.1
2025-03-19 10:39:21 +08:00
dependabot[bot]
1e39d9042c chore(deps-dev): bump image-size from 1.2.0 to 2.0.1
Bumps [image-size](https://github.com/image-size/image-size) from 1.2.0 to 2.0.1.
- [Release notes](https://github.com/image-size/image-size/releases)
- [Commits](https://github.com/image-size/image-size/compare/v1.2.0...v2.0.1)

---
updated-dependencies:
- dependency-name: image-size
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-17 09:23:32 +00:00
dependabot[bot]
8c266fa4d4 chore(deps-dev): bump eslint-import-resolver-typescript
Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) from 3.9.1 to 4.0.0.
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.9.1...v4.0.0)

---
updated-dependencies:
- dependency-name: eslint-import-resolver-typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-17 09:21:48 +00:00
pk5ls20
d5865444e8 fix: #843
- maybe a temporary solution
2025-03-16 20:07:47 +08:00
Mlikiowa
4d0ad74569 release: v4.7.5 2025-03-16 08:08:15 +00:00
手瓜一十雪
92f5e242c2 fix: network prepare 2025-03-16 16:07:51 +08:00
Mlikiowa
36fea5c107 release: v4.7.4 2025-03-16 07:57:45 +00:00
手瓜一十雪
c1bc7014cd fix: msf Status 2025-03-16 15:57:27 +08:00
Mlikiowa
26ca6d15fe release: v4.7.3 2025-03-16 03:57:48 +00:00
手瓜一十雪
c3eac96cb8 fix: quick login 2025-03-16 11:57:28 +08:00
Mlikiowa
a9f0b3bf6d release: v4.7.2 2025-03-16 03:55:17 +00:00
手瓜一十雪
cb6576cf9b fix: async error 2025-03-16 11:55:00 +08:00
Mlikiowa
60d3ce3394 release: v4.7.1 2025-03-16 03:40:48 +00:00
手瓜一十雪
ff13753a6d fix: quick login 延迟问题 2025-03-16 11:39:38 +08:00
手瓜一十雪
27842c67f9 fix: login timer / add:不规范的promise 2025-03-16 10:42:15 +08:00
手瓜一十雪
1061b0f8e4 doc: security 2025-03-16 09:36:27 +08:00
手瓜一十雪
6ee406031a doc: code of conduct 2025-03-16 09:33:06 +08:00
Mlikiowa
66574fca5b release: v4.7.0 2025-03-16 01:13:17 +00:00
手瓜一十雪
ca60fd77d0 fix: #880 2025-03-16 09:12:52 +08:00
Mlikiowa
4d9937ccaf release: v4.6.9 2025-03-15 10:58:09 +00:00
手瓜一十雪
ed40540664 fix: #877 2025-03-15 18:54:51 +08:00
Mlikiowa
cf5737c978 release: v4.6.8 2025-03-14 10:13:29 +00:00
手瓜一十雪
5aa740af91 fix: #873 2025-03-14 18:12:58 +08:00
手瓜一十雪
f9cf149ea9 fix: #875 2025-03-14 18:07:03 +08:00
手瓜一十雪
ad2c8c02bf fix: #870 2025-03-14 17:53:03 +08:00
手瓜一十雪
33da24578c fix: packet异常 2025-03-14 17:39:37 +08:00
Mlikiowa
aa41766868 release: v4.6.7 2025-03-09 08:31:07 +00:00
手瓜一十雪
901bb4ff03 feat: 32896 2025-03-09 16:30:43 +08:00
手瓜一十雪
01b5f6d937 Merge pull request #856 from HDTianRu/main
feat: 额外返回原msgSeq条目
2025-03-09 10:09:41 +08:00
手瓜一十雪
68e092d8a3 feat: readme 翻新 2025-03-09 10:08:49 +08:00
HDTianRu
caf71208e8 feat: 额外返回原msgSeq条目 2025-03-08 16:36:17 +08:00
bietiaop
019f6043a8 fix: #854 2025-03-07 10:25:38 +08:00
Mlikiowa
ea58edc066 release: v4.6.6 2025-03-06 10:51:30 +00:00
手瓜一十雪
989caf50c3 fix: win 2025-03-06 18:51:05 +08:00
Mlikiowa
12cff1ae4f release: v4.6.5 2025-03-06 10:09:45 +00:00
手瓜一十雪
5b09f58c4a feat: 32793 2025-03-06 18:09:14 +08:00
Mlikiowa
e1cbe4df57 release: v4.6.4 2025-03-05 13:15:11 +00:00
手瓜一十雪
4158a3839a fix 2025-03-05 21:14:52 +08:00
Mlikiowa
82c58de9b6 release: v4.6.3 2025-03-03 09:17:03 +00:00
手瓜一十雪
da6136e3d7 feat: o3拦截 2025-03-03 17:16:36 +08:00
手瓜一十雪
94c509ff82 feat:rkey 2025-03-03 12:28:55 +08:00
手瓜一十雪
2b67c5132e feat: searchMsgWithKeywords 2025-03-02 16:07:27 +08:00
Mlikiowa
bdf00ce0c8 release: v4.6.2 2025-03-02 07:11:16 +00:00
手瓜一十雪
165435e3b3 fix: #785 2025-03-02 14:55:47 +08:00
手瓜一十雪
f419315831 feat: 32721 2025-03-02 14:36:11 +08:00
手瓜一十雪
1f7e94350c fix: #841 2025-03-02 14:32:21 +08:00
手瓜一十雪
95be5c9839 fix: #837 2025-03-02 14:27:09 +08:00
手瓜一十雪
c1b925f354 fix: 837 2025-03-02 14:26:28 +08:00
手瓜一十雪
dc24aae3d9 fix: #843 2025-03-02 14:24:51 +08:00
Mlikiowa
8485fbc483 release: v4.6.1 2025-02-27 08:35:02 +00:00
手瓜一十雪
ae9cf96c9f feat: 32690 2025-02-27 16:34:09 +08:00
手瓜一十雪
e2353cdf40 Merge pull request #827 from NapNeko/dependabot/npm_and_yarn/globals-16.0.0
chore(deps-dev): bump globals from 15.15.0 to 16.0.0
2025-02-27 16:18:17 +08:00
手瓜一十雪
a8625ac114 feat: 32690 2025-02-27 16:14:39 +08:00
dependabot[bot]
491c3a70bd chore(deps-dev): bump globals from 15.15.0 to 16.0.0
Bumps [globals](https://github.com/sindresorhus/globals) from 15.15.0 to 16.0.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v15.15.0...v16.0.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 09:06:38 +00:00
手瓜一十雪
695759ebcf feat: vsc build dev体验增强 2025-02-23 17:54:19 +08:00
Mlikiowa
7b814bea03 release: v4.6.0 2025-02-23 09:31:55 +00:00
Mlikiowa
e02749f1c7 release: v4.5.24 2025-02-23 09:31:19 +00:00
手瓜一十雪
e5b8de881f feat: sisi的妙妙rkey 2025-02-23 17:30:01 +08:00
手瓜一十雪
94e98c00fd fix: ts warning 2025-02-23 17:28:30 +08:00
手瓜一十雪
3a2677c356 docs: todo #819 2025-02-23 17:17:52 +08:00
手瓜一十雪
99ff32d199 fix: #822 2025-02-23 17:01:00 +08:00
手瓜一十雪
f243007b03 fix: #824 2025-02-23 16:57:55 +08:00
手瓜一十雪
041549baf8 Merge pull request #823 from NapNeko/refactor-worker
refactor: 即刻起逐出piscina
2025-02-23 14:31:33 +08:00
手瓜一十雪
1b84ad4126 refactor: 即刻起逐出piscina 2025-02-23 14:29:26 +08:00
手瓜一十雪
86aa7e6874 fix: 调整依赖 2025-02-23 13:40:47 +08:00
手瓜一十雪
c8045428a0 fix: 依赖迁移到dev 2025-02-22 12:59:37 +08:00
手瓜一十雪
8e2e31e07e fix: 异常代码 2025-02-22 11:57:48 +08:00
手瓜一十雪
ac57b23fa8 fix: #791 2025-02-22 11:50:54 +08:00
Nepenthe
f2f1c199d4 Merge branch 'NapNeko:main' into main 2025-02-21 21:19:02 +08:00
手瓜一十雪
70f4de7771 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2025-02-18 17:08:26 +08:00
手瓜一十雪
7290a5c683 fix: 日志显示 2025-02-18 17:08:24 +08:00
Mlikiowa
58991058e5 release: v4.5.23 2025-02-18 08:56:25 +00:00
手瓜一十雪
248840d1cd feat: 文件移除path字段增强部分能力 2025-02-18 16:55:43 +08:00
手瓜一十雪
711f01ab82 style: remove debug 2025-02-18 16:52:30 +08:00
手瓜一十雪
07d687daba feat: get_private_file_url 2025-02-18 16:51:51 +08:00
手瓜一十雪
0e422e5f1f fix #810 2025-02-18 13:24:37 +08:00
bietiaop
88db23b45a fix: #802 2025-02-14 21:26:16 +08:00
pk5ls20
dd05f3b991 fix: typo x2 2025-02-14 20:52:31 +08:00
Mlikiowa
457d9b56c4 release: v4.5.22 2025-02-14 10:36:03 +00:00
手瓜一十雪
a95f682e36 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2025-02-14 17:41:40 +08:00
手瓜一十雪
2cc754629d fix: 优化文件处理错误信息并简化下载逻辑 2025-02-14 17:41:25 +08:00
手瓜一十雪
b99aebd254 Update msg.ts 2025-02-14 17:41:03 +08:00
手瓜一十雪
aacc876fdd fix: #793 2025-02-14 17:15:19 +08:00
手瓜一十雪
a2882d17e1 feat: 补全一些type 2025-02-14 15:39:06 +08:00
手瓜一十雪
7c0c449844 feat: GetUnidirectionalFriendList router 2025-02-14 15:06:36 +08:00
手瓜一十雪
c3019a7a04 fix: #785 2025-02-14 14:50:00 +08:00
手瓜一十雪
8f9571e437 fix: #789 2025-02-14 14:48:36 +08:00
手瓜一十雪
59533fd778 fix: type 2025-02-14 14:44:10 +08:00
手瓜一十雪
0426daba09 fix: #797 2025-02-14 14:41:16 +08:00
手瓜一十雪
b5deb9ca40 Merge pull request #790 from NapNeko/dependabot/npm_and_yarn/esbuild-0.25.0
chore(deps-dev): bump esbuild from 0.24.0 to 0.25.0
2025-02-14 13:51:47 +08:00
Mlikiowa
079d6539c6 release: v4.5.21 2025-02-12 18:57:14 +00:00
pk5ls20
3d0625f52c fix: typo 2025-02-13 02:56:07 +08:00
dependabot[bot]
d05e31a8e0 chore(deps-dev): bump esbuild from 0.24.0 to 0.25.0
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 08:16:17 +00:00
Mlikiowa
8bb78abdb4 release: v4.5.20 2025-02-09 05:05:52 +00:00
手瓜一十雪
50d86009e6 style:lint 2025-02-09 13:00:54 +08:00
手瓜一十雪
dc6be16111 refactor: data recv 2025-02-09 13:00:17 +08:00
手瓜一十雪
b3ea0e1a9e style:lint 2025-02-09 12:53:42 +08:00
手瓜一十雪
5c9c03ce13 fix: #761 2025-02-09 12:53:10 +08:00
bietiaop
025b839da0 style: 修改首页卡片色适配主题 2025-02-09 12:28:57 +08:00
bietiaop
2ddafc9487 style: 修改侧边栏标题色适配主题 2025-02-09 12:21:34 +08:00
bietiaop
d0954d2bb4 fix: 修复heroui primary色 2025-02-09 12:13:43 +08:00
bietiaop
4b38146cb7 style: 增加heroui主题色 2025-02-09 12:11:27 +08:00
bietiaop
78353255ef fix: 缺少default 2025-02-09 12:00:02 +08:00
bietiaop
206a1120f9 feat: 预定义主题 2025-02-09 11:58:46 +08:00
pk5ls20
db2e86cc3c chore: format 2025-02-09 01:35:37 +08:00
pk5ls20
f86e25d0ae feat: #768 2025-02-09 01:33:56 +08:00
bietiaop
243d55bb54 feat: 设置快速登录QQ & 自定义webui主题色
feat: 设置快速登录QQ & 自定义webui主题色
2025-02-09 00:54:27 +08:00
bietiaop
1c8f7e0d52 final 2025-02-09 00:47:00 +08:00
bietiaop
ecca682cd6 fix 2025-02-09 00:18:14 +08:00
bietiaop
483334e6ec fix 2025-02-09 00:17:49 +08:00
bietiaop
80d03e7688 fix 2025-02-08 23:45:33 +08:00
bietiaop
c2c2bcbce0 fix 2025-02-08 23:38:30 +08:00
bietiaop
8983589e86 fix: 猪咪 2025-02-08 23:05:48 +08:00
bietiaop
174ab591c3 fix 2025-02-08 22:43:53 +08:00
bietiaop
30b98d608d feat(webui): 快速登录config 2025-02-08 21:16:49 +08:00
手瓜一十雪
10049a24a2 fix 2025-02-08 21:03:59 +08:00
bietiaop
4103ef2815 feat(webui): theme 2025-02-08 21:01:29 +08:00
手瓜一十雪
a81668c6a1 docs: update 2025-02-08 20:22:51 +08:00
Mlikiowa
309d299d5d release: v4.5.18 2025-02-08 09:43:06 +00:00
手瓜一十雪
5f31c31890 feat: #780 2025-02-08 17:34:31 +08:00
手瓜一十雪
1421599a91 fix: #783 2025-02-08 17:00:11 +08:00
Mlikiowa
26dd5d57f2 release: v4.5.17 2025-02-07 12:40:47 +00:00
pk5ls20
8f294843d8 fix: native rkey 2025-02-07 19:20:35 +08:00
Mlikiowa
dfdf5b13a7 release: v4.5.16 2025-02-07 10:02:35 +00:00
bietiaop
cc81dfb186 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2025-02-07 18:00:31 +08:00
bietiaop
7137d03952 feat: 提示修改默认密码 2025-02-07 18:00:22 +08:00
Mlikiowa
401e4b6b62 release: v4.5.15 2025-02-07 09:52:51 +00:00
手瓜一十雪
3f883d0de5 fix 2025-02-07 17:43:08 +08:00
手瓜一十雪
8c01077343 fix: #775 2025-02-07 17:25:48 +08:00
手瓜一十雪
8a6ffac836 fix: 砍掉mac pty 沙盒权限不足 2025-02-07 17:11:10 +08:00
手瓜一十雪
a55d018085 feat: webui体验优化 2025-02-07 13:56:48 +08:00
手瓜一十雪
4a015ae925 feat: 优化初始化步骤 2025-02-07 13:26:48 +08:00
bietiaop
289d44e75b fix: #776 2025-02-06 20:10:11 +08:00
Mlikiowa
ae02bb20c6 release: v4.5.14 2025-02-06 09:17:22 +00:00
手瓜一十雪
de1b586c07 fix: error 2025-02-06 17:10:30 +08:00
Mlikiowa
b026445584 release: v4.5.12 2025-02-06 08:23:07 +00:00
bietiaop
3a97f90c1c Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2025-02-06 15:29:04 +08:00
bietiaop
dbf5003367 feat: 字体修改#771 2025-02-06 15:28:42 +08:00
手瓜一十雪
d048a34bb3 fix: remove __dirname 2025-02-06 15:28:24 +08:00
手瓜一十雪
dbbb1911c6 fix: require_dlopen 2025-02-06 15:25:47 +08:00
Mlikiowa
78029034c9 release: v4.5.11 2025-02-06 03:13:17 +00:00
pk5ls20
feb31d6924 fix: fake forwardMsg construct 2025-02-06 01:09:23 +08:00
Mlikiowa
d9ea5eb0ca release: v4.5.10 2025-02-05 11:49:14 +00:00
bietiaop
3d20d4b376 fix: #769 2025-02-05 19:45:30 +08:00
Mlikiowa
3850d23352 release: v4.5.9 2025-02-05 11:14:25 +00:00
手瓜一十雪
3b08d526bb Merge pull request #765 from NapNeko/fix/multi-forward-protocol-fetch
fix: #721
2025-02-05 19:08:08 +08:00
Mlikiowa
d7bde82996 release: v4.5.8 2025-02-05 11:02:28 +00:00
手瓜一十雪
d5a09ad67e fix 2025-02-05 19:01:14 +08:00
Mlikiowa
d14f9c14f7 release: v4.5.7 2025-02-05 07:10:27 +00:00
手瓜一十雪
08702364df Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2025-02-05 15:09:27 +08:00
手瓜一十雪
cdfb415e79 fix: arm64 2025-02-05 14:51:12 +08:00
bietiaop
6909539527 style: 语义化样式 2025-02-05 10:38:12 +08:00
pk5ls20
834be1a7c4 try fix: #755 2025-02-05 08:29:37 +08:00
pk5ls20
b758a06ceb fix: #721 2025-02-05 08:07:58 +08:00
bietiaop
eb1140d7ba fix: 获取歌单 2025-02-04 22:14:23 +08:00
bietiaop
6bfc8ffadf feat: AI更新总结 2025-02-04 22:03:37 +08:00
Mlikiowa
d63887a779 release: v4.5.6 2025-02-04 13:24:46 +00:00
手瓜一十雪
177dce659c fix: #761 2025-02-04 21:22:36 +08:00
bietiaop
dbac998977 fix: 文件预览 2025-02-04 21:12:13 +08:00
bietiaop
1510922d58 fix: 文件预览 2025-02-04 21:08:28 +08:00
手瓜一十雪
adf6dd5c11 fix: #762 2025-02-04 20:42:13 +08:00
Mlikiowa
abb9bea417 release: v4.5.5 2025-02-04 11:50:37 +00:00
手瓜一十雪
3650c5ed31 fix: defalut config 2025-02-04 19:49:56 +08:00
Mlikiowa
57e8b60ab7 release: v4.5.4 2025-02-04 11:35:51 +00:00
手瓜一十雪
a956efa95d fix: reload and parse msg 2025-02-04 19:34:51 +08:00
Mlikiowa
10890991cd release: v4.5.3 2025-02-04 10:16:07 +00:00
手瓜一十雪
c30495cb0b fix: 避免重复reload 2025-02-04 18:14:13 +08:00
手瓜一十雪
0d5d3c16c0 fix: 避免read异常 2025-02-04 18:13:42 +08:00
手瓜一十雪
7e5f4b6f7b Merge pull request #760 from NapNeko/config-refactor
refactor
2025-02-04 18:09:57 +08:00
手瓜一十雪
c308b6aef6 refactor 2025-02-04 18:09:30 +08:00
bietiaop
f1c248e9f5 style: 调整样式 2025-02-04 17:58:38 +08:00
bietiaop
e188d45ea5 fix: 文件下载 2025-02-04 15:31:10 +08:00
Mlikiowa
914fcab01f release: v4.5.2 2025-02-04 06:52:11 +00:00
bietiaop
8a9c19545f fix: 预览 2025-02-04 14:47:38 +08:00
手瓜一十雪
e080b3db65 fix: 解决nonebot可能卡死问题 2025-02-04 14:42:14 +08:00
手瓜一十雪
eebba05e51 fix: #757 2025-02-04 14:34:55 +08:00
手瓜一十雪
c2628fef46 feat: tailwind css 2025-02-04 13:52:53 +08:00
手瓜一十雪
91fc78ad14 fix: diy status问题 2025-02-04 13:44:35 +08:00
手瓜一十雪
515fced825 feat: 全局字体优化 2025-02-04 13:37:11 +08:00
bietiaop
4dede11181 style: font & terminal
style: font & terminal
2025-02-04 13:09:00 +08:00
bietiaop
814359353a fix: 字体、终端样式 2025-02-04 12:59:51 +08:00
手瓜一十雪
d6319eff11 fix 2025-02-04 00:16:59 +08:00
手瓜一十雪
aca8658442 fix 2025-02-04 00:14:15 +08:00
Mlikiowa
e7dc680273 release: v4.5.1 2025-02-03 12:48:00 +00:00
bietiaop
6a7717e2a4 feat: 文件下载/上传 2025-02-03 19:56:33 +08:00
Mlikiowa
af6e88c6f7 release: v4.4.20 2025-02-03 08:36:59 +00:00
手瓜一十雪
435143860c fix: typo 2025-02-03 16:36:25 +08:00
Mlikiowa
ecf4ca3855 release: v4.4.19 2025-02-03 08:34:24 +00:00
手瓜一十雪
f63a6cff64 feat: 支持set_diy_online_status 2025-02-03 16:33:31 +08:00
Mlikiowa
61b854e855 release: v4.4.18 2025-02-03 07:05:56 +00:00
手瓜一十雪
e85446d8af Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2025-02-03 15:05:16 +08:00
手瓜一十雪
1e21d89f74 fix 2025-02-03 15:05:12 +08:00
Mlikiowa
da02e3cb0d release: v4.4.17 2025-02-03 06:50:58 +00:00
手瓜一十雪
35af31356e fix: broken pipe 2025-02-03 14:50:11 +08:00
手瓜一十雪
da7b2c8297 style: lint 2025-02-03 14:29:38 +08:00
手瓜一十雪
ab5bbdedac Merge pull request #754 from NapNeko/qrcode-refactor
fix: thumb残留
2025-02-03 14:11:22 +08:00
手瓜一十雪
9115e26f8a fix: thumb残留 2025-02-03 14:09:51 +08:00
手瓜一十雪
abc6078340 Merge pull request #753 from NapNeko/qrcode-refactor
refactor: qrcode to ts
2025-02-03 14:02:48 +08:00
bietiaop
e899e9c861 fix: piscina src 2025-02-03 13:33:18 +08:00
手瓜一十雪
e05bf6d735 优化依赖 2025-02-03 13:07:05 +08:00
手瓜一十雪
bac50fc11a refactor: qrcode to ts 2025-02-03 12:51:50 +08:00
手瓜一十雪
f3bb8b3602 fix: 必须清理并回收 2025-02-03 11:40:58 +08:00
手瓜一十雪
fe5fa0bd55 fix: pcm清理 2025-02-03 11:37:39 +08:00
手瓜一十雪
dbd599cf73 Merge pull request #749 from NapNeko/type-force
style: Type force
2025-02-03 11:13:55 +08:00
手瓜一十雪
5418afec14 Merge branch 'main' into type-force 2025-02-03 11:13:46 +08:00
手瓜一十雪
5991e9723d Merge pull request #745 from NapNeko/dev-terminal
feat: 文件管理 & 系统终端
2025-02-03 11:13:14 +08:00
手瓜一十雪
2a69c49ffc style: 简化loader 避免全局error 2025-02-03 10:40:33 +08:00
手瓜一十雪
b398023e6c feat: 摇树生成&多平台统一改造 2025-02-03 10:33:10 +08:00
手瓜一十雪
70945cf2d8 style: 强类型大法 2025-02-02 23:22:21 +08:00
手瓜一十雪
76501bae34 style: lint 2025-02-02 20:17:28 +08:00
手瓜一十雪
90a82dcc9a feat: 类型规范 2025-02-02 20:16:11 +08:00
bietiaop
50e3f8c9a2 fix: 关闭终端启动QQ 2025-02-02 15:34:53 +08:00
bietiaop
311dcd5142 fix: 重复关闭 2025-02-02 15:09:38 +08:00
pk5ls20
ade7162371 fix: #747 2025-02-02 14:51:36 +08:00
bietiaop
3ef541dd78 fix: 频率限制 2025-02-02 14:47:34 +08:00
bietiaop
e7eaec2fe9 fix: node-pty 2025-02-02 14:33:39 +08:00
bietiaop
3fdc85f851 chore(terminal): 使用prebuild 2025-02-02 12:59:00 +08:00
bietiaop
5a0a347d12 fix: id生成使用uuid 2025-02-02 12:00:55 +08:00
bietiaop
33847ad17a fix: id生成使用uuid 2025-02-02 11:57:28 +08:00
bietiaop
99a1a12453 fix: 更换重命名图标防止误解 2025-02-02 11:46:04 +08:00
bietiaop
ee7275f482 feat: 文件管理 2025-02-02 11:37:58 +08:00
手瓜一十雪
26d47fdd5a docs: fix 2025-02-02 11:02:54 +08:00
bietiaop
9257606f1c feat: file manager 2025-02-01 22:47:51 +08:00
bietiaop
a9e510943d style: 优化样式 2025-02-01 20:51:45 +08:00
bietiaop
53ce0caa7a style: 优化样式 2025-02-01 20:47:54 +08:00
bietiaop
fb6d828183 feat: 系统终端 2025-02-01 20:35:01 +08:00
bietiaop
115f19b2a5 Merge branch 'dev-terminal' of https://github.com/NapNeko/NapCatQQ into dev-terminal 2025-02-01 13:44:18 +08:00
bietiaop
6a72089dbd dev: terminal 2025-02-01 13:41:20 +08:00
bietiaop
01c1cdec63 fix(webui): name重复问题 2025-02-01 11:44:30 +08:00
bietiaop
01222ca3db chore(dep): 更新依赖,移除overrides(strtok3已经修复) 2025-01-31 19:05:40 +08:00
bietiaop
3496494616 feat: 登录状态机 2025-01-31 18:48:46 +08:00
bietiaop
2b5b825d9a chore(dep): 更新webui依赖 2025-01-31 12:07:57 +08:00
bietiaop
6e342030b2 release: v4.4.16 2025-01-30 10:42:46 +08:00
bietiaop
a252ba6550 release: v4.4.16 2025-01-30 10:12:35 +08:00
bietiaop
82860a3bb0 feat(webui): 修改token 2025-01-29 22:08:45 +08:00
bietiaop
b1e3270386 fix(dep): 尝试解决peek-readable依赖问题 2025-01-29 21:34:59 +08:00
bietiaop
a06427ca48 feat(webui_api): update token 2025-01-29 20:40:23 +08:00
Mlikiowa
81c4b843c5 release: v4.4.15 2025-01-27 11:53:31 +00:00
手瓜一十雪
7020fbb2ad fix: clone object 2025-01-27 19:53:03 +08:00
Mlikiowa
59861337b6 release: v4.4.14 2025-01-27 11:31:15 +00:00
手瓜一十雪
82ea063002 fix: 空json5 2025-01-27 19:30:45 +08:00
Mlikiowa
a705fb05ba release: v4.4.13 2025-01-27 11:26:17 +00:00
手瓜一十雪
d0d2ba8fcd fix: http支持json5 2025-01-27 19:25:51 +08:00
Mlikiowa
d825126226 release: v4.4.12 2025-01-27 10:44:43 +00:00
手瓜一十雪
5a91591e2d fix: #739 2025-01-27 18:42:26 +08:00
bietiaop
c5525ab5ea fix: 终端字符宽度&微调样式&路由切换动画 2025-01-27 15:58:27 +08:00
bietiaop
b96f176012 fix: 质量检查 2025-01-26 21:58:04 +08:00
bietiaop
741302262e fix: 依赖缺失 2025-01-26 21:52:35 +08:00
bietiaop
6732f80f77 feat: webui检查更新&修复日志字体渲染 2025-01-26 21:48:45 +08:00
Mlikiowa
efcc143a40 release: v4.4.11 2025-01-26 13:03:34 +00:00
手瓜一十雪
9d95eb3204 Merge pull request #737 from NapNeko/ffmpeg
feat: no spawn ffmpeg
2025-01-26 21:02:57 +08:00
手瓜一十雪
c13d538e2f fix 2025-01-26 21:00:47 +08:00
手瓜一十雪
b22c82f3d8 feat: 移除测试代码 2025-01-26 20:44:27 +08:00
手瓜一十雪
519a9cb34c fix: 彻底完成迁移 2025-01-26 20:42:05 +08:00
手瓜一十雪
0afbfffd1d feat: ffmpeg 2025-01-26 16:26:21 +08:00
手瓜一十雪
10547c450f fix: typo 2025-01-26 13:29:47 +08:00
bietiaop
69874f7210 feat: debug 配置记忆 2025-01-26 10:44:31 +08:00
Nepenthe
c12852e3d1 Merge branch 'NapNeko:main' into main 2025-01-25 23:14:26 +08:00
Mlikiowa
aca885dcc7 release: v4.4.10 2025-01-25 12:08:25 +00:00
手瓜一十雪
4a1ac611ee fix: defaultHttpUrl 2025-01-25 20:00:24 +08:00
Mlikiowa
d352b0db6a release: v4.4.9 2025-01-25 10:59:08 +00:00
手瓜一十雪
5ffef9aafa fix: music proxy 2025-01-25 18:34:11 +08:00
Mlikiowa
cbc86e9e04 release: v4.4.8 2025-01-25 05:40:09 +00:00
bietiaop
bb2c06707f fix: config首次加载 2025-01-25 13:36:56 +08:00
Mlikiowa
fa8c14a99d release: v4.4.7 2025-01-25 04:56:25 +00:00
手瓜一十雪
fd61a06ede style: lint 2025-01-25 12:56:02 +08:00
手瓜一十雪
1bbfd98bd9 fix: #736 2025-01-25 12:54:39 +08:00
手瓜一十雪
4419ed2e4a fix: fonts 2025-01-25 12:40:01 +08:00
bietiaop
e425709758 fix: 字体路径 2025-01-25 10:50:47 +08:00
手瓜一十雪
ee92f8de76 fix 2025-01-25 10:41:15 +08:00
手瓜一十雪
fe75d4c1c1 fix: 兼容JSON配置 异常检查 2025-01-25 10:24:39 +08:00
手瓜一十雪
140a28c7f5 fix 2025-01-25 01:21:06 +08:00
Mlikiowa
fd38543294 release: v4.4.6 2025-01-24 16:41:07 +00:00
手瓜一十雪
b71c0afb3a fix: renderer 2025-01-25 00:37:33 +08:00
bietiaop
098a530876 fix: 移除部分字体 2025-01-24 22:44:18 +08:00
bietiaop
42e0fbd569 fix: sse配置缺失 2025-01-24 22:36:40 +08:00
bietiaop
124940f9a8 fix: 字体缺失 2025-01-24 22:23:45 +08:00
手瓜一十雪
c38cbf657a fix: 移除nc_openwebui_ex_react 2025-01-24 22:09:41 +08:00
手瓜一十雪
f448064862 Merge pull request #734 from bietiaop/main
feat: 新版webui
2025-01-24 21:56:32 +08:00
bietiaop
78af8bc9fa fix: 移除统计&添加环境变量 2025-01-24 21:44:29 +08:00
手瓜一十雪
e1c37a4b61 Merge branch 'main' into pr/734 2025-01-24 21:42:49 +08:00
手瓜一十雪
174689b2f4 fix: GetProfileLike 2025-01-24 21:39:53 +08:00
bietiaop
5358a864da Merge branch 'NapNeko:main' into main 2025-01-24 21:13:57 +08:00
bietiaop
31c0c1f4bc feat: 新版webui 2025-01-24 21:13:44 +08:00
手瓜一十雪
03c96149d5 fix: NTVoteInfo type 2025-01-24 21:03:15 +08:00
手瓜一十雪
c0f7dc3d4f re: 移除 FetchUserProfileLike 2025-01-24 20:42:19 +08:00
手瓜一十雪
f7ed46d6c3 fix: #733 2025-01-24 20:39:52 +08:00
手瓜一十雪
afc9c7ed8d fix: re at
b5a84c8819
2025-01-24 18:55:10 +08:00
手瓜一十雪
c34d14121e fix: Schema miss 2025-01-22 15:36:49 +08:00
手瓜一十雪
acddb00cd8 fix 2025-01-22 15:35:21 +08:00
Wesley F. Young
b5a84c8819 fix: convert signed atUin into unsigned int 2025-01-22 15:31:56 +08:00
Mlikiowa
de3a059127 release: v4.4.4 2025-01-22 07:13:53 +00:00
手瓜一十雪
77e915c658 fix: fallback 2025-01-22 15:07:44 +08:00
pk5ls20
84c935fa6a fix: 6.9.63 -> 6.9.65 [skip ci] 2025-01-22 14:50:48 +08:00
pk5ls20
029d8a0053 feat: 31363 2025-01-22 14:47:48 +08:00
手瓜一十雪
9717d5a905 fix: #722 2025-01-22 14:45:02 +08:00
Mlikiowa
62bb1b4873 release: v4.4.3 2025-01-22 01:35:33 +00:00
手瓜一十雪
d27d68d410 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2025-01-22 09:33:23 +08:00
手瓜一十雪
ab74a6d295 fix #727 2025-01-22 09:33:19 +08:00
手瓜一十雪
1ea5de8f33 Merge pull request #726 from Caulic/main
fix: 无法修改网络配置表单值
2025-01-22 09:16:53 +08:00
Caulic
02329b6c4c fix: 无法修改网络配置表单值 2025-01-22 01:16:35 +08:00
手瓜一十雪
899dbdc37e Merge pull request #725 from clansty/feat/face_resultId
update face list
2025-01-21 22:45:25 +08:00
Clansty
f29532d888 update face list 2025-01-21 22:42:37 +08:00
Mlikiowa
a4a0f6e2b2 release: v4.4.2 2025-01-21 14:15:28 +00:00
手瓜一十雪
9075503c9f Merge pull request #724 from clansty/feat/face_resultId
为新的接龙表情提供 resultId 和 chainCount 返回
2025-01-21 22:14:18 +08:00
Clansty
e38467b7b8 force resultId to string 2025-01-21 22:10:52 +08:00
Clansty
141ea410f3 为新的接龙表情提供 resultId 和 chainCount 返回 2025-01-21 22:02:35 +08:00
手瓜一十雪
9f963e1166 Merge pull request #717 from NapNeko/dependabot/npm_and_yarn/file-type-20.0.0
chore(deps-dev): bump file-type from 19.6.0 to 20.0.0
2025-01-21 21:55:45 +08:00
Mlikiowa
ed1b897970 release: v4.4.1 2025-01-21 13:46:31 +00:00
手瓜一十雪
402888acd8 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2025-01-21 21:46:08 +08:00
手瓜一十雪
a46ba8f7b0 fix 2025-01-21 21:46:00 +08:00
Mlikiowa
9869525e67 release: v4.4.0 2025-01-21 13:45:37 +00:00
手瓜一十雪
4b3f672a81 fix: #723 2025-01-21 21:43:11 +08:00
手瓜一十雪
e9e86b3dc3 fix 2025-01-21 20:41:13 +08:00
手瓜一十雪
07a51e8d75 fix: 进一步重构 2025-01-21 20:40:52 +08:00
Mlikiowa
ef89aac8b9 release: v4.3.9 2025-01-20 09:35:55 +00:00
手瓜一十雪
d65fff2d0b feat: sse完全体 2025-01-20 17:35:31 +08:00
Mlikiowa
339d53c067 release: v4.3.8 2025-01-20 09:18:32 +00:00
手瓜一十雪
1b6281543a fix: httpSseServers DefaultConfig 2025-01-20 17:02:52 +08:00
dependabot[bot]
69459283c3 chore(deps-dev): bump file-type from 19.6.0 to 20.0.0
Bumps [file-type](https://github.com/sindresorhus/file-type) from 19.6.0 to 20.0.0.
- [Release notes](https://github.com/sindresorhus/file-type/releases)
- [Commits](https://github.com/sindresorhus/file-type/compare/v19.6.0...v20.0.0)

---
updated-dependencies:
- dependency-name: file-type
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-20 08:59:49 +00:00
Mlikiowa
60ea4cc56f release: v4.3.7 2025-01-20 08:48:13 +00:00
手瓜一十雪
e97885bc39 fix: type 2025-01-20 16:47:06 +08:00
手瓜一十雪
4c9f778a61 fix: nickname可能为null 2025-01-20 16:06:34 +08:00
Mlikiowa
660fa9211b release: v4.3.6 2025-01-20 06:51:29 +00:00
手瓜一十雪
9025d0b221 feat: 支持文件名发送&兼容单空格问题 2025-01-20 14:51:08 +08:00
手瓜一十雪
6664e33c5c feat: 更合适的记录与rkey限制 2025-01-19 15:55:56 +08:00
手瓜一十雪
c2562c7123 feat: file 2025-01-19 15:47:09 +08:00
pk5ls20
51244b884c Merge pull request #715 from FfmpegZZZ/main
chore:移除失效链接
2025-01-19 15:19:01 +08:00
Ffmpeg
53045196ab Update README.md 2025-01-19 15:10:18 +08:00
Nepenthe
689f6622ba Merge branch 'NapNeko:main' into main 2025-01-15 21:33:43 +08:00
手瓜一十雪
b981893554 docs: 已重写部分实现 2025-01-13 20:37:43 +08:00
Mlikiowa
c12b79958b release: v4.3.5 2025-01-13 12:36:23 +00:00
手瓜一十雪
38f8c93866 refactor: 标准化与提高缓存策略 2025-01-13 20:35:52 +08:00
手瓜一十雪
8f93f63d76 style: lint 2025-01-13 20:30:57 +08:00
手瓜一十雪
a81cdb824e refactor: 大部分文件处理部分 2025-01-13 20:30:08 +08:00
手瓜一十雪
0d3f5a0be5 fix: groupfile file_size 2025-01-13 19:38:29 +08:00
手瓜一十雪
1d4046f93e drop: umami 2025-01-13 19:32:34 +08:00
手瓜一十雪
611a8005ef Merge pull request #701 from Stapxs/main
HTTP SSE 消息上报模式
2025-01-13 19:26:56 +08:00
手瓜一十雪
7169cff2a5 fix: #682 2025-01-13 19:25:08 +08:00
pk5ls20
b14d3dd884 feat: packet ocr 2025-01-12 10:13:12 +08:00
pk5ls20
cae0d9949e refactor: packet 2025-01-11 16:23:02 +08:00
手瓜一十雪
e0021c2d24 fix 2025-01-11 14:29:44 +08:00
Mlikiowa
b7f5639468 release: v4.3.4 2025-01-11 04:16:54 +00:00
pk5ls20
3e17a2a3c3 feat: 31245 2025-01-11 12:10:46 +08:00
pk5ls20
e94bb5796e feat: #702 2025-01-10 15:23:40 +08:00
stapxs
37525f6253 质量保障 2025-01-09 13:42:55 +08:00
stapxs
98f4944103 http sse 消息上报模式 2025-01-09 13:22:46 +08:00
手瓜一十雪
c380c42a8f fix: log 2025-01-07 20:49:49 +08:00
Mlikiowa
fe36295540 release: v4.3.3 2025-01-07 11:31:56 +00:00
手瓜一十雪
db59d91fd1 fix: win 31245 2025-01-07 19:31:35 +08:00
Mlikiowa
b0fba9229f release: v4.3.2 2025-01-07 11:30:35 +00:00
手瓜一十雪
944b8eca5e fix: #682 2025-01-07 19:28:46 +08:00
手瓜一十雪
0dc4e3c371 fix: #696 fallback 2025-01-07 18:51:04 +08:00
Mlikiowa
c050a8b701 release: v4.2.68 2025-01-06 13:08:43 +00:00
手瓜一十雪
0fa49a0ea4 feat: offset win 31219 2025-01-06 21:08:18 +08:00
Mlikiowa
8f8c4bcb06 release: v4.2.67 2025-01-05 02:50:38 +00:00
手瓜一十雪
b44acd8a0e revert: 再也不用umami了 2025-01-05 10:49:49 +08:00
Mlikiowa
af8ea6d836 release: v4.2.66 2025-01-04 11:52:38 +00:00
手瓜一十雪
b4d931e6d2 fix: 简化代码 2025-01-04 13:12:04 +08:00
手瓜一十雪
3b49ba74d1 fix 2025-01-04 13:06:37 +08:00
手瓜一十雪
beac221dc6 fix 2025-01-04 13:03:29 +08:00
pk5ls20
c2c1f7b6d4 fix: SendGroupAiRecord
- smtx
2025-01-04 12:48:53 +08:00
手瓜一十雪
35548b3f40 feat: getUserDetailInfoV2 2025-01-03 21:38:57 +08:00
手瓜一十雪
c499858a5a fix 2025-01-03 21:07:26 +08:00
手瓜一十雪
5c91dbd819 feat: CancelableTask&Fallback 2025-01-03 20:46:51 +08:00
Mlikiowa
12301e633c release: v4.2.65 2025-01-03 05:14:05 +00:00
手瓜一十雪
b0b2980521 fix: ua agent 2025-01-03 13:09:43 +08:00
手瓜一十雪
18897ca7c9 fix: error 2025-01-03 12:44:55 +08:00
Mlikiowa
54c49c5efa release: v4.2.64 2024-12-31 14:42:17 +00:00
手瓜一十雪
8b5604d132 Merge pull request #679 from wu-yafeng/main
fix #678
2024-12-31 22:41:34 +08:00
WuYafeng
3aec1f697b 在没有写入权限时记录warn日志 2024-12-31 22:38:01 +08:00
WuYafeng
07ac3c2362 Update config.ts 2024-12-31 22:25:05 +08:00
WuYafeng
3039bddd16 Update config.ts 2024-12-31 22:20:34 +08:00
Mlikiowa
99137f103a release: v4.2.63 2024-12-31 13:52:37 +00:00
pk5ls20
5c7fc05061 fix: #677 2024-12-31 21:34:45 +08:00
Mlikiowa
035c6c92b5 release: v4.2.62 2024-12-31 08:35:55 +00:00
手瓜一十雪
d5a707bdab fix 2024-12-31 15:09:08 +08:00
手瓜一十雪
bd9999613a fix: cache trace 2024-12-31 13:10:58 +08:00
Mlikiowa
9249bfb03d release: v4.2.61 2024-12-30 15:59:33 +00:00
手瓜一十雪
08aa2856fc feat: clouflare 2024-12-30 23:59:09 +08:00
手瓜一十雪
9a91a74818 fix 2024-12-30 22:16:09 +08:00
Mlikiowa
3087fc86d1 release: v4.2.60 2024-12-30 12:48:11 +00:00
手瓜一十雪
1a71170d36 fix:error 2024-12-30 20:47:50 +08:00
手瓜一十雪
e3cd51573c fix 2024-12-30 20:42:23 +08:00
Mlikiowa
4d5a52f4d9 release: v4.2.59 2024-12-30 12:29:33 +00:00
手瓜一十雪
59b13dd294 fix: 修复精确统计 2024-12-30 20:27:28 +08:00
手瓜一十雪
0c92fefb69 fix: error 2024-12-30 20:14:51 +08:00
手瓜一十雪
80d150c72f fix: console-log 2024-12-30 19:56:06 +08:00
手瓜一十雪
92680e3fa0 fix: LoginErrorCode 2024-12-30 19:29:14 +08:00
Wesley F. Young
b6f77afdcb make author NapNeko in manifest.json
毕竟我已经脱离一线开发挺久了(
2024-12-30 18:40:57 +08:00
Mlikiowa
5df957a62a release: v4.2.58 2024-12-30 09:56:02 +00:00
手瓜一十雪
ebd2d82d7c fix 2024-12-30 17:55:40 +08:00
手瓜一十雪
03dbd57f35 fix 2024-12-30 17:55:13 +08:00
Mlikiowa
5f00971e7a release: v4.2.57 2024-12-30 09:54:40 +00:00
手瓜一十雪
a7cbfcb527 Merge pull request #676 from NapNeko/dependabot/npm_and_yarn/commander-13.0.0
chore(deps-dev): bump commander from 12.1.0 to 13.0.0
2024-12-30 17:54:03 +08:00
手瓜一十雪
97dacde73f fix 2024-12-30 17:53:05 +08:00
Mlikiowa
e28a894651 release: v4.2.56 2024-12-30 08:55:36 +00:00
手瓜一十雪
1202751d64 fix:workname 2024-12-30 16:54:40 +08:00
Mlikiowa
048e9af9c3 release: v4.2.54 2024-12-30 08:47:57 +00:00
手瓜一十雪
bac4079b3d fix: trace 2024-12-30 16:47:33 +08:00
dependabot[bot]
d9b0f56cc9 chore(deps-dev): bump commander from 12.1.0 to 13.0.0
Bumps [commander](https://github.com/tj/commander.js) from 12.1.0 to 13.0.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tj/commander.js/compare/v12.1.0...v13.0.0)

---
updated-dependencies:
- dependency-name: commander
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-30 08:36:27 +00:00
Mlikiowa
e650be1fc5 release: v4.2.53 2024-12-30 08:34:23 +00:00
手瓜一十雪
fbd7b13dab fix 2024-12-30 16:34:01 +08:00
Mlikiowa
27555b6e9d release: v4.2.52 2024-12-30 08:17:53 +00:00
手瓜一十雪
9e691e4162 fix 2024-12-30 16:17:29 +08:00
Mlikiowa
436a8c43d9 release: v4.2.51 2024-12-30 08:15:48 +00:00
手瓜一十雪
b801951d66 Merge pull request #675 from NapNeko/test
fix: 重写远程遥测
2024-12-30 16:14:48 +08:00
手瓜一十雪
309062d697 fixfix 2024-12-30 16:14:32 +08:00
手瓜一十雪
f1f7190647 fix: 重写远程遥测 2024-12-30 16:10:38 +08:00
手瓜一十雪
2e8327f28c fix 2024-12-30 13:23:33 +08:00
Mlikiowa
7cf257e311 release: v4.2.50 2024-12-30 04:33:08 +00:00
手瓜一十雪
f770638af2 fix 2024-12-30 12:31:43 +08:00
手瓜一十雪
11bff246ea Merge pull request #673 from NapNeko/fixseq
fix: #670
2024-12-30 12:28:29 +08:00
手瓜一十雪
124f56cf9e refactor: 进群入群 2024-12-30 12:27:42 +08:00
手瓜一十雪
678f6337b7 fix: 算了能用就行 2024-12-30 11:59:16 +08:00
手瓜一十雪
eca8d57b38 Merge pull request #672 from clansty/feat/download_file-file-proto
feat: download_file 支持 file://
2024-12-29 22:45:27 +08:00
手瓜一十雪
af1edd0f9b fix: #670 2024-12-29 22:44:25 +08:00
手瓜一十雪
ced2238676 fix 2024-12-29 22:30:33 +08:00
Clansty
0a5e168e2d chore: remove unused import 2024-12-29 22:27:41 +08:00
Clansty
a8d927b7c2 chore: uriToLocalFile 2024-12-29 22:03:04 +08:00
Clansty
a2955c7906 feat: download_file 支持 file:// 2024-12-29 21:41:44 +08:00
手瓜一十雪
81b3a532b8 fix 2024-12-29 16:20:41 +08:00
Mlikiowa
102d32353b release: v4.2.46 2024-12-29 07:47:38 +00:00
手瓜一十雪
1dafe39234 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-12-29 15:47:18 +08:00
手瓜一十雪
be4b10aa97 fix: typo 2024-12-29 15:47:16 +08:00
Mlikiowa
1fb964df12 release: v4.2.45 2024-12-29 07:46:08 +00:00
手瓜一十雪
9da70f82d4 feat: 追踪退出 2024-12-29 15:44:37 +08:00
手瓜一十雪
49af5ef520 fix: 追踪登录失败 2024-12-29 15:25:51 +08:00
Mlikiowa
7137f0ec6d release: v4.2.44 2024-12-29 06:45:43 +00:00
手瓜一十雪
2c78988924 fix: #669 2024-12-29 14:44:47 +08:00
手瓜一十雪
99a96e65e5 feat: umami 统计追踪 2024-12-29 14:39:17 +08:00
Mlikiowa
14b18acf6c release: v4.2.43 2024-12-29 04:04:55 +00:00
手瓜一十雪
c439f983e6 fix: #667 2024-12-29 11:54:09 +08:00
手瓜一十雪
6007d4a020 fix: #655 #663 2024-12-29 11:47:09 +08:00
手瓜一十雪
bc11b718fa Merge pull request #665 from clansty/feat/group_name
fix: wrong notice_type sub_type
2024-12-28 21:42:14 +08:00
Clansty
e5657b95dc fix: wrong notice_type sub_type 2024-12-28 21:40:32 +08:00
手瓜一十雪
b1dca14c9c Merge pull request #664 from clansty/feat/group_name
feat: 群名称变更事件
2024-12-28 21:05:50 +08:00
Clansty
1cda07d5a8 feat: 群名称变更事件 2024-12-28 20:54:41 +08:00
手瓜一十雪
e7ee54a38d Merge pull request #662 from Shua-github/main
新增send_poke
2024-12-27 15:16:11 +08:00
手瓜一十雪
ae06a703b9 feat: send_poke 2024-12-27 15:14:57 +08:00
Shua-github
5fb43901dc all_poke替换成send_poke 2024-12-27 13:15:10 +08:00
Shua-github
aa610c554c 新增all_poke 2024-12-27 00:24:35 +08:00
Mlikiowa
4d60251b5b release: v4.2.42 2024-12-26 12:37:35 +00:00
手瓜一十雪
817e130432 feat: send_packet 2024-12-26 20:36:53 +08:00
Mlikiowa
80201ac7d1 release: v4.2.41 2024-12-26 05:31:09 +00:00
手瓜一十雪
5b9408b9db Merge pull request #652 from JerryZRF/main
feat: add `get_clientkey`
2024-12-25 12:51:44 +08:00
手瓜一十雪
1eeda14821 readme: new 2024-12-25 12:28:53 +08:00
手瓜一十雪
eb9696543d feat: 调整logo 2024-12-25 12:24:03 +08:00
手瓜一十雪
c87dc08fe5 Merge pull request #657 from FfmpegZZZ/main
chore:修改文档链接
2024-12-24 20:22:59 +08:00
手瓜一十雪
d83a4b4a5f Merge branch 'main' into main 2024-12-24 20:22:40 +08:00
Ffmpeg
a96c980761 chore:修改链接
## 我是猪咪

文档链接打错了
2024-12-24 20:07:11 +08:00
Ffmpeg
2006ad71c0 添加文档地址 (#656) 2024-12-24 19:45:34 +08:00
Ffmpeg
efe9cd4d29 添加文档地址 2024-12-24 19:41:35 +08:00
手瓜一十雪
e16bb97df7 feat: 30899 2024-12-24 15:38:53 +08:00
Mlikiowa
1d5c5d012e release: v4.2.40 2024-12-24 07:29:39 +00:00
手瓜一十雪
1e7791ff13 feat: 30899 2024-12-24 15:19:44 +08:00
Mlikiowa
31e6fc555c release: v4.2.39 2024-12-22 13:32:51 +00:00
pk5ls20
b8ea50d681 feat: webui api (/QQVersion & /GetSysStatusRealTime) 2024-12-22 21:31:14 +08:00
JerryZRF
b12d47cbbc fix: incorrect import 2024-12-22 13:28:20 +08:00
pk5ls20
59efc8f0ea feat: better system status helper
- cpu usage diff
2024-12-22 03:56:24 +08:00
pk5ls20
71ff8b93ec chore: remove console logs 2024-12-22 02:57:00 +08:00
pk5ls20
e7f0de5596 feat: system status helper
- remove duplicate os import
2024-12-22 02:55:49 +08:00
pk5ls20
181682c1de feat: system status helper
- remove pidusage
2024-12-22 02:24:10 +08:00
JerryZRF
61bde64bfd fix: incorrect import 2024-12-22 01:33:42 +08:00
JerryZRF
bf7ca3df77 feat: add get_clientkey 2024-12-21 20:43:15 +08:00
手瓜一十雪
eb4a1ad952 feat: 9.9.17-30851 2024-12-21 14:29:41 +08:00
手瓜一十雪
a876b0e268 refactor: 移除不再使用的代码 2024-12-21 14:19:03 +08:00
手瓜一十雪
44bf5abd26 refactor: #637 2024-12-21 14:09:57 +08:00
pk5ls20
795e1da17c feat: system status helper 2024-12-21 13:11:10 +08:00
Mlikiowa
6fdaeb183f release: v4.2.38 2024-12-20 11:46:02 +00:00
手瓜一十雪
0ee3d5c20c fix: 更精确的筛选 2024-12-20 19:44:57 +08:00
手瓜一十雪
9e0cdf4743 fix: 锁住esbuild版本 以缓解问题 2024-12-20 19:32:20 +08:00
手瓜一十雪
0642a4a8ba fix: 暂时指定esbuild版本以缓解上游破坏
see https://github.com/evanw/esbuild/issues/4010
2024-12-20 19:30:30 +08:00
手瓜一十雪
12ae0725e6 feat: 过滤空消息 2024-12-20 18:58:59 +08:00
手瓜一十雪
e7a1cf574b fix: #637 2024-12-20 18:55:30 +08:00
凌莞~(=^▽^=)
f33df781bf 优化私聊戳一戳事件上报 (#643) 2024-12-18 21:27:44 +08:00
Mlikiowa
4be652ab33 release: v4.2.37 2024-12-17 07:56:18 +00:00
手瓜一十雪
28ea220578 fix #633 2024-12-17 15:55:18 +08:00
Mlikiowa
e56bf67695 release: v4.2.36 2024-12-17 03:37:26 +00:00
手瓜一十雪
09c7bd89ad style: lint 2024-12-17 09:25:10 +08:00
手瓜一十雪
dbc6849cb1 Merge pull request #635 from NapNeko/ref/ob-network
refactor: adjust onebot network
2024-12-17 09:07:39 +08:00
pk5ls20
0b7d4ab620 fix: as design 2024-12-17 07:07:04 +08:00
pk5ls20
ba9fd99a83 refactor: adjust onebot network 2024-12-17 05:26:27 +08:00
手瓜一十雪
6516bd805e Merge pull request #634 from bietiaop/main
fix: handleQuickOperation error
2024-12-17 00:29:16 +08:00
bietiaop
6b61668e01 fix: handleQuickOperation 2024-12-17 00:27:56 +08:00
Mlikiowa
8565254a9f release: v4.2.35 2024-12-16 14:10:08 +00:00
手瓜一十雪
b028225225 fuck javascript 2024-12-16 22:09:37 +08:00
Mlikiowa
958cbc8376 release: v4.2.34 2024-12-16 13:17:43 +00:00
手瓜一十雪
9ffe15c759 Merge pull request #632 from q8018414/patch-1
Update AboutUs.vue
2024-12-16 21:16:39 +08:00
手瓜一十雪
4864a9ef1c Merge pull request #630 from NapNeko/dependabot/npm_and_yarn/rollup/plugin-typescript-12.1.2
chore(deps-dev): bump @rollup/plugin-typescript from 11.1.6 to 12.1.2
2024-12-16 21:16:01 +08:00
手瓜一十雪
39cb84250f Merge branch 'main' into dependabot/npm_and_yarn/rollup/plugin-typescript-12.1.2 2024-12-16 21:15:52 +08:00
手瓜一十雪
8bb107b507 Merge pull request #629 from NapNeko/dependabot/npm_and_yarn/rollup/plugin-node-resolve-16.0.0
chore(deps-dev): bump @rollup/plugin-node-resolve from 15.3.1 to 16.0.0
2024-12-16 21:15:23 +08:00
手瓜一十雪
0c3ccb793e fix: #631 2024-12-16 21:14:14 +08:00
手瓜一十雪
4cb510e6ec fix: #631 2024-12-16 21:06:51 +08:00
my_key
cf898d4f99 Update AboutUs.vue
新增用于显示New NapCat的tag,便于区分当前版本和最新版本
2024-12-16 20:09:40 +08:00
dependabot[bot]
3a619fcc12 chore(deps-dev): bump @rollup/plugin-typescript from 11.1.6 to 12.1.2
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.1.6 to 12.1.2.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v12.1.2/packages/typescript)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 08:44:42 +00:00
dependabot[bot]
a10b445c9a chore(deps-dev): bump @rollup/plugin-node-resolve from 15.3.1 to 16.0.0
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.3.1 to 16.0.0.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v16.0.0/packages/node-resolve)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 08:43:46 +00:00
Mlikiowa
5af7fc717c release: v4.2.33 2024-12-16 05:03:59 +00:00
手瓜一十雪
c69659fe7b Merge pull request #627 from bietiaop/main
feat: 查看登录QQ信息&获取快速登录列表详细信息&获取nc的包信息&优化了部分写法
2024-12-16 13:03:09 +08:00
手瓜一十雪
9388a4ab89 fix: #628 2024-12-16 13:00:07 +08:00
bietiaop
0777c64127 feat: 查看登录QQ信息&获取快速登录列表详细信息&获取nc的包信息&优化了部分写法 2024-12-16 12:46:27 +08:00
Mlikiowa
3d2a40dd26 release: v4.2.32 2024-12-14 07:03:02 +00:00
手瓜一十雪
88df38e7d3 fix 2024-12-14 15:01:47 +08:00
手瓜一十雪
c0e0484f12 Merge branch 'maybe-feat/type' 2024-12-14 15:00:18 +08:00
手瓜一十雪
ebf7a16f78 refactor: OB11ActiveHttpAdapter 2024-12-14 14:26:23 +08:00
手瓜一十雪
0e46dda269 fix: #619 2024-12-14 13:46:25 +08:00
pk5ls20
9c55bdac87 feat & fix: GetMiniAppArk 2024-12-14 06:56:23 +08:00
pk5ls20
2fc917a07e feat: attempt to enhance type inference 2024-12-14 05:56:49 +08:00
手瓜一十雪
b8808d2531 fix 2024-12-13 23:27:24 +08:00
手瓜一十雪
43f05bbd71 fix: 支持类型推导 2024-12-13 23:23:58 +08:00
Mlikiowa
4cfa302020 release: v4.2.31 2024-12-13 14:04:13 +00:00
手瓜一十雪
ad2f2ffd10 fix: 异常 2024-12-13 22:03:51 +08:00
Mlikiowa
537a2a0a93 release: v4.2.30 2024-12-13 11:28:32 +00:00
手瓜一十雪
c92d9c23f3 fix: fuck! tencent 2024-12-13 19:28:04 +08:00
手瓜一十雪
7e562148b8 fix: Login Check 2024-12-13 17:38:27 +08:00
手瓜一十雪
ab4fbb4cf6 fix 2024-12-13 16:45:35 +08:00
手瓜一十雪
60804f9e90 fix: #610 2024-12-13 14:29:11 +08:00
Mlikiowa
41c37816f2 release: v4.2.29 2024-12-13 04:47:13 +00:00
手瓜一十雪
a2ad8fa940 feat: 全平台30594 2024-12-13 12:36:51 +08:00
手瓜一十雪
65142e949d fix 2024-12-12 23:02:10 +08:00
手瓜一十雪
b80e01bc5b fix 2024-12-12 18:41:46 +08:00
手瓜一十雪
d785b48dc5 feat: 30483全平台兼容 2024-12-12 16:57:50 +08:00
手瓜一十雪
d11e42eb83 feat: linux 3.2.15-30483 2024-12-12 16:53:31 +08:00
手瓜一十雪
3374b8aa64 feat: mac 6.9.62-30483 2024-12-12 11:43:31 +08:00
手瓜一十雪
b9f695cec9 chore: docs 2024-12-12 10:44:09 +08:00
手瓜一十雪
bd52731667 chore: 万里妹妹干坏事 2024-12-12 10:43:13 +08:00
手瓜一十雪
d9bb529f8f feat: 更换演示代码 2024-12-12 10:00:38 +08:00
手瓜一十雪
583f95aae7 chore: debug log remove 2024-12-12 09:57:52 +08:00
手瓜一十雪
dc8e28fb8b feat: win 30483 2024-12-12 09:47:44 +08:00
手瓜一十雪
eb1c95963a fix: path 2024-12-12 09:37:51 +08:00
手瓜一十雪
87302e8d44 Merge pull request #620 from NapNeko/plugin-support
Feat: 支持快速基于NapCat进行二次开发 不需要通过传统NetWork
2024-12-12 09:34:27 +08:00
手瓜一十雪
cada4fd527 fix 2024-12-12 09:34:13 +08:00
手瓜一十雪
f285274519 Merge pull request #616 from Ander-pixe/webui-new
fix:路由守卫
2024-12-12 09:33:23 +08:00
手瓜一十雪
4c60e7b943 fix 2024-12-11 18:26:26 +08:00
手瓜一十雪
9338d86d2a feat: plugin 2024-12-11 17:07:21 +08:00
纸凤孤凰
5461d48644 fix: 路由守卫 2024-12-10 16:59:57 +08:00
纸凤孤凰
c11f1464e8 Merge remote-tracking branch 'origin/main' into webui-new 2024-12-10 15:29:27 +08:00
huankong233
d8e7c2546d fix: solve the token error
fix: remove useless defineProps
fix: add the missing dependencies to package.json
fix: add ES2022 into tsconfig.json
2024-12-10 09:44:38 +08:00
手瓜一十雪
2cef6983c5 fix: error 2024-12-10 09:44:23 +08:00
Mlikiowa
1953995778 release: v4.2.28 2024-12-08 14:37:51 +00:00
pk5ls20
ea82f556e4 fix: #607 2024-12-08 22:23:01 +08:00
Mlikiowa
dacc663ac5 release: v4.2.27 2024-12-06 03:40:03 +00:00
手瓜一十雪
5b34616625 refactor: GetGroupInfo 2024-12-06 11:39:11 +08:00
Mlikiowa
83a988c1e4 release: v4.2.26 2024-12-06 02:40:53 +00:00
手瓜一十雪
6ad32def7a fix: #605 2024-12-06 10:39:49 +08:00
Mlikiowa
54adbda3ba release: v4.2.25 2024-12-05 13:13:34 +00:00
手瓜一十雪
f3c42f796b Revert "refactor: CardChangedEvent"
This reverts commit f492139d9e.
2024-12-05 21:13:03 +08:00
手瓜一十雪
61900d5552 Merge pull request #604 from Ander-pixe/webui-new
feat:实时日志、关于and部分样式优化
2024-12-05 21:10:08 +08:00
纸凤孤凰
729f87b5f0 Merge remote-tracking branch 'origin/webui-new' into webui-new 2024-12-05 20:27:08 +08:00
纸凤孤凰
c8aa92f422 Merge remote-tracking branch 'origin/webui-new' into webui-new 2024-12-05 20:25:14 +08:00
手瓜一十雪
0543df1f59 fix: historyLog 2024-12-05 20:22:55 +08:00
手瓜一十雪
ab84ffb29b fix 2024-12-05 20:02:24 +08:00
手瓜一十雪
4369314ea8 fix 2024-12-05 19:56:36 +08:00
手瓜一十雪
94962815db fix: cors 2024-12-05 19:37:56 +08:00
手瓜一十雪
eb2a82c7ed fix: Log 2024-12-05 19:17:07 +08:00
手瓜一十雪
bb5958dfca fix 2024-12-05 18:56:55 +08:00
手瓜一十雪
a216dfcee8 fix: dependencies error 2024-12-05 18:49:45 +08:00
手瓜一十雪
b8ab45089d Merge branch 'main' into pr/604 2024-12-05 18:40:46 +08:00
pk5ls20
a92dacaaf4 fix: dependencies 2024-12-05 18:15:00 +08:00
纸凤孤凰
aca813b230 feat:实时日志、关于and部分样式优化 2024-12-05 15:31:42 +08:00
手瓜一十雪
6f49db3e44 style: lint check 2024-12-05 14:50:27 +08:00
手瓜一十雪
38bd7ecc7b fix: 移除不使用api 2024-12-05 14:46:05 +08:00
手瓜一十雪
ee1bc0c8d3 fix: 暂时移除 QunAlbum 2024-12-05 14:45:12 +08:00
手瓜一十雪
762c386bfd refactor: predict time 2024-12-05 14:42:45 +08:00
Nanako
4021cadb86 Update README.md 2024-12-05 14:37:10 +08:00
Mlikiowa
91f711641d release: v4.2.24 2024-12-05 06:17:46 +00:00
手瓜一十雪
5dc0e0693a refactor: flag handle&onebot标准化 2024-12-05 14:17:09 +08:00
手瓜一十雪
f492139d9e refactor: CardChangedEvent 2024-12-05 11:36:06 +08:00
手瓜一十雪
7e77e7c6f4 feat: 30366 全平台通用性适配 2024-12-05 11:15:10 +08:00
手瓜一十雪
406f071794 chore: readme 2024-12-04 23:04:37 +08:00
手瓜一十雪
40554700e6 chore: 跑路的规范/困难的实现 2024-12-04 23:03:46 +08:00
Mlikiowa
0cffcaa5c7 release: v4.2.23 2024-12-04 14:18:02 +00:00
手瓜一十雪
034d13d005 fix: poke report 2024-12-04 22:16:59 +08:00
手瓜一十雪
4da49e79b6 fix: 兜底 防止进入影响速度 2024-12-04 22:02:11 +08:00
手瓜一十雪
5785852f97 Refactor: 更新群组通知处理逻辑,优化数据结构和异步处理 2024-12-04 21:59:53 +08:00
Mlikiowa
69ec5b113d release: v4.2.22 2024-12-04 13:18:58 +00:00
手瓜一十雪
0b03f0205b fix: 9.9.17-30366 2024-12-04 21:04:24 +08:00
手瓜一十雪
53493949cc fix: #597 2024-12-04 20:37:08 +08:00
Mlikiowa
379550350e release: v4.2.21 2024-12-04 11:49:26 +00:00
手瓜一十雪
821c067661 refactor: 移除未使用的uidCache和uinCache逻辑 2024-12-04 19:48:59 +08:00
Mlikiowa
4a548558ea release: v4.2.20 2024-12-04 11:46:12 +00:00
手瓜一十雪
a1928040de fix: #596 2024-12-04 19:45:46 +08:00
手瓜一十雪
dc93c182cf Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-12-04 18:50:55 +08:00
手瓜一十雪
380ec89227 refactor: 移除未使用的createUidFromTinyId和getStatusByUid方法 2024-12-04 18:50:51 +08:00
Mlikiowa
2270a35baf release: v4.2.19 2024-12-04 10:42:32 +00:00
手瓜一十雪
cbec3fe33e refactor: getUidByUinV2/getUinByUidV2 2024-12-04 18:41:28 +08:00
手瓜一十雪
3a758d6355 fix: 性能优化 2024-12-04 18:29:33 +08:00
Mlikiowa
24be1c58c7 release: v4.2.18 2024-12-04 03:40:59 +00:00
手瓜一十雪
717ae4ee65 chore: 移出调试 2024-12-04 11:40:36 +08:00
手瓜一十雪
b21bc524c3 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-12-04 11:39:09 +08:00
手瓜一十雪
f33786b152 refactor: 优化调整文件处理 2024-12-04 11:38:59 +08:00
Mlikiowa
9f804cd3cd release: v4.2.17 2024-12-04 02:57:21 +00:00
手瓜一十雪
86f734c1a6 refactor: 数据清理与刷新 2024-12-04 10:55:56 +08:00
手瓜一十雪
ea541d3f9c fix: 精简GroupApi实现 2024-12-04 10:47:21 +08:00
手瓜一十雪
7b8ad43186 refactor: NTQQGroupApi 2024-12-04 10:43:48 +08:00
Mlikiowa
f85c78d629 release: v4.2.16 2024-12-03 14:15:16 +00:00
手瓜一十雪
fc04dc7bfa fix: code 2024-12-03 22:12:57 +08:00
Mlikiowa
14e13ced5b release: v4.2.15 2024-12-03 14:07:35 +00:00
手瓜一十雪
22de377207 fix: 移除复杂信息 2024-12-03 22:07:11 +08:00
Mlikiowa
b8511e427b release: v4.2.14 2024-12-03 13:50:37 +00:00
手瓜一十雪
5ca0b0985c fix: #592 2024-12-03 21:50:12 +08:00
Mlikiowa
b9548399c4 release: v4.2.13 2024-12-03 13:43:37 +00:00
手瓜一十雪
2f5a90ea2d fix: code 2024-12-03 21:42:08 +08:00
手瓜一十雪
a2b8400fb4 fix: 优化处理 2024-12-03 21:42:08 +08:00
手瓜一十雪
306b62f367 fix 2024-12-03 21:42:08 +08:00
手瓜一十雪
49670e2226 fix: 临时的抽象方案 2024-12-03 21:42:08 +08:00
手瓜一十雪
fe4a9e4bdd fix: error 2024-12-03 21:42:08 +08:00
手瓜一十雪
9776b61fbb refactor: GroupAdminChange 2024-12-03 21:42:08 +08:00
手瓜一十雪
3fa153cdc7 feat: 迁移事件解析原理 2024-12-03 21:42:08 +08:00
手瓜一十雪
39c3af7ff3 fix: 清理旧的脚本 2024-12-03 17:33:13 +08:00
Mlikiowa
650bb8e8fb release: v4.2.12 2024-12-03 09:22:43 +00:00
手瓜一十雪
5e6066a61a fix: #594 2024-12-03 17:16:58 +08:00
Mlikiowa
29470847ee release: v4.2.11 2024-12-02 14:08:36 +00:00
手瓜一十雪
c077494d62 fix: Once处理空格目录 中文目录 2024-12-02 22:08:08 +08:00
手瓜一十雪
01befb112a fix: 空格目录启动问题 2024-12-02 21:23:13 +08:00
手瓜一十雪
0a7f518cc4 style: 异步实现 2024-12-02 11:44:37 +08:00
手瓜一十雪
59ddb84cb1 style: 简化写法 2024-12-02 11:16:12 +08:00
Mlikiowa
073860e70a release: v4.2.10 2024-12-01 11:12:10 +00:00
bietiaop
5d804d1352 feat:带等级的实时日志 2024-12-01 15:19:23 +08:00
手瓜一十雪
2361f6e0b0 chore: daily -> weekly 2024-12-01 13:26:56 +08:00
手瓜一十雪
bf584fe932 chore: bug report 2024-12-01 13:25:36 +08:00
手瓜一十雪
9e1b8f83d3 fix: 自动迁移 2024-12-01 13:20:20 +08:00
手瓜一十雪
d7bb4b9a48 fix: MiniApp type check 2024-12-01 13:11:56 +08:00
手瓜一十雪
a82782e786 fix: nullable 2024-12-01 13:04:00 +08:00
手瓜一十雪
ded6ff324c fix: type-check 2024-12-01 12:50:13 +08:00
手瓜一十雪
fb3370ccf9 refactor: type-check (#586)
* refactor: type-check

* fix: default

* refactor: type-check
2024-12-01 12:41:51 +08:00
bietiaop
fa78e6567c feat: 实时日志 (#584)
* feat: 历史日志

* feat: 实时日志

* fix: EventEmitter实现事件监听
2024-12-01 09:31:47 +08:00
Mlikiowa
734fdebab0 release: v4.2.9 2024-11-30 06:12:44 +00:00
手瓜一十雪
ab214e5883 fix: quick error 2024-11-30 14:12:23 +08:00
手瓜一十雪
e3d12a758c fix: type 2024-11-30 13:32:21 +08:00
手瓜一十雪
594b95ee91 style: lint 2024-11-30 13:29:10 +08:00
手瓜一十雪
add683c752 feat: 取消上报 pic_type 2024-11-30 12:11:33 +08:00
手瓜一十雪
606bc17c55 feat: 处理失败的情况 2024-11-30 12:08:58 +08:00
Mlikiowa
3d28cff4b5 release: v4.2.8 2024-11-30 01:39:59 +00:00
手瓜一十雪
e7b68db784 fix: #580 2024-11-30 09:34:03 +08:00
bietiaop
50be820c15 feat: 历史日志 2024-11-30 09:30:13 +08:00
手瓜一十雪
08c05b625a feat: Universal Package (#578)
* feat: 统一包支持

* feat: Universal
2024-11-29 15:11:35 +08:00
Mlikiowa
121ab926be release: v4.2.7 2024-11-29 04:48:36 +00:00
手瓜一十雪
cbb850283e feat: 迁移29927 2024-11-29 12:48:03 +08:00
手瓜一十雪
f422aa8499 refactor: webui log 移除公网输出 2024-11-29 12:41:52 +08:00
手瓜一十雪
13fb866504 refactor: react webui 2024-11-29 12:22:25 +08:00
手瓜一十雪
cd6dbd69cc refactor: logger bind (#577) 2024-11-28 20:55:28 +08:00
手瓜一十雪
9f19ceca87 refactor: framework的操作性 2024-11-28 20:00:24 +08:00
Mlikiowa
066b41aa74 release: v4.2.6 2024-11-28 07:28:33 +00:00
手瓜一十雪
19aff969dd fux: #574 2024-11-28 15:28:09 +08:00
手瓜一十雪
b04459572c Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-11-28 15:27:26 +08:00
手瓜一十雪
de1c7dfd58 fix 2024-11-28 15:14:01 +08:00
Mlikiowa
14c3b56408 release: v4.2.5 2024-11-28 07:07:10 +00:00
手瓜一十雪
94ebfc1cff fix: #573 2024-11-28 15:06:47 +08:00
Mlikiowa
f02e074c02 release: v4.2.4 2024-11-28 03:00:35 +00:00
手瓜一十雪
07bd5c6faf fix: #572 2024-11-28 10:56:57 +08:00
手瓜一十雪
9a5c00c4db style: lint 2024-11-28 10:46:14 +08:00
手瓜一十雪
840d3aeae7 refactor: 提高解析兼容 2024-11-28 10:41:51 +08:00
手瓜一十雪
ecae8e5dc5 fix: #571 2024-11-28 10:27:04 +08:00
Mlikiowa
bfdcdd56dd release: v4.2.3 2024-11-28 01:54:43 +00:00
手瓜一十雪
2a3bd741f9 fix: error handle 2024-11-28 09:53:50 +08:00
Mlikiowa
2d477d39c4 release: v4.2.2 2024-11-27 12:39:03 +00:00
手瓜一十雪
ed347f2484 fix: pic size 2024-11-27 20:38:39 +08:00
Mlikiowa
328f586d4b release: v4.2.1 2024-11-27 11:07:43 +00:00
手瓜一十雪
c179d7f111 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-11-27 19:07:11 +08:00
手瓜一十雪
b2451240f8 fix: 合并丢失 2024-11-27 19:07:01 +08:00
Mlikiowa
c7507247f9 release: v4.2.0 2024-11-27 10:55:36 +00:00
手瓜一十雪
ce879d233e fix: qrcode login 2024-11-27 18:51:54 +08:00
手瓜一十雪
ea414ab65c Merge pull request #567 from bietiaop/webapi-bietiaop
refactor:优化WebUI后端代码格式(无新功能添加)
2024-11-27 18:39:19 +08:00
手瓜一十雪
cb9b14dcd9 Merge pull request #565 from Ander-pixe/webui-new
修改webui
2024-11-27 18:35:13 +08:00
手瓜一十雪
07f1fcbfd5 refactor: parse local path 2024-11-27 18:34:33 +08:00
纸凤孤凰
a907245587 fix:修复webui已知bug 2024-11-27 18:16:16 +08:00
手瓜一十雪
644620a90c Merge pull request #570 from NapNeko/dependabot/npm_and_yarn/vite-6.0.1
chore(deps-dev): bump vite from 5.4.11 to 6.0.1
2024-11-27 16:51:20 +08:00
dependabot[bot]
3c54de42ef chore(deps-dev): bump vite from 5.4.11 to 6.0.1
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.11 to 6.0.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@6.0.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-27 08:32:10 +00:00
手瓜一十雪
071d0689fa fix: webui reload 2024-11-27 12:35:10 +08:00
手瓜一十雪
260e505370 style 2024-11-27 12:25:37 +08:00
手瓜一十雪
f4b74706c1 fix 2024-11-27 12:20:30 +08:00
手瓜一十雪
b34f31f9f4 feat: 简化代码 2024-11-27 11:35:51 +08:00
手瓜一十雪
b5f4c0ca37 fix: 优化类型 2024-11-27 11:29:03 +08:00
手瓜一十雪
eadfa63241 fix: 简化类型 2024-11-27 10:57:40 +08:00
手瓜一十雪
3329a2b661 fix: menuRef 2024-11-27 10:53:50 +08:00
手瓜一十雪
71beac9fec Merge branch 'main' into pr/567 2024-11-26 20:06:18 +08:00
手瓜一十雪
8f6670f58a chore: 注释不必要的代码 2024-11-26 19:44:37 +08:00
手瓜一十雪
960972513e fix: GroupChange 2024-11-26 19:42:35 +08:00
stapxs
b08d8c6d0c feat: 优化网络配置卡片样式 2024-11-26 17:12:55 +08:00
手瓜一十雪
124f68fb76 Merge branch 'main' into pr/565 2024-11-26 12:56:57 +08:00
手瓜一十雪
4f91715bbf Merge pull request #566 from NapNeko/refactor-group-event
refactor: parseGroupEvent
2024-11-26 12:51:48 +08:00
手瓜一十雪
46d91dd605 Merge branch 'refactor-group-event' into pr/565 2024-11-26 12:40:19 +08:00
手瓜一十雪
edb5b85533 refactor: self report 2024-11-26 11:26:34 +08:00
手瓜一十雪
a6e9008ba8 refactor: event emit 2024-11-26 11:10:59 +08:00
手瓜一十雪
031ccd4335 refactor: emitRecallMsg 2024-11-26 11:08:12 +08:00
手瓜一十雪
5188e3c6b3 refactor: onMsgRecall 2024-11-25 22:36:07 +08:00
bietiaop
cec088a93e fix:vite配置别名framwork缺少@webapi 2024-11-25 22:29:18 +08:00
bietiaop
23195d55f4 chore:移除多余依赖 2024-11-25 22:11:57 +08:00
手瓜一十雪
988c52ecc0 fix 2024-11-25 21:58:35 +08:00
bietiaop
33bcacd385 refactor:优化WebUI后端代码格式(无新功能添加) 2024-11-25 21:56:57 +08:00
手瓜一十雪
7e67d75222 fix: #563 2024-11-25 21:56:34 +08:00
手瓜一十雪
ff1540e5a2 refactor: parsePrivateMsgEvent 2024-11-25 21:53:35 +08:00
手瓜一十雪
75ea6d2365 chore: 可读性提高 优化代码 2024-11-25 21:44:22 +08:00
手瓜一十雪
3191e4e57d feat: 性能优化 2024-11-25 21:28:04 +08:00
手瓜一十雪
872cae625d fix: event parse 2024-11-25 21:20:32 +08:00
手瓜一十雪
f630920326 fix: parseGroupUploadFileEvene 2024-11-25 21:04:33 +08:00
手瓜一十雪
6de612e3d0 refactor: parseGroupEvent 2024-11-25 20:39:44 +08:00
pk5ls20
32bef52076 feat: eslint 2024-11-25 20:02:50 +08:00
pk5ls20
cacc6958dd Merge branch 'main' into webui-new 2024-11-25 19:57:41 +08:00
手瓜一十雪
f1c0394891 feat: tipgroup type 2024-11-25 19:32:30 +08:00
手瓜一十雪
9fd6409589 feat: type 2024-11-25 19:24:51 +08:00
手瓜一十雪
4588b9492a feat: 上报文件picType 2024-11-25 18:27:36 +08:00
手瓜一十雪
95c58c748d fix 2024-11-25 18:24:13 +08:00
Mlikiowa
aac9180019 release: v4.1.21 2024-11-25 07:48:50 +00:00
手瓜一十雪
9c96779619 fix: 删除的移除 2024-11-25 15:45:07 +08:00
手瓜一十雪
c58d5fb5bb Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-11-25 15:36:01 +08:00
手瓜一十雪
4ac8f46013 chore: 移除开发debug 2024-11-25 15:35:48 +08:00
Mlikiowa
88d752d3bc release: v4.1.20 2024-11-25 07:16:41 +00:00
手瓜一十雪
cabc06dd81 refactor: 热重载 2024-11-25 15:16:12 +08:00
Mlikiowa
3565cb835f release: v4.1.19 2024-11-25 05:27:11 +00:00
手瓜一十雪
fc300bb888 fix: 禁止once覆写package 2024-11-25 13:19:24 +08:00
手瓜一十雪
53e99e4605 fix: qrcode刷新 2024-11-25 13:01:42 +08:00
纸凤孤凰
0e36be7131 修改webui 2024-11-25 02:17:48 +08:00
Mlikiowa
3c4832dbb2 release: v4.1.18 2024-11-24 04:53:06 +00:00
手瓜一十雪
0bab3b9418 fix: error 2024-11-24 12:49:37 +08:00
手瓜一十雪
b1f6b8bc32 Merge pull request #561 from NapNeko/parseMult
feat: #538
2024-11-24 12:44:16 +08:00
手瓜一十雪
7af073bf78 Merge branch 'main' into parseMult 2024-11-24 12:43:52 +08:00
手瓜一十雪
0af115712e fix: error handle 2024-11-24 12:43:28 +08:00
手瓜一十雪
8db3c2db06 fix: by ai 简化逻辑 2024-11-24 12:26:44 +08:00
手瓜一十雪
bfc6f35ce1 fix: check config 2024-11-24 12:23:42 +08:00
手瓜一十雪
d79dab91fd fix: error 2024-11-24 12:18:16 +08:00
手瓜一十雪
a4b20a7239 fix: #538 2024-11-24 12:17:23 +08:00
手瓜一十雪
1983545097 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-11-23 18:53:04 +08:00
手瓜一十雪
445d331ac4 update: Limited Redistribution License 2024-11-23 18:52:53 +08:00
Mlikiowa
99d1120844 release: v4.1.16 2024-11-23 10:27:40 +00:00
手瓜一十雪
fcb6830c90 fix: typo 2024-11-22 22:08:46 +08:00
手瓜一十雪
458ce0ce87 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-11-22 22:08:31 +08:00
手瓜一十雪
2009492b2f fix: typo 2024-11-22 22:04:57 +08:00
手瓜一十雪
5eed5ce6d5 fix: poke for base emoji 2024-11-22 21:39:16 +08:00
手瓜一十雪
53d440fddc remove: docs 2024-11-22 20:52:11 +08:00
手瓜一十雪
3383e3f249 feat: baseEmoji Service 2024-11-22 20:50:51 +08:00
手瓜一十雪
131b6f7673 rename&docs: face 2024-11-22 20:24:45 +08:00
手瓜一十雪
14d14a0595 fix: 修正定义 2024-11-22 20:15:55 +08:00
手瓜一十雪
68036936a0 fix: GetProfileLike 2024-11-22 15:58:40 +08:00
手瓜一十雪
75ddd5548a refactor: filetype 识别 2024-11-22 15:33:52 +08:00
手瓜一十雪
fd90e940d5 style: @搜寻 2024-11-22 15:08:26 +08:00
手瓜一十雪
0ffc615418 fix: 进一步标准化类型 2024-11-22 14:45:14 +08:00
Mlikiowa
c361203b3f release: v4.1.15 2024-11-21 14:52:41 +00:00
手瓜一十雪
2eaba840be style: enum提高可读性 2024-11-21 19:37:11 +08:00
pk5ls20
46ec53f8c0 feat: version 29927 2024-11-21 18:10:01 +08:00
手瓜一十雪
42f0d2cbae fix: readme thanks 2024-11-21 15:07:36 +08:00
Mlikiowa
20b20e9f4c release: v4.1.14 2024-11-21 06:58:07 +00:00
手瓜一十雪
c70a883311 feat: support 29927 2024-11-21 14:55:34 +08:00
Mlikiowa
36561302a8 release: v4.1.13 2024-11-21 06:43:58 +00:00
手瓜一十雪
d0d31adbba refactor: 持续重构project结构与定义 2024-11-21 14:36:06 +08:00
手瓜一十雪
fc012318a8 rename: project 2024-11-21 14:30:21 +08:00
手瓜一十雪
e30dffd3fb fix: NTGroupRequestOperateTypes 2024-11-21 14:28:04 +08:00
手瓜一十雪
ad0ce3b525 fix: NTGroupRequestOperateTypes 2024-11-21 14:27:11 +08:00
手瓜一十雪
cd5c5e1241 fix: typo 2024-11-21 14:21:46 +08:00
手瓜一十雪
253008391d feat: NTSex 2024-11-21 14:21:14 +08:00
手瓜一十雪
c75c9c2d27 feat: NTGroupMemberRole 2024-11-21 14:15:22 +08:00
手瓜一十雪
f2ddcdefd2 fix: TipGroupElementType 2024-11-21 14:10:52 +08:00
手瓜一十雪
5d884b600a feat: MemberAddShowType 2024-11-21 13:44:21 +08:00
手瓜一十雪
ca27d2c6f5 fix: PicSubType 2024-11-21 13:10:49 +08:00
手瓜一十雪
903c6d5215 fix 标准类型 2024-11-21 13:06:13 +08:00
手瓜一十雪
1698873c2c chore: webui backend readme 2024-11-21 12:24:53 +08:00
手瓜一十雪
5769479c6c chore: LICENSE 2024-11-21 12:23:51 +08:00
手瓜一十雪
4dfc72a355 refactor: 项目结构 2024-11-21 11:52:50 +08:00
手瓜一十雪
831882f8ea refactor: 通过@实现定位 2024-11-21 11:39:44 +08:00
手瓜一十雪
3ed75ac869 fix: index 2024-11-21 11:25:06 +08:00
手瓜一十雪
3254f3fea0 rename: 使用@搜寻 2024-11-21 11:16:25 +08:00
手瓜一十雪
f1d8127588 style: lint 2024-11-21 11:09:23 +08:00
手瓜一十雪
d964ac3d41 fix: typo 2024-11-21 11:06:03 +08:00
手瓜一十雪
0f3862a937 refactor: 旧代码移除 2024-11-21 11:01:35 +08:00
手瓜一十雪
c332795844 refactor: core类型refactor结束 2024-11-21 10:47:12 +08:00
手瓜一十雪
6a325c9b38 fix: 规范化类型 2024-11-21 10:43:05 +08:00
手瓜一十雪
ef5ea29d5d refactor: type 2024-11-21 10:36:08 +08:00
pk5ls20
8a5e5bce4e fix: #553 2024-11-20 20:58:36 +08:00
pk5ls20
38cbb8d2b0 fix: ci 2024-11-20 19:51:29 +08:00
pk5ls20
c9ca6568cf chore: remove useless log 2024-11-20 17:30:50 +08:00
pk5ls20
545c1b70a9 fix: #551 2024-11-20 17:00:01 +08:00
pk5ls20
9a7e39de47 chore: link 2024-11-20 16:23:04 +08:00
pk5ls20
50460c154f Merge pull request #548 from huankong233/main 2024-11-20 14:45:28 +08:00
huankong233
045ed24451 revent: 对手动拆分chunk进行回滚 2024-11-20 14:15:03 +08:00
huankong233
5538fd1702 feat: 增强webui对老设备的支持 2024-11-20 14:02:34 +08:00
Mlikiowa
9cf0b85150 release: v4.1.12 2024-11-20 04:22:12 +00:00
手瓜一十雪
7e81033cbc fix: old version handle 2024-11-20 12:21:45 +08:00
Mlikiowa
f6a62323d7 release: v4.1.11 2024-11-20 02:20:35 +00:00
手瓜一十雪
7dd02636df Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-11-20 10:20:00 +08:00
手瓜一十雪
dbeeaffdb5 fix: 文件后清除 2024-11-20 10:19:43 +08:00
Mlikiowa
9bc9ae0a7d release: v4.1.9 2024-11-20 02:18:14 +00:00
手瓜一十雪
6a12a373a7 fix: #544 2024-11-20 10:16:41 +08:00
Mlikiowa
5946b426b5 release: v4.1.8 2024-11-19 10:45:26 +00:00
手瓜一十雪
ffb7518ae3 fix: #543 2024-11-19 18:44:56 +08:00
手瓜一十雪
877a70c822 feat: 扩展rkey支持 2024-11-19 17:58:43 +08:00
Mlikiowa
01da71fe3d release: v4.17 2024-11-19 08:30:06 +00:00
手瓜一十雪
954de7a34a fix: #543 2024-11-19 16:29:33 +08:00
手瓜一十雪
c2f8ef236b refactor: rename OB11BaseEvent 2024-11-19 12:55:42 +08:00
手瓜一十雪
fa6a8816f8 refactor: Action 2024-11-19 12:49:51 +08:00
pk5ls20
86db0e827c fix: #539 2024-11-19 01:12:49 +08:00
pk5ls20
ed37c3b356 fix: link 2024-11-18 23:22:25 +08:00
手瓜一十雪
035b221813 fix: 清除无效链接 2024-11-18 20:40:43 +08:00
Mlikiowa
322c2b2d8b release: v4.1.6 2024-11-18 11:51:39 +00:00
手瓜一十雪
bdff93aa2f fix: event 2024-11-18 19:51:08 +08:00
Nepenthe
e5a8e89c68 Merge branch 'NapNeko:main' into main 2024-11-17 17:28:31 +08:00
手瓜一十雪
ca5b8facf5 fix: type 2024-11-17 16:02:25 +08:00
手瓜一十雪
cf48ad4235 docs: 没有参考故移除 2024-11-17 16:01:44 +08:00
手瓜一十雪
712171aec1 docs: 调整更新速度与Packet重构 2024-11-17 15:57:21 +08:00
手瓜一十雪
1ddaa465b8 fix 2024-11-17 15:56:48 +08:00
手瓜一十雪
911415cfbc fix: (SetGroupSign) BaseAction-->GetPacketStatusDepends 2024-11-17 15:37:10 +08:00
手瓜一十雪
100b17fb5b feat: uploadQunAlbum未测试 2024-11-17 13:39:57 +08:00
Mlikiowa
0a93a0db03 release: v4.1.5 2024-11-17 03:39:17 +00:00
手瓜一十雪
653d963926 fix: error 2024-11-17 11:33:01 +08:00
手瓜一十雪
68432acd08 fix: 消息上报 2024-11-17 11:29:27 +08:00
手瓜一十雪
057b3f9b6a Revert "fix"
This reverts commit 16932f1a44.
2024-11-17 11:21:48 +08:00
手瓜一十雪
16932f1a44 fix 2024-11-17 11:12:14 +08:00
pk5ls20
edc5946f31 refactor: webui network 2024-11-17 08:17:09 +08:00
pk5ls20
5fc97505c4 fix: workflow 2024-11-17 06:24:58 +08:00
pk5ls20
808ec2dbae chore: workflow 2024-11-17 06:23:33 +08:00
pk5ls20
648363ea8b chore: revert todo 2024-11-17 05:28:46 +08:00
pk5ls20
17259401b5 chore: try todo x2 2024-11-17 05:21:35 +08:00
pk5ls20
27a127c1e8 chore: try todo 2024-11-17 05:16:18 +08:00
pk5ls20
fb7a9de679 feat: error stack 2024-11-17 04:43:29 +08:00
pk5ls20
2f64587f88 feat: version display 2024-11-17 03:43:09 +08:00
pk5ls20
6a5cc8212b chore: eslint 2024-11-17 03:35:20 +08:00
手瓜一十雪
e2fb71c65c Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-11-16 20:35:31 +08:00
手瓜一十雪
219028b12e fix: #531 2024-11-16 20:32:52 +08:00
Mlikiowa
86f8f665ca release: v4.1.3 2024-11-16 12:22:06 +00:00
手瓜一十雪
f5ffd34a39 fix: 反向ws 2024-11-16 20:21:38 +08:00
手瓜一十雪
aed1399dc9 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-11-16 20:20:07 +08:00
手瓜一十雪
5562925f8c feat: remove hasBeenClosed 2024-11-16 20:15:02 +08:00
Mlikiowa
429bbf6d18 release: v4.1.2 2024-11-16 12:14:28 +00:00
手瓜一十雪
8753e0cd15 fix: 异常 2024-11-16 20:13:36 +08:00
Mlikiowa
f6da0f64b4 release: v4.1.1 2024-11-16 11:26:41 +00:00
手瓜一十雪
d07ae61505 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-11-16 19:25:58 +08:00
手瓜一十雪
7eb6454a31 fix: 4.1.1 2024-11-16 19:25:54 +08:00
Mlikiowa
1b0af187b4 release: v4.1.0 2024-11-16 10:41:27 +00:00
手瓜一十雪
8223c98bf1 refactor: AdapterConfig 2024-11-16 18:38:44 +08:00
手瓜一十雪
b92ce1f6b5 refactor: emitMsg 2024-11-16 18:31:24 +08:00
手瓜一十雪
8a4591376a refactor: reloadNetwork 2024-11-16 18:10:03 +08:00
手瓜一十雪
ce6b8ffdfe fix 2024-11-16 16:56:34 +08:00
手瓜一十雪
43128de68d refactor: network 2024-11-16 16:56:20 +08:00
手瓜一十雪
358d4ce9d9 refactor: fetch->RequestUtil 2024-11-16 13:58:46 +08:00
手瓜一十雪
d530e49775 fix: 切分依赖 2024-11-16 13:47:33 +08:00
手瓜一十雪
c45a8a41cf Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-11-16 13:44:06 +08:00
手瓜一十雪
45d0a7e194 fix: ws 0.0.0. 兼容 2024-11-16 13:44:02 +08:00
手瓜一十雪
9ff01d3bfe feat: 调整配置顺序 2024-11-16 13:35:10 +08:00
手瓜一十雪
b6844c1ace docs: thank tdesign 2024-11-16 13:24:19 +08:00
手瓜一十雪
4f79394257 docs: tdesign 2024-11-16 13:23:05 +08:00
手瓜一十雪
e7cbb664e7 fix: webui 2024-11-16 13:20:42 +08:00
手瓜一十雪
e5fd1f5cb9 feat: 网络重载日志 2024-11-16 13:18:42 +08:00
手瓜一十雪
8fd50ff7b7 fix: 翻新网络重载 2024-11-16 13:07:20 +08:00
手瓜一十雪
e5b89b7eaa fix: 打包流程 2024-11-16 12:57:12 +08:00
手瓜一十雪
b604714620 Merge pull request #524 from NapNeko/refactor-config-webui
refactor: new config & vue webui & new network & new parseMsg
2024-11-16 12:53:46 +08:00
手瓜一十雪
a59c26948b feat: 打包脚本 2024-11-16 12:50:45 +08:00
手瓜一十雪
c98530708f feat: 移除无用代码 2024-11-16 12:45:27 +08:00
手瓜一十雪
8ecf54b117 fix: error 2024-11-16 12:34:50 +08:00
手瓜一十雪
437dba3d78 fix: 抑制警告 2024-11-16 11:45:57 +08:00
手瓜一十雪
55346b2069 fix: build 2024-11-16 11:44:23 +08:00
手瓜一十雪
ec72334f14 fix 2024-11-16 11:39:12 +08:00
手瓜一十雪
3cb60db0a4 fix: build 2024-11-16 11:37:47 +08:00
手瓜一十雪
256b345c02 Merge branch 'main' into refactor-config-webui 2024-11-16 11:35:59 +08:00
手瓜一十雪
ac06c8bcbe feat: 优化上报问题 2024-11-16 11:32:27 +08:00
手瓜一十雪
a83a67a04c fix: 修复大部分逻辑 2024-11-16 11:25:16 +08:00
手瓜一十雪
12f47bdb27 fix: 逻辑操作 2024-11-16 11:14:21 +08:00
手瓜一十雪
3db2384075 fix: 样式 2024-11-16 11:08:45 +08:00
手瓜一十雪
5cda39f289 fix: 一处样式问题 2024-11-16 10:57:15 +08:00
手瓜一十雪
e2016d6ff6 feat: 提升交互体验 2024-11-16 10:55:26 +08:00
手瓜一十雪
79d3362345 feat: 微调样式 2024-11-16 10:42:01 +08:00
手瓜一十雪
f2b3a44437 fix: name保存问题 2024-11-16 10:38:03 +08:00
手瓜一十雪
8abf81de7f feat: 基础样式 2024-11-16 10:34:31 +08:00
手瓜一十雪
c152443c29 feat: dev webui 2024-11-16 10:20:17 +08:00
pk5ls20
cbc79fd51e fix: migrateOneBotConfigsV1 2024-11-16 07:22:29 +08:00
pk5ls20
282c7418e9 feat: add migrateOneBotConfigsV2 2024-11-16 06:52:18 +08:00
pk5ls20
0815c2f07f refactor: more comprehensive dev and prod env isolation and build process 2024-11-16 06:10:36 +08:00
pk5ls20
5a14f4161f chore: adjust eslint 2024-11-16 05:50:44 +08:00
pk5ls20
76469f950a refactor: webui network 2024-11-16 05:43:44 +08:00
pk5ls20
fea65b73cd fix: vite config 2024-11-16 00:13:05 +08:00
pk5ls20
370d422fea chore: revert package.json 2024-11-15 23:41:17 +08:00
pk5ls20
298c4ce1b0 refactor: webui 2024-11-15 23:39:19 +08:00
手瓜一十雪
be1b1e0267 feat: 产物替换 2024-11-15 20:39:57 +08:00
pk5ls20
27d3f6ee18 perf: avoid silk encoding blocking the main event loop (#527) 2024-11-15 20:39:18 +08:00
手瓜一十雪
63870c55d4 feat: 加入注释 2024-11-15 20:35:30 +08:00
手瓜一十雪
867ae3c769 fix: 清除基础信息 2024-11-15 20:34:42 +08:00
手瓜一十雪
4dcb487176 feat: 修复渲染异常bug 2024-11-15 20:33:06 +08:00
手瓜一十雪
01e8468eb4 fix: 关闭按钮 2024-11-15 20:26:00 +08:00
手瓜一十雪
17813d481f fix: 添加配置 2024-11-15 20:22:42 +08:00
手瓜一十雪
120ce9312b feat: 保存数据 2024-11-15 20:00:49 +08:00
手瓜一十雪
64386ed944 fix: shallowRef 2024-11-15 19:54:21 +08:00
手瓜一十雪
64d12ad876 refactor: network 2024-11-15 19:51:19 +08:00
手瓜一十雪
ef40aea070 feat: 渲染网络配置 2024-11-15 19:48:27 +08:00
手瓜一十雪
15def1a2e5 refactor: emitMsg 2024-11-15 18:40:35 +08:00
手瓜一十雪
4429a3f322 refactor: rkey get 2024-11-15 18:35:34 +08:00
手瓜一十雪
14c46ae61b refactor: parseMsg 2024-11-15 18:29:42 +08:00
手瓜一十雪
e9fdee6e4c refactor: 初步可用 2024-11-15 17:35:09 +08:00
手瓜一十雪
2cf86b8a6b feat: 彻底 扬了Old WebUi 2024-11-15 16:56:53 +08:00
手瓜一十雪
aacc036d7a feat: 迁移后端与前端 大部分逻辑 2024-11-15 16:50:12 +08:00
手瓜一十雪
0caf10ed61 feat: 翻新除了配置文件的所有代码了 2024-11-15 16:45:57 +08:00
手瓜一十雪
ebbbb30811 feat: 开始迁移webui 2024-11-15 16:10:19 +08:00
手瓜一十雪
22568bd3ef fix 2024-11-15 15:24:44 +08:00
手瓜一十雪
982eb36216 fix: 面板关于信息 2024-11-15 14:46:05 +08:00
手瓜一十雪
42e4c58371 refactor: nnetwork -> network 2024-11-15 13:57:45 +08:00
手瓜一十雪
a2b6f81c66 feat: 调整基础样式 2024-11-15 13:52:23 +08:00
手瓜一十雪
53e0d70679 feat: 布局面板基础结构 2024-11-15 13:25:02 +08:00
手瓜一十雪
084526a350 feat: nav 2024-11-15 13:03:18 +08:00
手瓜一十雪
36381aa412 feat: 基础逻辑拼接 2024-11-15 11:32:30 +08:00
手瓜一十雪
3e8aede341 Merge branch 'main' into refactor-config-webui 2024-11-15 10:42:02 +08:00
手瓜一十雪
e2910a02c1 feat: 路由 2024-11-15 10:41:55 +08:00
Mlikiowa
fec1b0d3b8 release: v4.0.3 2024-11-14 15:34:43 +00:00
手瓜一十雪
5e18e2adb2 fix: rkey 2024-11-14 23:30:52 +08:00
手瓜一十雪
ce91bb2d7c feat: QQLogin 2024-11-14 22:02:15 +08:00
手瓜一十雪
15a12d0421 feat: 拆分组件 2024-11-14 21:46:54 +08:00
手瓜一十雪
80355dd3d8 feat: 初始化webui login 2024-11-14 21:41:43 +08:00
Mlikiowa
bea5cc9262 release: v4.0.2 2024-11-14 12:45:02 +00:00
手瓜一十雪
d3e985bc7d feat: add SetMsgEmojiLike 2024-11-14 20:44:14 +08:00
手瓜一十雪
a1b199fcde fix: adapter api 2024-11-14 20:25:08 +08:00
手瓜一十雪
d9a67de683 feat: msg push 2024-11-14 20:18:19 +08:00
手瓜一十雪
61b58f6dfb feat: mergeOnebotConfigs 2024-11-14 18:00:31 +08:00
手瓜一十雪
14f7a652f4 feat: new config helper/nnetwork 2024-11-14 17:00:34 +08:00
Mlikiowa
484b7d15ae release: v4.0.1 2024-11-14 07:43:36 +00:00
手瓜一十雪
f72cdad658 fix: fluent-ffmpeg 2024-11-14 15:43:11 +08:00
pk5ls20
d1d363e57e chore: workflow build check 2024-11-14 14:30:56 +08:00
pk5ls20
b9cdbaff31 refactor: simplify code 2024-11-14 14:29:38 +08:00
Mlikiowa
55a642a473 release: v4.0.0 2024-11-14 06:00:34 +00:00
手瓜一十雪
347f126796 fix: #50 2024-11-14 13:58:25 +08:00
手瓜一十雪
cdb01e5e13 fix: 简化代码 2024-11-14 13:49:37 +08:00
手瓜一十雪
ad7595f81c fix: error 2024-11-14 13:43:39 +08:00
手瓜一十雪
f35490c518 refactor: getGroupHonorInfo 2024-11-14 13:42:03 +08:00
手瓜一十雪
5e6e8e9203 refactor: nc shell login 2024-11-14 13:40:01 +08:00
pk5ls20
73931588fd chore: eslint 2024-11-14 13:29:39 +08:00
手瓜一十雪
dec9b51f58 refactor: getImageUrl 2024-11-14 13:26:12 +08:00
手瓜一十雪
35e85c115a fix: error 2024-11-14 13:22:58 +08:00
手瓜一十雪
e1e903a3e9 fix: type 2024-11-14 13:19:50 +08:00
手瓜一十雪
7fc65489d4 fix: unuse import 2024-11-14 13:14:27 +08:00
手瓜一十雪
7fb40f48ab fix: error 2024-11-14 13:10:52 +08:00
手瓜一十雪
98b9db01e0 Merge pull request #521 from abc1763613206/main
feat: add `emoji_package_id` for MarketFace
2024-11-14 13:10:04 +08:00
abc1763613206
e6c75a2843 feat: add emoji_package_id for MarketFace 2024-11-14 13:07:57 +08:00
手瓜一十雪
c5d104b08b fix 2024-11-14 13:07:10 +08:00
手瓜一十雪
1a1919bb15 fix: || -> ?? 2024-11-14 13:00:25 +08:00
手瓜一十雪
73d89c675b fix: error throw 2024-11-14 12:54:58 +08:00
手瓜一十雪
5632488d15 fix 2024-11-14 12:48:19 +08:00
手瓜一十雪
ef38b9412e remove: todo -> work 2024-11-14 12:44:21 +08:00
手瓜一十雪
5ea0552c02 fix: error handle 2024-11-14 12:37:16 +08:00
手瓜一十雪
2d6bef27e5 fix 2024-11-14 12:32:48 +08:00
手瓜一十雪
045b555a80 feat: any listener 2024-11-14 12:28:08 +08:00
手瓜一十雪
52853331d6 fix 2024-11-14 12:22:28 +08:00
手瓜一十雪
f35e70f2fb fix: assertion is unnecessary 2024-11-14 12:07:26 +08:00
手瓜一十雪
f9cb2c18df fix: promise async 2024-11-14 12:06:45 +08:00
手瓜一十雪
c9bb8de442 fix: 代码精简 2024-11-14 12:02:24 +08:00
手瓜一十雪
aee19abd10 fix: error 2024-11-14 11:53:55 +08:00
手瓜一十雪
bbeac86403 fix 2024-11-14 11:46:37 +08:00
手瓜一十雪
608efdca56 rename: WsPacketClient 2024-11-14 11:40:16 +08:00
手瓜一十雪
65083ecb8b fix 2024-11-14 11:35:10 +08:00
手瓜一十雪
38a4bdef76 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-11-14 11:30:56 +08:00
手瓜一十雪
189ae0e293 fix: readonly 2024-11-14 11:28:06 +08:00
手瓜一十雪
7c394b4b78 Merge pull request #520 from NapNeko/refactor-4.0.0
refactor: 4.0.0
2024-11-14 11:24:57 +08:00
手瓜一十雪
4969ad0ec8 refactor: fix 2024-11-14 11:24:00 +08:00
手瓜一十雪
fc5889b99c refactor: log最佳实践 2024-11-14 11:10:26 +08:00
手瓜一十雪
abb4064f85 refactor: build 2024-11-14 11:03:11 +08:00
手瓜一十雪
6cd4ecf757 refactor: registerListen 2024-11-14 10:57:57 +08:00
手瓜一十雪
b9dc00bee5 style: lint 2024-11-14 10:53:50 +08:00
手瓜一十雪
b9cadb20f7 refactor: apiInit Refactor 2024-11-14 10:52:03 +08:00
手瓜一十雪
56fac6c725 style: lint 2024-11-14 10:45:16 +08:00
手瓜一十雪
1ad0e346a6 refactor: Init Core 2024-11-14 10:43:37 +08:00
手瓜一十雪
bf6a101a13 refactor: async Init 2024-11-14 10:36:51 +08:00
手瓜一十雪
5b7f241d61 refactor: Shell Init 2024-11-14 10:34:38 +08:00
手瓜一十雪
285802b6bd refactor: 删除反撤回模块 未来合并到MoeHoo 2024-11-14 10:30:01 +08:00
手瓜一十雪
d33ff9046f refactor: package 2024-11-14 10:27:10 +08:00
手瓜一十雪
f129ecc819 fix 2024-11-13 22:54:56 +08:00
手瓜一十雪
733a5ca5ef docs: 文档精简 2024-11-13 22:46:48 +08:00
Mlikiowa
7f0c58be43 release: v3.7.0 2024-11-13 09:53:56 +00:00
pk5ls20
2bd23a8ad9 Merge pull request #512 from NapNeko/refactor/packet-2
refactor: packet
2024-11-13 17:51:00 +08:00
pk5ls20
3ee7526b89 feat: comment out logic that is not currently needed 2024-11-13 17:48:42 +08:00
pk5ls20
830b9e3f03 feat: sysMessage oldProto adapter 2024-11-13 17:44:12 +08:00
pk5ls20
a84e7a19f5 feat: errorStack 2024-11-13 16:52:03 +08:00
手瓜一十雪
f58adb6dbf Merge branch 'main' into refactor/packet-2 2024-11-13 16:00:45 +08:00
Mlikiowa
6947267539 release: v3.6.17 2024-11-13 07:57:01 +00:00
手瓜一十雪
13e61798c8 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-11-13 15:56:31 +08:00
手瓜一十雪
a186f840f3 feat: mface emoji_id 2024-11-13 15:56:17 +08:00
Mlikiowa
39049af87f release: v3.6.16 2024-11-13 07:55:21 +00:00
手瓜一十雪
985dd2f0f9 feat: mface key 扩展 2024-11-13 15:54:31 +08:00
pk5ls20
5886767976 fix: macos 2024-11-13 15:35:07 +08:00
pk5ls20
e2033ecf38 fix: NativePacketClient 2024-11-13 14:16:42 +08:00
Mlikiowa
4183105d8d release: v3.6.15 2024-11-13 05:16:36 +00:00
手瓜一十雪
473e5abf88 fix: 移除chalk 2024-11-13 13:16:09 +08:00
Mlikiowa
9fcfebb564 release: v3.6.14 2024-11-13 04:31:12 +00:00
手瓜一十雪
abe2632f03 Merge pull request #514 from NapNeko/refactor-log4js--winston
refactor: log4js to winston
2024-11-13 12:29:35 +08:00
手瓜一十雪
5cfacce885 fix: error 2024-11-13 12:29:17 +08:00
手瓜一十雪
78e4295ac5 feat: 异常处理与log4js替换 2024-11-13 12:26:23 +08:00
手瓜一十雪
bdaf1274b4 refactor: package json 2024-11-13 12:19:18 +08:00
Mlikiowa
edb3d7df20 release: v3.6.13 2024-11-12 10:45:11 +00:00
手瓜一十雪
b0dc9df9e6 fix: #513 2024-11-12 18:37:44 +08:00
pk5ls20
3bc0d52966 chore: minor adjust packet module 2024-11-12 04:14:08 +08:00
pk5ls20
c5e5bd2bc7 chore: remove debug output 2024-11-12 04:08:51 +08:00
pk5ls20
7fd94a03b7 refactor: packet x1 2024-11-12 04:02:19 +08:00
Mlikiowa
af29c17814 release: v3.6.12 2024-11-11 13:03:29 +00:00
手瓜一十雪
e3cb111a80 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-11-11 21:00:27 +08:00
手瓜一十雪
7730e3bd9e fix: #509 2024-11-11 21:00:12 +08:00
pk5ls20
ac60299b29 fix: offset name 2024-11-11 20:57:30 +08:00
pk5ls20
2cac669b1c feat: add some macOS offset 2024-11-11 20:54:57 +08:00
手瓜一十雪
f2bfd95f29 fix 2024-11-11 20:35:13 +08:00
Mlikiowa
24e086fe63 release: v3.6.11 2024-11-11 12:17:25 +00:00
手瓜一十雪
6bf4cabe16 fix: macos arm64 28971 2024-11-11 20:16:44 +08:00
Mlikiowa
d0a6198f2a release: v3.6.10 2024-11-11 02:45:39 +00:00
手瓜一十雪
10e222bb12 fix: once升级 2024-11-11 10:45:15 +08:00
手瓜一十雪
dd14b21e96 feat: 文档镜像 2024-11-10 12:40:18 +08:00
Mlikiowa
220ba78d00 release: v3.6.9 2024-11-10 04:11:16 +00:00
手瓜一十雪
94360172b8 fix: #73 2024-11-10 12:10:43 +08:00
Mlikiowa
93e8af912c release: v3.6.8 2024-11-09 10:22:17 +00:00
手瓜一十雪
7d3dc746f7 fix: 缓存 2024-11-09 18:21:50 +08:00
Mlikiowa
9c32eabfff release: v3.6.7 2024-11-09 04:36:58 +00:00
手瓜一十雪
f9f213b0f7 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-11-09 12:36:21 +08:00
手瓜一十雪
46ac9a43be feat: user boot script 2024-11-09 12:35:50 +08:00
Mlikiowa
20b1c7a0a3 release: v3.6.6 2024-11-09 04:22:55 +00:00
手瓜一十雪
a916384ad5 fix: #503 2024-11-09 12:22:28 +08:00
手瓜一十雪
fe915a2ee1 docs: 因为优点太多所以只好去掉几条了 2024-11-08 16:23:20 +08:00
pk5ls20
fc449ff296 chore: eslint migrate 2024-11-08 15:43:27 +08:00
手瓜一十雪
26c7ecbcde Merge pull request #501 from NapNeko/eslint9
feat: eslint9
2024-11-08 12:38:12 +08:00
手瓜一十雪
ff7e214af8 feat: eslint9 2024-11-08 12:36:25 +08:00
手瓜一十雪
254e739ac4 feat: 迁移29456为标准版本 2024-11-08 12:14:15 +08:00
Mlikiowa
0dd3466651 release: v3.6.5 2024-11-08 01:20:08 +00:00
手瓜一十雪
b537538dc0 feat: 29456 2024-11-08 09:18:40 +08:00
pk5ls20
609a44cd56 feat: support 29456 2024-11-08 00:26:09 +08:00
Mlikiowa
b0580f72cc release: v3.6.4 2024-11-07 08:14:56 +00:00
手瓜一十雪
ab3747df2f Merge pull request #499 from kanocence/main
修复 config 页面样式
2024-11-07 16:14:01 +08:00
手瓜一十雪
0d443c50c0 Merge pull request #500 from Stapxs/patch-1
fix: 在处理 file uri 时可能会意外忽略 fragment 段
2024-11-07 16:13:06 +08:00
林小槐
c4b2338199 fix: 在处理 file uri 时可能会意外忽略 fragment 段
在处理类似 C:\\test\\test#1.txt 时 #1.txt 由于为 url fragment 而被意外截断
2024-11-07 16:10:59 +08:00
kanocence
11c6cdd3e0 Merge branch 'NapNeko:main' into main 2024-11-07 15:34:19 +08:00
kanocence
763058b0ff feat: 💄 修改页面样式 2024-11-07 15:33:57 +08:00
Mlikiowa
7cc5948f1a release: v3.6.3 2024-11-07 04:16:13 +00:00
手瓜一十雪
2a5bbab529 fix: 标准化接口 2024-11-07 12:15:49 +08:00
pk5ls20
22067c79bc chore: format 2024-11-07 10:33:01 +08:00
pk5ls20
b393d471b0 chore: log 2024-11-07 10:31:50 +08:00
pk5ls20
7af7a5850c fix: remove useless import 2024-11-06 16:58:12 +08:00
手瓜一十雪
96321e9b2c feat: 兼容gocq标准 2024-11-06 16:48:18 +08:00
手瓜一十雪
87d5179dab Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-11-06 16:45:04 +08:00
手瓜一十雪
63b5b00638 fix: 错误代码 2024-11-06 16:45:01 +08:00
Mlikiowa
6e35618218 release: v3.6.2 2024-11-06 08:00:05 +00:00
手瓜一十雪
d503966392 fix: link 2024-11-06 15:59:39 +08:00
Mlikiowa
cec8112e45 release: v3.6.1 2024-11-06 06:42:33 +00:00
手瓜一十雪
1691181a58 fix: #498 2024-11-06 14:42:05 +08:00
Mlikiowa
3eb4720697 release: v3.6.0 2024-11-06 03:30:17 +00:00
pk5ls20
213b83fc2f fix: MoeHoo-Linux Amd64 2024-11-06 11:28:57 +08:00
pk5ls20
3fe9cdd862 release: v3.5.2 2024-11-06 09:28:14 +08:00
pk5ls20
b60aaae8cd fix: MoeHoo-Linux Arm64 2024-11-06 09:26:15 +08:00
Mlikiowa
dfac7f1bb0 release: v3.5.1 2024-11-05 14:45:36 +00:00
手瓜一十雪
463e21f542 fix: linux arm64 2024-11-05 22:45:00 +08:00
手瓜一十雪
974f161cba fix: MoeHoo-Linux Amd64 2024-11-05 22:36:47 +08:00
Mlikiowa
36bfdb49ea release: v3.5.0 2024-11-05 14:13:33 +00:00
pk5ls20
a01cbe2314 feat: better edge case handling 2024-11-05 22:11:01 +08:00
pk5ls20
6f79cac414 fix: better log 2024-11-05 21:54:52 +08:00
Mlikiowa
a38d4fb789 release: v3.4.11 2024-11-05 13:52:22 +00:00
pk5ls20
5ac9542313 fix: sendCommand 2024-11-05 21:48:39 +08:00
Mlikiowa
928f28e39b release: v3.4.10 2024-11-05 13:34:25 +00:00
手瓜一十雪
fa03b4f757 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-11-05 21:33:51 +08:00
手瓜一十雪
ac75d7b980 fix: qqnt 29271 最新版兼容问题 2024-11-05 21:33:36 +08:00
Mlikiowa
c74a60b167 release: v3.4.9 2024-11-05 13:22:43 +00:00
手瓜一十雪
18bb5e8f7e Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-11-05 21:22:10 +08:00
手瓜一十雪
45fdc89aff fix: Once 2024-11-05 21:21:59 +08:00
Mlikiowa
a74c6344b3 release: v3.4.8 2024-11-05 13:18:35 +00:00
手瓜一十雪
4ebc5ad7df feat: 复活吧我的arm64 2024-11-05 21:17:07 +08:00
手瓜一十雪
7ededb575d feat: linux.x64'packet 2024-11-05 21:12:19 +08:00
手瓜一十雪
b03971ef64 feat: linux x64 support 2024-11-05 21:11:41 +08:00
手瓜一十雪
5f992a049a style: lint 2024-11-05 20:59:18 +08:00
手瓜一十雪
4c5c1c99a1 fix: 去掉开发日志 2024-11-05 20:54:39 +08:00
手瓜一十雪
87f58281e2 feat: 去掉无用日志 2024-11-05 20:52:36 +08:00
手瓜一十雪
c1bfc8e5f7 Merge pull request #494 from NapNeko/dependabot/npm_and_yarn/vite-tsconfig-paths-5.1.0
chore(deps-dev): bump vite-tsconfig-paths from 4.3.2 to 5.1.0
2024-11-05 20:50:59 +08:00
手瓜一十雪
7cf4da2a88 Merge pull request #493 from NapNeko/multi-packet
refactor: automatically select the optimal packet backend
2024-11-05 20:50:36 +08:00
手瓜一十雪
88a1af0e2b fix: LL 2024-11-05 20:49:16 +08:00
手瓜一十雪
d2da2ae504 update: LiteLoader 2024-11-05 20:48:28 +08:00
手瓜一十雪
ddd4e211e1 feat: 去掉开发输出 2024-11-05 20:40:25 +08:00
手瓜一十雪
15184baacd fix 2024-11-05 20:33:55 +08:00
dependabot[bot]
d6036df9d3 chore(deps-dev): bump vite-tsconfig-paths from 4.3.2 to 5.1.0
Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 4.3.2 to 5.1.0.
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v4.3.2...v5.1.0)

---
updated-dependencies:
- dependency-name: vite-tsconfig-paths
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-05 08:39:26 +00:00
pk5ls20
1823990ab8 feat: add new NapCat config key: packetBackend
- Acceptable values: `native`, `frida`, `auto`, `disable`
- Default value is set to `auto`
2024-11-05 14:45:02 +08:00
pk5ls20
75881f08c5 refactor: auto judge client 2024-11-05 14:24:54 +08:00
pk5ls20
8e069f9792 chore: better log 2024-11-05 13:52:56 +08:00
pk5ls20
7f97c5beac refactor: NapProto -> https://github.com/NapNeko/NapProto 2024-11-05 12:47:28 +08:00
手瓜一十雪
c849ba7989 fix: 日志乱飞版本 2024-11-05 11:24:36 +08:00
手瓜一十雪
78cbb37d8c fix: 一点小问题 2024-11-05 10:25:41 +08:00
手瓜一十雪
d1f8afb8a3 fix: 搞炸了 让我思考下 2024-11-05 10:22:52 +08:00
手瓜一十雪
1f59e7df85 fix 2024-11-05 10:18:11 +08:00
手瓜一十雪
512335a234 fix 2024-11-05 10:16:06 +08:00
手瓜一十雪
0d760ba801 fix: 开始初步调试 2024-11-05 10:14:00 +08:00
手瓜一十雪
94e02001dd fix: 一些异常类型 2024-11-05 10:07:56 +08:00
pk5ls20
9f154a1fbd refactor: automatically select the optimal packet backend 2024-11-04 23:52:52 +08:00
手瓜一十雪
1df409ff79 feat: 初步封装 NativePacketClient 2024-11-04 21:09:11 +08:00
pk5ls20
ad02030530 perf: use cache in NapProto 2024-11-04 14:42:16 +08:00
pk5ls20
59ad118ed5 fix: SendGroupAiRecord wrong return id 2024-11-04 14:41:16 +08:00
pk5ls20
bb7cf74669 feat: better mface toPreview 2024-11-03 17:29:50 +08:00
手瓜一十雪
3eb1eeccc5 style: lint 2024-11-03 12:13:56 +08:00
Mlikiowa
2c52906212 release: v3.4.7 2024-11-03 01:50:09 +00:00
手瓜一十雪
a491170e7a Merge pull request #485 from clansty/revert/get_forward_msg
revert: 还原 ob11 风格 get_forward_msg
2024-11-03 09:48:07 +08:00
Clansty
46764a804f revert: 还原 ob11 风格 get_forward_msg 2024-11-03 09:44:35 +08:00
pk5ls20
7c45f74df0 fix: type hint 2024-11-03 02:45:58 +08:00
Mlikiowa
2c870bcfe2 release: v3.4.6 2024-11-02 05:20:34 +00:00
手瓜一十雪
bd1c51f4bd feat: arm64 29271 2024-11-02 13:19:13 +08:00
手瓜一十雪
4691d64b9c feat: support 3.2.13-29271-x64 2024-11-02 10:58:36 +08:00
手瓜一十雪
90fbc6eb8a feat: packet 29271 2024-11-02 10:46:15 +08:00
手瓜一十雪
21f4726a6a feat: 29271 2024-11-02 10:02:39 +08:00
手瓜一十雪
1d21b92dd4 Merge pull request #484 from NapNeko/feat/ai-voice
feat: ai voice
2024-11-02 08:15:05 +08:00
pk5ls20
09b31d9674 feat: ai voice 2024-11-02 01:51:57 +08:00
手瓜一十雪
8f98c9624c Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-11-01 12:13:24 +08:00
手瓜一十雪
3d55adc900 feat: support 6.9.58-28971 2024-11-01 12:13:04 +08:00
Mlikiowa
ff4ec6e0d3 release: v3.4.5 2024-10-31 12:30:25 +00:00
手瓜一十雪
d8ef97a2de fix: report self 2024-10-31 20:30:02 +08:00
手瓜一十雪
24b3896b7b fix: report self 2024-10-31 20:27:17 +08:00
Mlikiowa
4c16b2e71d release: v3.4.4 2024-10-31 11:32:42 +00:00
手瓜一十雪
2d33dc63c0 fix: #444 2024-10-31 19:32:10 +08:00
Nepenthe
2b1786a82d Merge branch 'NapNeko:main' into main 2024-10-31 19:15:25 +08:00
Mlikiowa
2b8e371400 release: v3.4.3 2024-10-31 10:18:21 +00:00
手瓜一十雪
28cb86cc04 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-10-31 18:17:53 +08:00
手瓜一十雪
55e78a2fc6 fix: 正向ws异常推送事件问题 2024-10-31 18:17:41 +08:00
Mlikiowa
a1422b8e11 release: v3.4.2 2024-10-31 10:03:19 +00:00
手瓜一十雪
8d913d4580 fix: #473 2024-10-31 18:00:55 +08:00
Hao Guan
d646f9dc64 chore: Major获取Appid添加提示 (#480) 2024-10-31 16:10:27 +08:00
Mlikiowa
6b4ff8edcc release: v3.4.1 2024-10-31 00:36:50 +00:00
凌莞~(=^▽^=)
e1880dd983 feat: GetStrangerInfo 加回以前的完整信息 (#479) 2024-10-31 07:25:13 +08:00
Mlikiowa
1714142960 release: v3.4.0 2024-10-30 13:11:06 +00:00
Nepenthe
52a6a9e435 修复<get_record>接口 (#478) 2024-10-30 21:09:32 +08:00
Nepenthe
7e5071cf11 修复<get_record>接口 2024-10-30 21:07:01 +08:00
Mlikiowa
623785f87e release: v3.3.27 2024-10-30 07:28:17 +00:00
手瓜一十雪
d83af3f6a2 fix: reply msg 大坐牢 #452 #477 2024-10-30 15:27:26 +08:00
手瓜一十雪
cfe4a06411 feat: 提升全平台兼容性 2024-10-30 13:50:47 +08:00
Mlikiowa
b81c3a541e release: v3.3.26 2024-10-30 01:23:01 +00:00
Hao Guan
715d35c184 chore: AppID for macOS 6.9.58-28971 (#476) 2024-10-30 09:20:32 +08:00
pk5ls20
d0dedc1e6e refactor: kill any (#475)
* refactor: kill any stage 1

* refactor: kill any stage 2

* refactor: kill any stage 3
2024-10-30 09:10:30 +08:00
手瓜一十雪
1b50d1803c style: lint 2024-10-29 18:48:20 +08:00
Mlikiowa
4b40526441 release: v3.3.25 2024-10-29 10:42:12 +00:00
手瓜一十雪
baa64f6c6d release: v3.3.25 2024-10-29 18:41:39 +08:00
手瓜一十雪
d39c1a983c docs: 调整文档优先级 2024-10-29 14:25:36 +08:00
Mlikiowa
a5f1f8a57c release: v3.3.22 2024-10-29 02:56:37 +00:00
手瓜一十雪
67881b2754 Merge pull request #472 from pohgxz/main
完善<set_input_status>接口
2024-10-29 10:53:29 +08:00
手瓜一十雪
ee217c6b10 fix: Error 2024-10-29 10:52:50 +08:00
Nepenthe
016df5d1fc 修改<get_profile_like>接口 2024-10-29 07:51:16 +08:00
Nepenthe
bbd0652675 完善<set_input_status>接口 2024-10-28 23:21:49 +08:00
手瓜一十雪
a2e422743f try fix: error 2024-10-28 21:34:13 +08:00
Mlikiowa
7adf14be3b release: v3.3.21 2024-10-28 04:05:30 +00:00
pk5ls20
5ba5ddadfd feat: GetMiniAppArk 2024-10-28 10:12:24 +08:00
pk5ls20
44684c0841 chore: rename msg to message in packet module 2024-10-28 07:59:24 +08:00
Mlikiowa
2f033e413f release: v3.3.20 2024-10-27 14:46:24 +00:00
手瓜一十雪
2991cde5bc fix: script 2024-10-27 22:45:51 +08:00
手瓜一十雪
d149ba7547 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-10-27 22:44:04 +08:00
手瓜一十雪
92eb5d41c2 release: v3.3.18 2024-10-27 22:43:55 +08:00
Version
3278cc9e2d chore:version change 2024-10-27 14:42:23 +00:00
手瓜一十雪
c88116a7c1 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-10-27 22:41:56 +08:00
手瓜一十雪
b1b53918dd fix: version 控制 2024-10-27 22:41:46 +08:00
Version
2e2f92f4b3 chore:version change 2024-10-27 14:37:13 +00:00
手瓜一十雪
a0aba5b633 fix: version check 2024-10-27 22:36:48 +08:00
Version
c141f1561a chore:version change 2024-10-27 14:33:40 +00:00
Version
ee1e200c30 chore:version change 2024-10-27 14:33:19 +00:00
手瓜一十雪
0f6b22a73e fix: checkVersion 2024-10-27 22:32:52 +08:00
手瓜一十雪
118983b989 feat: 自动化版本发布控制 2024-10-27 22:30:01 +08:00
手瓜一十雪
1ec393a14f feat: 我补药要手动release啦! 2024-10-27 22:20:11 +08:00
手瓜一十雪
30a9b4043d release: v3.3.12 2024-10-27 22:14:17 +08:00
手瓜一十雪
43a2e54bde Merge pull request #470 from pohgxz/main
修复<get_group_at_all_remain>接口总是返回<Error: atInfo not found>
2024-10-27 22:10:55 +08:00
手瓜一十雪
77caa2841a fix: type Error 2024-10-27 22:07:11 +08:00
Nepenthe
79bcff7e0c 修复<get_group_at_all_remain>接口总是返回<Error: atInfo not found> 2024-10-27 22:04:48 +08:00
手瓜一十雪
6734aff3c0 feat: 类型修复 2024-10-27 22:03:22 +08:00
手瓜一十雪
cefab58cab release: v3.2.12 2024-10-27 20:56:27 +08:00
手瓜一十雪
adf068f176 fix: #452 修复seq搜索的老问题 可能修好了 2024-10-27 20:52:09 +08:00
手瓜一十雪
fc207afc48 fix: #458 2024-10-27 20:38:02 +08:00
手瓜一十雪
5cf8eb857b release: v3.1.11 2024-10-27 19:29:42 +08:00
手瓜一十雪
4cb0970aa9 fix: error 2024-10-27 11:17:01 +08:00
手瓜一十雪
277fd1a59d Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-10-27 11:09:00 +08:00
手瓜一十雪
467d8e1b18 feat: #469 回收连接(未测试) 2024-10-27 11:08:48 +08:00
pk5ls20
2307b069f4 fix: compatibility bigint 2024-10-27 10:50:48 +08:00
手瓜一十雪
ae2bdc9cf1 release: v3.1.10 2024-10-27 10:03:07 +08:00
手瓜一十雪
acfe5ce4b8 style: lint 2024-10-27 10:02:42 +08:00
pk5ls20
e780b02c9e feat: enhance compatibility of upload_forward_msg with go-cqhttp 2024-10-27 09:59:38 +08:00
手瓜一十雪
ea4037b478 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-10-27 09:44:26 +08:00
手瓜一十雪
e461a7f93b release: 3.1.9 2024-10-27 09:44:14 +08:00
手瓜一十雪
6c13236719 Merge pull request #468 from NapNeko/refactor/msg-element
refactor: core msg entity & packet msg converter & resolve #455
2024-10-27 09:40:41 +08:00
pk5ls20
a6d7d60e0c chore: simplify logic 2024-10-27 09:37:17 +08:00
pk5ls20
0e2d042458 feat: better fake forwardMsg logic & display 2024-10-27 09:33:20 +08:00
pk5ls20
60c6a409b3 fix: downloadRawMsgMedia edge case 2024-10-27 09:04:24 +08:00
pk5ls20
1bb72c4047 fix: downloadRawMsgMedia 2024-10-27 07:31:32 +08:00
pk5ls20
df9f564095 chore: i18n for packet log messages 2024-10-27 07:04:53 +08:00
pk5ls20
2f3db79460 feat: support node id in fake forward (with auto download richMedia in reference message) 2024-10-27 06:50:59 +08:00
pk5ls20
8d21f896c3 feat: support node id in fake forward (broken impl) 2024-10-27 05:19:53 +08:00
pk5ls20
cd9bf6081c refactor & fix: refactor msg entity & adjust some wrong definition 2024-10-27 04:16:15 +08:00
手瓜一十雪
7bcd06d864 release: v3.1.8 2024-10-26 21:25:03 +08:00
手瓜一十雪
84e986a468 feat: version hint 2024-10-26 21:24:24 +08:00
手瓜一十雪
4e8d1153e9 fix: fetchFavEmojiList 2024-10-26 21:15:11 +08:00
手瓜一十雪
90d811081c fix: q-gate 2024-10-26 20:46:38 +08:00
手瓜一十雪
05af81fde1 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-10-26 20:36:59 +08:00
手瓜一十雪
e9f4deb344 fix: type 2024-10-26 20:25:34 +08:00
pk5ls20
c800a42c65 fix: payload basic check in GetPacketStatusDepends 2024-10-26 19:51:43 +08:00
手瓜一十雪
265828f363 fix: 进一步getNextMemberList 2024-10-26 18:40:21 +08:00
手瓜一十雪
1c53ca3110 feat: new function 2024-10-26 18:10:08 +08:00
手瓜一十雪
eba3a7a6ec release: v3.1.7 2024-10-26 16:26:30 +08:00
手瓜一十雪
06e3896cc2 Merge pull request #466 from cnxysoft/upmain
perf: 群成员拉取
2024-10-26 16:18:17 +08:00
手瓜一十雪
d9d2fc2209 Merge branch 'main' into pr/466 2024-10-26 15:47:13 +08:00
手瓜一十雪
2b3d236373 fix: ai solve 2024-10-26 10:49:18 +08:00
手瓜一十雪
9b2c54aee6 feat: GoCQHTTPDeleteFriend 2024-10-26 10:36:41 +08:00
手瓜一十雪
a32fea3752 feat: GoCQ兼容性提高 2024-10-26 10:22:04 +08:00
Alen
743548358f Merge branch 'main' into upmain 2024-10-26 07:22:25 +08:00
Alen
9ecc18b282 perf: 群成员拉取
getgroupmemberlist启用no_cache
2024-10-26 07:20:40 +08:00
pk5ls20
5d71162279 feat: support for customizing the timestamp of fake forwardMsg 2024-10-26 04:06:42 +08:00
Alen
65a107a2d9 Merge branch 'main' into upmain 2024-10-25 23:58:18 +08:00
Alen
fd3c2ddece Merge pull request #465 from cnxysoft/upmain
refactor: 群成员列表获取
2024-10-25 23:49:27 +08:00
Alen
2454d80266 style: 2024-10-25 22:26:18 +08:00
pk5ls20
f856cc672d Merge pull request #464 from clansty/feat/nested-forward
feat: 嵌套合并转发消息
2024-10-25 22:13:32 +08:00
pk5ls20
470ba56fa4 feat: better recursive parsing with depth limits 2024-10-25 22:10:24 +08:00
Alen
bc029e96b4 fix: 群成员拉取 2024-10-25 21:50:19 +08:00
Clansty
b3d3a38364 feat: 嵌套合并转发消息 2024-10-25 19:37:04 +08:00
手瓜一十雪
cd3c09ec83 feat: v3 Logo 2024-10-25 19:31:44 +08:00
手瓜一十雪
9ff22631c7 style: lint 2024-10-25 18:09:41 +08:00
手瓜一十雪
f28f3926b4 feat: 6.9.56-28418-mac 2024-10-25 17:57:28 +08:00
手瓜一十雪
57b1ece981 release: v3.1.6 2024-10-25 17:44:30 +08:00
Wesley F. Young
5076b894bb update: bump express version to 5.0.0 (Why use beta.2?) 2024-10-25 09:59:02 +08:00
pk5ls20
0825452f87 feat: allow pass string user_id in handleForwardedNodesPacket 2024-10-25 09:17:16 +08:00
pk5ls20
ca05146deb feat: reject >100MB video highway upload 2024-10-25 08:59:56 +08:00
pk5ls20
d1a8061a3b feat: better highway upload log 2024-10-25 08:54:18 +08:00
pk5ls20
54d648219e feat: make PacketMsgPttElement invalid 2024-10-25 08:33:26 +08:00
手瓜一十雪
a0dedec69f Merge pull request #460 from NapNeko/feat/packet-more
feat: support more element in proto
2024-10-25 08:26:52 +08:00
pk5ls20
e0498ef416 Merge branch 'main' into feat/packet-more 2024-10-25 08:17:28 +08:00
pk5ls20
4790e127d6 feat: maybe more stable fake forwardMsg 2024-10-25 08:09:17 +08:00
手瓜一十雪
b66176b2c4 Merge pull request #463 from clansty/feat/custom-forward-display
feat: 自定义合并转发外显信息
2024-10-25 08:05:41 +08:00
pk5ls20
9d67a3b3c7 feat: maybe more stable fake forwardMsg 2024-10-25 07:27:35 +08:00
pk5ls20
491cc7bf6a refactor: simplify oidb packet pack & send 2024-10-25 06:48:01 +08:00
pk5ls20
22d2380dcb refactor: outer calculation 2024-10-25 05:54:46 +08:00
pk5ls20
027ae35d08 chore: cv多了( 2024-10-25 05:17:01 +08:00
pk5ls20
967243ad65 refactor: packet highway & etc, kill some todo 2024-10-25 05:11:10 +08:00
Clansty
b65a5327b9 feat: 自定义合并转发外显信息 2024-10-25 02:42:50 +08:00
Alen
4cb63c23aa fix: 群成员拉取 2024-10-24 23:00:38 +08:00
手瓜一十雪
e6c3e2d698 feat: 3.2.13-28971-arm64 2024-10-24 21:57:54 +08:00
手瓜一十雪
7eb569bf46 feat: 28971 Linux 2024-10-24 20:40:58 +08:00
手瓜一十雪
1d802f4bdf release: v3.1.5 2024-10-24 20:16:12 +08:00
手瓜一十雪
82dd057586 release: v3.1.5 2024-10-24 20:11:39 +08:00
手瓜一十雪
a46721cffd feat: 28971 2024-10-24 20:11:07 +08:00
手瓜一十雪
b1351a4569 feat: ntappid 2024-10-24 17:55:33 +08:00
手瓜一十雪
0c30bb08a8 doc: big Logo 2024-10-24 17:03:23 +08:00
手瓜一十雪
1ffacacff6 Merge branch 'main' into feat/packet-more 2024-10-24 14:00:17 +08:00
手瓜一十雪
cc3057d45b release: 3.1.4 2024-10-24 13:39:05 +08:00
手瓜一十雪
cec068ab18 feat: SetGroupSign 2024-10-24 13:38:22 +08:00
pk5ls20
9697612157 chore: remove useless log 2024-10-24 04:58:53 +08:00
pk5ls20
156eb812f0 feat: build & upload file 2024-10-24 04:53:41 +08:00
Wesley F. Young
a7051fe0ca chore: reformat package.json 2024-10-23 17:54:12 +08:00
pk5ls20
2f1a2bdeaf chore: 有笨蛋 2024-10-23 16:33:05 +08:00
pk5ls20
e18653344d feat: add ptt msg pack & upload 2024-10-23 16:12:31 +08:00
手瓜一十雪
d055058d8e Merge pull request #461 from huankong233/main
优化 contact 支持群聊和私聊
2024-10-23 09:09:07 +08:00
huankong233
8f79118fd8 优化 contact 支持群聊和私聊 2024-10-23 09:05:45 +08:00
pk5ls20
699b658ee1 feat & fix: add video msg pack & upload, fix some bugs in uploading c2c elements 2024-10-23 06:14:48 +08:00
Alen
b60c4aa4d9 Merge branch 'main' into upmain 2024-10-23 01:08:56 +08:00
Alen
a3cb13ebc2 refactor: 群成员获取 2024-10-23 01:07:52 +08:00
手瓜一十雪
cee59bacf5 Merge pull request #457 from huankong233/main
删除一些过时的接口
2024-10-22 17:57:04 +08:00
手瓜一十雪
558ce05751 fix 2024-10-22 17:56:51 +08:00
huankong233
d655ccbf9b 删除一些过时的接口 2024-10-22 16:45:52 +08:00
手瓜一十雪
e12c531157 release: 3.1.3 2024-10-22 12:43:54 +08:00
手瓜一十雪
3309d85b0b fix: rkey 2024-10-22 12:42:24 +08:00
手瓜一十雪
874ea9ea5e fix: dep 2024-10-22 12:14:43 +08:00
手瓜一十雪
f53915932c release: 3.1.2 2024-10-22 12:11:02 +08:00
手瓜一十雪
70c9c98452 fix 2024-10-22 11:37:01 +08:00
手瓜一十雪
bc06d0624e fix: GetOnlineClient 2024-10-22 11:34:28 +08:00
手瓜一十雪
99b60fe119 fix: get_online_clients 2024-10-22 11:17:39 +08:00
手瓜一十雪
52c300fa7a release: 3.1.1 2024-10-22 11:08:24 +08:00
手瓜一十雪
f8101b3e38 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-10-22 11:04:43 +08:00
手瓜一十雪
3067b1998d feat: 标准化凭据获取 2024-10-22 11:04:28 +08:00
手瓜一十雪
eda8e4000b Merge pull request #454 from huankong233/main
简单修复一些小问题
2024-10-22 10:17:08 +08:00
手瓜一十雪
0f2f7bff37 fix: getfile 2024-10-22 10:15:16 +08:00
huankong233
05dcb3ab0b 优化 getFile 处理逻辑 2024-10-22 09:48:55 +08:00
huankong233
3d73b0fcf9 修复标记好友/群聊信息已读逻辑 2024-10-21 19:51:17 +08:00
手瓜一十雪
db9a09eff6 Merge pull request #451 from huankong233/main
对接口顺序和文档同步
2024-10-21 16:47:46 +08:00
huankong233
7667adbe6b CleanCache 未实现 2024-10-21 16:09:27 +08:00
huankong233
59553a135c 对接口顺序和文档同步 2024-10-21 15:49:57 +08:00
手瓜一十雪
5aec8944aa release: 3.1.0 2024-10-21 14:35:57 +08:00
手瓜一十雪
4f22159416 fix: error import 2024-10-21 14:33:12 +08:00
手瓜一十雪
0d1c06479b try: fix arm64 2024-10-21 14:12:10 +08:00
手瓜一十雪
fbc407e4f4 style: lint 2024-10-21 10:17:31 +08:00
pk5ls20
d35dd18534 chore: remove unnecessary comments 2024-10-21 04:10:53 +08:00
pk5ls20
3404e81033 feat & refactor: decouple the forwardMsg construction logic and implement the OB11 element conversion for the forward node. 2024-10-21 04:05:02 +08:00
pk5ls20
63e15b653d release: 3.0.6 2024-10-20 23:54:21 +08:00
pk5ls20
0fb3059449 chore: 部分回滚 https://github.com/NapNeko/NapCatQQ/commit/797868d0 2024-10-20 23:52:36 +08:00
pk5ls20
ccb2e49b3e Merge pull request #448 from pk5ls20/feat/friend-poke
feat: add `friend_poke` OneBot11 API
2024-10-20 23:18:26 +08:00
pk5ls20
a7b6e96398 feat: add friend_poke OneBot11 API 2024-10-20 23:09:38 +08:00
手瓜一十雪
0ce729c108 release: 3.0.5 2024-10-20 22:18:57 +08:00
手瓜一十雪
c095dab79c fix: 兼容晚启动 2024-10-20 22:18:34 +08:00
手瓜一十雪
f6be42c837 release: v3.0.4 2024-10-20 19:52:23 +08:00
手瓜一十雪
7933d9750b release: v3.0.3 2024-10-20 18:56:52 +08:00
Version
6c8a170fd8 chore:version change 2024-10-20 10:55:12 +00:00
手瓜一十雪
797868d000 fix: #444 尝试修复 2024-10-20 18:52:18 +08:00
手瓜一十雪
da04766070 fix: remark 2024-10-20 18:30:14 +08:00
手瓜一十雪
7feb6c190c fix 2024-10-20 17:16:05 +08:00
手瓜一十雪
afb458b2e1 fix 2024-10-20 17:01:09 +08:00
手瓜一十雪
148a0cb216 release: 3.0.1 2024-10-20 10:07:19 +08:00
手瓜一十雪
6c56e7dad7 fix: error 2024-10-20 10:05:58 +08:00
手瓜一十雪
1effc93142 Merge pull request #443 from pk5ls20/feat/i18n-packet-server-error-msg
feat: More user-friendly packetServer error message
2024-10-20 08:14:33 +08:00
手瓜一十雪
d1ca0330cc Merge pull request #442 from pk5ls20/feat/better-forward-msg
feat: better fake forwardMsg display
2024-10-20 08:14:18 +08:00
pk5ls20
f032d80063 feat: More user-friendly packetServer error message x2 2024-10-20 07:46:57 +08:00
pk5ls20
1f4a3998ba feat: More user-friendly packetServer error message 2024-10-20 07:28:55 +08:00
pk5ls20
91b5dfbac9 feat: better fake forwardMsg display 2024-10-20 07:06:13 +08:00
手瓜一十雪
61582dad2e fix: error 2024-10-19 23:00:39 +08:00
手瓜一十雪
4a4dc3a84e fix: error Version 2024-10-19 22:53:32 +08:00
手瓜一十雪
e008c1e1f6 Merge pull request #436 from pk5ls20/refactor/proto
Progressive NapCat.Packet
2024-10-19 22:20:40 +08:00
pk5ls20
8edab4f20d feat: Implement complete transform & Build & Upload FakeForwardMsg 2024-10-19 22:13:31 +08:00
手瓜一十雪
0377a30d02 fix: error 2024-10-19 21:21:54 +08:00
手瓜一十雪
8909c1e32b fix: 进一步简化 2024-10-19 21:21:37 +08:00
手瓜一十雪
f04bf24389 fix: 再次简化日志 2024-10-19 21:19:14 +08:00
手瓜一十雪
648a307d5b fix: 日志梳理 2024-10-19 21:17:49 +08:00
手瓜一十雪
0361e321c4 fix: 日志有点乱 2024-10-19 19:33:01 +08:00
手瓜一十雪
27d2702b25 fix 2024-10-19 18:08:25 +08:00
手瓜一十雪
e5317f951f fix: CloudFlare Url 2024-10-19 18:00:34 +08:00
手瓜一十雪
6949bf996d version: 3.0.0 2024-10-19 17:54:26 +08:00
手瓜一十雪
3ba5bc6622 fix: Mirrror Docs 2024-10-19 17:47:05 +08:00
手瓜一十雪
71829bc406 fix:docs 2024-10-19 09:25:40 +08:00
pk5ls20
4eaeedc2d1 refactor: simplify the PacketClient availability check process & add action nc_get_packet_status 2024-10-19 04:41:32 +08:00
pk5ls20
bdc44251ee feat: add action get_group_file_url 2024-10-19 04:14:01 +08:00
pk5ls20
091dc3bdcd feat: remove 10ms delay in sendSsoCmdReqByContend 2024-10-19 02:12:22 +08:00
pk5ls20
92dfb36e8f feat: add packGroupFileDownloadReq & packC2CFileDownloadReq 2024-10-19 02:05:46 +08:00
pk5ls20
c77367711b chore: standardize proto file naming 2024-10-19 01:59:11 +08:00
pk5ls20
64734fa7b5 feat: adjust FileNapCatOneBotUUID to support encode fileUUID 2024-10-19 01:39:14 +08:00
手瓜一十雪
7aeb58455b feat: 引导使用28788 2024-10-18 22:34:58 +08:00
手瓜一十雪
903a4ab548 Merge branch 'main' into pr/436 2024-10-18 21:44:34 +08:00
手瓜一十雪
ccbcdd5dfa fix 2024-10-18 21:43:54 +08:00
手瓜一十雪
8231e321af support linux x64 2024-10-18 21:07:32 +08:00
手瓜一十雪
4aa2b66cb9 fix: appid-msf 2024-10-18 20:04:58 +08:00
pk5ls20
09c5993dd3 feat: adjust packetElement & packetMsg 2024-10-18 16:57:55 +08:00
pk5ls20
5c4d556ce7 feat & fix: revert assert import & support MFace element 2024-10-18 16:34:45 +08:00
pk5ls20
4ac05f3f6f feat & refactor: add more packetElement & refactor packetMsg 2024-10-18 16:01:54 +08:00
手瓜一十雪
640cc6f0c8 fix: 定义 2024-10-18 14:35:26 +08:00
pk5ls20
3046ecdfeb feat: add more msgElement 2024-10-18 04:49:38 +08:00
pk5ls20
21fda50413 feat: add more msgElement 2024-10-18 04:35:23 +08:00
pk5ls20
4e9d250bac chore: remove useless comment 2024-10-17 23:38:44 +08:00
pk5ls20
39a41c848b feat: parse trpc.group.long_msg_interface.MsgService.SsoSendLongMsg resp 2024-10-17 23:34:29 +08:00
pk5ls20
b8e514943e feat: support upload c2c pic 2024-10-17 23:29:53 +08:00
pk5ls20
a214974eff feat: Introduce a 10ms delay to sendSsoCmdReqByContend and cache prepareUpload requests 2024-10-17 22:41:39 +08:00
pk5ls20
38cd9fcb56 feat: packet highway (in right impl) 2024-10-17 19:45:21 +08:00
pk5ls20
75b0f53b40 refactor: optimised code 2024-10-17 03:29:36 +08:00
pk5ls20
29d08c2987 feat & refactor: packet highway (in almost right impl) 2024-10-17 03:03:36 +08:00
手瓜一十雪
083b9ce22b fix 2024-10-16 21:02:28 +08:00
手瓜一十雪
077bdf8684 fix 2024-10-16 21:02:09 +08:00
手瓜一十雪
8bd4ea706a fix: cache 2024-10-16 20:50:44 +08:00
手瓜一十雪
0c35256619 fix: 部分离谱情况 2024-10-16 20:49:12 +08:00
手瓜一十雪
177dbe73dc refactor: groupMember 2024-10-16 20:09:01 +08:00
手瓜一十雪
59f795b6bb update: LL 2024-10-16 19:23:38 +08:00
pk5ls20
c4069c6442 Merge remote-tracking branch 'fork/refactor/proto' into refactor/proto 2024-10-16 11:59:57 +08:00
pk5ls20
786823a3a0 feat: broken highway 2024-10-16 11:58:47 +08:00
手瓜一十雪
5c1f4da0b6 fix: memberLevel 2024-10-16 11:35:12 +08:00
手瓜一十雪
270514a50c style: 标准化 2024-10-15 09:20:54 +08:00
手瓜一十雪
06e78f0550 style: 规范写法 2024-10-15 09:11:00 +08:00
手瓜一十雪
0dc6aa46d0 style: lint 2024-10-15 09:06:47 +08:00
手瓜一十雪
a9201826a6 fix: 临时会话上报问题 2024-10-15 08:58:28 +08:00
手瓜一十雪
45d1debcd7 fix #398 2024-10-14 22:13:41 +08:00
手瓜一十雪
97a1bd4794 fix #428 2024-10-14 22:08:00 +08:00
手瓜一十雪
20a222ca76 fix #391 2024-10-14 22:04:02 +08:00
手瓜一十雪
c5a4613444 fix #431 2024-10-14 21:56:51 +08:00
手瓜一十雪
16ce0a089a fix: #429 2024-10-14 21:49:42 +08:00
手瓜一十雪
6678d5cb68 fix: #408 2024-10-14 21:45:36 +08:00
pk5ls20
f450d52268 feat: minor feat client & add TODO 2024-10-14 18:03:30 +08:00
pk5ls20
eabfffba65 refactor: further decoupling of Packet and Core parts 2024-10-14 17:51:21 +08:00
pk5ls20
9126bac40a feat: update type define in packet 2024-10-14 17:05:04 +08:00
pk5ls20
9fa60616c8 chore: format & minor refactor 2024-10-14 15:37:02 +08:00
pk5ls20
de00688ae5 feat: simplify code 2024-10-14 15:29:20 +08:00
pk5ls20
ba9afcaa06 refactor: add available accessor property in PacketClient 2024-10-14 15:13:44 +08:00
pk5ls20
ef39e7ab01 refactor: packet 2024-10-14 13:59:34 +08:00
手瓜一十雪
ec41d19d06 fix 2024-10-14 09:13:03 +08:00
手瓜一十雪
36fb7a71d9 fix 2024-10-14 09:09:29 +08:00
手瓜一十雪
143d5fde63 fix 2024-10-14 09:07:03 +08:00
pk5ls20
5bdb23c012 feat: partly impl UploadForwardMsg 2024-10-14 02:25:56 +08:00
pk5ls20
18c3ac11b4 fix: deprecate the cache in constructor in NapProtoMsg 2024-10-14 01:07:14 +08:00
手瓜一十雪
26f85a829c Merge branch 'refactor/proto' of https://github.com/pk5ls20/NapCatQQ into pr/436 2024-10-13 19:39:25 +08:00
手瓜一十雪
d7461759df fix 2024-10-13 19:39:03 +08:00
pk5ls20
83256596cc Merge remote-tracking branch 'fork/refactor/proto' into refactor/proto 2024-10-13 19:31:47 +08:00
pk5ls20
535d49761b feat: flexible NapProtoStructType 2024-10-13 19:31:32 +08:00
手瓜一十雪
6c58a8ac6e fix: add test 2024-10-13 19:23:28 +08:00
手瓜一十雪
7bcff34562 fix 2024-10-13 19:06:12 +08:00
手瓜一十雪
307cb13519 Merge branch 'refactor/proto' of https://github.com/pk5ls20/NapCatQQ into pr/436 2024-10-13 19:03:47 +08:00
手瓜一十雪
a367a30ca7 fix 2024-10-13 17:32:49 +08:00
pk5ls20
68b858a861 Merge remote-tracking branch 'fork/refactor/proto' into refactor/proto 2024-10-13 17:23:32 +08:00
pk5ls20
7869c323ac refactor: packet 2024-10-13 17:23:07 +08:00
手瓜一十雪
b8d770f10c fix 2024-10-13 17:21:03 +08:00
手瓜一十雪
fea015cd61 fix 2024-10-13 17:15:59 +08:00
手瓜一十雪
a06dd11c60 Revert "fix"
This reverts commit 9334caf50d.
2024-10-13 17:09:23 +08:00
手瓜一十雪
9334caf50d fix 2024-10-13 17:05:19 +08:00
手瓜一十雪
d48aeffc0d feat: get_rkey 2024-10-13 16:47:22 +08:00
手瓜一十雪
190dc704ef feat: Packet Rkey 2024-10-13 16:46:12 +08:00
pk5ls20
dd5f936cfc feat & fix: feat proto & revert NapProto changes 2024-10-13 16:13:34 +08:00
手瓜一十雪
2501d7d22a feat:GetUserStatus 2024-10-13 14:18:35 +08:00
手瓜一十雪
336146e662 fix: arch 2024-10-13 14:07:04 +08:00
手瓜一十雪
334bb527a2 feat: 区分arch 2024-10-13 14:05:40 +08:00
手瓜一十雪
bd612407c9 fix 2024-10-13 13:55:20 +08:00
手瓜一十雪
a65048b9e8 feat: buildSetSpecialTittlePacket 2024-10-13 13:54:52 +08:00
手瓜一十雪
66d3b206bc fix 2024-10-13 13:35:17 +08:00
手瓜一十雪
43151af362 fix 2024-10-13 11:58:08 +08:00
手瓜一十雪
19e8d20e40 fix: catch 2024-10-13 11:22:33 +08:00
手瓜一十雪
bb59ba4313 feat: errorMsg opt 2024-10-13 10:57:03 +08:00
手瓜一十雪
f64ddd8b65 fix 2024-10-13 10:18:45 +08:00
手瓜一十雪
0ba76ab397 fix: oidb 2024-10-13 10:10:12 +08:00
pk5ls20
5e00afca01 feat: add more proto 2024-10-13 04:15:10 +08:00
pk5ls20
718b9d5d88 refactor: adjust NapProto & proto structure 2024-10-13 02:57:12 +08:00
手瓜一十雪
82b4076ef9 feat: oidb_0x9067_202 2024-10-12 23:09:33 +08:00
手瓜一十雪
08120d8e1d feat: proto 整理 2024-10-12 22:25:10 +08:00
手瓜一十雪
913193618e refactor: Poke 2024-10-12 22:17:40 +08:00
手瓜一十雪
ef979aeeaa style: NapProto 2024-10-12 21:35:49 +08:00
pk5ls20
946e9704ea feat: introduce NapProtoMsg 2024-10-12 21:27:25 +08:00
手瓜一十雪
8679b65d8b fix: 注释掉无用代码 2024-10-12 19:57:51 +08:00
手瓜一十雪
668b7ac09c fix: packet send/recv 2024-10-12 19:51:29 +08:00
手瓜一十雪
501286f1ad feat: linux 2024-10-12 18:05:03 +08:00
手瓜一十雪
dcea4599c4 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-10-12 16:10:40 +08:00
手瓜一十雪
3a430a8b2a Update onebot11.json 2024-10-12 16:10:28 +08:00
手瓜一十雪
ef70c1b2e1 Merge pull request #435 from NapNeko/dev-packet
build: poke test
2024-10-12 16:09:52 +08:00
手瓜一十雪
097fbf2739 build: poke test 2024-10-12 15:39:49 +08:00
手瓜一十雪
07a5e8382a Merge pull request #434 from NapNeko/dev-packet
Dev packet
2024-10-12 15:38:16 +08:00
手瓜一十雪
801520b8ac fix 2024-10-12 15:36:30 +08:00
手瓜一十雪
28bd3a6363 fix 2024-10-12 15:34:10 +08:00
手瓜一十雪
a8fb66abdb fix 2024-10-12 15:27:58 +08:00
手瓜一十雪
5172cab161 fix: send packet 2024-10-12 15:18:20 +08:00
手瓜一十雪
6af2a8b695 fix: new server 2024-10-12 14:49:54 +08:00
手瓜一十雪
a8003d930b release: 2.6.27 2024-10-11 23:07:26 +08:00
手瓜一十雪
125c819ef5 release: olpush remove 2024-10-11 23:06:18 +08:00
手瓜一十雪
2ac3812987 fix 2024-10-11 23:03:09 +08:00
手瓜一十雪
d36d9c5fa1 feat: poke oidb.0xed3_1 2024-10-10 19:04:29 +08:00
手瓜一十雪
92a489434a release: v2.6.24 2024-10-09 20:50:00 +08:00
手瓜一十雪
59f5c6501e feat: 9.9.15-28498 2024-10-09 20:14:42 +08:00
手瓜一十雪
7576d8cde2 docs: 移除误导语句 2024-10-09 14:12:13 +08:00
手瓜一十雪
8d6fe86473 docs: 修正 2024-10-08 14:26:03 +08:00
手瓜一十雪
58cc6030f2 release: 2.6.24 2024-10-06 10:07:39 +08:00
Wesley F. Young
e3e64a7236 refactor: rewrite switch with object mapping or if-else 2024-10-05 17:03:02 +08:00
手瓜一十雪
7b9c23ebed release: 2.6.23 2024-10-02 13:23:07 +08:00
手瓜一十雪
2991cf2d2e feat: new log 2024-10-02 13:13:55 +08:00
手瓜一十雪
9cf3f842aa fix: 空格目录 2024-10-02 11:45:19 +08:00
手瓜一十雪
6dbc5f2ccf feat: 依赖调整 2024-10-02 11:29:05 +08:00
手瓜一十雪
f065fc53a0 release: 2.6.22 2024-10-02 10:10:01 +08:00
手瓜一十雪
bdb392fa09 release: v2.6.21 2024-10-02 10:05:01 +08:00
手瓜一十雪
652ae2d238 fix: rkey v2 2024-10-02 10:03:48 +08:00
手瓜一十雪
67f9b731bc Merge pull request #419 from hguandl/macos
Fix Protobuf Dependencies & macOS Support
2024-10-01 22:59:07 +08:00
Hao Guan
4c6cac7987 update: macOS support 2024-10-01 22:48:51 +08:00
Hao Guan
9fa214235f fix: protobuf dependencies 2024-10-01 22:48:31 +08:00
Wesley F. Young
76f6048533 update: log group name & sender nickname onto console 2024-10-01 11:01:32 +08:00
Alen
dbc446fb15 chore: 拉高linuxQQ版本 2024-10-01 02:37:44 +08:00
手瓜一十雪
ea3fb813fc fix: log 2024-09-30 17:07:30 +08:00
手瓜一十雪
870e310e79 release: v2.6.20 2024-09-30 17:05:02 +08:00
手瓜一十雪
3ed84613bc fix: protobuf #417 2024-09-30 08:30:39 +08:00
手瓜一十雪
776549d7fe fix 2024-09-30 08:18:02 +08:00
手瓜一十雪
a4540a2b42 release: v2.6.18 2024-09-29 20:11:30 +08:00
手瓜一十雪
f99f41c53f style: ScalarType 2024-09-29 20:10:14 +08:00
手瓜一十雪
88c8033250 refactor: protobufjs给我似! 2024-09-29 20:06:11 +08:00
Alen
aee07bb06c Merge pull request #416 from cnxysoft/upmain
fix: 28418下载HASH
2024-09-29 16:21:52 +08:00
Alen
ebcd76449f fix: 28418下载HASH 2024-09-29 16:20:01 +08:00
手瓜一十雪
f03c1626d3 release: v2.6.17 2024-09-29 13:07:52 +08:00
手瓜一十雪
08ae019687 fix: #415 2024-09-29 12:57:50 +08:00
手瓜一十雪
cceb28df4d refactor: #415 2024-09-29 12:53:18 +08:00
手瓜一十雪
6018546375 feat: message字段返回 #415 2024-09-29 12:30:29 +08:00
手瓜一十雪
120f75afca feat: 简化代码 #415 2024-09-29 12:19:04 +08:00
手瓜一十雪
5c4358c530 feat: parseForward for array 2024-09-29 11:26:45 +08:00
手瓜一十雪
3593b887ec feat: nativeNode 2024-09-28 23:00:47 +08:00
手瓜一十雪
c8ce2e7f6e Merge pull request #410 from NapNeko/hook
[Hook] NapcatNative
2024-09-28 21:38:04 +08:00
手瓜一十雪
b546e9d56a release: 2.6.16 2024-09-28 21:37:38 +08:00
手瓜一十雪
3fbf405031 Merge branch 'hook' of https://github.com/NapNeko/NapCatQQ into hook 2024-09-28 21:37:17 +08:00
手瓜一十雪
c2dca07b28 fix: getMsg 2024-09-28 21:36:54 +08:00
Alen
1270052e2a fix: 解析增加字段 2024-09-28 21:29:18 +08:00
Alen
10e572d048 Merge pull request #414 from NapNeko/hook_test
fix: 撤回SEQ
2024-09-28 21:00:32 +08:00
Alen
4aac1db855 fix: 撤回SEQ 2024-09-28 20:58:09 +08:00
手瓜一十雪
2bf4a7e852 Merge branch 'main' into hook 2024-09-28 20:17:02 +08:00
手瓜一十雪
1fa8b02a95 feat: get pskey 2024-09-28 20:16:47 +08:00
手瓜一十雪
d181e24e00 fix 2024-09-28 19:08:18 +08:00
手瓜一十雪
9d63085df2 fix 2024-09-28 19:04:11 +08:00
手瓜一十雪
b3390c83ed fix:#如好 2024-09-28 17:38:26 +08:00
手瓜一十雪
054f0e2418 feat:28418 2024-09-28 17:13:06 +08:00
手瓜一十雪
f2a56784b7 Hook: GroupRecall 2024-09-28 15:41:11 +08:00
手瓜一十雪
96df6ad1aa fix 2024-09-28 15:36:25 +08:00
Alen
a0cb801692 Merge pull request #411 from cnxysoft/upmain
chore: qqnt.json增加linux版本
2024-09-28 14:25:42 +08:00
Alen
c996469cf7 Merge branch 'main' into upmain 2024-09-28 14:22:10 +08:00
手瓜一十雪
2593d9f4fe Merge pull request #409 from Zengfanqiang06/patch-1
Update README.md
2024-09-28 13:28:58 +08:00
手瓜一十雪
5452e626bf napcat native 2024-09-28 13:27:13 +08:00
Alen
f964ce621e Merge branch 'main' into upmain 2024-09-28 13:24:47 +08:00
Alen
747e8ac9e0 chore: 增加linux目标QQ版本配置 2024-09-28 13:20:19 +08:00
Qiao
b618dff77e Update README.md
删除句号让其更统一(
2024-09-28 13:05:03 +08:00
手瓜一十雪
45388138f0 Merge pull request #404 from NapNeko/dependabot/npm_and_yarn/types/express-5.0.0
chore(deps-dev): bump @types/express from 4.17.21 to 5.0.0
2024-09-27 17:08:57 +08:00
手瓜一十雪
74b46c5eb1 Merge pull request #402 from NapNeko/v3
[Refactor] 推进版本重构
2024-09-27 16:47:48 +08:00
Alen
bd2b6ea801 Merge pull request #405 from cnxysoft/upmain
chore: Once去除LL默认config
2024-09-26 17:21:31 +08:00
手瓜一十雪
d1065db843 Revert "feat: FrameWork调整"
This reverts commit f30ce97b13.
2024-09-26 17:01:18 +08:00
手瓜一十雪
62d4fa3f74 Revert "feat: 调整"
This reverts commit f57183d2f8.
2024-09-26 17:01:13 +08:00
手瓜一十雪
f57183d2f8 feat: 调整 2024-09-26 16:33:04 +08:00
手瓜一十雪
f30ce97b13 feat: FrameWork调整 2024-09-26 16:22:21 +08:00
dependabot[bot]
0c213133c7 chore(deps-dev): bump @types/express from 4.17.21 to 5.0.0
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.21 to 5.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

---
updated-dependencies:
- dependency-name: "@types/express"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 08:20:36 +00:00
Alen
dd3dc9fd97 chore: Once去除LL默认config 2024-09-26 16:16:46 +08:00
手瓜一十雪
fbcd06c09d feat: 依赖简化 2024-09-26 16:10:52 +08:00
手瓜一十雪
c4d65ee938 style: lint 2024-09-26 16:08:50 +08:00
手瓜一十雪
3818f36701 feat: new 2024-09-26 15:54:24 +08:00
手瓜一十雪
1f771f2b2a fix: 调整逻辑 2024-09-26 15:37:07 +08:00
手瓜一十雪
8c190177f6 fix: 不可抗力 2024-09-26 15:31:50 +08:00
Alen
087fb53b32 chore: 拉高目标QQ版本 2024-09-26 13:00:49 +08:00
手瓜一十雪
27a76e9ae9 release: 2.6.15 2024-09-25 15:51:25 +08:00
手瓜一十雪
ca9fa566c9 feat: ver28327 2024-09-25 15:33:19 +08:00
Alen
080501f2e4 Merge pull request #397 from cnxysoft/upmain
chore: 增加下载链接HASH
2024-09-24 13:45:59 +08:00
Alen
8050d93030 chore: 增加下载链接HASH 2024-09-24 13:44:24 +08:00
手瓜一十雪
4a6c090dbb fix 2024-09-23 16:52:35 +08:00
手瓜一十雪
a4c5450110 release:2.6.14 2024-09-23 16:46:39 +08:00
手瓜一十雪
73df20fb6e release: v2.6.14 2024-09-23 16:42:34 +08:00
手瓜一十雪
6a3b88357c fix 2024-09-23 16:39:26 +08:00
手瓜一十雪
4938cc35cd fix2 2024-09-23 16:35:54 +08:00
手瓜一十雪
758c710c21 release: 2.6.14 2024-09-23 16:33:02 +08:00
手瓜一十雪
a6545ad0d5 v2.6.13 2024-09-23 15:52:40 +08:00
手瓜一十雪
8e5a958029 feat: 修复空格与中文问题 2024-09-23 15:52:16 +08:00
手瓜一十雪
d78776b109 fix: 2.6.12 2024-09-23 09:35:08 +08:00
手瓜一十雪
903a807001 rollup 2024-09-23 09:34:44 +08:00
手瓜一十雪
2ba1ef56e3 feat: bind 2024-09-22 16:59:45 +08:00
手瓜一十雪
742e9f9493 release: v2.6.11 2024-09-22 11:42:13 +08:00
手瓜一十雪
d9f353917b fix: type 2024-09-21 17:40:42 +08:00
手瓜一十雪
57622fdfcf Merge pull request #392 from Fripine/feat/more-music-types
feat: support more types of music cards
2024-09-21 15:00:59 +08:00
Fripine
ac14ada9f4 chore 2024-09-21 12:30:05 +08:00
Fripine
b7dc4ce2db feat: support more types of music cards 2024-09-21 12:17:05 +08:00
手瓜一十雪
2dece25a7c Merge pull request #389 from Fripine/fix/FriendAdd
fix: FriendAddNoticeEvent
2024-09-20 21:18:14 +08:00
Fripine
8a0814f8b5 fix: FriendAdd 2024-09-20 15:50:31 +08:00
手瓜一十雪
6adff33537 Merge pull request #388 from NapNeko/revert-387-fix/friendAddEvent
Revert "fix: 好友添加成功事件"
2024-09-20 15:36:32 +08:00
手瓜一十雪
d90ad81d27 Revert "fix: 好友添加成功事件" 2024-09-20 14:33:52 +08:00
手瓜一十雪
0e3729b5a6 Merge pull request #387 from Fripine/fix/friendAddEvent
fix: 好友添加成功事件
2024-09-20 13:00:13 +08:00
Fripine
2c22bce37c chore 2024-09-20 10:24:19 +08:00
Fripine
8cc45b8292 chore 2024-09-20 10:21:26 +08:00
Fripine
5b21817dbd chore: 换一种方法 2024-09-20 10:17:30 +08:00
手瓜一十雪
d589371d0b Merge pull request #386 from 123233513/main
增加处理消息段时的检查,过滤无效消息段。
2024-09-20 07:54:52 +08:00
123233513
e02f683e94 Merge branch 'main' of https://github.com/123233513/NapCatQQ 2024-09-20 04:57:41 +08:00
Fripine
99da891f1a fix: cant emit FriendAddNoticeEvent 2024-09-20 04:38:09 +08:00
123233513
241a80f437 Update msg.ts
处理消息段时的检查,过滤无效消息段。
2024-09-19 22:14:18 +08:00
123233513
7c943435bf Merge branch 'main' of https://githubfast.com/123233513/NapCatQQ 2024-09-19 21:36:52 +08:00
123233513
e5b028ff90 增加处理消息段时的检查,过滤无效消息段。 2024-09-19 21:31:33 +08:00
手瓜一十雪
02738a09e1 feat: 拦截不合法消息 2024-09-19 20:49:33 +08:00
手瓜一十雪
1ad9452997 release: 2.6.10 2024-09-19 20:45:09 +08:00
手瓜一十雪
16ff1ba1cf release: 2.6.9 2024-09-18 21:52:16 +08:00
手瓜一十雪
82ec7def9e feat: close xlog 2024-09-18 20:22:21 +08:00
手瓜一十雪
384da41060 feat: close log 2024-09-18 20:18:35 +08:00
手瓜一十雪
3a17003aa0 release: fk tx 2024-09-18 11:20:58 +08:00
手瓜一十雪
0c7013ea63 remove: debug 2024-09-18 11:19:59 +08:00
手瓜一十雪
3d35f639d3 refactor: guid fk tx 2024-09-18 11:19:29 +08:00
手瓜一十雪
f7af7c8924 feat: reportAmgomWeather a1 rnm tx 2024-09-18 11:01:12 +08:00
手瓜一十雪
7092059a01 release: rnm tx 2024-09-18 10:53:37 +08:00
手瓜一十雪
accbb0ff46 feat: NodeIO3MiscService 2024-09-18 10:44:35 +08:00
手瓜一十雪
d287cb4eee fi: 2.6.4 2024-09-17 23:40:44 +08:00
手瓜一十雪
602c40d30a release: 2.6.4 2024-09-17 23:17:19 +08:00
手瓜一十雪
c08ad827c4 feat: 追平NT逻辑 2024-09-17 23:17:02 +08:00
手瓜一十雪
9380247304 feat: systemPlatform标准化 2024-09-17 22:24:09 +08:00
手瓜一十雪
f7d4803773 release:2.6.3 2024-09-17 13:57:54 +08:00
手瓜一十雪
c11e88ecf1 style: lint 2024-09-17 13:15:12 +08:00
手瓜一十雪
8c33b640b0 fix:api外的推送事件 2024-09-17 13:14:18 +08:00
手瓜一十雪
567a4af2a0 release: 2.6.2 2024-09-17 13:01:02 +08:00
手瓜一十雪
2c1087c41d release:2.6.1 2024-09-17 11:46:20 +08:00
手瓜一十雪
e8709cdf21 Merge pull request #379 from NapNeko/2.6.0
推进2.6.0大幅度重写
2024-09-17 11:43:13 +08:00
手瓜一十雪
abe8f4fe14 shell: 移除旧代码实现 2024-09-17 11:23:41 +08:00
手瓜一十雪
fe48123fd6 feat: 开发依赖清理 2024-09-17 11:14:23 +08:00
手瓜一十雪
4f92fbaedf chore: 移除旧版本逻辑 2024-09-17 11:08:47 +08:00
手瓜一十雪
dc2fc8d7e3 推进2.6.0大幅度重写 2024-09-17 11:06:07 +08:00
手瓜一十雪
4fef362094 feat: 暂时砍掉V2Event 2024-09-17 10:59:28 +08:00
手瓜一十雪
bc47d5c7b3 feat: 彻底移除event旧实现 2024-09-17 09:23:19 +08:00
手瓜一十雪
0f701802e5 feat: 规范化Promise 2024-09-17 09:19:45 +08:00
手瓜一十雪
9f317e6269 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-09-17 08:56:53 +08:00
手瓜一十雪
fa90c69c9a release: 2.5.5 2024-09-17 08:56:43 +08:00
Alen
434e4ad3fc Merge pull request #378 from cnxysoft/upmain
fix: 下载文件失败
2024-09-17 03:50:22 +08:00
Alen
baf427a81b fix: 下载失败
优化下载逻辑
2024-09-17 03:39:43 +08:00
Alen
33991517ae Merge branch 'main' into upmain 2024-09-16 20:59:41 +08:00
手瓜一十雪
13ba9c1e4a release: 2.5.4 2024-09-16 20:57:56 +08:00
手瓜一十雪
14d2e99071 Merge pull request #370 from NapNeko/28060
for: 28060
2024-09-16 20:54:54 +08:00
手瓜一十雪
5ee0dfd4ea support: linux28060 2024-09-16 20:33:27 +08:00
手瓜一十雪
b94eca36b6 feat: Linux28060Appid 2024-09-16 20:29:04 +08:00
手瓜一十雪
6bd285f38f update: appid 2024-09-16 19:31:24 +08:00
手瓜一十雪
23917d51d2 Merge branch 'main' into 28060 2024-09-16 19:12:10 +08:00
手瓜一十雪
69d780d5ca fix 2024-09-16 19:07:05 +08:00
手瓜一十雪
658b1e99cd Revert "chore: workflow"
This reverts commit a8b954f1f7.
2024-09-16 19:03:14 +08:00
手瓜一十雪
09a414f2f0 Merge branch 'main' into 28060 2024-09-16 19:02:01 +08:00
手瓜一十雪
1c267d0e10 fix 2024-09-16 19:01:01 +08:00
手瓜一十雪
12c7d3278d fix 2024-09-16 18:53:26 +08:00
手瓜一十雪
26ee3851ce Merge branch 'main' into 28060 2024-09-16 18:52:32 +08:00
手瓜一十雪
3d0181d709 release: 2.5.3 2024-09-16 18:51:26 +08:00
手瓜一十雪
79d72044ed feat: FetchOtherProfileLike 2024-09-16 18:51:05 +08:00
手瓜一十雪
cd727a91c9 feat: contact 2024-09-16 18:47:51 +08:00
手瓜一十雪
8b1f403a77 release: 2.5.2 2024-09-16 18:12:00 +08:00
手瓜一十雪
f631f9bfee back: linux to 27254 2024-09-16 18:11:33 +08:00
Alen
8c6d8c4da5 Revert "style"
This reverts commit a21efdf0ee.
2024-09-15 17:31:01 +08:00
Alen
bbfc48ef93 Merge branch 'main' into upmain 2024-09-15 17:24:43 +08:00
Alen
a21efdf0ee style 2024-09-15 17:24:02 +08:00
Alen
fdc86563f5 style 2024-09-15 17:23:10 +08:00
手瓜一十雪
1dee6bb544 Merge branch 'main' into 28060 2024-09-15 17:15:03 +08:00
Alen
22434014d7 Merge pull request #375 from cnxysoft/test
fix: friend_add
2024-09-15 16:49:10 +08:00
Alen
8e49df65a8 fix: friend_add
修复该事件中user_id为0的问题
2024-09-15 16:47:46 +08:00
手瓜一十雪
9710304dcb fix 2024-09-15 16:24:08 +08:00
手瓜一十雪
b717562cbb Merge branch 'main' into 28060 2024-09-15 16:20:37 +08:00
手瓜一十雪
2fee82588d release: 2.5.1 2024-09-15 16:20:26 +08:00
手瓜一十雪
c00f7ba5df feat: skip Qrcode When Login 2024-09-15 16:18:43 +08:00
手瓜一十雪
011957b40f Merge branch 'main' into 28060 2024-09-15 16:04:19 +08:00
手瓜一十雪
eb5cf16351 feat: revert 2024-09-15 16:04:10 +08:00
手瓜一十雪
516caf8167 Merge branch 'main' into 28060 2024-09-15 15:52:52 +08:00
手瓜一十雪
6e84890a98 fix: #361 2024-09-15 15:51:23 +08:00
手瓜一十雪
3384bb6de5 Merge branch 'main' into 28060 2024-09-15 15:38:32 +08:00
Alen
71cbac3c4d Merge pull request #373 from cnxysoft/test
fix: bugs
2024-09-15 15:37:09 +08:00
Alen
0a885c78a1 Merge branch 'main' into test 2024-09-15 15:29:50 +08:00
手瓜一十雪
6c7bd9182b Merge branch 'main' into 28060 2024-09-15 15:20:52 +08:00
手瓜一十雪
a8b954f1f7 chore: workflow 2024-09-15 15:20:44 +08:00
手瓜一十雪
9b2802aa86 Merge branch 'main' into 28060 2024-09-15 15:00:42 +08:00
手瓜一十雪
3f4fd17977 fix: 移除错误action 2024-09-15 14:55:18 +08:00
手瓜一十雪
5acba805ac fix: launcher 28060 2024-09-15 14:34:47 +08:00
手瓜一十雪
3c18fa5440 Merge branch 'main' into 28060 2024-09-15 09:49:49 +08:00
手瓜一十雪
9f4656b141 fix: #369 2024-09-15 09:39:17 +08:00
手瓜一十雪
e097415d06 fix: 28060 2024-09-15 09:35:10 +08:00
手瓜一十雪
c8e5421a3d fix: typo 9.9.15-28060 2024-09-14 19:22:36 +08:00
手瓜一十雪
a9cc6c0970 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-09-14 19:10:34 +08:00
手瓜一十雪
ea6fcacf2b feat: 准备适配9.9.15-28060版本 2024-09-14 19:10:17 +08:00
Alen
35b93ef735 fix: 部分语音播放速率异常 2024-09-14 17:50:09 +08:00
手瓜一十雪
5bafb6baf0 feat: 准备适配9.9.15-28606 2024-09-14 17:24:52 +08:00
Alen
413c4a7a62 fix: 修复文件删除失败
此处为重复插入待删列表
2024-09-14 11:12:43 +08:00
Alen
6bc0c9490d fix: 定义错误 2024-09-14 10:49:43 +08:00
Alen
49903475d4 Merge pull request #362 from cnxysoft/upmain
fix: 点赞通知解析
2024-09-14 01:24:20 +08:00
Alen
1a2271f962 fix: 点赞通知解析失败 2024-09-14 00:42:10 +08:00
手瓜一十雪
cb6b91bccd release: 2.5.0 2024-09-13 17:42:11 +08:00
手瓜一十雪
24a41526cb fix: video name 2024-09-13 17:38:11 +08:00
Alen
a136b2957d Merge pull request #360 from cnxysoft/upmain
fix: bugs
2024-09-13 17:30:23 +08:00
Alen
4a33e909e4 Merge branch 'main' into upmain 2024-09-13 17:25:59 +08:00
Alen
4cb64bc530 fix: 无法发送url视频 2024-09-13 17:22:32 +08:00
Alen
5cd18789cb fix: headers分割 2024-09-13 16:11:15 +08:00
手瓜一十雪
c2cf48a16f feat: createUidFromTinyId 2024-09-13 16:05:25 +08:00
手瓜一十雪
ac5f9cf237 feat: JoinDragonGroupEmoji 2024-09-13 15:35:05 +08:00
手瓜一十雪
65bfc19ff3 tag: deprecated 2024-09-13 15:30:04 +08:00
手瓜一十雪
5754c025ca fix 2024-09-13 14:05:04 +08:00
手瓜一十雪
8ee31bce3c fix 2024-09-13 13:54:12 +08:00
手瓜一十雪
4be623fec4 feat: fetchOtherProfileLike 2024-09-12 20:05:46 +08:00
手瓜一十雪
103fc9a198 style: lint 2024-09-12 19:55:56 +08:00
手瓜一十雪
370fc24695 style: folder 2024-09-12 19:55:26 +08:00
手瓜一十雪
7c779f3017 release: v2.4.9 2024-09-12 19:47:57 +08:00
手瓜一十雪
6c0c87c0be remove: polyFill 2024-09-12 19:35:54 +08:00
手瓜一十雪
c643bfa340 release: 2.4.7 2024-09-12 18:31:11 +08:00
手瓜一十雪
864e1c5be6 fix: 删除旧文件 2024-09-12 18:15:38 +08:00
手瓜一十雪
197520cb24 fix: 一处异常字段 2024-09-12 10:55:18 +08:00
手瓜一十雪
8689744038 style: lint 2024-09-12 09:28:41 +08:00
手瓜一十雪
8631e5acca style: lint 2024-09-12 09:28:26 +08:00
手瓜一十雪
8a57d7944f refactor: SysMsg 2024-09-12 09:20:10 +08:00
手瓜一十雪
6edc53d61f release: 2.4.6 2024-09-12 09:01:13 +08:00
手瓜一十雪
ff136fb60b feat: qucikLogin 2024-09-12 09:00:53 +08:00
手瓜一十雪
9ae7afd8cb fix: build 2024-09-12 00:17:35 +08:00
手瓜一十雪
5353c464e3 build: fix2 2024-09-11 23:40:05 +08:00
手瓜一十雪
5faae1e85f feat: delFile 2024-09-11 23:29:26 +08:00
手瓜一十雪
7baeca2bef BUILD: TEST 2024-09-11 23:18:38 +08:00
手瓜一十雪
ff298c8e2a Revert "build: debug"
This reverts commit ad925d61f0.
2024-09-11 22:41:59 +08:00
手瓜一十雪
ad925d61f0 build: debug 2024-09-11 22:28:28 +08:00
手瓜一十雪
5897457db8 chore: 扩展 2024-09-11 22:13:45 +08:00
手瓜一十雪
aafc761540 fix: typo
copilot
2024-09-11 20:24:50 +08:00
手瓜一十雪
2470f9fe3d chore: code 2024-09-11 20:10:52 +08:00
手瓜一十雪
7e37389d40 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-09-11 20:01:36 +08:00
手瓜一十雪
dc0e18d99a release: 2.4.5 2024-09-11 20:01:27 +08:00
手瓜一十雪
37559706f8 Merge pull request #357 from cnxysoft/test
feat: 被点赞事件
2024-09-11 20:00:11 +08:00
手瓜一十雪
d15617ef3c refactor: protobuf 2024-09-11 19:56:51 +08:00
Alen
51e2d85ab7 revert 2024-09-11 17:17:49 +08:00
Alen
aaa294abb5 Merge branch 'main' into test 2024-09-11 16:32:45 +08:00
Alen
a992ab24c7 feat: 被点赞事件 2024-09-11 16:32:28 +08:00
手瓜一十雪
1bff27f5db feat: 全面迁移V2 2024-09-11 15:44:41 +08:00
Alen
f1d36ddae9 test: 被赞事件(未完成) 2024-09-11 02:28:47 +08:00
手瓜一十雪
8d2f7dc8a5 fix: #355 2024-09-10 22:27:06 +08:00
手瓜一十雪
f49a04b45f docs: 移除注释 2024-09-10 18:58:27 +08:00
手瓜一十雪
16c7028ca2 remove: NTQQCacheApi 2024-09-10 18:42:49 +08:00
手瓜一十雪
89832c5f54 refactor: fsPromise catch 2024-09-10 18:41:01 +08:00
手瓜一十雪
9b15b34c51 refactor: audio 2024-09-10 18:39:14 +08:00
Alen
5c1e691d83 Merge pull request #352 from cnxysoft/upmain
fix: 踢官方机器人报错
2024-09-10 00:40:58 +08:00
Alen
c9dda57ee3 fix: 踢官方机器人报错 2024-09-10 00:38:10 +08:00
手瓜一十雪
346a2a2054 release: 2.4.3 2024-09-09 21:37:22 +08:00
手瓜一十雪
78f85f274d release: 2.4.2 2024-09-09 15:04:19 +08:00
手瓜一十雪
950579a86e fix: #351 2024-09-09 15:04:00 +08:00
手瓜一十雪
13ea487a0b build: 2.4.1 2024-09-09 09:19:23 +08:00
手瓜一十雪
832b49309d build: test 2024-09-08 21:39:53 +08:00
手瓜一十雪
5870c36c3f fix 2024-09-08 18:29:21 +08:00
手瓜一十雪
39fb31849e fix: type 2024-09-08 18:26:07 +08:00
手瓜一十雪
f828c4def4 fix: 跟进实际逻辑 2024-09-08 18:21:55 +08:00
手瓜一十雪
bbeb22a9c5 release: 2.4.0 2024-09-08 10:50:30 +08:00
手瓜一十雪
c988a0bf11 fix: 字段V2 2024-09-08 10:48:33 +08:00
手瓜一十雪
f0eff13155 fix: hex计算问题 2024-09-08 10:41:30 +08:00
手瓜一十雪
5ee7d55fb1 fix: encodeFile 2024-09-08 10:34:49 +08:00
手瓜一十雪
48a07a580e fix: #347 2024-09-08 10:30:30 +08:00
手瓜一十雪
01789d3ac6 fix #349 2024-09-08 10:24:36 +08:00
手瓜一十雪
7ec5d4238e style: lint 2024-09-08 10:10:47 +08:00
手瓜一十雪
adbc5d321d Merge pull request #346 from NapNeko/Refactor-2.4.x
refactor: v2.4.0
2024-09-08 10:08:41 +08:00
手瓜一十雪
e318beee99 refactor: fileNameEncode 2024-09-08 10:07:49 +08:00
手瓜一十雪
1bf08c2649 style: apis 2024-09-07 23:48:41 +08:00
手瓜一十雪
2b35140899 chore: code 2024-09-07 23:34:52 +08:00
手瓜一十雪
db6ce8787d Merge branch 'main' into Refactor-2.4.x 2024-09-07 23:34:23 +08:00
手瓜一十雪
591dc5ea7c refactor: Service 2024-09-07 23:33:40 +08:00
Wesley F. Young
6d2d6b521b update: move to recallMsg(V2) 2024-09-07 23:28:35 +08:00
手瓜一十雪
b83b4bf095 refactor: 整理Service 2024-09-07 23:07:24 +08:00
手瓜一十雪
a299d9c0a7 refactor: adapter 2024-09-07 22:58:29 +08:00
手瓜一十雪
137608c3d2 release: 2.3.7 2024-09-07 21:29:22 +08:00
手瓜一十雪
dd93c096eb Merge pull request #344 from qhy040404/patch-1
feat: 允许保存的token自动填写
2024-09-07 20:05:25 +08:00
Alen
b137b95310 Merge pull request #345 from cnxysoft/upmain
fix: 群成员列表获取
2024-09-07 19:55:41 +08:00
Alen
e0d47f1f82 fix: 群成员列表获取
修复部分群成员列表返回为空的问题
2024-09-07 19:54:46 +08:00
Seijo Cecilia
1b62d2eee9 chore: fix prefer-const 2024-09-07 19:49:54 +08:00
Seijo Cecilia
489426e077 update: recallMsgV2 2024-09-07 19:49:18 +08:00
qhy040404
7c13fc6b50 feat: 允许保存的token自动填写 2024-09-07 19:37:39 +08:00
手瓜一十雪
bfaab4abce fix 2024-09-07 17:17:07 +08:00
手瓜一十雪
2609e06edd release: 2.3.6 2024-09-07 13:31:32 +08:00
手瓜一十雪
719b5e2551 feat: 提升使用体验 2024-09-07 10:45:45 +08:00
手瓜一十雪
79c03c0494 fix: member info 2024-09-07 09:18:29 +08:00
Wesley F. Young
aab6ca2a8d update: optimize message logging to console 2024-09-07 01:29:50 +08:00
Wesley F. Young
fd27b4c309 fix: reference error 2024-09-07 00:04:35 +08:00
手瓜一十雪
7570811894 release: 2.3.5 2024-09-06 12:13:22 +08:00
手瓜一十雪
2f3ddcba7f Merge pull request #343 from drsanwujiang/patch-1
Fix bug: active HTTP adapter
2024-09-06 11:42:05 +08:00
Drsanwujiang
cb2e0fcef7 Fix bug: active HTTP adapter 2024-09-06 11:02:41 +08:00
手瓜一十雪
4c1fa8301f fix 2024-09-06 07:40:33 +08:00
Wesley F. Young
955e86103e docs: deprecated features 2024-09-06 01:03:04 +08:00
手瓜一十雪
73b0b80493 fix 2024-09-05 18:03:32 +08:00
手瓜一十雪
1d3a14738e release: 2.3.4 2024-09-05 16:15:21 +08:00
手瓜一十雪
32f55b7899 release: 2.3.4 2024-09-05 16:00:13 +08:00
手瓜一十雪
290b966832 fix: 字段兼容 2024-09-05 15:06:11 +08:00
手瓜一十雪
d8b559aa40 fix: #339 2024-09-05 14:55:11 +08:00
Version
80af0acd68 chore:version change 2024-09-05 06:03:22 +00:00
手瓜一十雪
e369d978e8 release: 2.3.1 2024-09-05 14:03:03 +08:00
手瓜一十雪
6b17e53a79 release: 2.3.0 2024-09-05 14:00:57 +08:00
手瓜一十雪
44e56392e7 Merge pull request #340 from 123233513/main
%RetString% 增加引号,解决QQ目录包含空格的问题
2024-09-05 13:56:58 +08:00
123233513
7f84868fe2 Update launcher.bat
%RetString% 增加引号,解决QQ目录包含空格的问题,比如安装在:C:\Program Files\Tencent\QQNT时,获取不到正确的路径
2024-09-05 10:41:04 +08:00
Wesley F. Young
02046cf0b1 fix: file encoding 2024-09-04 23:26:55 +08:00
手瓜一十雪
1cebcc16e3 release: 2.2.47 2024-09-04 23:12:38 +08:00
手瓜一十雪
d62e69d73e fix: 进一步筛选 2024-09-04 18:05:44 +08:00
手瓜一十雪
e9ed8bbad8 Revert "update: normalize log"
This reverts commit 48755fbd34.
2024-09-04 18:05:01 +08:00
手瓜一十雪
cecd68bc10 Revert "rollback unlink -> unlinkSync"
This reverts commit 6e3e710c5f.
2024-09-04 18:04:58 +08:00
Seijo Cecilia
6e3e710c5f rollback unlink -> unlinkSync 2024-09-04 15:50:23 +08:00
Seijo Cecilia
48755fbd34 update: normalize log 2024-09-04 15:47:14 +08:00
手瓜一十雪
398f4dbaf8 docs: fix 2024-09-04 14:03:55 +08:00
手瓜一十雪
8e16ae2d28 docs: fix 2024-09-04 13:26:38 +08:00
手瓜一十雪
094d67c7f0 release: 2.2.46 2024-09-04 13:21:40 +08:00
手瓜一十雪
6591143620 build: test2 2024-09-04 13:19:02 +08:00
手瓜一十雪
c7c1b13f6c fix: 极端情况下uin暴毙的情况 2024-09-04 12:40:59 +08:00
手瓜一十雪
85123dbf8c build: test 2024-09-04 12:37:23 +08:00
Wesley F. Young
f3caaafb45 Revert "chore: optimize vite.config.ts"
This reverts commit e087be87be.
2024-09-04 10:38:10 +08:00
Wesley F. Young
b161437152 chore: optimize import 2024-09-04 10:06:09 +08:00
Wesley F. Young
e087be87be chore: optimize vite.config.ts 2024-09-04 10:05:24 +08:00
Wesley F. Young
df69ef7538 chore: optimize tsconfig.json 2024-09-04 00:29:55 +08:00
Wesley F. Young
5a22249e96 chore: completely comment onRecvSysMsg 2024-09-03 23:54:46 +08:00
Wesley F. Young
5647922816 chore: optimize imports 2024-09-03 23:46:10 +08:00
手瓜一十雪
6d8a8ca1c2 docs: update 2024-09-03 21:51:16 +08:00
手瓜一十雪
55782462ec release: 2.2.44 2024-09-03 21:33:48 +08:00
手瓜一十雪
7d5d0dcdf7 Merge pull request #336 from hguandl/feat/macos
feat: 支持 macOS
2024-09-03 21:16:03 +08:00
Hao Guan
2c67314a83 feat: support macOS 2024-09-03 20:17:10 +08:00
Hao Guan
7088294d8f chore: refactor path config 2024-09-03 20:14:35 +08:00
手瓜一十雪
967fcb0cd7 release: 2.2.43 2024-09-03 18:49:45 +08:00
手瓜一十雪
7547d52d18 fix: echo丢失问题 2024-09-03 18:37:28 +08:00
手瓜一十雪
8154f6ac64 Revert "fix: Error Handle"
This reverts commit 399a76bc72.
2024-09-03 18:36:20 +08:00
手瓜一十雪
399a76bc72 fix: Error Handle 2024-09-03 18:34:33 +08:00
手瓜一十雪
832a483ff2 release: 2.2.42 2024-09-03 18:12:59 +08:00
Wesley F. Young
f65fde23b2 fix(docs): unexpected spaces 2024-09-03 15:48:08 +08:00
手瓜一十雪
eef07168a6 build: test 2024-09-03 14:09:17 +08:00
手瓜一十雪
d8b08f6896 docs: update 2024-09-03 13:37:19 +08:00
手瓜一十雪
edacdadee2 fix: #334 2024-09-03 13:20:10 +08:00
手瓜一十雪
879a32ed2e release: 2.2.40 2024-09-03 13:01:37 +08:00
手瓜一十雪
97315e54de release: 2.2.39 2024-09-03 12:40:13 +08:00
手瓜一十雪
f6b02d96ec release: 2.2.38 2024-09-02 17:31:27 +08:00
手瓜一十雪
59a1a95075 release: 2.2.37 2024-09-02 16:31:42 +08:00
手瓜一十雪
2767127f88 fix: #332 2024-09-02 16:31:18 +08:00
手瓜一十雪
4fc4df3d2e release: 2.2.36 2024-09-01 18:44:23 +08:00
手瓜一十雪
a3e159f112 release: 2.2.35 2024-09-01 18:24:49 +08:00
手瓜一十雪
416e1accdb fix: remark 2024-09-01 18:24:29 +08:00
手瓜一十雪
e78edbe347 release: 2.2.32 2024-09-01 16:32:13 +08:00
手瓜一十雪
1dfe89025a release: 2.2.32 2024-09-01 16:13:41 +08:00
手瓜一十雪
ff52103529 Revert "release:2.2.31"
This reverts commit 7e9faec742.
2024-09-01 16:13:14 +08:00
手瓜一十雪
90ded93a33 fix 2024-09-01 16:10:16 +08:00
手瓜一十雪
7e9faec742 release:2.2.31 2024-09-01 15:59:02 +08:00
手瓜一十雪
ed31534c00 fix: file api 2024-09-01 14:11:28 +08:00
手瓜一十雪
8d9aba117d Revert "fix: fileId"
This reverts commit 43cbc86860.
2024-09-01 13:41:19 +08:00
手瓜一十雪
f4c8b94b3f Revert "fix: encode fileId"
This reverts commit 578a5f93c9.
2024-09-01 13:41:14 +08:00
手瓜一十雪
578a5f93c9 fix: encode fileId 2024-09-01 12:17:42 +08:00
手瓜一十雪
43cbc86860 fix: fileId 2024-09-01 12:17:17 +08:00
手瓜一十雪
52f77b3e91 release: 2.2.31 2024-09-01 09:31:59 +08:00
手瓜一十雪
53cae4fde4 chore: appid 2024-09-01 09:30:38 +08:00
Wesley F. Young
a91b5b964f release: 2.2.30 2024-08-31 23:43:01 +08:00
手瓜一十雪
e9bbf5ec67 fix: 群精华上限修改 2024-08-31 22:11:18 +08:00
Wesley F. Young
eaf3fd783a fix: get file way 01 get by msg & seq id 2024-08-31 20:30:42 +08:00
手瓜一十雪
c74b2e78c2 feat: support 27597 2024-08-31 19:01:25 +08:00
Wesley F. Young
3afd4f29ff refactor: inline all NTQQXxxApi uses 2024-08-31 16:00:03 +08:00
Wesley F. Young
00e373a619 chore: clean code for webapi.ts 2024-08-31 14:18:11 +08:00
Wesley F. Young
0917263bf7 chore: clean code for user.ts 2024-08-31 14:11:22 +08:00
Wesley F. Young
3b56636327 chore: clean code for system.ts 2024-08-31 14:09:25 +08:00
Wesley F. Young
9c958ddcc5 chore: clean code for group.ts 2024-08-31 14:07:48 +08:00
Wesley F. Young
b6ebc88184 chore: clean code for group.ts 2024-08-31 14:02:36 +08:00
Wesley F. Young
cba741bfe9 chore: clean code for friend.ts 2024-08-31 13:53:30 +08:00
Wesley F. Young
c0d937143b chore: clean code for collection.ts 2024-08-31 13:37:22 +08:00
Wesley F. Young
7f818f8a31 refactor: move CacheApi to cache.ts 2024-08-31 13:36:21 +08:00
Wesley F. Young
e7869365c4 chore: clean code for file.ts 2024-08-31 13:35:29 +08:00
Alen
1287a2167a release: 2.2.29 2024-08-31 12:53:50 +08:00
Alen
a420cdc64e Merge pull request #326 from cnxysoft/upmain
fix: 群成员信息
2024-08-31 11:55:56 +08:00
Alen
b16f96698c fix: 群成员信息 2024-08-31 11:53:07 +08:00
Wesley F. Young
4c8329c573 release: 2.2.28 2024-08-31 10:35:33 +08:00
Wesley F. Young
4f27074f22 fix: get file by msgId and elemId 2024-08-31 10:34:19 +08:00
Wesley F. Young
be6bb404cd fix: report encoded msgId+elemId in upload event 2024-08-30 20:47:48 +08:00
Seijo Cecilia
76c1761a2a update(workflow): 'build' can only be triggered manually 2024-08-30 16:00:33 +08:00
Seijo Cecilia
2d2bad8dea build: snapshot-fix-get-file 2024-08-30 15:47:18 +08:00
Seijo Cecilia
7f7f0d9750 Revert "fix: arg3 no longer needed for downloadFileForModelId"
This reverts commit 9328e9c987.
2024-08-30 15:41:50 +08:00
Wesley F. Young
17ba29b50e release: 2.2.27 2024-08-30 12:02:50 +08:00
Wesley F. Young
410a98d365 Merge pull request #323 from LingLambda/main
fix: 规范 setSelfOnlineStatus 接口的参数命名
2024-08-30 11:55:22 +08:00
Wesley F. Young
6427e021f1 chore: optimize imports 2024-08-30 11:45:58 +08:00
Wesley F. Young
3fad015469 feat: go-cqhttp style group file apis 2024-08-30 11:44:15 +08:00
ling
17c32c504b fix: 规范setSelfOnlineStatus接口参数命名 2024-08-30 11:38:15 +08:00
Wesley F. Young
ee7f07ae54 fix: others invited by others 2024-08-30 10:04:48 +08:00
Wesley F. Young
934e1c7f65 fix: missing parameter for file searching 2024-08-30 09:31:18 +08:00
手瓜一十雪
82ceb22408 release: 2.2.26 2024-08-29 22:47:24 +08:00
手瓜一十雪
8363d8b08a feat: notify.type == GroupNotifyMsgType.INVITED_NEED_ADMINI_STRATOR_PASS 2024-08-29 22:46:55 +08:00
手瓜一十雪
9cd25d34d7 feat: 2.2.25 2024-08-29 22:38:48 +08:00
Wesley F. Young
13c8ddd09a fix: duplicate type definition 2024-08-29 22:30:19 +08:00
Wesley F. Young
c38fd34240 Merge remote-tracking branch 'origin/main' 2024-08-29 22:27:57 +08:00
Wesley F. Young
e15b98895b fix: try to fix '搜索名字模式' of GetFile 2024-08-29 22:27:51 +08:00
手瓜一十雪
9b071b9fee chore: 移除测试 2024-08-29 21:57:05 +08:00
手瓜一十雪
b80afbd5e7 fix: getfile 2024-08-29 21:55:44 +08:00
Wesley F. Young
9328e9c987 fix: arg3 no longer needed for downloadFileForModelId 2024-08-29 21:21:45 +08:00
Wesley F. Young
bde6cf2c92 fix: 有笨蛋塞了 console.log 忘记删掉 2024-08-29 20:58:39 +08:00
手瓜一十雪
273b0d6038 build: 2.2.25-test 2024-08-29 20:50:09 +08:00
手瓜一十雪
7162b9b42a revert: eslint 2024-08-29 20:40:33 +08:00
手瓜一十雪
9e38cc7868 release: 2.2.24 2024-08-29 20:35:30 +08:00
手瓜一十雪
f12375ed8c fix: modelId 2024-08-29 20:34:24 +08:00
手瓜一十雪
1c288d9a6f release: 2.2.23 2024-08-29 20:14:40 +08:00
手瓜一十雪
984f87773f fix: getfile 2024-08-29 20:14:20 +08:00
手瓜一十雪
fc3a8481bc fix: #320 2024-08-29 19:32:37 +08:00
手瓜一十雪
0fce7c5047 fix: GroupEssenceMsg 2024-08-29 19:25:16 +08:00
手瓜一十雪
43c7949747 fix: getGroupEssenceMsgAll 2024-08-29 19:21:03 +08:00
Wesley F. Young
63dd1f4b1c fix: filter emoji un-like by operation 2024-08-29 18:15:52 +08:00
Wesley F. Young
d61704f60d Merge remote-tracking branch 'origin/main' 2024-08-29 17:10:27 +08:00
Wesley F. Young
700896b9f5 fix: solve export conflict 2024-08-29 17:10:14 +08:00
Wesley F. Young
9ebd10e361 feat: GetGroupIgnoredNotifies 2024-08-29 17:08:36 +08:00
手瓜一十雪
4fc631e88a Merge pull request #319 from NapNeko/dependabot/npm_and_yarn/eslint-9.9.1
build(deps-dev): bump eslint from 8.57.0 to 9.9.1
2024-08-29 17:01:34 +08:00
dependabot[bot]
42e0f4c880 build(deps-dev): bump eslint from 8.57.0 to 9.9.1
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.9.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.9.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-29 08:54:04 +00:00
Wesley F. Young
09cd06a572 chore: run eslint 2024-08-29 08:37:10 +08:00
Wesley F. Young
378ed772b7 feat: code style 2024-08-29 00:28:53 +08:00
手瓜一十雪
9443ae3ca7 release: 2.2.22 2024-08-29 00:10:52 +08:00
手瓜一十雪
98db91ca3f refactor: GetGroupEssence 2024-08-29 00:10:29 +08:00
手瓜一十雪
603835f9b9 refactor: parseEssence 2024-08-29 00:02:24 +08:00
手瓜一十雪
1356596ee1 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-29 00:01:48 +08:00
手瓜一十雪
0a51df8679 refactor: GetFile 2024-08-28 23:45:33 +08:00
Alen
b452c436ac Merge pull request #317 from cnxysoft/upmain
fix: 转发消息报错
2024-08-28 23:30:04 +08:00
手瓜一十雪
36d656dc04 refactor: getFile 2024-08-28 23:27:29 +08:00
Alen
c3c13e7566 chore: 优化代码 2024-08-28 23:24:44 +08:00
Alen
4d686b8cf8 fix: reply消息转换 2024-08-28 22:51:54 +08:00
手瓜一十雪
86ad433a8d feat: support folder_id 2024-08-28 21:19:17 +08:00
手瓜一十雪
d9de95f12d release: 2.2.21 2024-08-28 20:51:59 +08:00
Wesley F. Young
aa4917d667 fix: unexpected return in buddy req parsing 2024-08-28 19:32:07 +08:00
Wesley F. Young
451c18481a refactor: rename createMsg -> createUniqueMsgId to prevent ambiguity 2024-08-28 19:03:19 +08:00
手瓜一十雪
c8621f8735 feat: 设置noify已读 2024-08-28 18:18:40 +08:00
手瓜一十雪
134ff3cb44 chore: clearGroupNotifiesUnreadCount 2024-08-28 18:01:32 +08:00
手瓜一十雪
dfc09334db release: 2.2.20 2024-08-28 17:48:51 +08:00
手瓜一十雪
63d3cb2f3a feat: getGroupInfoEx 2024-08-28 17:05:00 +08:00
手瓜一十雪
cac030099f Merge pull request #314 from NapNeko/dependabot/npm_and_yarn/typescript-eslint/parser-8.3.0
build(deps-dev): bump @typescript-eslint/parser from 7.18.0 to 8.3.0
2024-08-28 17:04:37 +08:00
dependabot[bot]
0916ed6982 build(deps-dev): bump @typescript-eslint/parser from 7.18.0 to 8.3.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.18.0 to 8.3.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.3.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-28 08:58:48 +00:00
dependabot[bot]
8eaea49150 Merge pull request #312 from NapNeko/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.3.0 2024-08-28 08:27:34 +00:00
dependabot[bot]
cef9e30060 build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.18.0 to 8.3.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.3.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-28 08:26:00 +00:00
手瓜一十雪
3e1d7cdb1b release: 2.2.19 2024-08-28 16:19:30 +08:00
Seijo Cecilia
03d6042712 refactor: directory structure of core 2024-08-28 15:29:13 +08:00
Seijo Cecilia
e0918d1e1e fix: ob11 config file location 2024-08-28 15:27:38 +08:00
Seijo Cecilia
b5dd839996 refactor: remove helper directory in onebot 2024-08-28 15:09:17 +08:00
Seijo Cecilia
c767d7497d refactor: make methods in event.ts instance methods 2024-08-28 15:02:44 +08:00
Wesley F. Young
2d163fed61 Merge remote-tracking branch 'origin/main' 2024-08-28 13:05:15 +08:00
Wesley F. Young
778dae112f feat: emoji like event from other to other 2024-08-28 13:05:02 +08:00
Wesley F. Young
5e11a3a37b feat: proto files of messages 2024-08-28 13:04:27 +08:00
手瓜一十雪
1fa6323e28 feat: 提高效率 2024-08-28 13:04:05 +08:00
Wesley F. Young
32ebeed7a0 refactor: extract emoji like parsing logic 2024-08-28 10:50:39 +08:00
手瓜一十雪
db8ef1515d Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-27 22:51:14 +08:00
手瓜一十雪
695a95e9c0 release: 2.2.18 2024-08-27 22:50:53 +08:00
Version
5dfbae3f4a chore:version change 2024-08-27 14:50:42 +00:00
手瓜一十雪
1bdb3cae13 fix: handleQuickOperation 2024-08-27 22:47:30 +08:00
手瓜一十雪
a3f6aa2306 chore: 移除 2024-08-27 22:17:54 +08:00
手瓜一十雪
d96ab49293 chore: rename nekodoge 2024-08-27 20:53:07 +08:00
手瓜一十雪
f8bd9d3de7 chore: new adapter 2024-08-27 20:37:23 +08:00
Seijo Cecilia
6ec9d998be (partially) fix: 'throw' of exception caught locally 2024-08-27 15:05:51 +08:00
Alen
2f33064e9e Merge pull request #310 from cnxysoft/upmain
style: 规范代码
2024-08-27 14:11:33 +08:00
Alen
df1dd4d0b6 style: 规范代码 2024-08-27 14:09:28 +08:00
Seijo Cecilia
ab0c67eccc Merge remote-tracking branch 'origin/main' 2024-08-27 14:00:05 +08:00
Seijo Cecilia
7247cdcb66 chore: optimize imports 2024-08-27 13:59:47 +08:00
Alen
ef469e580d Merge pull request #309 from cnxysoft/upmain
fix: 群员获取异常
2024-08-27 13:54:33 +08:00
Alen
530d715b56 revert: 入群事件
因getGroupMembers切换到V2,恢复原本逻辑
2024-08-27 13:52:23 +08:00
Alen
a6a015ffa3 chore: 去除无用代码 2024-08-27 13:41:30 +08:00
Alen
416ff27535 Merge branch 'main' into upmain 2024-08-27 13:39:38 +08:00
Seijo Cecilia
f37b46b82b chore: run eslint 2024-08-27 13:35:25 +08:00
手瓜一十雪
97cdbc96c3 release: v2.2.16 2024-08-27 12:18:20 +08:00
手瓜一十雪
4f3f88bc10 feat: 更高效率的识别 2024-08-27 12:16:57 +08:00
Wesley F. Young
e85f0835e9 refactor: move version info into version.ts 2024-08-27 10:30:38 +08:00
Wesley F. Young
e3f6881af9 refactor: move all utility files to /common 2024-08-27 10:18:31 +08:00
Wesley F. Young
5332254e40 refactor: rename event-legacy -> event (currently in use) 2024-08-27 10:15:46 +08:00
Wesley F. Young
f9c430fb71 refactor: rename event -> event-v2 (not ready for use) 2024-08-27 10:14:55 +08:00
Wesley F. Young
4d07a2ceee chore: remove redundant eslint-disable 2024-08-27 10:05:23 +08:00
Alen
a9ee5cc779 fix: 群成员拉取失败(实验性) 2024-08-27 02:43:27 +08:00
手瓜一十雪
7c85281494 fix: Type
NodeIKernelSessionListener/onNTSessionCreate->NodeIKernelGroupListener/onGroupListInited
2024-08-26 21:33:33 +08:00
手瓜一十雪
7e2c2df242 release:2.2.15 2024-08-26 19:56:16 +08:00
手瓜一十雪
0d678371a5 Merge pull request #308 from LingLambda/main
规范了_send_group_notice接口参数命名,适当的规范了部分变量命名
2024-08-26 19:30:55 +08:00
ling
b3a985655f 规范了_send_group_notice接口参数命名,适当的规范了部分变量命名 2024-08-26 18:53:33 +08:00
手瓜一十雪
575ffd87fa release: 2.2.15 2024-08-26 18:02:21 +08:00
手瓜一十雪
f9db4f4414 release: 2.2.13 2024-08-26 17:46:17 +08:00
手瓜一十雪
4d2cd782c3 feat: support->27391 2024-08-26 17:44:04 +08:00
手瓜一十雪
dc02ea6667 fix: music sign 2024-08-26 17:23:39 +08:00
Seijo Cecilia
725f70d2f6 Merge remote-tracking branch 'origin/main' 2024-08-26 16:27:43 +08:00
Seijo Cecilia
53fe00b740 fix: remove redundant uid in GetStrangerInfo 2024-08-26 16:27:29 +08:00
手瓜一十雪
585b69e7d9 fix: type 2024-08-26 16:26:10 +08:00
手瓜一十雪
466c52e9b6 feat: getGroupExtFE0Info 2024-08-26 16:12:29 +08:00
Seijo Cecilia
9263fa133f update: promise executor functions should not be async 2024-08-26 15:40:27 +08:00
Seijo Cecilia
505a023031 refactor: enhanced type definition for other methods 2024-08-26 15:37:17 +08:00
Seijo Cecilia
7671174a96 chore: reformat code style 2024-08-26 14:58:04 +08:00
Seijo Cecilia
3ec0edfc60 Merge remote-tracking branch 'origin/main' 2024-08-26 14:36:41 +08:00
Seijo Cecilia
9ea5c413d3 update: optimize entity factory (formerly converter.ts) 2024-08-26 14:36:10 +08:00
手瓜一十雪
0e81e3dd67 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-26 14:30:29 +08:00
手瓜一十雪
3502632923 refactor: action param handle 2024-08-26 14:30:11 +08:00
Seijo Cecilia
e3e5a1bcdb refactor: move calls & clean code 2024-08-26 14:22:08 +08:00
Seijo Cecilia
793071cdf1 refactor: make quick action apis instance methods 2024-08-26 14:14:49 +08:00
Seijo Cecilia
93c6750f39 Merge remote-tracking branch 'origin/main' 2024-08-26 14:01:21 +08:00
手瓜一十雪
4098be1880 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-26 14:01:06 +08:00
Seijo Cecilia
632c3aa1f2 refactor: move all callNormalEvent calls to V2 substitutes 2024-08-26 14:00:48 +08:00
手瓜一十雪
02e182ce77 style: lint 2024-08-26 13:58:28 +08:00
linyuchen
98923dbdd3 Update README.md 2024-08-26 13:52:00 +08:00
Wesley F. Young
d902be8296 refactor: normalize file names in common/utils 2024-08-26 12:48:45 +08:00
Wesley F. Young
0fa7b27011 chore: lint & style 2024-08-26 12:44:44 +08:00
Wesley F. Young
82dc106606 fix: type definition for json data 2024-08-26 12:39:32 +08:00
Wesley F. Young
05f42bdfeb fix: use allSettled instead of all when parsing raw message 2024-08-26 12:38:39 +08:00
Wesley F. Young
fa602f0175 Merge remote-tracking branch 'origin/main' 2024-08-26 12:02:47 +08:00
Wesley F. Young
f01eb40520 refactor: enhanced type definition for callNormalEvent
类型体操,伟大,无需多言!
2024-08-26 12:02:41 +08:00
手瓜一十雪
a8cfb41c39 chore: 谁打的不规范日志 2024-08-26 11:35:18 +08:00
手瓜一十雪
4391a479cf chore: onRecvSysMsg 2024-08-26 11:33:17 +08:00
Wesley F. Young
72416f7e17 fix: reference error 2024-08-26 11:25:37 +08:00
手瓜一十雪
d6090e362c Merge pull request #304 from intling-luo/main
修改群公告的参数名 feed_id 为 notice_id
2024-08-26 11:11:32 +08:00
ling
5d796bb81a 修改群公告的参数名 feed_id 为 notice_id 2024-08-26 10:37:11 +08:00
Wesley F. Young
e7f3cd9f84 refactor: normalize naming 2024-08-26 10:04:31 +08:00
Wesley F. Young
3237ceeb48 refactor: make sendMsg(WithOb11UniqueId) an instance method 2024-08-26 09:34:51 +08:00
Wesley F. Young
04fb771f42 refactor: rename all coreContext -> core 2024-08-26 09:19:50 +08:00
Wesley F. Young
a5f9e44ebb chore: suppress type check 2024-08-26 09:09:33 +08:00
手瓜一十雪
4b26e124eb release: 2.2.12 2024-08-26 02:57:08 +08:00
手瓜一十雪
1074875231 release: 2.2.11 2024-08-26 02:16:24 +08:00
手瓜一十雪
8ead978857 release: v2.2.10 2024-08-26 01:58:41 +08:00
手瓜一十雪
5b2a0ef0a0 release: v2.2.9 2024-08-26 01:52:09 +08:00
手瓜一十雪
e5e8fb3d9b style: 27333 类型跟进 2024-08-26 01:24:22 +08:00
手瓜一十雪
8db3b5d82d style: 移除老旧代码 2024-08-26 01:07:01 +08:00
手瓜一十雪
901c680b1f style: lint 2024-08-26 01:00:07 +08:00
手瓜一十雪
4c295d43dc style: 移除无用代码 2024-08-26 00:50:17 +08:00
手瓜一十雪
1fd3fb1cf2 style: fix 2024-08-26 00:46:58 +08:00
手瓜一十雪
d222835d82 style: RegExec match->exec 2024-08-26 00:45:12 +08:00
手瓜一十雪
db63018a82 chore: 移除无用代码 2024-08-26 00:38:19 +08:00
手瓜一十雪
d157c53444 style: lint 2024-08-26 00:29:52 +08:00
手瓜一十雪
5123e7437e style: lint 2024-08-26 00:21:49 +08:00
手瓜一十雪
1f3251cdc5 style: fix 2024-08-26 00:17:42 +08:00
手瓜一十雪
82c37429ab build: 2.2.9 2024-08-26 00:09:07 +08:00
手瓜一十雪
aa15167114 style: 代码质量提高 2024-08-26 00:05:33 +08:00
手瓜一十雪
42e5ce1899 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-26 00:01:47 +08:00
手瓜一十雪
9c3a6c8efe style: lint 2024-08-26 00:01:44 +08:00
手瓜一十雪
5e1eb284fa style: remove 2024-08-25 23:59:34 +08:00
手瓜一十雪
55cc3cfa3e Merge pull request #303 from NapNeko/dev/RefactoredMsgParsers
style: Error Object
2024-08-25 23:57:58 +08:00
手瓜一十雪
6f89a47ba2 fix 2024-08-25 23:57:16 +08:00
手瓜一十雪
77aa168f71 Merge pull request #301 from NapNeko/dev/RefactoredMsgParsers
refactor: make static functions dynamic
2024-08-25 23:50:44 +08:00
手瓜一十雪
b88b8c5081 fix: 过滤无效null类型 2024-08-25 23:50:34 +08:00
手瓜一十雪
b15b39c1c3 fix: type 2024-08-25 23:42:48 +08:00
手瓜一十雪
a3fa8626b1 Merge branch 'main' into dev/RefactoredMsgParsers 2024-08-25 23:16:49 +08:00
手瓜一十雪
fabfea456f fix: 修正正确类型 2024-08-25 23:04:34 +08:00
手瓜一十雪
710f8e6058 chore: merge main 2024-08-25 22:43:29 +08:00
手瓜一十雪
7ac10a8d29 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-25 22:36:53 +08:00
手瓜一十雪
0235917f04 release: 2.2.8 2024-08-25 22:36:42 +08:00
Alen
1578d5e574 Merge pull request #302 from cnxysoft/upmain
fix: 多个问题
2024-08-25 22:23:58 +08:00
Alen
b9a88f97c5 fix: 多个问题
修复group_increase事件上报
修复启动时加载群员信息失败
修复文件发送失败
2024-08-25 22:23:06 +08:00
手瓜一十雪
97968b048b style: remove unless 2024-08-25 22:12:38 +08:00
手瓜一十雪
dbbdf6d370 style: fix 2024-08-25 22:09:30 +08:00
手瓜一十雪
0a49a1a514 Merge branch 'main' into dev/RefactoredMsgParsers 2024-08-25 22:00:20 +08:00
手瓜一十雪
5519fa9c0e style: type 2024-08-25 21:59:07 +08:00
手瓜一十雪
5b99c3aca4 style: 清理不规范代码 2024-08-25 21:54:20 +08:00
手瓜一十雪
a3b52ab5a4 Merge branch 'main' into dev/RefactoredMsgParsers 2024-08-25 21:49:28 +08:00
手瓜一十雪
41c627751a style: 样式处理 2024-08-25 21:47:55 +08:00
手瓜一十雪
b3d522b92f Merge branch 'main' into dev/RefactoredMsgParsers 2024-08-25 21:37:56 +08:00
手瓜一十雪
29f79fcc6c style: 标准化样式 2024-08-25 21:37:36 +08:00
Seijo Cecilia
f3f51886b5 fix: typo 2024-08-25 20:46:20 +08:00
Seijo Cecilia
ef2b9527cb fix: createSendElements reference 2024-08-25 20:46:03 +08:00
Seijo Cecilia
4ad62bf9be fix: createSendElements reference 2024-08-25 20:00:14 +08:00
Seijo Cecilia
d849047c41 refactor: completely remove genMessage.ts 2024-08-25 19:53:20 +08:00
Seijo Cecilia
295919d8d6 refactor: make SendMsg a single file again 2024-08-25 19:45:14 +08:00
Seijo Cecilia
a795c6d512 refactor: normalize method name 2024-08-25 19:43:41 +08:00
Seijo Cecilia
58394074cc fix: sync fixes in handling forwarded nodes 2024-08-25 19:43:01 +08:00
Seijo Cecilia
720e768dff Merge branch 'main' into dev/RefactoredMsgParsers 2024-08-25 19:40:40 +08:00
Seijo Cecilia
444af84408 refactor: ob11 to raw message constructors 2024-08-25 19:38:35 +08:00
手瓜一十雪
72d256e61a fix: 消息组合 2024-08-25 19:38:19 +08:00
Seijo Cecilia
b2f03c429d fix: from || to ?? 2024-08-25 18:20:58 +08:00
Seijo Cecilia
a23c06025a refactor: raw message parsers 2024-08-25 17:54:50 +08:00
手瓜一十雪
1332800c3b Delete .github/workflows/codacy.yml 2024-08-25 12:52:31 +08:00
手瓜一十雪
ce32082dad chore:update 2024-08-25 12:08:36 +08:00
手瓜一十雪
df77ed6ac1 chore: codacy 2024-08-25 12:02:03 +08:00
手瓜一十雪
05ab077521 style:lint 2024-08-25 11:45:50 +08:00
手瓜一十雪
5685605731 chore: lint 2024-08-25 11:18:11 +08:00
Seijo Cecilia
5fab8e9815 Merge remote-tracking branch 'origin/main' 2024-08-25 10:14:42 +08:00
Seijo Cecilia
6992670418 refactor: make parseMessage an instance method 2024-08-25 10:14:11 +08:00
Alen
082ee728db release: 2.2.7 2024-08-25 09:59:07 +08:00
Alen
83d705400a Merge pull request #300 from cnxysoft/upmain
fix: 多处修复
2024-08-25 09:47:07 +08:00
Alen
e9ad08a6ca fix: 撤回重复上报 2024-08-25 09:44:40 +08:00
Alen
5a59a72198 fix: 群相关
group_admin事件上报
群成员信息/群列表缓存
ProfileService新增事件
2024-08-25 02:08:14 +08:00
Alen
4f7f8b074a Merge branch 'main' into upmain 2024-08-25 01:25:12 +08:00
手瓜一十雪
b347a9b9a2 build: 2.2.7
DelGroupNotice
2024-08-24 23:50:05 +08:00
手瓜一十雪
fe2e23670a fix: v2.2.6 2024-08-24 23:24:24 +08:00
手瓜一十雪
da39bbfa04 build: 2.2.6-test 2024-08-24 23:22:32 +08:00
Alen
ec62773567 Merge branch 'main' into upmain 2024-08-24 22:26:56 +08:00
手瓜一十雪
c1a102b7e9 chore: kickMemberV2Inner 2024-08-24 22:23:44 +08:00
手瓜一十雪
703fd47b47 feat: quitGroupV2 2024-08-24 22:12:14 +08:00
Alen
06269fa919 Merge branch 'main' into upmain 2024-08-24 21:54:43 +08:00
手瓜一十雪
2eb7a418c1 fix: 移除无用代码 2024-08-24 21:54:11 +08:00
手瓜一十雪
1c0ec5a401 fix: 类型推断 2024-08-24 21:50:29 +08:00
手瓜一十雪
6879ffef55 fix: 一处错误推断 2024-08-24 21:47:39 +08:00
手瓜一十雪
a619f8a5f6 fix: type 2024-08-24 21:42:49 +08:00
手瓜一十雪
ccfba132b9 chore: 去掉无用注释 2024-08-24 12:07:40 +08:00
手瓜一十雪
3ae3f96fed release: 2.2.5 2024-08-24 12:05:07 +08:00
手瓜一十雪
20a831a421 fix: BuddyReq 2024-08-24 11:52:50 +08:00
手瓜一十雪
dcad626256 fix: 好友申请重复推送 2024-08-24 11:26:05 +08:00
手瓜一十雪
40196c3262 Merge pull request #298 from shengwang52005/readme
docs: 增强胡言乱语水平
2024-08-24 01:03:21 +08:00
Miaowing
cfec0f5deb docs: 增强胡言乱语水平
增强胡言乱语水平
2024-08-24 00:16:16 +08:00
手瓜一十雪
63792e95af build: 2.2.0 2024-08-23 20:46:45 +08:00
手瓜一十雪
faf6c9857a build: CQ码回滚 提高兼容 2024-08-23 20:46:23 +08:00
手瓜一十雪
e4e855022a docs: 提高胡言乱语水平 2024-08-23 12:54:04 +08:00
手瓜一十雪
e9a63e0bcf releas: 2.2.4 2024-08-23 11:34:26 +08:00
手瓜一十雪
e349fbff0e release: 2.2.0
release: 2.2.1

release: 2.2.2

chore

chore: 扩大范围

release: 2.2.3
2024-08-23 11:33:22 +08:00
手瓜一十雪
3109861192 chore: 扩大范围 2024-08-23 11:20:29 +08:00
手瓜一十雪
cc01dd791b chore 2024-08-23 11:04:47 +08:00
手瓜一十雪
cc76114057 release: 2.2.2 2024-08-23 11:01:24 +08:00
手瓜一十雪
f7b45935d9 release: 2.2.1 2024-08-23 10:57:13 +08:00
手瓜一十雪
424a5cc143 release: 2.2.0 2024-08-23 10:55:19 +08:00
手瓜一十雪
0d0783feb9 chore: 移除无用代码 2024-08-22 15:58:23 +08:00
手瓜一十雪
5d5b3bb28a fix: 误操作 2024-08-22 15:56:01 +08:00
手瓜一十雪
f17d6abb74 refactor: chattype 2024-08-22 15:53:27 +08:00
手瓜一十雪
b12ecfe225 chore: 移除类型 2024-08-22 15:42:45 +08:00
手瓜一十雪
f9a72f2e56 fix: type 2024-08-22 15:42:07 +08:00
手瓜一十雪
18e31d69de chore: 进一步拉高版本 2024-08-22 15:40:10 +08:00
手瓜一十雪
8b8ae94737 chore: parseMsg 重构 2024-08-22 15:28:54 +08:00
手瓜一十雪
dee65af942 chore: 推动重构 2024-08-22 15:06:49 +08:00
手瓜一十雪
5225949c25 chore: 重构 2024-08-22 14:58:05 +08:00
手瓜一十雪
51741f97ad chore: 丢弃空消息 2024-08-22 14:35:48 +08:00
手瓜一十雪
4197022043 chore: re 2024-08-22 14:34:09 +08:00
手瓜一十雪
9415990bec chore: 兼容性提高 2024-08-22 14:26:49 +08:00
手瓜一十雪
9eeca9958f chore: fix 2024-08-22 14:15:29 +08:00
手瓜一十雪
336fbf83d0 chore: 结构性调整 2024-08-22 14:13:52 +08:00
手瓜一十雪
10138b289e chore: style&&lint 2024-08-22 14:12:24 +08:00
手瓜一十雪
471a414d86 chore: 解耦 2024-08-22 14:11:20 +08:00
手瓜一十雪
419c0f87d1 chore: 解耦 2024-08-22 14:05:01 +08:00
手瓜一十雪
5eacfae031 chore: 进一步解耦 2024-08-22 13:53:07 +08:00
手瓜一十雪
e581e8b316 chore: 解耦 2024-08-22 13:46:47 +08:00
手瓜一十雪
62d0c9f790 chore: 解耦代码 2024-08-22 13:39:53 +08:00
Wesley F. Young
6a377381aa docs: update version range 2024-08-21 09:44:11 +08:00
手瓜一十雪
3b55aa02f6 release: 2.1.0 2024-08-21 08:16:59 +08:00
手瓜一十雪
93f3602e7d release: 2.1.0 2024-08-21 08:13:53 +08:00
手瓜一十雪
d8fef22157 chore: LLNC Deprecated 2024-08-21 08:12:52 +08:00
手瓜一十雪
654788f38a Merge pull request #289 from NapNeko/extend
Support: 9.9.15-27254
2024-08-21 08:09:37 +08:00
手瓜一十雪
4cb9ae3b9a Merge branch 'main' into extend 2024-08-20 20:36:53 +08:00
手瓜一十雪
0a3409fcd8 release: v2.0.37 2024-08-20 20:33:06 +08:00
手瓜一十雪
314a20df5a Merge branch 'main' into extend 2024-08-20 20:27:22 +08:00
手瓜一十雪
d91d03a8f3 fix: 提高兼容性 2024-08-20 20:26:49 +08:00
手瓜一十雪
a1065b9aba fix 2024-08-20 20:22:44 +08:00
手瓜一十雪
95d8cb9c8d Merge branch 'main' into extend 2024-08-20 20:07:02 +08:00
手瓜一十雪
e84e22e7b5 fix: error 2024-08-20 20:03:41 +08:00
手瓜一十雪
d4016901c7 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-20 20:03:20 +08:00
手瓜一十雪
f55a9066cc fix: file ext and blank data 2024-08-20 20:03:02 +08:00
手瓜一十雪
6c6a000555 doc: 2024-08-20 19:36:13 +08:00
手瓜一十雪
6a65672510 chore: 调整appid 2024-08-20 17:47:14 +08:00
手瓜一十雪
e79120135f chore: 调整appid 2024-08-20 17:12:07 +08:00
手瓜一十雪
1313070b31 Merge branch 'main' into extend 2024-08-20 16:59:17 +08:00
Alen
9eb850a6ab release: v2.0.35 2024-08-20 16:49:16 +08:00
Alen
75f3ff7a66 Merge pull request #285 from cnxysoft/upmain
refactor: 接口兼容
2024-08-20 16:39:51 +08:00
Alen
38ccbf0695 refactor: 接口兼容
调整SetGroupHeader接口为SetGroupPortrait,使其兼容gocq标准
2024-08-20 16:35:23 +08:00
Alen
6dddd434b8 refactor: 接口兼容
调整SetSelfProfile接口为SetQQProfile,使其兼容gocq标准
2024-08-20 16:05:23 +08:00
Alen
81c4474ff2 Merge pull request #284 from cnxysoft/upmain
fix: 多处修复
2024-08-20 14:31:02 +08:00
Alen
e7e598d837 fix: 多处修复
1.修复group_card事件上报
2.修复group_admin事件上报
2024-08-20 14:28:32 +08:00
Alen
a304abd540 fix: Uid转Uin
修复Uid转Uin兜底逻辑
2024-08-20 07:28:25 +08:00
Alen
0540f94e8f fix: 多处修改
1.修改(疑似)旧设备回复消息验证失败的解决方案
2.修复Base64发送文件失败
3.修复群时间监听器未注册
2024-08-20 01:02:03 +08:00
手瓜一十雪
2eccf12bb1 Util 2024-08-19 21:38:31 +08:00
手瓜一十雪
ea7f297e8e Merge branch 'main' into extend 2024-08-19 20:44:49 +08:00
手瓜一十雪
c9cab89091 releas: v2.0.34 2024-08-19 20:27:04 +08:00
手瓜一十雪
683c7df2ef fix: ws心跳实现 2024-08-19 20:24:26 +08:00
手瓜一十雪
e2471d5394 doc: 小tip 2024-08-19 19:33:58 +08:00
手瓜一十雪
8f468c693e Merge branch 'main' into extend 2024-08-19 19:03:31 +08:00
手瓜一十雪
692cf37e8f fix 2024-08-19 18:53:47 +08:00
手瓜一十雪
defb56fd75 support: 27206 2024-08-19 18:47:12 +08:00
Wesley F. Young
1b921f1d8e docs: clarify version range 2024-08-19 16:17:33 +08:00
Alen
512d8d2495 release: v2.0.33 2024-08-19 15:43:41 +08:00
Alen
c22267ac63 Merge pull request #279 from cnxysoft/upmain
fix: 多处修复
2024-08-19 15:41:10 +08:00
Alen
573e0c4413 fix: 多处修复
1.修复部分Uin转换失败导致的相关API错误
2.继续改进get_group_member_info效率
3.增加fetchUserDetailInfo容错(暂时性/待观察)
2024-08-19 15:39:34 +08:00
Alen
13de2de86d release: v2.0.32 2024-08-19 10:09:53 +08:00
Alen
f9800d9c11 Merge pull request #278 from cnxysoft/upmain
fix: 多处修改
2024-08-19 10:07:16 +08:00
Alen
035f996b73 perf: 优化API效率
优化get_group_member_info效率
2024-08-19 00:55:32 +08:00
Alen
5b0527ca9f Revert "perf: API优化"
This reverts commit 85e5bd826d.
2024-08-18 18:49:46 +08:00
Alen
85e5bd826d perf: API优化
优化get_group_member_info在查询非群员时的效率
2024-08-18 14:33:35 +08:00
Alen
6d6045fffd fix: 引用消息失败
修复 (疑似)旧设备引用消息验证失败
2024-08-18 01:40:14 +08:00
Alen
82ad9f30fc release: v2.0.31 2024-08-17 23:15:52 +08:00
手瓜一十雪
41b2aa2c76 Merge pull request #270 from cnxysoft/upmain
fix: Uid转Uin
2024-08-17 22:53:42 +08:00
Alen
48a29ca7a4 Merge branch 'main' into upmain 2024-08-17 22:19:49 +08:00
手瓜一十雪
13c1aec025 fix 2024-08-17 18:13:43 +08:00
手瓜一十雪
660231073d fix: 打错啦 2024-08-17 18:12:43 +08:00
手瓜一十雪
81a289a6cb Merge pull request #269 from gfhdhytghd/patch-1
修改许可证以禁止宣传
2024-08-17 15:45:20 +08:00
手瓜一十雪
9e6a1bf5a5 chore: 复活赛打赢啦 2024-08-17 15:37:19 +08:00
手瓜一十雪
e83c185218 chore: util 2024-08-17 15:21:47 +08:00
手瓜一十雪
32ef225dd6 fix: getNTUserDataInfoConfig 2024-08-17 15:18:33 +08:00
lin
6170babbb4 Update LICENSE
修改License,从法律层面禁止在公共社交媒体宣传
2024-08-17 14:11:57 +08:00
Alen
81bd9aec06 Merge branch 'main' into upmain 2024-08-17 13:24:36 +08:00
手瓜一十雪
e9eab22ade chore: docs 2024-08-17 12:27:53 +08:00
Alen
d6c6216fc1 fix: Uid转Uin
修复设置管理、禁言等数个API失效
对查询企业陌生人信息进行容错
2024-08-17 00:17:51 +08:00
手瓜一十雪
cdb483bc3c Update README.md 2024-08-17 00:16:23 +08:00
手瓜一十雪
62917a1e55 release: 2.0.30 2024-08-16 21:44:34 +08:00
手瓜一十雪
b5b59f6241 feat: support SetInputStatus 2024-08-16 20:35:05 +08:00
手瓜一十雪
bb664a527c Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-16 13:01:38 +08:00
手瓜一十雪
00bc35623d release: 2.0.29 2024-08-16 13:01:30 +08:00
手瓜一十雪
9d11d7b731 Merge pull request #267 from Fripine/fix/OB11GroupRequestEvent
fix: wrong user_id in GroupRequestEvent
2024-08-16 13:00:32 +08:00
Fripine
f7fdc5c55a fix: GroupRequestEvent 2024-08-16 12:57:42 +08:00
手瓜一十雪
a35b6813a4 Merge pull request #266 from Fripine/fix/OB11FriendRequestEvent
fix: wrong comment words in FriendRequestEvent
2024-08-16 12:44:33 +08:00
手瓜一十雪
db3220e68c release: 2.0.28 2024-08-16 12:44:11 +08:00
Fripine
5733f06004 fix: FriendRequestEvent 2024-08-16 12:21:33 +08:00
手瓜一十雪
65a8f2bb88 chore: fix 2024-08-16 12:16:21 +08:00
手瓜一十雪
e780ceeb14 release: 2.0.27 2024-08-16 10:49:22 +08:00
手瓜一十雪
e0ea0a4a49 chore: 清除废弃代码 2024-08-16 09:52:50 +08:00
手瓜一十雪
37ade0855f chore: 进一步识别会话 2024-08-16 09:37:36 +08:00
手瓜一十雪
f7c8315b3b release: 2.0.26 2024-08-15 23:08:31 +08:00
手瓜一十雪
234aa41e0c fix: error 2024-08-15 23:07:59 +08:00
手瓜一十雪
d17374269b release: 2.0.25 2024-08-15 22:17:58 +08:00
手瓜一十雪
61832accc9 build: v2.0.24 2024-08-15 20:11:45 +08:00
手瓜一十雪
394c9a0f00 fix 2024-08-15 20:10:35 +08:00
手瓜一十雪
c3696eea9a build: fix 2024-08-15 19:40:33 +08:00
手瓜一十雪
bf0333031c chore: 优化一处逻辑 2024-08-15 19:37:06 +08:00
手瓜一十雪
97953661bc chore: 代码质量提高 2024-08-15 19:34:05 +08:00
手瓜一十雪
00412b4850 chore: 移除错误推断 2024-08-15 19:27:28 +08:00
手瓜一十雪
6998dd2f6e chore: 废弃无用代码 2024-08-15 19:26:32 +08:00
手瓜一十雪
1507ecb2a8 chore: 移除废弃函数 2024-08-15 19:04:14 +08:00
手瓜一十雪
1438dcdd81 release: v2.0.23 2024-08-15 18:46:26 +08:00
手瓜一十雪
fb580604dd chore: 重构文件处理 2024-08-15 18:44:29 +08:00
手瓜一十雪
42f92c84de fix 2024-08-15 17:10:18 +08:00
手瓜一十雪
f5a55dcc18 fix 2024-08-15 17:07:26 +08:00
手瓜一十雪
9086d95eeb fix 2024-08-15 17:04:34 +08:00
手瓜一十雪
f980838ae4 fix 2024-08-15 17:03:55 +08:00
手瓜一十雪
c4058b594a fix 2024-08-15 16:56:03 +08:00
手瓜一十雪
4d82bba211 release 2024-08-15 16:51:31 +08:00
手瓜一十雪
d5861cba65 fix 2024-08-15 16:45:24 +08:00
手瓜一十雪
42363d1995 action fix 2024-08-15 16:41:47 +08:00
手瓜一十雪
c4ac7c3f0c build: 2.0.22 2024-08-15 16:34:50 +08:00
手瓜一十雪
36d184bf5d release: 2.0.22 2024-08-15 16:15:33 +08:00
手瓜一十雪
9e9b37e3bc build: test 2024-08-15 12:28:51 +08:00
手瓜一十雪
57ca8c3609 chore: 进一步清理无用代码 2024-08-15 11:10:02 +08:00
手瓜一十雪
dadb44ada2 release: 2.0.21 2024-08-15 09:35:38 +08:00
手瓜一十雪
081aab5855 chore: 提高兼容性 2024-08-15 00:33:20 +08:00
手瓜一十雪
6145f0e74c chore: boolen值校验 2024-08-15 00:14:31 +08:00
手瓜一十雪
eba3c8db50 style: lint 2024-08-15 00:10:13 +08:00
手瓜一十雪
fc0719b850 chore: 丢弃废弃代码 2024-08-15 00:06:41 +08:00
手瓜一十雪
eae62e7b95 chore: 兼容性提高 2024-08-15 00:00:21 +08:00
手瓜一十雪
5103484b4f chore: extend get兼容 2024-08-14 23:56:45 +08:00
手瓜一十雪
2643a4c49d chore: 清理无用代码 2024-08-14 23:46:17 +08:00
手瓜一十雪
b934c490d8 chore: 弃用无用代码 2024-08-14 23:41:34 +08:00
手瓜一十雪
fa4a3761e7 fix: 显示自身消息 2024-08-14 23:09:07 +08:00
手瓜一十雪
8c48b7d9ff chore: logger 2024-08-14 23:03:24 +08:00
Seijo Cecilia
4baef7acce Merge remote-tracking branch 'origin/main' 2024-08-14 22:04:38 +08:00
Seijo Cecilia
d567640bed fix: plugin slug 2024-08-14 22:04:29 +08:00
Wesley F. Young
1c0084d24e Merge pull request #256 from canxin121/main
typo: OB11InputStatusEvent event_type
2024-08-14 21:44:21 +08:00
canxin121
bc498e3301 typo: OB11InputStatusEvent event_type 2024-08-14 21:42:12 +08:00
Seijo Cecilia
31f4284262 docs: name, slug and description of plugin manifest 2024-08-14 20:11:06 +08:00
手瓜一十雪
8e9b961420 chore: logger 2024-08-14 19:42:22 +08:00
手瓜一十雪
f1e6663d66 release: 2.0.20 2024-08-14 19:38:50 +08:00
手瓜一十雪
05d210c9ff Merge pull request #254 from lgc2333/patch-1
fix at error
2024-08-14 19:13:48 +08:00
student_2333
d5fe409f48 fix at error 2024-08-14 19:08:42 +08:00
手瓜一十雪
ece727212f fix: 修复某个笨蛋写的 2024-08-14 10:46:59 +08:00
手瓜一十雪
94611bfeb7 Merge pull request #250 from cnxysoft/upmain
fix: 二维码登录
2024-08-14 10:42:46 +08:00
手瓜一十雪
49d325e5fd Merge pull request #249 from DiheChen/patch-1
🐛 generating QR code when quick login fails
2024-08-14 10:42:33 +08:00
Alen
013bdfd8d1 fix: 二维码登录
修复在没找到登陆历史记录后不加载二维码的问题
2024-08-14 10:32:39 +08:00
DiheChen
85fde1fc16 🐛 generating QR code when quick login fails 2024-08-14 10:31:28 +08:00
手瓜一十雪
1c37cb335f Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-14 09:35:14 +08:00
手瓜一十雪
82a47d9e18 release: 2.0.18 2024-08-14 09:33:52 +08:00
手瓜一十雪
d986803d19 Merge pull request #248 from cnxysoft/upmain
fix: GetCookie容错
2024-08-14 01:41:38 +08:00
Alen
fc249e7566 fix: GetCookie容错
修改 API提交不可用域名或不含skey返回时的容错
2024-08-14 01:32:32 +08:00
手瓜一十雪
28bf0774bc fix: 异常 2024-08-14 01:22:08 +08:00
手瓜一十雪
eec2189413 release: 2.0.17 2024-08-14 00:57:09 +08:00
手瓜一十雪
43f4527318 chore: 提高对trss兼容性 2024-08-14 00:56:42 +08:00
手瓜一十雪
c73ba8b358 fix: GetGuildProfile 2024-08-14 00:54:14 +08:00
手瓜一十雪
c8261555c4 chore: 兼容guild api 2024-08-14 00:53:52 +08:00
手瓜一十雪
26ffec43fe style&&chore: lint 2024-08-14 00:47:50 +08:00
手瓜一十雪
516838c521 style&&chore: 逐步清退老版本代码 2024-08-14 00:47:31 +08:00
手瓜一十雪
28d331e3a2 release: 2.0.16 2024-08-14 00:38:04 +08:00
手瓜一十雪
64ef5e974e release: 2.0.15 2024-08-13 23:49:05 +08:00
手瓜一十雪
5448c12b8d Merge pull request #246 from cnxysoft/upmain
BUG修复
2024-08-13 23:48:19 +08:00
Alen
822457092b BUG修复
1.修改快速登陆提示使其更易辨别失败原因
2.修复API: Get_Cookie执行错误的问题
2024-08-13 23:46:21 +08:00
手瓜一十雪
23e8a27ed0 chore: link 2024-08-13 23:11:34 +08:00
手瓜一十雪
a219305924 fix 2024-08-13 22:18:24 +08:00
手瓜一十雪
a43f42d9cb chore: 排除空消息 2024-08-13 22:11:28 +08:00
手瓜一十雪
e5299f720d release: v2.0.14 2024-08-13 22:02:56 +08:00
手瓜一十雪
fd5c8a6a1b fix: 统一消息格式 2024-08-13 21:00:22 +08:00
手瓜一十雪
8782f08dfe release: 2.0.12 2024-08-13 19:34:33 +08:00
手瓜一十雪
e73412d42a build: 2.0.12 test 2024-08-13 19:33:29 +08:00
手瓜一十雪
67fe2d6353 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-13 16:22:24 +08:00
手瓜一十雪
b4c4d1f95b add log 2024-08-13 16:21:59 +08:00
Wesley F. Young
d402467ad2 fix: no longer require admin when running after initialization 2024-08-13 16:09:15 +08:00
手瓜一十雪
df804c17ab Revert "fix: 框架启动概率性失败"
This reverts commit 2b78f520ff.
2024-08-13 15:14:42 +08:00
手瓜一十雪
6fc97ae627 release: 2.0.11 2024-08-13 14:53:18 +08:00
手瓜一十雪
62e810b903 fix: 某个笨蛋弄错的地方 2024-08-13 14:52:51 +08:00
手瓜一十雪
3c2b9915d8 release: 2.0.10 2024-08-13 13:58:53 +08:00
手瓜一十雪
955346984e Merge pull request #243 from cnxysoft/upmain
fix: 框架启动概率性失败
2024-08-13 13:50:08 +08:00
Alen
2b78f520ff fix: 框架启动概率性失败
修复框架启动有概率失败的问题
2024-08-13 13:37:19 +08:00
手瓜一十雪
0c39b7b732 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-13 13:09:16 +08:00
手瓜一十雪
d9a99ac4c1 chore: 切换为缓存实现 2024-08-13 13:09:14 +08:00
Wesley F. Young
50b698a63b docs: copyright 2024-08-13 09:06:46 +08:00
Wesley F. Young
b9a3cad2a0 docs: plugin description 2024-08-13 09:02:50 +08:00
手瓜一十雪
fa447c013c fix: 不合格类型 2024-08-13 00:59:26 +08:00
手瓜一十雪
8c38649c3c release v2.0.9 2024-08-13 00:53:21 +08:00
手瓜一十雪
695f6752f9 fix: 处理边界条件 2024-08-13 00:48:51 +08:00
手瓜一十雪
77ab9c8e7a chore: 移除异常内容 2024-08-13 00:39:20 +08:00
手瓜一十雪
508a3f7164 fix: 跳过空消息 2024-08-13 00:38:42 +08:00
手瓜一十雪
48065e42e9 release: 2.0.8 2024-08-12 23:50:03 +08:00
手瓜一十雪
61182ba62f Revert "try fix"
This reverts commit b17a1dd72a.
2024-08-12 23:03:58 +08:00
手瓜一十雪
b17a1dd72a try fix 2024-08-12 23:01:36 +08:00
手瓜一十雪
2512a20ab1 fix: 2.0.7 2024-08-12 20:51:17 +08:00
手瓜一十雪
50170204f3 fix 2024-08-12 20:46:28 +08:00
手瓜一十雪
c816f71575 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-12 20:42:10 +08:00
手瓜一十雪
206edfb30a release: 2.0.7 2024-08-12 20:41:57 +08:00
手瓜一十雪
b3a5e080fe build: 快速登录修复 2024-08-12 20:34:34 +08:00
手瓜一十雪
062d869b45 fix 2024-08-12 20:28:25 +08:00
手瓜一十雪
d5afc05f9e fix: renderer 2024-08-12 18:25:34 +08:00
手瓜一十雪
c1e12fa3e5 release: 2.0.6 2024-08-12 18:22:36 +08:00
手瓜一十雪
3dc487507a release: new group 2024-08-12 18:22:06 +08:00
Wesley F. Young
ffb08bb876 Merge remote-tracking branch 'origin/main' 2024-08-12 17:53:45 +08:00
Wesley F. Young
308909be67 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	src/onebot/index.ts
2024-08-12 17:53:16 +08:00
手瓜一十雪
106488dd35 chore: v2.0.5 2024-08-12 17:52:41 +08:00
Wesley F. Young
bc52b933b1 feat: new message logging using raw msg object 2024-08-12 17:52:27 +08:00
手瓜一十雪
c1d17a1626 fix 2024-08-12 17:49:09 +08:00
Wesley F. Young
108855f8d8 Merge remote-tracking branch 'origin/main' 2024-08-12 17:36:10 +08:00
手瓜一十雪
c476574c1d Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-12 17:17:00 +08:00
手瓜一十雪
49bc8a26b0 chore: 2.0.4 2024-08-12 17:16:41 +08:00
Version
8decf7c332 chore:version change 2024-08-12 09:15:06 +00:00
手瓜一十雪
6659daa8fe fix: error 2024-08-12 17:14:44 +08:00
Wesley F. Young
91690806a7 docs: add correct comments on fields 2024-08-12 17:07:22 +08:00
手瓜一十雪
70273f9c81 chore: 过滤重复消息 2024-08-12 17:04:32 +08:00
手瓜一十雪
5da51f0075 Merge pull request #239 from clansty/main
fix: revert get_friends_with_category return type
2024-08-12 16:40:41 +08:00
Clansty
9b13bee3e0 fix: revert get_friends_with_category return type 2024-08-12 16:35:08 +08:00
Wesley F. Young
046ee91d22 fix: constructor signature mismatch 2024-08-12 16:15:39 +08:00
手瓜一十雪
805d4da37d chore: 鸣谢 2024-08-12 14:57:12 +08:00
手瓜一十雪
953438ca98 chore: 鸣谢 2024-08-12 14:56:49 +08:00
手瓜一十雪
6e28c2c622 chore: 2.0.1 2024-08-12 14:36:56 +08:00
手瓜一十雪
97b3512308 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-12 14:20:38 +08:00
手瓜一十雪
cd3fddaaf5 fix 2024-08-12 14:20:27 +08:00
Version
f0ccc15105 chore:version change 2024-08-12 06:19:18 +00:00
手瓜一十雪
e8467b0d96 build: v2.0.0 twice 2024-08-12 13:32:12 +08:00
手瓜一十雪
c0ed01f623 chore: DownloadRichMedia 2024-08-12 13:29:59 +08:00
手瓜一十雪
8332d6ab41 chore: Onebot context 2024-08-12 13:04:24 +08:00
手瓜一十雪
0ef6d8eee4 build: v2.0.0 twice 2024-08-12 12:45:00 +08:00
手瓜一十雪
a7f7e36fa9 Revert "fix: make hostname localhost when the configured host is 0.0.0.0"
This reverts commit a12bae8b18.
2024-08-12 12:43:59 +08:00
手瓜一十雪
0fb66d292b Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-12 12:43:03 +08:00
手瓜一十雪
66d86a5203 chore: Support 多账户 2024-08-12 12:41:59 +08:00
Wesley F. Young
a12bae8b18 fix: make hostname localhost when the configured host is 0.0.0.0 2024-08-12 12:33:33 +08:00
Wesley F. Young
8f7de7c8a1 fix: hot reload 2024-08-12 12:29:40 +08:00
Wesley F. Young
c508fd5b05 fix & refactor: pass actions through constructor 2024-08-12 12:08:53 +08:00
Wesley F. Young
8fe82e0631 refactor: type definition for ActionMap 2024-08-12 11:35:17 +08:00
Wesley F. Young
d750e49490 feat: logging for hot reload 2024-08-12 11:20:48 +08:00
Wesley F. Young
721764cc18 feat: hot reload 2024-08-12 11:16:15 +08:00
Wesley F. Young
aefe5b0eb5 refactor: change method signature in legacy WebUi 2024-08-12 10:58:52 +08:00
Wesley F. Young
5dcaf67ef2 refactor: move Ob11Adapter to index.ts 2024-08-12 10:45:55 +08:00
Wesley F. Young
f24e19ee1d fix: remove redundant sleep 2024-08-12 10:43:51 +08:00
手瓜一十雪
2fc644fc97 chore: 开源许可变更 2024-08-12 10:34:05 +08:00
手瓜一十雪
494bec430a Update README.md 2024-08-12 10:33:09 +08:00
Wesley F. Young
e8e4311476 docs: 语言中枢,你进化罢 2024-08-12 08:30:18 +08:00
Wesley F. Young
a9a035d399 Merge remote-tracking branch 'origin/main' 2024-08-12 08:20:39 +08:00
Wesley F. Young
c7b1a2c02d fix: replace deprecated calls 2024-08-12 08:20:11 +08:00
手瓜一十雪
c960c664d5 build: V2.0.0 fast 2024-08-12 02:37:20 +08:00
手瓜一十雪
6e5ced5bb9 fix 2024-08-12 02:27:44 +08:00
手瓜一十雪
1b977155a2 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-12 02:23:56 +08:00
手瓜一十雪
17fbb42341 fix 2024-08-12 02:23:46 +08:00
Wesley F. Young
ac66482979 Merge remote-tracking branch 'origin/main' 2024-08-12 02:22:50 +08:00
Wesley F. Young
924ba4457b fix: sleep before loading 2024-08-12 02:22:20 +08:00
手瓜一十雪
9c28e13a00 build: test 2024-08-12 02:21:37 +08:00
Wesley F. Young
838f724aac fix: auto retry of active ws 2024-08-12 02:12:18 +08:00
手瓜一十雪
fa322af85d build: v2.0.0 nopackage 2024-08-12 01:27:24 +08:00
手瓜一十雪
76ef5fbbe8 build: v2.0.0 fast 2024-08-12 01:21:14 +08:00
手瓜一十雪
145d0c2a0d build: v2.0.0 fast 2024-08-12 01:17:47 +08:00
手瓜一十雪
65860c05dc build: v2.0.0 fast 2024-08-12 01:15:52 +08:00
手瓜一十雪
8ff3922ec2 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-12 01:15:00 +08:00
手瓜一十雪
28175c40ef build: v2.0.0 fast test 2024-08-12 01:14:38 +08:00
Wesley F. Young
19027556bd Merge remote-tracking branch 'origin/main' 2024-08-12 01:13:36 +08:00
Wesley F. Young
3f078dbb31 chore: clean-up 2024-08-12 01:13:26 +08:00
手瓜一十雪
750f4e1c17 chore: build 2024-08-12 01:13:03 +08:00
Wesley F. Young
fd6c3e2e17 Merge remote-tracking branch 'origin/main' 2024-08-12 01:12:36 +08:00
Wesley F. Young
349ff6a2bb fix: inherit logging level from config 2024-08-12 01:12:27 +08:00
手瓜一十雪
c76d1f6418 build: v2.0.0 test 2024-08-12 01:10:45 +08:00
手瓜一十雪
06b9530959 chore: build 2024-08-12 01:09:30 +08:00
Wesley F. Young
bfad79574b fix: use constructor to pass config name 2024-08-12 01:08:55 +08:00
手瓜一十雪
9808a12750 chore: build 2024-08-12 01:00:26 +08:00
Wesley F. Young
c5df4de5dd Merge remote-tracking branch 'origin/main' 2024-08-12 00:50:23 +08:00
Wesley F. Young
e78ca3f2bb fix & refactor: no longer merge config data and loader; use static imports to represent config struct 2024-08-12 00:49:59 +08:00
手瓜一十雪
a5adc554cd chore: 日志 2024-08-12 00:35:35 +08:00
手瓜一十雪
ae801e0250 fix: 异常未使用内容 2024-08-12 00:34:02 +08:00
Wesley F. Young
17aa7f7df8 chore: remove TODO since legacy WebUI has been compatible with shell 2024-08-12 00:32:10 +08:00
Wesley F. Young
df8c9e0642 Merge remote-tracking branch 'origin/main' 2024-08-12 00:27:40 +08:00
Wesley F. Young
e739fcd92e refactor: move default config json files to inner folders 2024-08-12 00:27:14 +08:00
Wesley F. Young
6728c230d6 refactor: make ConfigBase abstract 2024-08-12 00:26:44 +08:00
手瓜一十雪
49d76a8d1a chore: 高版本appid 2024-08-12 00:26:37 +08:00
手瓜一十雪
5dac7b4884 fix 2024-08-12 00:22:17 +08:00
手瓜一十雪
2045eb4556 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-12 00:22:11 +08:00
手瓜一十雪
e913280631 chore: log 2024-08-12 00:17:43 +08:00
Wesley F. Young
86fc7935e5 fix: core config name 2024-08-12 00:15:51 +08:00
Wesley F. Young
6c610ffaec Merge remote-tracking branch 'origin/main' 2024-08-12 00:14:04 +08:00
手瓜一十雪
1231723004 chore: config 2024-08-12 00:12:52 +08:00
Wesley F. Young
c6fb9f3bf1 chore: suppress type merging error 2024-08-12 00:09:05 +08:00
手瓜一十雪
6eb0150582 chore: 日志美化 2024-08-12 00:08:49 +08:00
手瓜一十雪
ba4cd2dbe8 chore: 鉴权和回复 2024-08-11 23:59:58 +08:00
手瓜一十雪
da8453e17d chore: 挂载逻辑 2024-08-11 23:53:12 +08:00
手瓜一十雪
83dcd948a4 fix 2024-08-11 23:39:25 +08:00
手瓜一十雪
0fb5ad3f2a fix 2024-08-11 23:37:31 +08:00
手瓜一十雪
6cfbe49232 fix: error 2024-08-11 23:34:59 +08:00
手瓜一十雪
35e09fe23f Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-11 23:27:31 +08:00
手瓜一十雪
03f49b2cd7 chore: 二维码登录与刷新1 2024-08-11 23:27:28 +08:00
手瓜一十雪
ea2652c61a chore: 快速登录 2024-08-11 23:24:20 +08:00
Wesley F. Young
d89ee67fc7 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	src/onebot/network/active-websocket.ts
2024-08-11 23:15:37 +08:00
Wesley F. Young
0212f5a14b Merge remote-tracking branch 'origin/main'
# Conflicts:
#	src/onebot/network/active-websocket.ts
2024-08-11 23:15:13 +08:00
手瓜一十雪
b66e51eb7c chore: noThrowError 2024-08-11 23:13:47 +08:00
Wesley F. Young
1ac8de35c9 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	src/onebot/network/active-websocket.ts
2024-08-11 23:13:15 +08:00
手瓜一十雪
4b617ed77b chore: 初步完成 2024-08-11 23:10:56 +08:00
Wesley F. Young
85f1223caa feat: implement ActiveHttp.open / close 2024-08-11 23:09:59 +08:00
手瓜一十雪
c52df8ab48 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-11 23:09:21 +08:00
Wesley F. Young
a0a81e70cc feat: complete active websocket 2024-08-11 23:09:00 +08:00
Wesley F. Young
fe51c46bb8 chore: clean-up 2024-08-11 23:08:41 +08:00
手瓜一十雪
e3bdb6504b chore: token 2024-08-11 23:05:42 +08:00
Wesley F. Young
f91ab8b550 Merge remote-tracking branch 'origin/main' 2024-08-11 22:54:40 +08:00
Wesley F. Young
21ac538235 chore: fix indentation 2024-08-11 22:54:24 +08:00
手瓜一十雪
286e2eacce chore: 去除无用链接 2024-08-11 22:50:47 +08:00
Wesley F. Young
b71de4b489 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	.env.production
#	README.md
#	package.json
#	src/common/utils/QQBasicInfo.ts
#	src/core/src/apis/group.ts
#	src/core/src/apis/msg.ts
#	src/core/src/data.ts
#	src/core/src/services/NodeIKernelMsgService.ts
#	src/onebot/action/types.ts
#	src/onebot11/action/extends/CreateCollection.ts
#	src/onebot11/action/extends/Debug.ts
#	src/onebot11/action/extends/FetchEmojioLike.ts
#	src/onebot11/action/extends/GetCollectionList.ts
#	src/onebot11/action/extends/GetRobotUinRange.ts
#	src/onebot11/action/extends/OCRImage.ts
#	src/onebot11/action/extends/SetGroupHeader.ts
#	src/onebot11/action/extends/SetLongNick.ts
#	src/onebot11/action/extends/SetOnlineStatus.ts
#	src/onebot11/action/extends/SetQQAvatar.ts
#	src/onebot11/action/extends/TestApi01.ts
#	src/onebot11/action/extends/TranslateEnWordToZn.ts
#	src/onebot11/action/file/DelGroupFile.ts
#	src/onebot11/action/file/GetFile.ts
#	src/onebot11/action/go-cqhttp/GetForwardMsg.ts
#	src/onebot11/action/go-cqhttp/GetFriendMsgHistory.ts
#	src/onebot11/action/go-cqhttp/GetGroupHonorInfo.ts
#	src/onebot11/action/go-cqhttp/GetStrangerInfo.ts
#	src/onebot11/action/go-cqhttp/SendGroupNotice.ts
#	src/onebot11/action/go-cqhttp/UploadGroupFile.ts
#	src/onebot11/action/go-cqhttp/UploadPrivareFile.ts
#	src/onebot11/action/group/GetGroupEssence.ts
#	src/onebot11/action/group/GetGroupList.ts
#	src/onebot11/action/group/SetEssenceMsg.ts
#	src/onebot11/action/group/SetGroupAddRequest.ts
#	src/onebot11/action/group/SetGroupBan.ts
#	src/onebot11/action/group/SetGroupKick.ts
#	src/onebot11/action/index.ts
#	src/onebot11/action/msg/DeleteMsg.ts
#	src/onebot11/action/msg/ForwardSingleMsg.ts
#	src/onebot11/action/msg/GetMsg.ts
#	src/onebot11/action/msg/SendMsg/create-send-elements.ts
#	src/onebot11/action/msg/SendMsg/handle-forward-node.ts
#	src/onebot11/action/msg/SendMsg/index.ts
#	src/onebot11/action/msg/SendPrivateMsg.ts
#	src/onebot11/action/msg/SetMsgEmojiLike.ts
#	src/onebot11/action/system/GetLoginInfo.ts
#	src/onebot11/action/user/GetFriendList.ts
#	src/onebot11/action/user/SendLike.ts
#	src/onebot11/config.ts
#	src/onebot11/constructor.ts
#	src/onebot11/event/notice/OB11GroupAdminNoticeEvent.ts
#	src/onebot11/event/notice/OB11InputStatusEvent.ts
#	src/onebot11/log.ts
#	src/onebot11/main.ts
#	src/onebot11/version.ts
#	src/webui/ui/NapCat.ts
2024-08-11 22:37:16 +08:00
手瓜一十雪
55246d158a chore: 移除社交平台 2024-08-11 22:10:39 +08:00
Wesley F. Young
89e777f99e refactor: inline getApiContext() 2024-08-11 19:10:42 +08:00
Wesley F. Young
e88c0346f3 fix: type 2024-08-11 18:41:48 +08:00
Wesley F. Young
d58d06c293 fix: add missing catches 2024-08-11 18:39:23 +08:00
Wesley F. Young
9f4de6e745 feat: initGroupListener 2024-08-11 18:33:23 +08:00
Wesley F. Young
c1817539ec feat: initBuddyListener 2024-08-11 18:11:27 +08:00
手瓜一十雪
c7539257d7 fix: webui this丢失 2024-08-11 18:04:31 +08:00
手瓜一十雪
536afcd2a6 chore: Adapter 2024-08-11 17:57:52 +08:00
手瓜一十雪
bdb8c080f9 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-11 17:53:25 +08:00
手瓜一十雪
65343ed20f fix: rm log error 2024-08-11 17:53:15 +08:00
Wesley F. Young
e327c1b589 Merge remote-tracking branch 'origin/main' 2024-08-11 17:52:18 +08:00
Wesley F. Young
9b8b377ef9 refactor: signature of internal methods 2024-08-11 17:44:24 +08:00
手瓜一十雪
8eb79ec05b Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-11 17:44:02 +08:00
手瓜一十雪
cd4ff4c82b chore: build 2024-08-11 17:43:59 +08:00
Wesley F. Young
c27639371f feat: onMsgInfoListUpdate 2024-08-11 17:38:31 +08:00
Wesley F. Young
b4b35359f6 fix: remove redundant async calls 2024-08-11 17:24:29 +08:00
手瓜一十雪
fc318fda04 补全AT Type 2024-08-11 16:55:08 +08:00
手瓜一十雪
d240d53581 chore: 缓存维护 2024-08-11 16:18:34 +08:00
手瓜一十雪
8e58bfed6b chore: 防止炸了 2024-08-11 16:03:58 +08:00
手瓜一十雪
ef80299bce chore: 原始脚本 2024-08-11 15:45:49 +08:00
手瓜一十雪
196f9053c3 chore: 临时会话 2024-08-11 15:43:13 +08:00
手瓜一十雪
3b389b5212 chore: 类型补全 2024-08-11 15:34:52 +08:00
手瓜一十雪
f04a5ec5cc chore: 开源声明 2024-08-11 14:21:04 +08:00
手瓜一十雪
6cf5d8cfdf chore: 移除废弃日志 2024-08-11 13:55:46 +08:00
手瓜一十雪
d3897844ef chore: V2 2024-08-11 13:53:45 +08:00
手瓜一十雪
d57012e4cc chore: config保存 2024-08-11 13:52:55 +08:00
手瓜一十雪
be4f59bc5e chore: webui 2024-08-11 13:48:26 +08:00
手瓜一十雪
1046b68640 re: old webui 2024-08-11 13:10:31 +08:00
手瓜一十雪
bde7d5a5bb chore: 消息post 2024-08-11 12:18:13 +08:00
手瓜一十雪
ecd13d42d0 chore: NETWORK 2024-08-11 11:12:23 +08:00
手瓜一十雪
2e0593f593 chore: 鉴权认证优化 2024-08-11 11:07:11 +08:00
手瓜一十雪
b49d0ec4ec chore: 正向ws测试完成 2024-08-11 10:29:21 +08:00
手瓜一十雪
69482f3809 chore: 正向ws鉴权 2024-08-11 10:20:17 +08:00
手瓜一十雪
6b0798542e chore: 心跳 2024-08-11 10:12:53 +08:00
手瓜一十雪
fc2fe0a873 chore: 正向WS实现 2024-08-11 09:50:09 +08:00
手瓜一十雪
6af155de53 chore: Server Create 2024-08-11 09:27:47 +08:00
手瓜一十雪
f4e81f4966 fix 2024-08-11 00:54:26 +08:00
手瓜一十雪
0dadf60d43 Merge branch 'v2' of https://github.com/NapNeko/NapCatQQ into v2 2024-08-11 00:53:23 +08:00
手瓜一十雪
0e889b21d2 chore: fix 2024-08-11 00:53:15 +08:00
Wesley F. Young
f44f2db78b Merge remote-tracking branch 'origin/v2' into v2
# Conflicts:
#	src/onebot/action/extends/GetFriendWithCategory.ts
2024-08-11 00:46:17 +08:00
Wesley F. Young
bacc76d888 fix: reference problems 2024-08-11 00:45:47 +08:00
手瓜一十雪
87f513d9ed chore:fix 2024-08-11 00:44:37 +08:00
手瓜一十雪
e0478a2ffc Merge branch 'v2' of https://github.com/NapNeko/NapCatQQ into v2 2024-08-11 00:35:49 +08:00
手瓜一十雪
f770dc7771 chore: HttpAdapter 2024-08-11 00:35:39 +08:00
Wesley F. Young
0f990545d1 fix: adapt to breaking changes in event constructor signature 2024-08-11 00:33:49 +08:00
手瓜一十雪
bd0f63020f chore: network 初步完成 2024-08-11 00:24:00 +08:00
手瓜一十雪
695e225023 Merge branch 'v2' of https://github.com/NapNeko/NapCatQQ into v2 2024-08-11 00:19:38 +08:00
手瓜一十雪
0dedd7ab4a chore: active-websocket 2024-08-11 00:19:28 +08:00
Wesley F. Young
28ef54be1d feat: onInputStatusPush & onRecvMsg 2024-08-11 00:16:26 +08:00
手瓜一十雪
4b51b883e6 chore: 初步完成network 2024-08-11 00:11:51 +08:00
手瓜一十雪
bed57438b3 chore: websocket 2024-08-11 00:08:52 +08:00
Wesley F. Young
7a7219104b Merge remote-tracking branch 'origin/v2' into v2 2024-08-11 00:00:58 +08:00
手瓜一十雪
ecff37580a Merge branch 'v2' of https://github.com/NapNeko/NapCatQQ into v2 2024-08-11 00:00:42 +08:00
Wesley F. Young
887ba7fc82 fix: logMessage & method signature 2024-08-11 00:00:16 +08:00
Wesley F. Young
b450c28b12 update: EmitEventContent = Message + Event 2024-08-10 23:54:20 +08:00
手瓜一十雪
d68c0fa3db chore: Basic Info 2024-08-10 23:53:16 +08:00
Wesley F. Young
8f1cb80746 Revert "feat: logMessage for LogWrapper"
This reverts commit eafb3c4101.
2024-08-10 23:52:42 +08:00
Wesley F. Young
eafb3c4101 feat: logMessage for LogWrapper 2024-08-10 23:31:23 +08:00
手瓜一十雪
6a3b605d67 fix 2024-08-10 22:40:40 +08:00
手瓜一十雪
84c4ee8b11 Merge branch 'v2' of https://github.com/NapNeko/NapCatQQ into v2 2024-08-10 22:35:41 +08:00
手瓜一十雪
a20e37d3c0 chore: GroupCache 2024-08-10 22:35:29 +08:00
Wesley F. Young
295ac70f4f Merge remote-tracking branch 'origin/v2' into v2 2024-08-10 22:27:05 +08:00
手瓜一十雪
f5c0806105 Merge branch 'v2' of https://github.com/NapNeko/NapCatQQ into v2 2024-08-10 22:25:38 +08:00
手瓜一十雪
6b90fd0a01 chore: config 2024-08-10 22:25:25 +08:00
Wesley F. Young
bde27518c8 fix: method signature of _handle 2024-08-10 22:22:52 +08:00
Wesley F. Young
ad7dc3b6b5 Merge remote-tracking branch 'origin/v2' into v2 2024-08-10 22:12:06 +08:00
Wesley F. Young
2d46017d06 refactor: add core into all event constructors 2024-08-10 22:11:57 +08:00
手瓜一十雪
ccccbcde2a chore: config 2024-08-10 21:58:37 +08:00
手瓜一十雪
945776e48d chore: config 2024-08-10 21:56:55 +08:00
手瓜一十雪
de972353e2 fix 2024-08-10 21:53:08 +08:00
手瓜一十雪
10fe54938b Merge branch 'v2' of https://github.com/NapNeko/NapCatQQ into v2 2024-08-10 21:48:08 +08:00
手瓜一十雪
acb5dc80b3 chore: fix 2024-08-10 21:47:58 +08:00
Wesley F. Young
30e89c643e refactor: specify the arg type of onInputStatusPush 2024-08-10 20:56:46 +08:00
Wesley F. Young
a6e2bd1b5b chore: make BaseAction abstract 2024-08-10 20:53:29 +08:00
Wesley F. Young
3f0ea65a3c refactor: rename postEvent -> emitEvent to prevent ambiguity 2024-08-10 20:43:50 +08:00
手瓜一十雪
ffd1079a70 Merge branch 'v2' of https://github.com/NapNeko/NapCatQQ into v2 2024-08-10 20:28:52 +08:00
手瓜一十雪
86d184ac21 chore: 移除错误日志 2024-08-10 20:28:43 +08:00
Wesley F. Young
27bf760fca Merge remote-tracking branch 'origin/v2' into v2
# Conflicts:
#	src/core/apis/group.ts
2024-08-10 20:26:42 +08:00
Wesley F. Young
02fbedda0a feat: get group & group member by uin 2024-08-10 20:25:32 +08:00
手瓜一十雪
6d1f4141e8 chore: add 2024-08-10 20:23:17 +08:00
Wesley F. Young
116a04e081 chore: run a full eslint 2024-08-10 19:58:31 +08:00
Wesley F. Young
9a9511aad6 optimize: an ActiveHttpAdapter does not need to register actions 2024-08-10 19:33:34 +08:00
手瓜一十雪
020677f0d6 chore 2024-08-10 18:45:46 +08:00
手瓜一十雪
cde2809ec6 chore: 标准化 2024-08-10 18:18:04 +08:00
手瓜一十雪
ba2235e2f6 chore: 核心缓存位置设计完成 2024-08-10 18:06:40 +08:00
手瓜一十雪
bfea373c35 fix: 创建OB上下文 2024-08-10 18:03:21 +08:00
手瓜一十雪
20639baf78 chore: log 2024-08-10 17:53:48 +08:00
手瓜一十雪
81f670cf7d fix: typo 2024-08-10 17:51:25 +08:00
手瓜一十雪
baa6605498 chore: 调整出包方式 2024-08-10 17:50:23 +08:00
手瓜一十雪
bdaa49922e chore: 针对的并非框架 2024-08-10 17:45:17 +08:00
手瓜一十雪
73acbb7c07 chore: PostEvent 2024-08-10 17:33:17 +08:00
手瓜一十雪
b0484fc650 chore: 去除无效代码 2024-08-10 17:31:12 +08:00
手瓜一十雪
cff33b3d0d chore: 小调整 2024-08-10 17:29:24 +08:00
手瓜一十雪
dac361bcde chore: 管理网络适配器 2024-08-10 17:11:04 +08:00
手瓜一十雪
773e7ce90a chore: token 2024-08-10 17:07:23 +08:00
手瓜一十雪
a14a193361 chore: HeartBeat 2024-08-10 16:58:40 +08:00
手瓜一十雪
0c747ab811 Revert "chore: network context"
This reverts commit 3a4addb0b2.
2024-08-10 16:35:58 +08:00
手瓜一十雪
3a4addb0b2 chore: network context 2024-08-10 16:28:26 +08:00
手瓜一十雪
c3dd6dd7ad chore 2024-08-10 16:21:56 +08:00
手瓜一十雪
3f219e3f36 fix: typo 2024-08-10 16:20:44 +08:00
手瓜一十雪
c0a06aec28 chore: readme 2024-08-10 16:19:57 +08:00
手瓜一十雪
ae41a43c32 chore: HttpServer 2024-08-10 16:09:26 +08:00
手瓜一十雪
a28e15509c feat; 初步完成 2024-08-10 15:52:05 +08:00
Wesley F. Young
10cd6c1b9f feat: a framework of active (reverse, 反向) websocket 2024-08-10 15:13:26 +08:00
手瓜一十雪
7116d63f50 Merge branch 'v2' of https://github.com/NapNeko/NapCatQQ into v2 2024-08-10 14:42:09 +08:00
Wesley F. Young
b39bc8828d feat: a framework of passive (正向) websocket 2024-08-10 14:40:51 +08:00
Wesley F. Young
95615a868d update: interface IOB11NetworkAdapter 2024-08-10 14:00:56 +08:00
Wesley F. Young
2d6600cc83 fix: typo of Emojio -> Emoji 2024-08-10 13:53:24 +08:00
手瓜一十雪
a97a857eba 😊史山移出历史长河 2024-08-10 13:52:06 +08:00
Wesley F. Young
782901f9e1 fix: typo of Emojio -> Emoji 2024-08-10 13:51:49 +08:00
Wesley F. Young
be6805cd0d begin refactoring ob11/server 2024-08-10 13:48:27 +08:00
手瓜一十雪
25345cbee0 chore: fix 2024-08-10 13:34:33 +08:00
手瓜一十雪
13c5e6bdd8 chore: 移除延迟 2024-08-10 13:32:38 +08:00
Wesley F. Young
5a2b21525f fix: add pathWrapper into NC_LL constructor 2024-08-10 11:56:47 +08:00
Wesley F. Young
67203b572a fix: hook session init when launching as LL plugin 2024-08-10 11:56:23 +08:00
Wesley F. Young
3d58085653 fix: remove debug info 2024-08-10 08:43:22 +08:00
Wesley F. Young
8993ab038e update: add pathWrapper into instance context 2024-08-09 23:21:17 +08:00
Wesley F. Young
39bd42af95 fix: login 2024-08-09 23:19:47 +08:00
手瓜一十雪
5b9f434fea fix 2024-08-09 22:48:13 +08:00
Wesley F. Young
a50b474776 Merge remote-tracking branch 'origin/v2' into v2 2024-08-09 22:37:21 +08:00
Wesley F. Young
8c7b7bcc19 feat: logging in through shell 2024-08-09 22:36:44 +08:00
手瓜一十雪
12fa32d88f chore: defaultConfig 2024-08-09 22:29:51 +08:00
手瓜一十雪
a495e5de4f chore: config 2024-08-09 22:29:01 +08:00
手瓜一十雪
cd57e24a79 fix 2024-08-09 22:14:45 +08:00
手瓜一十雪
8a93f04266 feat: 注入OneBot上下文 2024-08-09 21:54:14 +08:00
手瓜一十雪
dcb9b6167b release: 1.8.6 2024-08-09 21:41:56 +08:00
手瓜一十雪
5c2c50d8a4 release: 1.8.5 2024-08-09 21:38:36 +08:00
Wesley F. Young
af01a073ef chore: run eslint --fix in onebot module 2024-08-09 20:35:03 +08:00
手瓜一十雪
b8b67a10f2 fix: error 2024-08-09 20:34:31 +08:00
手瓜一十雪
545e77a462 chore: wait for v2 2024-08-09 19:41:40 +08:00
手瓜一十雪
b41b7bffd6 LICENSE: MPL2 To BSD 2024-08-09 19:40:35 +08:00
手瓜一十雪
f5b6fa31a7 fix 2024-08-09 19:13:26 +08:00
手瓜一十雪
41cfbcec98 chore: fix 2024-08-09 19:04:14 +08:00
手瓜一十雪
df7a090699 chore config 2024-08-09 18:44:14 +08:00
手瓜一十雪
da44c00074 chore: action基本就绪 2024-08-09 18:28:05 +08:00
手瓜一十雪
b510756239 chore: sendMsg 2024-08-09 18:23:37 +08:00
手瓜一十雪
1c4bb3398b chore Api 2024-08-09 18:17:45 +08:00
手瓜一十雪
3f49b81a4d fix: 大部分异常 2024-08-09 18:06:11 +08:00
手瓜一十雪
365f5dfb85 chore: sendMsg 2024-08-09 17:53:06 +08:00
手瓜一十雪
2cf5b7ea42 CHORE 2024-08-09 17:49:51 +08:00
手瓜一十雪
06abf228c6 chore: GroupApi Finish 2024-08-09 17:37:17 +08:00
手瓜一十雪
6dbc5fc5a0 chore: gocq接口完成 2024-08-09 17:27:44 +08:00
手瓜一十雪
26cb728e9c refactor: 初步fileApi就绪 2024-08-09 17:12:57 +08:00
手瓜一十雪
917a179128 chore: 所有扩展接口就绪 2024-08-09 17:01:29 +08:00
手瓜一十雪
3c855f4185 chore: context 2024-08-09 16:52:03 +08:00
手瓜一十雪
49fa155368 chore: server 2024-08-09 16:49:40 +08:00
手瓜一十雪
ee38508563 chore: http 2024-08-09 16:40:54 +08:00
手瓜一十雪
0a3038ad79 chore: version Api 2024-08-09 16:35:28 +08:00
手瓜一十雪
dbe907b450 chore 2024-08-09 16:30:54 +08:00
手瓜一十雪
9d1cf45ea1 chore: actionMap 2024-08-09 16:28:38 +08:00
手瓜一十雪
5e79994ec2 chore: OBAPI 2024-08-09 16:22:35 +08:00
手瓜一十雪
67d92c61f7 chore:action 2024-08-09 16:15:17 +08:00
手瓜一十雪
013df1dbdd Merge branch 'v2' of https://github.com/NapNeko/NapCatQQ into v2 2024-08-09 16:04:38 +08:00
手瓜一十雪
f3dc7da1c8 chore: obApi 2024-08-09 16:04:28 +08:00
Wesley F. Young
1a9d734a1b chore: fix indentation in files 2024-08-09 15:58:40 +08:00
手瓜一十雪
28574c1065 chore: Action 2024-08-09 15:50:17 +08:00
手瓜一十雪
086a6ad2cd chore: OneBotApi 2024-08-09 15:44:45 +08:00
手瓜一十雪
7587e1b8f5 chore: NTApi Finish 2024-08-09 15:35:00 +08:00
手瓜一十雪
dac3852310 fix: 小问题 2024-08-09 15:31:41 +08:00
手瓜一十雪
ede17143fe Merge branch 'v2' of https://github.com/NapNeko/NapCatQQ into v2 2024-08-09 15:30:33 +08:00
手瓜一十雪
77e3698458 chore: 屏蔽部分代码 2024-08-09 15:30:04 +08:00
Wesley F. Young
c7cd6eed34 refactor: fix typo and add comments in WebHonorType 2024-08-09 15:22:34 +08:00
Wesley F. Young
5b9c804787 Merge remote-tracking branch 'origin/v2' into v2 2024-08-09 15:14:31 +08:00
Wesley F. Young
bae6b2a79c refactor: shared logic in webapi.ts 2024-08-09 15:14:11 +08:00
手瓜一十雪
a1f7ba38c8 Merge branch 'v2' of https://github.com/NapNeko/NapCatQQ into v2 2024-08-09 14:39:27 +08:00
手瓜一十雪
b020fc1599 chore: file utils 2024-08-09 14:39:06 +08:00
Wesley F. Young
3543624be2 Merge remote-tracking branch 'origin/v2' into v2 2024-08-09 14:32:43 +08:00
Wesley F. Young
858377876e fix: typo of lastest -> latest 2024-08-09 14:32:32 +08:00
手瓜一十雪
855df4094d fix: signApi 2024-08-09 14:24:48 +08:00
手瓜一十雪
60c7d361e5 fix: system api 2024-08-09 14:14:45 +08:00
手瓜一十雪
aa2c78a867 Merge branch 'v2' of https://github.com/NapNeko/NapCatQQ into v2 2024-08-09 14:12:11 +08:00
手瓜一十雪
f1e1d5d797 Merge branch 'v2' of https://github.com/NapNeko/NapCatQQ into v2 2024-08-09 14:11:59 +08:00
Wesley F. Young
5a5d9cf5f1 chore: add .prettierrc.json 2024-08-09 14:11:24 +08:00
手瓜一十雪
716737fed2 fix: webapi 2024-08-09 14:10:10 +08:00
Wesley F. Young
e847761d1a chore: fix indentation and semi in core 2024-08-09 14:09:42 +08:00
手瓜一十雪
0319fafeca fix rkeyManager 2024-08-09 14:05:47 +08:00
手瓜一十雪
282bdc40df chore: api 2024-08-09 13:58:26 +08:00
手瓜一十雪
0612978634 chore: ntapi 2024-08-09 13:52:15 +08:00
手瓜一十雪
39dc0aedd7 chore: NTAPI 2024-08-09 13:42:04 +08:00
手瓜一十雪
98966f7464 Merge pull request #230 from canxin121/main
Fix typo in eventType field name
2024-08-09 13:35:45 +08:00
手瓜一十雪
c2b53443b1 chore: NTAPI 2024-08-09 13:33:58 +08:00
canxin121
5988957c1c Fix typo in eventType field name 2024-08-09 13:12:11 +08:00
手瓜一十雪
82b7a7a07b chore: 改成实例 2024-08-09 13:01:02 +08:00
手瓜一十雪
27ffb3b1cf chore: NTAPI 2024-08-09 12:58:00 +08:00
Wesley F. Young
166678505d rollback: use legacy event wrapper 2024-08-09 11:34:18 +08:00
手瓜一十雪
b2b070bcee remove: core不要干多余的事情 2024-08-09 11:11:45 +08:00
Wesley F. Young
80555ea9d4 refactor: make selfInfo a 'runtime info' 2024-08-09 11:03:25 +08:00
手瓜一十雪
d53753c42e chore: 1.8.4 2024-08-09 10:48:13 +08:00
手瓜一十雪
d275108566 Merge branch 'v2' of https://github.com/NapNeko/NapCatQQ into v2 2024-08-09 10:44:59 +08:00
手瓜一十雪
a1a28a892f chore: type 2024-08-09 10:42:03 +08:00
Wesley F. Young
81e56a77dc chore: fix indentation and semi in files 2024-08-09 10:37:09 +08:00
Wesley F. Young
65521bd840 Merge branch 'main' into v2 2024-08-08 23:20:15 +08:00
Wesley F. Young
0a5f30a512 docs: 给 v2 引流 2024-08-08 23:15:28 +08:00
Wesley F. Young
4adc1b4a9d docs: 进化的语言中枢 2024-08-08 23:13:21 +08:00
Wesley F. Young
a15d411635 fix: remove debug log 2024-08-08 22:12:07 +08:00
Wesley F. Young
4276107c6b feat: shell 2024-08-08 22:10:55 +08:00
Wesley F. Young
7e973e643c Merge remote-tracking branch 'origin/v2' into v2 2024-08-08 21:46:14 +08:00
手瓜一十雪
3519d1a444 chore: requests 2024-08-08 21:42:34 +08:00
Wesley F. Young
01828a5236 chore: make indent 4 in .editorconfig 2024-08-08 21:40:09 +08:00
手瓜一十雪
d8d9991907 chore: docs 2024-08-08 21:34:25 +08:00
手瓜一十雪
cbe828cf11 chore: remove sleep 2024-08-08 21:31:00 +08:00
手瓜一十雪
9fea4867cf chore: loadfinish 2024-08-08 21:23:14 +08:00
手瓜一十雪
bdd37ff290 chore: onRecv 2024-08-08 21:19:42 +08:00
手瓜一十雪
c98c86be3b Merge branch 'v2' of https://github.com/NapNeko/NapCatQQ into v2 2024-08-08 21:12:33 +08:00
手瓜一十雪
e2cb194ced chore: build
Co-Authored-By: Wesley F. Young <25684570+Wesley-Young@users.noreply.github.com>
2024-08-08 21:12:23 +08:00
Wesley F. Young
0dfec785c8 chore: make indent 4 in eslint 2024-08-08 21:06:27 +08:00
手瓜一十雪
37a104c0f3 chore: build
Co-Authored-By: Wesley F. Young <25684570+Wesley-Young@users.noreply.github.com>
2024-08-08 20:59:18 +08:00
手瓜一十雪
d675a26114 build: liteloader
Co-Authored-By: Wesley F. Young <25684570+Wesley-Young@users.noreply.github.com>
2024-08-08 20:57:10 +08:00
手瓜一十雪
1f7e2f7bed chore: build
Co-Authored-By: Wesley F. Young <25684570+Wesley-Young@users.noreply.github.com>
2024-08-08 20:43:36 +08:00
手瓜一十雪
3ffdc51a10 chore: build
Co-Authored-By: Wesley F. Young <25684570+Wesley-Young@users.noreply.github.com>
2024-08-08 20:42:09 +08:00
手瓜一十雪
4e4f93e655 chore: old webui
Co-Authored-By: Wesley F. Young <25684570+Wesley-Young@users.noreply.github.com>
2024-08-08 20:21:44 +08:00
手瓜一十雪
e5b90afff2 chore: vite build
Co-Authored-By: Wesley F. Young <25684570+Wesley-Young@users.noreply.github.com>
2024-08-08 19:26:27 +08:00
手瓜一十雪
ba70c14194 chore: 进度提交 2024-08-08 17:51:15 +08:00
手瓜一十雪
802e143226 chore: 改造为后初始化 2024-08-08 15:13:58 +08:00
手瓜一十雪
1bd25c323b chore: 补全基础框架 2024-08-08 14:36:59 +08:00
手瓜一十雪
99ae7fc27c chore: 类型补全 2024-08-08 14:29:29 +08:00
手瓜一十雪
e49f7b39e4 chore: Wrapper声明 2024-08-08 14:21:34 +08:00
手瓜一十雪
a55b305985 chore: refactor 2024-08-08 12:59:21 +08:00
手瓜一十雪
80967dd18e refactor: init 2024-08-08 12:44:10 +08:00
手瓜一十雪
b7403351cd build: test 2024-08-08 11:11:38 +08:00
手瓜一十雪
a71ac766cf build: test 2024-08-08 10:59:49 +08:00
手瓜一十雪
c69adc906d build: test 2024-08-08 10:50:36 +08:00
手瓜一十雪
631b3ab3df build:test 2024-08-08 10:29:53 +08:00
手瓜一十雪
fecdf3d3e8 Merge pull request #224 from NapNeko/newold
build: test
2024-08-08 10:28:19 +08:00
手瓜一十雪
be0b3ddf9e build: test 2024-08-08 10:26:49 +08:00
手瓜一十雪
909ff9028f release:1.8.3 2024-08-07 01:32:48 +08:00
手瓜一十雪
a83bda2864 release: 1.8.3 2024-08-07 01:28:22 +08:00
手瓜一十雪
ba896ab1b9 chore: BootWay05Script 2024-08-07 01:25:02 +08:00
手瓜一十雪
175cfa04b8 docs: todo 2024-08-06 23:42:21 +08:00
手瓜一十雪
c6c6dcda82 build: OB11InputStatusEvent 2024-08-06 23:39:22 +08:00
手瓜一十雪
eca6ba3e43 chore: 移除部分无用内容 2024-08-06 21:14:11 +08:00
手瓜一十雪
875750b4e3 DOCS:TODO 2024-08-06 20:46:17 +08:00
手瓜一十雪
c3e2f34d9f docs: 标记TODO和兜底接口 2024-08-06 20:38:49 +08:00
手瓜一十雪
d1468435a3 release:1.8.2 2024-08-06 20:10:01 +08:00
手瓜一十雪
e39d5c4fe9 feat: 多层合并完成 2024-08-06 18:55:36 +08:00
手瓜一十雪
54325502b6 chore: 去除风控延迟 2024-08-06 18:01:36 +08:00
手瓜一十雪
be5affc4c0 chore: 多层合并转发初步可用 2024-08-06 17:58:48 +08:00
手瓜一十雪
545cb8bd54 fix: 对漏掉的部分加入 2024-08-06 17:02:26 +08:00
手瓜一十雪
798dfaddc0 refactor: SendMessageContext 2024-08-06 17:00:27 +08:00
手瓜一十雪
84d2093aff fix: 再次优化nodeid 2024-08-06 16:43:06 +08:00
手瓜一十雪
d7e9fe6359 fix: 合并转发Node节点异常问题 2024-08-06 16:27:06 +08:00
手瓜一十雪
8b4b0e410f fix: 合并reply 2024-08-06 16:00:25 +08:00
手瓜一十雪
d8c7521eab release: v1.8.1 2024-08-06 15:55:59 +08:00
手瓜一十雪
4ec609f52d feat: 合并消息初步解析完成 2024-08-06 14:48:20 +08:00
手瓜一十雪
7e09c3e3f4 feat: 转发着色 2024-08-06 11:40:36 +08:00
手瓜一十雪
1c2aa3bcef build: 180test 2024-08-06 11:31:48 +08:00
手瓜一十雪
66cd7fc8aa build: 180 2024-08-06 11:30:35 +08:00
手瓜一十雪
9077c0fa34 fix #102 2024-08-06 11:30:12 +08:00
手瓜一十雪
78115f9446 chore: log 2024-08-06 11:15:44 +08:00
手瓜一十雪
607f63b40b style:lint 2024-08-06 11:12:25 +08:00
手瓜一十雪
a6dec70e4e build: 181test 2024-08-06 11:07:37 +08:00
手瓜一十雪
126f530ead release: 1.8.0 2024-08-06 09:13:03 +08:00
手瓜一十雪
87c3863f88 release: 1.7.9 2024-08-05 21:04:49 +08:00
手瓜一十雪
78c71651d5 build: 1.7.9-test 2024-08-05 20:36:08 +08:00
手瓜一十雪
c32ed2d6a1 feat: fetch_emoji_like 2024-08-05 20:33:24 +08:00
手瓜一十雪
927feaaaad remove: 😢意外加入的文件 2024-08-05 18:40:39 +08:00
手瓜一十雪
77e44cebdd feat: GetRecentContact 私有标准 2024-08-05 18:39:02 +08:00
手瓜一十雪
66481d779b refactor: msgRandom控制 2024-08-05 17:42:07 +08:00
手瓜一十雪
43281aa210 release: 1.7.8 2024-08-05 13:52:34 +08:00
手瓜一十雪
3ae8f98c33 build: 178发言时间与加入时间完全兜底 2024-08-05 13:45:07 +08:00
手瓜一十雪
85a9b654b1 chore: test 2024-08-05 13:01:26 +08:00
手瓜一十雪
72d852c6f6 feat: richmsg failed 2024-08-05 12:45:06 +08:00
手瓜一十雪
1b31742a07 docs: 补充 2024-08-05 01:11:11 +08:00
手瓜一十雪
3412979ea1 LICENSE: break 2024-08-05 00:48:41 +08:00
Alen
7211704e96 Merge pull request #208 from cnxysoft/main
BUG修复
2024-08-05 00:20:17 +08:00
Alen
4c452e708b BUG修复
修复(群聊/私聊)转发合并消息错误的问题
2024-08-05 00:18:42 +08:00
手瓜一十雪
ef382148f2 fix: 177 2024-08-04 23:26:51 +08:00
手瓜一十雪
27080e47bf fix: get_stranger_info 2024-08-04 22:21:24 +08:00
手瓜一十雪
d59be89fd9 fix: 177 2024-08-04 21:40:44 +08:00
手瓜一十雪
2f2c5f6584 release: v1.7.7 2024-08-04 21:23:55 +08:00
手瓜一十雪
6a7036570b refactor: get_group_member_list 2024-08-04 21:21:36 +08:00
手瓜一十雪
1ce0d6c221 refactor: get_group_list 2024-08-04 20:56:49 +08:00
手瓜一十雪
37f07059f2 refactor: /get_group_member_info 2024-08-04 20:53:23 +08:00
手瓜一十雪
7fbdede7cd 《NTQQ参数全解》 2024-08-04 20:19:34 +08:00
手瓜一十雪
275a1726dc refactor: 开始重构群成员信息获取 2024-08-04 20:10:21 +08:00
手瓜一十雪
f70fcad984 chore: 移除调试代码 2024-08-04 19:12:18 +08:00
手瓜一十雪
5fa39a6091 feat: shareDigest 2024-08-04 19:11:44 +08:00
手瓜一十雪
1e794bd6a1 chore: 移除旧代码 2024-08-04 18:50:40 +08:00
手瓜一十雪
db08e3c30f fix: 一处很久很久的看错的的问题 2024-08-04 18:49:40 +08:00
手瓜一十雪
f753c934ec refactor: Id转换 2024-08-04 18:45:00 +08:00
手瓜一十雪
628dad9c6b refactor: Uid/Uin转换V2版本 2024-08-04 18:01:31 +08:00
手瓜一十雪
5fadfdf944 fix: 准备第二次重构uid/uin 2024-08-04 16:50:23 +08:00
手瓜一十雪
9b0c4bd746 feat: getBuddyV2ExWithCate 2024-08-04 16:45:14 +08:00
手瓜一十雪
12b5e67185 Refactor Api: GetFriendsWithCategory 2024-08-04 16:37:15 +08:00
手瓜一十雪
1fd8c6e144 refctor: getBuddyV2 支持分类 2024-08-04 16:27:25 +08:00
手瓜一十雪
f383eb9f3b refactor: api getbuddyv2 2024-08-04 16:05:07 +08:00
手瓜一十雪
bbbf5a6057 build: 1.7.7 2024-08-04 15:16:45 +08:00
手瓜一十雪
6df14cf2cd chore: Todo 2024-08-04 15:12:55 +08:00
手瓜一十雪
998e615272 fix: 初始化问题 2024-08-04 15:01:43 +08:00
手瓜一十雪
673fb4e008 build: 1.7.7-refactor 2024-08-04 14:39:45 +08:00
手瓜一十雪
dbdb67cfcb Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-04 14:35:47 +08:00
手瓜一十雪
2c48d5b039 refactor: Appid的获取 2024-08-04 14:35:26 +08:00
手瓜一十雪
80d2eb1b86 Merge pull request #206 from pohgxz/main
修复webui快捷登录失败
2024-08-04 14:15:53 +08:00
手瓜一十雪
6b83a90151 chore: 订正类型 2024-08-04 14:15:40 +08:00
手瓜一十雪
b174ed7054 build: 1.7.7 refactor 2024-08-04 14:06:30 +08:00
手瓜一十雪
0466f28e16 refactor: versionGet 2024-08-04 14:03:28 +08:00
Nepenthe
8be40936cc 修复webui快捷登录失败 2024-08-04 13:04:31 +08:00
手瓜一十雪
c79130d34f refactor: BuddyList 2024-08-04 12:26:55 +08:00
手瓜一十雪
2456d7319a release: 1.7.6 2024-08-03 22:45:36 +08:00
手瓜一十雪
73e40a908b release: 1.7.5 2024-08-03 20:48:13 +08:00
手瓜一十雪
403eca5476 release: 1.7.5 2024-08-03 20:47:05 +08:00
手瓜一十雪
2f59e69a9b build:1.7.5For9.9.15 2024-08-03 16:23:55 +08:00
手瓜一十雪
f059b675c5 chore: 9.9.15 support 2024-08-03 16:08:23 +08:00
手瓜一十雪
53f822eef8 chore: 兼容9.915 信息获取 2024-08-03 15:36:56 +08:00
手瓜一十雪
849c1ee38b build: 1.7.5For9.9.15 2024-08-03 15:07:51 +08:00
手瓜一十雪
f0263efdde style: lint 2024-08-03 15:06:02 +08:00
手瓜一十雪
dac420ac06 feat: 精简历史获取 2024-08-03 15:03:41 +08:00
手瓜一十雪
68d17dbc7c chore: 清除老旧代码 2024-08-03 14:57:24 +08:00
手瓜一十雪
1767528ef4 chore: queryEmoticonMsgs 2024-08-03 14:44:48 +08:00
手瓜一十雪
c0ae6d7026 feat: 补全类型 开始对9.9.15针对优化 2024-08-03 14:25:26 +08:00
手瓜一十雪
3464d67750 chore: 9.9.15兼容sendmsg 2024-08-03 13:11:25 +08:00
手瓜一十雪
1ab26ea961 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-03 12:28:41 +08:00
手瓜一十雪
ed8dae3bfd chore: support win 9.9.15 2024-08-03 12:28:25 +08:00
手瓜一十雪
8c2661e09d Merge pull request #201 from idranme/main
feat: at segment add name
2024-08-03 07:08:25 +08:00
idranme
9e109d9111 chore 2024-08-02 15:49:01 +00:00
idranme
d4ee1b0f29 feat: at segment add name 2024-08-02 15:45:37 +00:00
手瓜一十雪
9495a95fec release: v1.7.4 2024-08-01 23:35:35 +08:00
手瓜一十雪
116bfa2666 fix: 多次上报自身消息 2024-08-01 22:00:40 +08:00
手瓜一十雪
c2b24f4f8c #176 revert 2024-08-01 21:48:17 +08:00
手瓜一十雪
e3d61358fd build: 1.7.4 2024-08-01 19:44:28 +08:00
手瓜一十雪
faac0ad754 fix #183 2024-08-01 19:43:29 +08:00
手瓜一十雪
a48e72a675 build: test 2024-08-01 17:14:15 +08:00
手瓜一十雪
5d7470f963 Revert "build(deps-dev): bump @typescript-eslint/eslint-plugin"
This reverts commit a8b2cd5c65.
2024-08-01 17:13:54 +08:00
手瓜一十雪
f84061b785 build: test api 2024-08-01 17:12:56 +08:00
手瓜一十雪
6d56000180 chore: test 2024-08-01 17:08:22 +08:00
手瓜一十雪
e2e16ac83c Merge pull request #192 from NapNeko/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.0.0
build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.0.0
2024-08-01 16:26:50 +08:00
dependabot[bot]
a8b2cd5c65 build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.18.0 to 8.0.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-01 08:22:34 +00:00
手瓜一十雪
8502e0c8b0 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-08-01 13:11:19 +08:00
手瓜一十雪
e957be65e8 补充类型 移除无用代码 2024-08-01 13:11:09 +08:00
手瓜一十雪
96f7378580 Merge pull request #188 from Fripine/feat/FriendAddNoticeEvent
feat: support FriendAddNoticeEvent
2024-08-01 08:46:50 +08:00
Fripine
b9e218a19c feat: support FriendAddNoticeEvent 2024-08-01 01:03:33 +08:00
手瓜一十雪
740e278b91 fix #186 2024-07-31 22:23:12 +08:00
手瓜一十雪
1d0973bd03 release: 1.7.3 2024-07-31 22:21:23 +08:00
手瓜一十雪
4a8744a25c build: 1.7.2 beta0 2024-07-31 22:20:39 +08:00
手瓜一十雪
6fd39d2958 chore: Ver2SendMsg 2024-07-31 22:19:35 +08:00
手瓜一十雪
b2e360aaa7 fix #186 2024-07-31 21:46:12 +08:00
手瓜一十雪
b60167bcaa fix #187 2024-07-31 21:41:31 +08:00
手瓜一十雪
376e782917 fix #184 2024-07-31 21:36:13 +08:00
手瓜一十雪
487ab7a830 refactor: getfile 2024-07-31 16:40:34 +08:00
手瓜一十雪
e914a4a776 fix #173 2024-07-31 16:02:08 +08:00
手瓜一十雪
a8b755ad5c typo fix #178 2024-07-31 15:58:27 +08:00
手瓜一十雪
e594026953 try fix #183 2024-07-31 15:52:28 +08:00
手瓜一十雪
555699d957 chore: 兼容wt 2024-07-31 14:21:05 +08:00
手瓜一十雪
21795465b7 release: 1.7.2 2024-07-31 10:51:12 +08:00
手瓜一十雪
22c5d1f10e release: 1.7.2 2024-07-31 10:46:23 +08:00
手瓜一十雪
175e16177d build: 1.7.2 no log 2024-07-31 10:35:53 +08:00
手瓜一十雪
1c033f51e1 build: 1.7.1 双消息队列 2024-07-31 10:33:38 +08:00
手瓜一十雪
3dd3ad94e1 build: 1.7.2 消息队列重构 2024-07-31 10:25:46 +08:00
手瓜一十雪
a38a4031e6 refatcor: sendmsg 2024-07-31 01:12:46 +08:00
手瓜一十雪
d01654654d fix: error 2024-07-30 23:34:29 +08:00
手瓜一十雪
d9547f102f fix: error 2024-07-30 23:33:32 +08:00
手瓜一十雪
645954ba4d feat: 对msgId兜底 2024-07-30 23:31:42 +08:00
手瓜一十雪
38ed0eed63 fix: msghash性能问题 2024-07-30 23:06:58 +08:00
手瓜一十雪
c3e4ae0f53 Merge pull request #180 from cnxysoft/main
BW5启动脚本修改
2024-07-30 22:30:04 +08:00
Alen
15181f14bf BW5启动脚本修复
修改脚本为 UTF-8 with BOM 格式,解决添加注释后执行报错的问题
2024-07-30 19:56:17 +08:00
Alen
a4c5f1fd40 Merge remote-tracking branch 'upstream/main' 2024-07-30 17:56:48 +08:00
Alen
62f3b0e7c4 修改BW5启动脚本
支持脚本自动提权
自动覆盖dbghelp.dll
修改默认启用UTF8
修改不再从新窗口运行NC
2024-07-30 17:56:28 +08:00
手瓜一十雪
2a4f51a17e chore: remove log 2024-07-30 16:45:03 +08:00
手瓜一十雪
dff26e36ad fix: setMsg 2024-07-30 16:34:33 +08:00
手瓜一十雪
af905f791a Merge pull request #175 from pohgxz/main
修复Way05无法带参
2024-07-30 09:12:15 +08:00
Nepenthe
c8de4f18c9 修复Way05无法带参 2024-07-29 23:32:34 +08:00
手瓜一十雪
2434567c91 fix: script 2024-07-29 20:58:27 +08:00
手瓜一十雪
46e422492d fix: error 2024-07-29 20:49:35 +08:00
手瓜一十雪
4347b6c2b9 fix 2024-07-29 20:39:01 +08:00
手瓜一十雪
9e0399f4c5 release: 1.7.1 2024-07-29 20:13:09 +08:00
手瓜一十雪
761e37bcdc Merge pull request #171 from NapNeko/dependabot/npm_and_yarn/types/node-22.0.0
build(deps-dev): bump @types/node from 20.14.13 to 22.0.0
2024-07-29 17:23:02 +08:00
dependabot[bot]
2d5fa5a9bf build(deps-dev): bump @types/node from 20.14.13 to 22.0.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.13 to 22.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 08:23:55 +00:00
手瓜一十雪
8a25701dd8 fix: 多次post 2024-07-29 11:32:55 +08:00
手瓜一十雪
e8deb728e2 fix: bug 2024-07-29 10:24:02 +08:00
手瓜一十雪
53b0ea5c0d refactor: 精简逻辑 2024-07-29 10:12:41 +08:00
手瓜一十雪
1f1cdec3a0 refactor: 回复 2024-07-29 10:07:59 +08:00
手瓜一十雪
1c5a276546 release: 1.7.0 2024-07-29 09:24:17 +08:00
手瓜一十雪
5d793e646b fix #98 2024-07-29 09:10:52 +08:00
手瓜一十雪
b5f360e0da fix #125 2024-07-29 08:59:26 +08:00
手瓜一十雪
dfdeabce51 chore: 落地标准化 2024-07-29 08:43:37 +08:00
手瓜一十雪
a034b9529d feat: #162 2024-07-29 08:29:24 +08:00
手瓜一十雪
12f64d76fe fix #157 2024-07-29 08:12:49 +08:00
手瓜一十雪
8262f2fe47 fix #158 2024-07-29 08:02:18 +08:00
手瓜一十雪
8832a2e8fc Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-07-29 07:51:28 +08:00
手瓜一十雪
3a271ee480 fix #167 2024-07-29 07:51:18 +08:00
手瓜一十雪
34874df476 build: 😭版本满天飞版本 2024-07-29 00:39:34 +08:00
手瓜一十雪
6750bfc5c6 refactor: selfMsgPost 2024-07-29 00:16:24 +08:00
手瓜一十雪
26ca1800a6 fix: typo 2024-07-28 23:54:50 +08:00
手瓜一十雪
f62d16b012 fix: 延迟调整 2024-07-28 23:53:45 +08:00
手瓜一十雪
c20abdb6a0 fix: typo 2024-07-28 23:49:04 +08:00
手瓜一十雪
ae0c8aac49 refactor: reply 2024-07-28 23:35:58 +08:00
手瓜一十雪
ddcdaf0b97 fix: 保证NC回复的消息一致性 2024-07-28 22:33:50 +08:00
手瓜一十雪
5a51be73c4 build: 169-test 2024-07-28 17:55:34 +08:00
手瓜一十雪
4d1218658c chore:test 2024-07-28 17:38:48 +08:00
手瓜一十雪
672a070aaa chore: 🥹LocalMsg不会写入数据库 2024-07-28 16:23:56 +08:00
手瓜一十雪
7bb43199ce chore: 移除调试代码 2024-07-28 15:40:44 +08:00
手瓜一十雪
7734c23191 rector: 离线文件重构初步完成 2024-07-28 15:37:34 +08:00
手瓜一十雪
cffeea2ea8 feat: 缓存文件 2024-07-28 15:34:08 +08:00
手瓜一十雪
5916fdbe58 fix: typo 2024-07-28 14:55:30 +08:00
手瓜一十雪
aa0f422ecb refactor: fileget 2024-07-28 14:25:13 +08:00
手瓜一十雪
91578d149d refactor: video element 2024-07-28 13:36:03 +08:00
手瓜一十雪
afd92a3598 refactor: video element 2024-07-28 13:28:21 +08:00
手瓜一十雪
c1f0efad0f build: 170 re 2024-07-28 13:15:14 +08:00
手瓜一十雪
a12bee2a18 Merge pull request #163 from cnxysoft/main
修复提交疏漏
2024-07-28 13:00:12 +08:00
手瓜一十雪
34e50fcea6 fix: default 2024-07-28 12:59:20 +08:00
手瓜一十雪
e493291357 fix: uid && latestMsg 2024-07-28 09:56:00 +08:00
手瓜一十雪
fea92c392c fix: 修复uid转换异常问题 2024-07-28 09:24:03 +08:00
Alen
79870cc9ee Merge remote-tracking branch 'upstream/main' 2024-07-27 15:01:23 +08:00
Alen
e4ba9edeb8 修复提交疏漏
修改在查询群历史消息时,如未提供msg_seq,则返回最新消息
2024-07-27 15:01:08 +08:00
手瓜一十雪
733b6526c9 Merge pull request #159 from cnxysoft/main
bug修复和标准兼容
2024-07-27 06:46:25 +08:00
Alen
3e5c92a2b1 标准兼容
根据GOCQ标准将获取群历史消息中的msg_seq改为非必要参数,默认为0
2024-07-27 04:10:01 +08:00
Alen
beb63d524b BUG修复
修复创建reply消息体时向NTQQMsgApi.getMsgsByMsgId提交空值查询会导致QQ崩溃的BUG
2024-07-27 04:01:22 +08:00
手瓜一十雪
bdf764387f fix: search file 2024-07-26 17:37:04 +08:00
手瓜一十雪
a91dbf20b3 refactor: search file 2024-07-26 17:15:28 +08:00
手瓜一十雪
ad2b60674f chore: type 2024-07-26 16:26:47 +08:00
手瓜一十雪
9366357e9c chore: wait release 1.7.0 2024-07-26 16:10:05 +08:00
手瓜一十雪
f93c603860 chore: 类型+++++ 2024-07-26 16:08:28 +08:00
手瓜一十雪
4680ea0d92 fix: type 2024-07-26 16:02:23 +08:00
手瓜一十雪
cc4312def0 chore: 类型补全计划 2024-07-26 15:55:05 +08:00
手瓜一十雪
f3e706984a refactor: type 2024-07-26 15:38:43 +08:00
Version
c49c33b72a chore:version change 2024-07-26 05:25:49 +00:00
手瓜一十雪
e297a86c35 fix: uint 2024-07-26 13:25:19 +08:00
手瓜一十雪
df82907689 Merge pull request #153 from Guation/main
feat: WebUI支持放置到二级目录中
2024-07-26 13:04:26 +08:00
手瓜一十雪
ecb90823bc fix: search file 2024-07-26 12:27:02 +08:00
手瓜一十雪
95fb0b9217 docs: v1.6.8 2024-07-26 11:59:18 +08:00
手瓜一十雪
07b6c9a217 build: 再次优化发送速度 2024-07-26 11:30:04 +08:00
挂神
e7b866bb90 feat: WebUI支持放置到二级目录中 2024-07-26 11:12:09 +08:00
手瓜一十雪
0e22e6b8f9 refactor: 回滚 2024-07-26 10:58:56 +08:00
手瓜一十雪
a7b83b2fdf build: log info 2024-07-25 20:22:03 +08:00
手瓜一十雪
a0119d8170 fix: 退群推送 2024-07-25 18:08:49 +08:00
手瓜一十雪
fba08511ea build: 1.6.8 - parse appid 2024-07-25 17:57:39 +08:00
手瓜一十雪
b17eda63e6 build: 1.6.8 beta6 2024-07-25 10:59:06 +08:00
手瓜一十雪
46ed259d14 docs: 整理当前进度 2024-07-25 10:44:53 +08:00
手瓜一十雪
85b176ab79 refactor: sendtime/join time 2024-07-25 10:32:44 +08:00
手瓜一十雪
3bb349e20a refactor: SendTime 2024-07-25 10:02:16 +08:00
手瓜一十雪
a212ec452a feat: GetSendTime 2024-07-24 17:49:03 +08:00
手瓜一十雪
845bc3d1fc fix: typo 2024-07-24 15:37:23 +08:00
手瓜一十雪
c3f9085626 fix: richmeida name 2024-07-24 14:43:10 +08:00
手瓜一十雪
244418ebf4 chore: action clean 2024-07-24 14:37:48 +08:00
手瓜一十雪
e77c292b82 fix: setGroupAvatar 2024-07-24 14:35:12 +08:00
手瓜一十雪
8f8382ca54 Merge pull request #147 from serfend/default-config
fix[config]support overwrite by user #145
2024-07-24 14:28:42 +08:00
汉广
8bd07dd113 fix[config]support overwrite by user 2024-07-24 14:25:58 +08:00
手瓜一十雪
e59c9e8a64 Merge pull request #144 from Guation/main
feat: http与ws允许监听同一端口,快速登录允许自动选择QQ号,允许禁用webUI
2024-07-24 14:09:19 +08:00
挂神
17ee49937c feat: http与ws共站支持热重载 2024-07-24 13:14:35 +08:00
手瓜一十雪
77aa706287 feat: 群头像设置 2024-07-24 11:37:12 +08:00
手瓜一十雪
094ff25fb6 feat: searchFile 2024-07-24 11:23:27 +08:00
手瓜一十雪
fa1ed42a3a build: 1.6.8 beta05 2024-07-24 10:45:11 +08:00
手瓜一十雪
a9ac0ad4c8 refactor: UUID 2024-07-24 10:44:55 +08:00
手瓜一十雪
39915e633b refactor: getUserInfo 2024-07-24 10:42:22 +08:00
手瓜一十雪
a9927c700f Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-07-24 10:23:48 +08:00
手瓜一十雪
7cd32c9055 refactor: 改造接口调用 2024-07-24 10:23:41 +08:00
手瓜一十雪
c030012ddd docs: update 2024-07-23 18:32:07 +08:00
手瓜一十雪
26d8bf91b6 docs: 砍掉 2024-07-23 18:21:19 +08:00
手瓜一十雪
afb1bc0362 chore: debug 2024-07-23 17:39:00 +08:00
手瓜一十雪
b6ca72732e refactor: downloadMedia 2024-07-23 16:15:23 +08:00
手瓜一十雪
9b28195c0f chore: remove 2024-07-23 16:03:06 +08:00
手瓜一十雪
c2b4a7855c refactor: video type 2024-07-23 15:51:57 +08:00
手瓜一十雪
2d567f487e build: 1.6.8 beta07 2024-07-23 15:38:41 +08:00
手瓜一十雪
2e850e9d17 refactor: message id 2024-07-23 15:10:39 +08:00
手瓜一十雪
d4913a03c3 refactor: 转发消息修复 2024-07-23 14:54:05 +08:00
手瓜一十雪
78c7cc1ddc fix: 合并转发 2024-07-23 14:19:26 +08:00
手瓜一十雪
b3c09420cf docs: 规划 2024-07-23 12:34:20 +08:00
手瓜一十雪
3cfa44399a chore: remove debug 2024-07-23 10:12:20 +08:00
手瓜一十雪
61696cbbae fix: timeout 2024-07-23 09:50:31 +08:00
手瓜一十雪
f3cbb8ce19 refactor: sendMsg 2024-07-23 09:45:00 +08:00
手瓜一十雪
1ef7b867e7 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-07-23 09:21:36 +08:00
手瓜一十雪
416f7f8c5d refactor: sendmsg 2024-07-23 09:21:22 +08:00
手瓜一十雪
f00365c45d Merge pull request #145 from serfend/default-config
fix[default-config]config name check #138
2024-07-22 21:36:54 +08:00
汉广
40ab6759d7 fix[default-config]config name check 2024-07-22 20:12:24 +08:00
挂神
c9a1e6e748 feat: http与ws允许监听同一端口,快速登录允许自动选择QQ号,允许禁用webUI 2024-07-22 19:47:23 +08:00
手瓜一十雪
769acae518 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-07-22 18:49:36 +08:00
手瓜一十雪
6c1f8ad85c feat: refactor send 2024-07-22 18:49:25 +08:00
手瓜一十雪
a87f62bbe1 Merge pull request #138 from serfend/main
feat[config]support use default-template
2024-07-22 18:22:49 +08:00
手瓜一十雪
505e61ee68 refactor: NTEvent Checker 2024-07-22 18:21:29 +08:00
手瓜一十雪
207ebf7307 feat: remove debug 2024-07-22 18:17:33 +08:00
手瓜一十雪
8e62b9d9fd feat:msgid generate 2024-07-22 18:17:03 +08:00
手瓜一十雪
c57621ab70 fix: QRCode 2024-07-22 15:46:48 +08:00
手瓜一十雪
39b4a41caf build: 1.6.8-beta03 2024-07-22 15:40:41 +08:00
手瓜一十雪
75bd1e25d2 feat: remove LineDev&&Protobuf 2024-07-22 15:40:23 +08:00
手瓜一十雪
2626943f8c build: 1.6.8-无数据库版本 2024-07-22 15:13:38 +08:00
手瓜一十雪
90407486fa feat: 拉取重启消息 2024-07-22 15:12:25 +08:00
手瓜一十雪
85216e3d20 fix: Login 2024-07-22 14:18:04 +08:00
手瓜一十雪
e1d02f8b63 style: lint 2024-07-22 14:12:03 +08:00
手瓜一十雪
3b10fed0cc feat: 破坏file/db相关接口 2024-07-22 14:09:37 +08:00
手瓜一十雪
ee6925edf9 refactor: msgId stage-2 2024-07-22 11:34:18 +08:00
手瓜一十雪
a8554878ac Merge pull request #141 from cnxysoft/main
修复提交疏漏
2024-07-22 11:15:28 +08:00
手瓜一十雪
5f7874af8f refactor: MsgId 2024-07-22 11:15:01 +08:00
Alen
615d578da0 修复提交疏漏
修复变量类型未断言的问题
2024-07-22 11:07:33 +08:00
手瓜一十雪
2ed01773b7 refactor: jest test 2024-07-22 10:24:55 +08:00
手瓜一十雪
0161e1e4a8 refactor: Message Unique 2024-07-22 09:56:08 +08:00
手瓜一十雪
76950e8e33 feat: RecentContact 2024-07-22 09:24:16 +08:00
手瓜一十雪
02eb69ce77 Merge pull request #140 from cnxysoft/main
BUG修复
2024-07-22 08:40:21 +08:00
Alen
cdb8d02b4d BUG修复
1.尝试让所有人能收到group_admin事件
2.修复请求API: delete_msg(POST请求网址传参)将负数判定为文本导致无法调用的问题
2024-07-22 01:22:38 +08:00
手瓜一十雪
73e3dfbcdd feat: LineDev for Develop-0 2024-07-21 19:31:13 +08:00
手瓜一十雪
f4a06dc82b add: RecentListener 2024-07-21 19:01:47 +08:00
汉广
0e47ffdd55 feat[config]support use default-template 2024-07-20 23:43:32 +08:00
手瓜一十雪
83d807a943 fix: buddylike 2024-07-20 20:16:45 +08:00
手瓜一十雪
9b0ac42cfc release: 1.6.7 2024-07-20 19:52:39 +08:00
手瓜一十雪
32bbfa34ef fix: error 2024-07-20 19:31:59 +08:00
手瓜一十雪
8ba46d5061 release: 1.6.7 2024-07-20 17:43:56 +08:00
手瓜一十雪
80c59de545 feat: new api 2024-07-20 17:33:26 +08:00
手瓜一十雪
7a581066c2 feat: raw api add 2024-07-20 17:09:38 +08:00
手瓜一十雪
c601d20047 chore: remove debug 2024-07-20 16:37:16 +08:00
手瓜一十雪
3843337bfb feat: 支持精华消息 2024-07-20 16:17:02 +08:00
手瓜一十雪
4f73cd4015 fix: error 2024-07-20 16:14:02 +08:00
手瓜一十雪
cd871639cd feat: support essence 2024-07-20 16:09:44 +08:00
手瓜一十雪
d0e2808490 feat: essence get_sender 2024-07-20 16:00:01 +08:00
手瓜一十雪
21f4c6ecd0 refactor: 标准化 2024-07-20 15:55:26 +08:00
手瓜一十雪
1065003c16 refactor: essence and together listener 2024-07-20 15:53:39 +08:00
手瓜一十雪
20a8da2eda docs: todo 2024-07-20 15:37:57 +08:00
手瓜一十雪
b7445a3e4d Merge pull request #134 from serfend/main
fix[group]handle_request reason empty
2024-07-20 15:24:39 +08:00
手瓜一十雪
3dd01d34e6 Merge pull request #135 from pohgxz/main
群戳一戳增加原始信息
2024-07-20 15:24:27 +08:00
Nepenthe
8d22f18519 群戳一戳增加原始信息
群消息log增加视频解析
2024-07-20 14:51:50 +08:00
汉广
cc931bb808 fix[group]handle_request reason empty 2024-07-20 14:16:07 +08:00
手瓜一十雪
7c93606e34 build: 1.6.7-beta03 2024-07-20 10:45:26 +08:00
手瓜一十雪
020cd7d12a feat: 2401 for 群精华设置 2024-07-20 10:44:57 +08:00
手瓜一十雪
c414ec0cee build: 1.6.6-build02 2024-07-20 10:28:47 +08:00
手瓜一十雪
c4e7bfed78 build: 1.6.7-beta0 2024-07-20 10:21:16 +08:00
手瓜一十雪
14f0318692 feat: 优化接口转换速度 避免频繁读写 2024-07-17 15:03:10 +08:00
手瓜一十雪
a9af29bb30 release: v1.6.6 2024-07-16 15:55:25 +08:00
手瓜一十雪
67c09d6a09 Merge pull request #126 from cnxysoft/main
修复戳一戳
2024-07-16 15:52:39 +08:00
Alen
d836f8b1e7 修复戳一戳 2024-07-16 15:47:23 +08:00
手瓜一十雪
77d50f9890 Merge pull request #121 from pohgxz/main
增加winQQ-9912一键启动脚本
2024-07-14 08:44:55 +08:00
Nepenthe
1a62b2df78 增加winQQ-9912一键启动脚本 2024-07-13 16:09:14 +00:00
手瓜一十雪
fa32e49341 fix: typo 2024-07-13 20:27:18 +08:00
手瓜一十雪
9f813fc394 docs: 规划 2024-07-13 20:21:48 +08:00
手瓜一十雪
524901d095 build: test 2024-07-13 19:37:39 +08:00
手瓜一十雪
7934a1b9d4 refactor: uin<->uid 2024-07-13 19:37:02 +08:00
手瓜一十雪
f88f47fe6f refactor: poke 2024-07-13 19:10:47 +08:00
手瓜一十雪
84d1acca6e build: test 2024-07-13 18:58:52 +08:00
手瓜一十雪
ad98cd8012 feat: LinuxQQ版本25765 2024-07-13 18:58:29 +08:00
手瓜一十雪
cf28c7e705 feat: 再次提升版本 25765 2024-07-13 18:56:42 +08:00
手瓜一十雪
b6665c5881 chore: 整理代码 2024-07-13 18:20:44 +08:00
手瓜一十雪
dae236f7b2 refactor: 新增启动脚本 2024-07-13 18:15:00 +08:00
手瓜一十雪
763ee02994 style: code lint 2024-07-13 18:12:38 +08:00
手瓜一十雪
4beb2491fb refactor: 废弃部分代码 2024-07-13 18:10:41 +08:00
手瓜一十雪
71c447bc5c refactor: groupNotifies 2024-07-13 18:04:55 +08:00
手瓜一十雪
cab78461ca feat: 第二次大致整理 2024-07-13 17:23:05 +08:00
手瓜一十雪
ae329e84ab fix: 整理常量 2024-07-12 18:08:45 +08:00
手瓜一十雪
a00fcff7f3 feat:大部分消息元素 2024-07-12 18:01:48 +08:00
手瓜一十雪
b7f5244a05 fix: typo 2024-07-12 17:04:28 +08:00
手瓜一十雪
fc00779202 feat: test code 2024-07-12 16:59:08 +08:00
手瓜一十雪
e1a9ef6512 feat: 群精华 代码未测试 2024-07-12 11:02:10 +08:00
手瓜一十雪
5ff9b609c2 feat: 懒得写了 2024-07-12 10:54:01 +08:00
手瓜一十雪
d0b0dad427 feat: 群精华 2024-07-12 10:46:57 +08:00
手瓜一十雪
2e3e2b0ffb Merge pull request #117 from po-lan/main
对缓存进一步优化
2024-07-12 09:52:17 +08:00
po-lan
bb357b6a86 对缓存进一步优化
LRUCache 将所有被移除的缓存数据作为事件参数传递给事件处理程序。

在数据库操作部分,优化了读写流程,以确保每个群组至多执行三次数据库操作:

读取:先判断缓存中是否存在用户记录,若不存在则读取数据库。
创建:如果用户记录在数据库中不存在,则新增记录。
修改:如果用户记录在数据库中存在,则进行修改。
即使单个群组内有大量用户,每种操作也只会执行一次。
2024-07-12 00:46:03 +08:00
手瓜一十雪
7cecea521b build: poke能用25493 2024-07-11 12:44:42 +08:00
手瓜一十雪
71213c2421 build: 移除调试代码 2024-07-11 12:31:00 +08:00
手瓜一十雪
14cd4dcb9f feat: uin转换优化&poke支持重写 2024-07-11 12:28:11 +08:00
手瓜一十雪
9a0aca1e60 Merge pull request #113 from idranme/main
perf: audio
2024-07-11 09:49:56 +08:00
idranme
402874a9e7 perf: audio 2024-07-10 17:44:17 +00:00
手瓜一十雪
bca00b6d6b refactor: 移除异常代码 2024-07-10 21:39:03 +08:00
手瓜一十雪
95dd812ebd feat: uid转换优化 2024-07-10 21:33:31 +08:00
手瓜一十雪
befb300a5f Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-07-10 21:11:43 +08:00
手瓜一十雪
a3fc89d613 fix: friend uid 异常 2024-07-10 21:11:28 +08:00
手瓜一十雪
6699fb9393 Merge pull request #111 from idranme/main
fix: error catch
2024-07-10 11:55:53 +08:00
idranme
56254cf518 Update file.ts 2024-07-10 11:35:55 +08:00
idranme
335a97d425 fix: error catch 2024-07-10 03:25:25 +00:00
手瓜一十雪
ee9187f8a9 feat: 164 way03启动脚本补充 2024-07-06 13:23:31 +08:00
手瓜一十雪
2e906af1c0 Merge pull request #106 from jetjinser/fix-editorconfig
fix: `.editorconfig` wrong pair `end_of_line`
2024-07-05 22:43:23 +08:00
Jinser Kafka
f47276c806 fix: .editorconfig 2024-07-05 19:36:32 +08:00
手瓜一十雪
18e10d9bad release: 1.6.5 2024-07-05 16:50:57 +08:00
手瓜一十雪
360583ca96 Merge pull request #105 from po-lan/main
对缓存小优化
2024-07-05 16:49:30 +08:00
手瓜一十雪
8cd240fc73 feat: 1.6.5 2024-07-05 16:49:16 +08:00
手瓜一十雪
175597a554 feat: 优化载入流程 2024-07-05 16:47:08 +08:00
手瓜一十雪
8609d3dd10 refactor: 迁移到新库 2024-07-05 15:48:03 +08:00
po-lan
4fbcf3d3b6 Update LRUCache.ts 2024-07-05 12:13:24 +08:00
po-lan
45d6bb61d6 Update db.ts
通过读取缓存修复刚说话缺无法获取发言时间的问题
2024-07-05 12:12:40 +08:00
po-lan
e343334d71 Update LRUCache.ts
Add a get function to the cache
2024-07-05 12:09:59 +08:00
手瓜一十雪
9e5e754b65 release: 1.6.4 2024-07-03 14:30:55 +08:00
手瓜一十雪
668c490337 Merge pull request #97 from cnxysoft/main
修改下载函数
2024-07-02 10:13:15 +08:00
Alen
3636e35873 修改下载函数
为默认Headers增加Host,解决一些网站无法下载文件的问题
2024-07-02 01:07:30 +08:00
手瓜一十雪
3e1e6f67db refactor: new core 2024-07-01 18:45:48 +08:00
手瓜一十雪
65c25adfb7 refactor: napcat 2024-07-01 18:24:36 +08:00
手瓜一十雪
f0a8ce1992 Merge pull request #95 from ahjsrhj/main
feat: ws反代请求添加UA: OneBot/11
2024-07-01 13:20:47 +08:00
手瓜一十雪
8a42c9a7ab feat: core code 2024-07-01 13:18:59 +08:00
手瓜一十雪
cfd2c7fd0b refactor: core 2024-07-01 13:18:19 +08:00
ahjsrhj
cd7da15dcb feat: ws反代请求添加UA: OneBot/11 2024-07-01 11:19:15 +08:00
手瓜一十雪
3337ab37a5 release: 1.6.3 2024-06-28 14:00:15 +08:00
手瓜一十雪
a946c76aee fix: 清除旧的反向ws 2024-06-28 13:42:09 +08:00
手瓜一十雪
4a6e02bde9 refactor: msg context 2024-06-28 13:38:03 +08:00
手瓜一十雪
98e081c948 fix: uid->uin 临时修复方案
uid uin转换需要优化
2024-06-28 13:11:06 +08:00
手瓜一十雪
bfdb8496f2 fix: error 2024-06-26 18:40:08 +08:00
手瓜一十雪
64165e256b feat: win ia32支持 2024-06-26 18:13:55 +08:00
手瓜一十雪
8f23f37400 release: v1.6.2 2024-06-26 18:09:41 +08:00
手瓜一十雪
fd0bb417e2 fix: script 2024-06-26 17:17:33 +08:00
手瓜一十雪
50fc1d81e7 chore: build script 2024-06-26 17:16:54 +08:00
手瓜一十雪
2b09add97f chore: build script 2024-06-26 17:15:46 +08:00
手瓜一十雪
45fd1f6ea3 refactor: error catch 2024-06-26 17:14:23 +08:00
手瓜一十雪
1cf14ed1a7 fix: 还原修改 2024-06-25 17:24:42 +08:00
手瓜一十雪
df2269a08b docs: update 2024-06-24 21:38:28 +08:00
手瓜一十雪
ce22fe281a Merge pull request #86 from NapNeko/dependabot/npm_and_yarn/types/uuid-10.0.0
build(deps-dev): bump @types/uuid from 9.0.8 to 10.0.0
2024-06-24 17:44:25 +08:00
dependabot[bot]
36f088357e build(deps-dev): bump @types/uuid from 9.0.8 to 10.0.0
Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 9.0.8 to 10.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

---
updated-dependencies:
- dependency-name: "@types/uuid"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-24 08:14:47 +00:00
手瓜一十雪
348437b914 fix: 增加容错 2024-06-24 12:03:49 +08:00
手瓜一十雪
edd7a24de7 release: v1.6.1 2024-06-22 10:54:58 +08:00
手瓜一十雪
3447f4ae73 style&fix: lint & poke 2024-06-21 23:04:56 +08:00
手瓜一十雪
11121f2d09 release: v1.6.0 2024-06-21 22:43:19 +08:00
手瓜一十雪
4b023d201e docs: update 2024-06-21 22:35:10 +08:00
手瓜一十雪
15e0cf9802 release: 1.5.8 2024-06-19 23:34:09 +08:00
手瓜一十雪
d04fb59282 refactor: log file limit 2024-06-19 23:26:05 +08:00
手瓜一十雪
d14ff88c86 refactor: qqmusic card & requests 2024-06-19 23:06:57 +08:00
手瓜一十雪
e6e0f85553 remove: debug 2024-06-19 21:37:13 +08:00
手瓜一十雪
ab7ce93a5f refactor: qqmusic card & requests 2024-06-19 21:33:31 +08:00
手瓜一十雪
cdc30609d2 refactor: requests 2024-06-19 16:45:20 +08:00
手瓜一十雪
a43265d634 refactor: 整理action & data 2024-06-19 13:35:42 +08:00
手瓜一十雪
4685aac9f1 refactor: qqmusic sign & http post 2024-06-19 13:20:52 +08:00
手瓜一十雪
4fc0d85eed Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-06-19 10:01:37 +08:00
手瓜一十雪
872af42520 refactor: remove debug 2024-06-19 10:01:24 +08:00
手瓜一十雪
28721a141c docs: update 2024-06-18 23:57:47 +08:00
手瓜一十雪
3ed9df2330 refactor: test 2024-06-18 23:23:19 +08:00
手瓜一十雪
8d785ef7aa refactor: project 2024-06-18 22:49:06 +08:00
手瓜一十雪
43ceb3a3f7 docs: extend 2024-06-18 11:22:35 +08:00
手瓜一十雪
2f139bf5f3 docs: v1.5.8 2024-06-18 11:21:52 +08:00
手瓜一十雪
668ca96697 feat: Util HttpUploadFile 2024-06-18 11:17:09 +08:00
手瓜一十雪
20bf072902 feat: refactor miniapp 2024-06-18 11:08:51 +08:00
手瓜一十雪
b5b1c89146 build: try support ia32 2024-06-17 10:03:59 +08:00
手瓜一十雪
1727c14cd7 fix: typo 2024-06-16 20:54:52 +08:00
手瓜一十雪
3febfa5808 feat: test 2024-06-16 19:24:42 +08:00
手瓜一十雪
25f0c1dc64 feat: 加了一些暂时不能使用的代码 2024-06-16 16:35:09 +08:00
手瓜一十雪
ab80eca6fc release: LinuxAppid 24568 2024-06-14 18:43:56 +08:00
手瓜一十雪
2c00d9e999 release: 1.5.6-复活下win 2024-06-14 17:00:35 +08:00
手瓜一十雪
3e23e8fcbf docs: v1.5.6 change 2024-06-14 16:53:26 +08:00
手瓜一十雪
536f3c1827 build: v1.5.6-紧急测试 2024-06-14 16:43:32 +08:00
手瓜一十雪
ab2d040f05 fix 2024-06-14 16:42:39 +08:00
手瓜一十雪
5e12bc5d17 docs: v1.5.6 2024-06-14 15:50:22 +08:00
手瓜一十雪
b5b3d41dbd remove: debug 2024-06-11 18:11:32 +08:00
手瓜一十雪
02d4a91c34 release: v1.5.5 2024-06-11 18:10:22 +08:00
手瓜一十雪
41125a0dfd fix: error 2024-06-11 18:09:46 +08:00
手瓜一十雪
02c9acb6dc refactor: 移除无缝升级函数 2024-06-11 15:46:27 +08:00
手瓜一十雪
feedf9d83d release: v1.5.4 2024-06-11 15:20:11 +08:00
手瓜一十雪
2b83b94afd refactor: friend 2024-06-11 12:34:04 +08:00
手瓜一十雪
85f90f1133 chore:appid 2024-06-10 19:00:05 +08:00
手瓜一十雪
102a350bb2 Merge pull request #62 from NapNeko/dependabot/npm_and_yarn/uuid-10.0.0
build(deps): bump uuid from 9.0.1 to 10.0.0
2024-06-10 16:46:05 +08:00
dependabot[bot]
5357d1dccc build(deps): bump uuid from 9.0.1 to 10.0.0
Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 10.0.0.
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 08:12:09 +00:00
手瓜一十雪
85d960b95f release: v1.5.3 2024-06-09 20:09:14 +08:00
手瓜一十雪
af285ae613 build: 1.5.3-beta4 2024-06-09 19:47:16 +08:00
手瓜一十雪
33b02fd5e6 build: v1.5.3-beta3 2024-06-09 19:41:27 +08:00
手瓜一十雪
a8099b26f1 refactor: video url 2024-06-09 19:40:34 +08:00
手瓜一十雪
8fab4b4978 build: 1.5.3-beta2 2024-06-09 19:14:27 +08:00
手瓜一十雪
5752df5c5a refactor: friend add 2024-06-09 19:13:49 +08:00
手瓜一十雪
3453845de6 feat: support SetLongNick 2024-06-09 18:28:09 +08:00
手瓜一十雪
b317b520f2 build: 1.5.3-beta1 2024-06-09 17:46:32 +08:00
手瓜一十雪
86375ea6bb feat: new api 2024-06-09 17:30:30 +08:00
手瓜一十雪
47341bb385 chore: sync core 2024-06-09 14:26:02 +08:00
手瓜一十雪
8c4d1612a7 chore: sync core 2024-06-08 22:13:05 +08:00
手瓜一十雪
9d657e0482 chore: sync core 2024-06-08 12:11:04 +08:00
手瓜一十雪
9467005067 chore: sync core 2024-06-07 17:59:33 +08:00
手瓜一十雪
166b531a20 feat: 推荐联系人ArkJson 2024-06-07 17:57:33 +08:00
手瓜一十雪
59bb67a48d feat: 支持专属头衔获取 2024-06-07 17:26:00 +08:00
手瓜一十雪
7d56be2b86 feat: 支持专属头衔获取 2024-06-07 17:25:34 +08:00
手瓜一十雪
afedd2439a fix: typo 2024-06-07 13:19:22 +08:00
手瓜一十雪
df8273de93 docs: change 2024-06-07 13:01:15 +08:00
手瓜一十雪
ae1a63cc5b docs: develop 2024-06-07 09:49:31 +08:00
手瓜一十雪
863295a551 docs: todo 2024-06-07 00:39:09 +08:00
手瓜一十雪
51996971a3 feat: ArkJsonGroupShare 2024-06-06 17:20:34 +08:00
手瓜一十雪
7592df751c docs: add 2024-06-06 14:31:45 +08:00
手瓜一十雪
fa0f30fadd refactor: uins 2024-06-06 13:34:05 +08:00
手瓜一十雪
d9025c7640 chore: sync 2024-06-06 13:23:15 +08:00
手瓜一十雪
9c4d4eb0c4 docs: change 2024-06-06 12:18:17 +08:00
手瓜一十雪
980a674e19 docs: move 2024-06-06 11:05:30 +08:00
手瓜一十雪
6a1a2b1cc4 fix: message_id error 2024-06-06 11:03:29 +08:00
Version
ab034be9d6 chore:version change 2024-06-05 10:30:26 +00:00
手瓜一十雪
e2402fc1ca build: v1.5.2-api兼容 2024-06-05 15:04:04 +08:00
手瓜一十雪
3a1e451134 refactor: SetMsgEmojiLike 2024-06-05 15:03:14 +08:00
手瓜一十雪
31dfb327aa refactor: reboot req params 2024-06-05 14:25:21 +08:00
手瓜一十雪
2fc5e29d94 build: v1.5.2 - GetMsg兼容 2024-06-05 12:14:41 +08:00
手瓜一十雪
d713c4a0a2 build: v1.5.2-beta3 2024-06-05 11:23:42 +08:00
手瓜一十雪
37b59264e2 refactor: GoCQHTTP_GetStrangerInfo 2024-06-05 11:19:34 +08:00
手瓜一十雪
fb08812a78 build: v1.5.2-beta2 2024-06-05 10:41:40 +08:00
手瓜一十雪
82600520af chore: sync core 2024-06-05 10:36:39 +08:00
手瓜一十雪
f0c27b1518 fix 2024-06-05 10:33:36 +08:00
手瓜一十雪
6c826f35e1 fix: kick member 2024-06-04 23:52:46 +08:00
手瓜一十雪
e7c4e2f5f7 build: v1.5.2-beta 2024-06-04 23:16:33 +08:00
手瓜一十雪
bcf9a6dc68 refactor: Uid <-> Uin & Remove Cached 2024-06-04 23:13:18 +08:00
手瓜一十雪
62605c843b refactor: uin - > uid 2024-06-04 23:06:53 +08:00
手瓜一十雪
9e72547112 refactor: uin -> uid 2024-06-04 22:50:16 +08:00
手瓜一十雪
84bb35c38b sync: core 2024-06-04 21:15:29 +08:00
手瓜一十雪
b4e51c9bc7 fix: nt event 2024-06-04 21:09:19 +08:00
手瓜一十雪
090b41a7a4 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-06-04 12:39:08 +08:00
手瓜一十雪
6046b599b2 release: v1.5.1 2024-06-04 12:38:54 +08:00
手瓜一十雪
be1fb67a64 Merge pull request #57 from Icexbb/main
fix: 整理日志、添加颜色、使用统一的日志函数以提高日志可读性
2024-06-04 12:37:54 +08:00
手瓜一十雪
3c4a131153 fix: 二维码显示 2024-06-04 12:37:35 +08:00
手瓜一十雪
a18742d761 Merge branch 'main' into pr/57 2024-06-04 12:31:43 +08:00
手瓜一十雪
323b56bdf1 refactror: cpmoudle
此处非NC运行时的代码 用于打包时运行
2024-06-04 12:26:19 +08:00
手瓜一十雪
29b980eb0b fix: 玄学的问题 2024-06-04 12:20:42 +08:00
XBB
bac2a6b034 fix: 整理日志、添加颜色、使用统一的日志函数以提高日志可读性 2024-06-04 02:59:35 +08:00
手瓜一十雪
c698ce9562 build: v1.5.1-beta1 2024-06-03 21:18:24 +08:00
手瓜一十雪
5c902a21cf sync: core 2024-06-03 21:11:21 +08:00
手瓜一十雪
439d34acba feat: support SetSelfProfile 2024-06-03 21:02:43 +08:00
手瓜一十雪
5a58890ae9 release: v1.5.0 2024-06-03 17:15:43 +08:00
手瓜一十雪
5df76eea48 fix: 提高兼容性 2024-06-03 17:12:53 +08:00
手瓜一十雪
54d4d1b7f8 fix: 提高Api兼容性 2024-06-03 17:09:23 +08:00
手瓜一十雪
34cc68f9fe Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-06-03 16:56:28 +08:00
手瓜一十雪
433ad9b06f fix: 进一步标准化 2024-06-03 16:56:08 +08:00
Version
c7b818e09d chore:version change 2024-06-03 08:50:25 +00:00
手瓜一十雪
74acdd6433 release: v1.4.9 2024-06-03 16:49:08 +08:00
Version
31734143a1 chore:version change 2024-06-02 13:01:32 +00:00
手瓜一十雪
cee080264a style: lint 2024-06-02 20:49:09 +08:00
手瓜一十雪
b08af25d7f build: v1.4.8-beta2 2024-06-02 20:40:41 +08:00
手瓜一十雪
cc1e407682 fix 2024-06-02 13:58:51 +08:00
手瓜一十雪
811dfaa49f build: 1.3.8-beta1 2024-06-02 13:45:48 +08:00
手瓜一十雪
6cebf5a95c refactor: guid 2024-06-02 13:38:33 +08:00
手瓜一十雪
f7b0e95638 release: v1.4.7 2024-06-01 15:52:06 +08:00
手瓜一十雪
2fce186eb3 refactor: v1.4.6 2024-06-01 14:09:16 +08:00
手瓜一十雪
52425bbd53 refactor: v1.4.6 2024-06-01 14:08:10 +08:00
手瓜一十雪
e284c45a1d release: v1.4.6 2024-06-01 14:05:44 +08:00
手瓜一十雪
d3a9980cc6 refactor: group call 2024-06-01 14:02:43 +08:00
手瓜一十雪
7a6eb0e97f fix: type hint 2024-06-01 12:14:37 +08:00
手瓜一十雪
a2896c2f2d refactor: re groupList 2024-06-01 12:10:50 +08:00
手瓜一十雪
daadb5e00e refactor: GroupListGet 2024-06-01 11:38:50 +08:00
手瓜一十雪
1c684c1188 refactor:NT Event Finish 2024-05-31 23:33:23 +08:00
手瓜一十雪
8608554498 release: v1.4.5 2024-05-31 21:25:47 +08:00
手瓜一十雪
0e1e64ee41 fix: 1.4.5 2024-05-31 21:22:17 +08:00
手瓜一十雪
dbc4c68b4a fix 2024-05-31 21:03:00 +08:00
手瓜一十雪
3559fde0f1 refactor:NTEvent 2024-05-31 21:02:39 +08:00
手瓜一十雪
ebbbd409ba refactor: NTEvent 2024-05-31 20:38:31 +08:00
手瓜一十雪
818a9461e4 refactor: event 2024-05-31 20:29:01 +08:00
手瓜一十雪
d48963b2f6 refactor: NTEvent 2024-05-31 19:09:03 +08:00
手瓜一十雪
1de880cd10 fix: type check & type output 2024-05-31 18:55:18 +08:00
手瓜一十雪
f0c2156d00 refactor:NTEventDispatch 2024-05-31 14:07:35 +08:00
手瓜一十雪
cf0f03c20e refactor:NTEvent 2024-05-31 13:55:28 +08:00
手瓜一十雪
aa3885ca3a docs: change 2024-05-31 10:12:59 +08:00
手瓜一十雪
fe3f0a605a release: v1.4.4 2024-05-30 22:45:57 +08:00
手瓜一十雪
fbf3d4decd refactor: checkDate 2024-05-30 22:41:51 +08:00
手瓜一十雪
19c84b4344 refactor: send rate 2024-05-30 22:38:02 +08:00
手瓜一十雪
f29836be15 refactor: GoCQHTTPUploadGroupFile 2024-05-30 22:32:09 +08:00
手瓜一十雪
ff9a275fd0 fix: undel 2024-05-30 20:53:58 +08:00
手瓜一十雪
a95af73516 refactor: NTEvent 2024-05-30 19:40:40 +08:00
手瓜一十雪
854f0884dc feat: wrap NT-Event 2024-05-30 17:28:08 +08:00
手瓜一十雪
d167f339c8 chore: sync core 2024-05-30 16:24:09 +08:00
手瓜一十雪
c47916edfb release: v1.4.3 2024-05-30 16:21:39 +08:00
Version
9cff9dbcaf chore:version change 2024-05-30 04:36:42 +00:00
手瓜一十雪
0ae85f8215 release: v1.4.2 2024-05-30 12:36:15 +08:00
手瓜一十雪
d25cdf6afd fix: typo 2024-05-30 12:02:47 +08:00
手瓜一十雪
5e8ca7629c build: 1.4.2-fix:file list 2024-05-30 11:01:34 +08:00
手瓜一十雪
1be1f74b03 fix: config 2024-05-29 14:26:45 +08:00
手瓜一十雪
28fbe57b3a fix: ocr 2024-05-29 14:18:43 +08:00
手瓜一十雪
fb63a16039 docs: 1.4.2 2024-05-29 12:14:17 +08:00
手瓜一十雪
cd0da47d31 release:1.4.1 2024-05-29 11:38:57 +08:00
Version
186e3b2b92 chore:version change 2024-05-29 03:36:54 +00:00
手瓜一十雪
d7646f7959 fix 2024-05-29 11:36:04 +08:00
手瓜一十雪
e21d407bb4 release: 1.4.1 2024-05-29 11:34:55 +08:00
手瓜一十雪
d47eddee5c feat: en2zh 2024-05-29 10:25:13 +08:00
手瓜一十雪
cc45325f01 docs: 1.4.1 todo 2024-05-29 00:34:44 +08:00
手瓜一十雪
debb706358 fix: webui 2024-05-29 00:07:05 +08:00
手瓜一十雪
406ac15c13 feat: wait fix 2024-05-29 00:00:48 +08:00
手瓜一十雪
db57bf9d69 refactor: info record local 2024-05-28 23:24:54 +08:00
手瓜一十雪
b0babb0b18 Merge pull request #46 from po-lan/main
Update GetGroupMemberList.ts
2024-05-28 23:20:11 +08:00
po-lan
cc3d742614 Update GetGroupMemberList.ts
fix
2024-05-28 23:17:39 +08:00
手瓜一十雪
b391e7bd5c Merge pull request #45 from po-lan/main
对 get_group_member_list 增强
2024-05-28 22:49:21 +08:00
po-lan
8f0f7f495b Update main.ts 2024-05-28 22:43:41 +08:00
po-lan
862c224302 Update main.ts 2024-05-28 22:41:40 +08:00
po-lan
e09e9f241c Update db.ts 2024-05-28 22:30:26 +08:00
po-lan
ddde611762 Update main.ts 2024-05-28 22:27:12 +08:00
po-lan
2d66957747 Update OB11GroupIncreaseEvent.ts 2024-05-28 22:26:02 +08:00
手瓜一十雪
ae694f34d2 Merge pull request #44 from po-lan/main
对 get_group_member_list 增强
2024-05-28 21:49:26 +08:00
po-lan
4b7cb5f281 Update OB11GroupIncreaseEvent.ts 2024-05-28 21:47:05 +08:00
po-lan
180ef5493c Update config.ts 2024-05-28 21:45:36 +08:00
po-lan
6665e4f071 Update db.ts 2024-05-28 21:44:30 +08:00
手瓜一十雪
25c662d0f0 chore: sync core 2024-05-28 21:02:57 +08:00
手瓜一十雪
3ccd10ac3b refactor: Info 2024-05-28 20:50:29 +08:00
手瓜一十雪
273d02c70d refactor: GroupInfo 2024-05-28 20:43:16 +08:00
手瓜一十雪
c0f7eee9c2 refactor: MemberInfo-1 2024-05-28 20:08:40 +08:00
手瓜一十雪
cb22e4dee0 refactor: remove some log 2024-05-28 19:32:08 +08:00
手瓜一十雪
a8086eadf7 Merge pull request #40 from po-lan/main
对 get_group_member_list 增强
2024-05-28 19:21:25 +08:00
po-lan
94cc09c0a5 对 get_group_member_list 增强开关 2024-05-27 17:11:26 +08:00
po-lan
3dac534eb5 对 get_group_member_list 增强
监听每一条群聊消息准备写入数据库
2024-05-27 17:09:27 +08:00
po-lan
c0988a5f1d 对 get_group_member_list 增强
非管理员的Bot可以通过本地数据库获取到最近的发言时间
2024-05-27 17:07:23 +08:00
po-lan
078a9a76ce 对 get_group_member_list 增强
一个基于LRU思想写出来的缓存结构
来降低写入数据库的次数
2024-05-27 17:05:28 +08:00
po-lan
dfa0cda318 对 get_group_member_list 增强 2024-05-27 17:01:24 +08:00
手瓜一十雪
73816da635 fix: vite-env 2024-05-26 20:38:18 +08:00
手瓜一十雪
6250b3c09c chore: sync core 2024-05-26 11:42:12 +08:00
手瓜一十雪
55477b9e28 docs: update 2024-05-25 19:30:48 +08:00
手瓜一十雪
a9376beded release: 1.4.0 2024-05-25 19:22:52 +08:00
手瓜一十雪
de535fed28 docs: change 2024-05-25 16:55:02 +08:00
手瓜一十雪
eaf5506e8e fix: typo 2024-05-25 13:42:10 +08:00
手瓜一十雪
d7018650d6 fix: typo 2024-05-25 13:39:49 +08:00
手瓜一十雪
00b6c90bf1 feat: ocr image 2024-05-25 13:38:19 +08:00
手瓜一十雪
f96a2f7ffc feat: /get_online_clients 2024-05-25 13:09:47 +08:00
手瓜一十雪
17ed1e0dc8 fix 2024-05-25 12:48:13 +08:00
手瓜一十雪
6aa76c9cf9 feat: try support get_online_clients 2024-05-25 12:02:09 +08:00
手瓜一十雪
5eef1739ae feat: support card miniapp 2024-05-25 11:35:08 +08:00
手瓜一十雪
2d70a40633 feat: support qzone.qq.com Cookies 2024-05-25 11:07:05 +08:00
手瓜一十雪
26ce38e17d chore: sync core 2024-05-24 23:25:14 +08:00
手瓜一十雪
4ab5fb3959 feat: support mini app sign 2024-05-24 23:24:10 +08:00
手瓜一十雪
e7de672c36 fix: 紧急修复DetailInfo 2024-05-24 18:31:01 +08:00
手瓜一十雪
516c0914da build: 1.3.8 2024-05-24 18:11:32 +08:00
手瓜一十雪
e0d3164f8f chore: sync core 2024-05-24 13:51:40 +08:00
手瓜一十雪
8278ea6afc release: 1.3.8 2024-05-24 13:47:25 +08:00
手瓜一十雪
b940d7753c fix: typo 2024-05-24 11:39:46 +08:00
手瓜一十雪
3479c56b8a feat: 注释解码 2024-05-24 11:28:43 +08:00
手瓜一十雪
59bba3f51b build: 1.4.0-beta8 2024-05-24 11:21:34 +08:00
手瓜一十雪
fe9d2c86e6 feat: 1.4.0-beta8 2024-05-24 11:18:32 +08:00
手瓜一十雪
dcf25a1f41 build: 1.4.0-beta7 2024-05-24 10:45:12 +08:00
手瓜一十雪
db29cf84f0 try: fix 2024-05-24 10:42:21 +08:00
手瓜一十雪
7f304ed4c3 build: 1.4.0-beta6 2024-05-23 18:23:11 +08:00
手瓜一十雪
97fd2c76ae Revert "feat: try support LiteLoader"
This reverts commit 31be81d9e1.
2024-05-23 18:10:18 +08:00
手瓜一十雪
3927070013 Merge pull request #32 from xihan123/main
fix: set_group_add_request reason 字段错误
2024-05-23 16:48:43 +08:00
xihan123
497fb33d26 fix: set_group_add_request reason 字段错误 2024-05-23 16:45:41 +08:00
手瓜一十雪
31be81d9e1 feat: try support LiteLoader 2024-05-23 16:30:29 +08:00
手瓜一十雪
39001d7ac5 build: 1.4.0-beta5 2024-05-23 15:16:35 +08:00
手瓜一十雪
c08c12262a docs: change 2024-05-23 11:14:42 +08:00
手瓜一十雪
095d46bc1f build: 1.4.0-beta4-兼容9.7.x换行符 2024-05-23 11:10:31 +08:00
手瓜一十雪
4d537d9ecc fix: HandlersClear 2024-05-23 10:23:37 +08:00
手瓜一十雪
f4e20a9ce6 fix: UserDetail 2024-05-23 10:19:45 +08:00
手瓜一十雪
8911091083 fix: test 2024-05-22 21:44:12 +08:00
手瓜一十雪
7840ee2207 style: lint 2024-05-22 20:58:49 +08:00
手瓜一十雪
bee26de543 feat: 1.4.0 2024-05-22 20:36:38 +08:00
手瓜一十雪
2f3459c9d9 build: test 2024-05-22 20:31:16 +08:00
手瓜一十雪
fb7714d8b8 build: 1.4.0-beta2 2024-05-22 20:19:28 +08:00
手瓜一十雪
6bbb5e817d build: 1.4.0 - beta2 2024-05-22 20:16:24 +08:00
手瓜一十雪
662fe8788e refactor: cjs to es 2024-05-22 20:13:18 +08:00
手瓜一十雪
9fc1e8f32c chore: sync core 2024-05-22 19:59:36 +08:00
手瓜一十雪
442342d106 feat: 破坏性更新 cjs to es 2024-05-22 19:58:45 +08:00
手瓜一十雪
f65b2be06f feat: debug 2024-05-22 17:30:40 +08:00
手瓜一十雪
5f801a8d04 chore: sync core 2024-05-22 16:11:01 +08:00
手瓜一十雪
a870d7d03c refactor: member info 2024-05-22 12:52:49 +08:00
手瓜一十雪
5825750920 fix: remove unuse 2024-05-21 19:32:17 +08:00
手瓜一十雪
8dac5971cf chore: sync core 2024-05-21 19:28:26 +08:00
手瓜一十雪
7756484a9b feat: GroupMemberDetailInfo 2024-05-21 19:27:59 +08:00
手瓜一十雪
d6d0d570e8 release: v1.3.5 2024-05-20 21:24:11 +08:00
手瓜一十雪
129337929b fix 2024-05-20 18:11:13 +08:00
手瓜一十雪
8a24ffabd4 fix 2024-05-20 18:05:00 +08:00
手瓜一十雪
f9b7f3a60f fix: stop express 2024-05-20 17:56:36 +08:00
手瓜一十雪
9f89fcad05 fix: 移除调试代码 2024-05-20 17:49:15 +08:00
手瓜一十雪
77222859ca fix: 热重载问题 2024-05-20 17:47:13 +08:00
手瓜一十雪
e0efdcc323 fix: 热重载 2024-05-20 16:58:24 +08:00
手瓜一十雪
e3d0c38216 refactor: webui config 2024-05-20 16:56:34 +08:00
手瓜一十雪
03b08ac8d1 fix: 拦截错误 2024-05-20 16:26:42 +08:00
手瓜一十雪
d403503eff fix: 拦截异常 2024-05-20 12:35:50 +08:00
手瓜一十雪
5de0ba5de1 feat: test 2024-05-20 12:10:48 +08:00
手瓜一十雪
439318b2d1 refactor: SysMessage Proto 2024-05-19 22:29:02 +08:00
手瓜一十雪
73d0ffeb62 build: 1.3.5-catch error 2024-05-19 21:48:52 +08:00
手瓜一十雪
ec1d68b3c0 Revert "build: 1.3.5-re"
This reverts commit d55eea2f0d.
2024-05-19 21:41:57 +08:00
手瓜一十雪
d55eea2f0d build: 1.3.5-re 2024-05-19 21:18:33 +08:00
手瓜一十雪
d2b14742f0 build: 1.3.5-re 2024-05-19 21:04:24 +08:00
手瓜一十雪
da19397f7f build: 1.3.5 2024-05-19 20:46:02 +08:00
手瓜一十雪
a27b87a8ee build: 1.3.5-re 2024-05-19 13:30:42 +08:00
手瓜一十雪
8b8c937091 build: 1.3.5-re 2024-05-19 13:18:29 +08:00
手瓜一十雪
9ad5cb661c build: 1.4.0-beta1 2024-05-19 12:36:56 +08:00
手瓜一十雪
46c7a4e25c fix: 上报问题 2024-05-19 12:36:40 +08:00
手瓜一十雪
c676c4f32a feat: 上报戳一戳 2024-05-19 12:35:15 +08:00
手瓜一十雪
0d7e309cef feat: 解析戳一戳 2024-05-19 12:29:40 +08:00
手瓜一十雪
0b61f59957 feat: sys msg decode 2024-05-19 12:12:03 +08:00
手瓜一十雪
17b302d6c5 docs: change init 2024-05-19 11:08:42 +08:00
手瓜一十雪
4cb8e26f47 build: fix check type 2024-05-18 20:48:06 +08:00
手瓜一十雪
d9a22c12fc build: 1.3.5 2024-05-18 20:36:16 +08:00
手瓜一十雪
0c23288e85 build: 1.3.5 2024-05-18 20:28:35 +08:00
手瓜一十雪
50534f5e12 build: 1.3.5 2024-05-18 20:09:33 +08:00
手瓜一十雪
5a7c851da2 build: 1.3.5 2024-05-18 19:46:53 +08:00
手瓜一十雪
7158f169e8 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-05-18 19:33:24 +08:00
手瓜一十雪
dc9a36898c fix: workflow 2024-05-18 18:18:08 +08:00
Version
56dbe7f5f0 chore:version change 2024-05-18 10:15:09 +00:00
手瓜一十雪
d58a749c57 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-05-18 18:08:29 +08:00
手瓜一十雪
a318d8dcb7 build: 1.3.5-beta38 2024-05-18 18:08:18 +08:00
手瓜一十雪
5a3de8fb47 docs: change 2024-05-18 18:00:40 +08:00
手瓜一十雪
024a336082 build: 1.3.5-beta37 2024-05-18 17:58:09 +08:00
手瓜一十雪
93d6ce3343 feat: support get_group_system_msg 2024-05-18 17:57:42 +08:00
手瓜一十雪
67f3cccc2e build: 1.3.5-beta36
get_group_system_msg 未标准化
2024-05-18 17:37:10 +08:00
手瓜一十雪
5786b9b244 feat: try add get_group_system_msg 2024-05-18 16:58:46 +08:00
手瓜一十雪
f6676802b8 feat: 快速操作msg默认reply模式回应 2024-05-18 16:27:53 +08:00
手瓜一十雪
f57d091bed build: 1.3.5-beta35 2024-05-18 14:40:46 +08:00
手瓜一十雪
3f601ba075 build: 1.3.5-beta34 2024-05-18 14:36:52 +08:00
手瓜一十雪
159f4ee28b feat: QuickHandle From LLOB 2024-05-18 14:35:24 +08:00
手瓜一十雪
ec3ec8a1d9 feat: send timeout predict 2024-05-18 14:09:57 +08:00
手瓜一十雪
db8d30d27b build: 1.3.5-beta33 2024-05-18 13:35:57 +08:00
手瓜一十雪
3e8d8817bb build: 1.3.5-beta32 2024-05-18 12:56:03 +08:00
手瓜一十雪
b5fba09f0d feat: check action data 3 2024-05-18 12:40:41 +08:00
手瓜一十雪
985629995c feat: check action data 2 2024-05-18 12:23:15 +08:00
手瓜一十雪
a3eb106785 feat: action check data 2024-05-18 11:48:38 +08:00
手瓜一十雪
725376e821 build: 1.3.5-beta30 2024-05-17 21:58:48 +08:00
手瓜一十雪
193a3e6005 fix: 热重载容错 2024-05-17 21:44:52 +08:00
手瓜一十雪
9534895fb4 build: 1.3.5-beta29 2024-05-17 21:41:07 +08:00
手瓜一十雪
766b297bfc build: 1.3.5-beta28 2024-05-17 21:30:37 +08:00
手瓜一十雪
b5dcb1066e build: 1.3.5-beta27 2024-05-17 21:26:32 +08:00
手瓜一十雪
7bf19ee24f fix: typo 2024-05-17 19:55:12 +08:00
手瓜一十雪
61112939f0 refactor: powershell script 2024-05-17 19:22:36 +08:00
手瓜一十雪
093a7be8d1 build: 1.3.5-beta24 2024-05-17 18:51:31 +08:00
手瓜一十雪
f0583b82a0 fix: webui 2024-05-17 18:23:50 +08:00
手瓜一十雪
e703ea8abd fix: webui 2024-05-17 18:21:03 +08:00
手瓜一十雪
08f63d5809 build: 1.3.5-beta23 2024-05-17 18:12:41 +08:00
手瓜一十雪
8ac1a2da78 fix: webui 2024-05-17 18:11:53 +08:00
手瓜一十雪
9d220dbca2 build: 1.3.5-beta22 2024-05-17 17:17:49 +08:00
手瓜一十雪
84004522a8 docs: change 2024-05-17 17:08:01 +08:00
手瓜一十雪
6eeaa2cd0a feat: UpdateConfig 2024-05-17 17:03:48 +08:00
手瓜一十雪
764d2ba7d5 build: 1.3.5-beta20 2024-05-17 15:39:31 +08:00
手瓜一十雪
5fd16de9de chore: sync core 2024-05-16 20:47:12 +08:00
手瓜一十雪
273fedfdff build: 1.3.5-beta19 2024-05-16 20:24:49 +08:00
手瓜一十雪
d776c2b6ee fix: check msgElement 2024-05-16 20:23:36 +08:00
手瓜一十雪
cd790abda7 build: 1.3.5-beta17 2024-05-16 12:53:33 +08:00
手瓜一十雪
7c0693403b docs: change 2024-05-16 12:52:45 +08:00
手瓜一十雪
395ecfc233 fix: ws心跳问题 2024-05-16 12:46:27 +08:00
手瓜一十雪
57e69cfd89 chore: move 2024-05-16 11:57:02 +08:00
linyuchen
4b9a0de221 chore: Sync core 2024-05-15 23:08:57 +08:00
手瓜一十雪
02cd9c9e39 fix: 移除umami 2024-05-15 22:18:05 +08:00
手瓜一十雪
ec4633f2bb refactor: requests 2024-05-15 21:13:41 +08:00
手瓜一十雪
cfc60f913f feat: 迁移配置辅助函数 2024-05-15 20:55:09 +08:00
手瓜一十雪
5c157c35d0 Merge pull request #23 from Wesley-Young/main
Refactoring onebot11/action/msg/SendMsg
2024-05-15 19:47:37 +08:00
手瓜一十雪
55604f6cd6 Merge branch 'main' into pr/23 2024-05-15 19:47:19 +08:00
手瓜一十雪
5159e2259e Merge branch 'main' of https://github.com/Wesley-Young/NapCatQQ.Patch into pr/23 2024-05-15 19:46:46 +08:00
手瓜一十雪
a4fd07da71 fix: export problem 2024-05-15 19:45:27 +08:00
linyuchen
51927996db Merge remote-tracking branch 'origin/main' 2024-05-15 17:55:20 +08:00
linyuchen
a4b8d33ae6 feat: Cache decorator 2024-05-15 17:55:03 +08:00
Wesley F. Young
251e7fedf8 refactor: split types.ts into separate files 2024-05-15 17:02:24 +08:00
Wesley F. Young
ede2365fe3 refactor: move checkSendMessage and handleForwardNode to separate files 2024-05-15 16:43:21 +08:00
Wesley F. Young
a3f6c6fa5e refactor: rename function convertMessage2List to normalize 2024-05-15 16:33:15 +08:00
手瓜一十雪
3983e7e78d chore: sync core 2024-05-15 16:11:01 +08:00
手瓜一十雪
8242ee52e0 Merge branch 'main' into pr/23 2024-05-15 16:10:11 +08:00
Wesley F. Young
bda1026e37 refactor: better type inferring; move createSendElement into another file 2024-05-15 14:53:58 +08:00
手瓜一十雪
d63cdfcff3 build: 1.3.5-beta15 2024-05-15 12:13:39 +08:00
手瓜一十雪
0a9e7c32ff build: 1.3.5-beta14 2024-05-15 12:10:52 +08:00
手瓜一十雪
d8841f99b1 Merge pull request #22 from SherkeyXD/main
refactor: 重构 Onebot 配置格式,增强可读性
2024-05-15 12:07:46 +08:00
手瓜一十雪
61150cd1db fix: webui renderer 2024-05-15 12:06:17 +08:00
SherkeyXD
8875139ced refactor: webui 跟进 Onebot 配置重构 2024-05-15 11:43:20 +08:00
手瓜一十雪
1591a2c3a8 chore: sync code 2024-05-15 11:40:25 +08:00
手瓜一十雪
abc3433324 Merge branch 'main' into pr/22 2024-05-15 11:32:26 +08:00
手瓜一十雪
3f019aa82b chore: sync core 2024-05-15 11:00:24 +08:00
手瓜一十雪
b758f04027 Merge branch 'main' into pr/22 2024-05-15 10:59:46 +08:00
手瓜一十雪
4d0eb5a413 docs: typo 2024-05-15 09:35:01 +08:00
手瓜一十雪
421f92f2dd docs: todo 2024-05-15 09:32:05 +08:00
SherkeyXD
e91ed34b40 refactor: 重构 Onebot 配置格式,增强可读性 2024-05-15 00:17:59 +08:00
手瓜一十雪
55c253e92f docs: change 2024-05-14 23:05:01 +08:00
手瓜一十雪
94aa0bfc9d chore: sync core 2024-05-14 22:56:24 +08:00
手瓜一十雪
1618f9aa4b build: 1.3.5-beta12 2024-05-14 22:53:26 +08:00
手瓜一十雪
ee0b176fef fix: Member Kick Event 2024-05-14 22:48:43 +08:00
手瓜一十雪
2bb96fe80f build: 1.3.5-beta11 2024-05-14 20:44:04 +08:00
手瓜一十雪
7b5c332726 docs: change 2024-05-14 17:24:17 +08:00
手瓜一十雪
b0723001c9 build: v1.3.5-beta10 2024-05-14 16:40:23 +08:00
手瓜一十雪
4985be3578 refactor: http requests 2024-05-14 15:31:53 +08:00
手瓜一十雪
111a92195c refactor: requests 2024-05-14 15:19:37 +08:00
手瓜一十雪
1c199c48bd feat: 新增群荣誉信息 2024-05-14 14:08:57 +08:00
手瓜一十雪
efc65c7cd1 feat: 新增群荣誉信息 2024-05-14 14:02:29 +08:00
手瓜一十雪
f756a0db7a chore: sync core 2024-05-14 11:38:39 +08:00
手瓜一十雪
376a210bd1 chore: sync core 2024-05-14 10:20:27 +08:00
手瓜一十雪
8b633c1361 refactor: scipt and request 2024-05-14 10:16:30 +08:00
手瓜一十雪
f64fb861a1 chore: sync core 2024-05-13 21:24:47 +08:00
手瓜一十雪
43b4c6d48f refactor: webapi http 2024-05-13 21:22:20 +08:00
手瓜一十雪
1e4ab961b2 refactor: sign music 2024-05-13 21:14:48 +08:00
手瓜一十雪
83d9c2bea1 feat: 配置热重载 2024-05-13 21:07:19 +08:00
手瓜一十雪
3a5cca8f78 fix: linux script env 2024-05-13 18:39:59 +08:00
手瓜一十雪
bb67ea2cf6 chore: version 2024-05-13 18:25:34 +08:00
手瓜一十雪
d193ebd095 refactor: check version 2024-05-13 18:13:52 +08:00
手瓜一十雪
670c266831 refactor: umami 2024-05-13 18:08:46 +08:00
手瓜一十雪
2df6181693 refactor: HttpGetJson 2024-05-13 17:53:50 +08:00
手瓜一十雪
379ca875e7 refactor: http_util 2024-05-13 17:41:10 +08:00
手瓜一十雪
0dacf20d78 refactor: boot script 2024-05-13 17:26:22 +08:00
手瓜一十雪
378c4f95ef refactor: boot scipt 2024-05-13 16:57:03 +08:00
手瓜一十雪
5493c42b5e refactor: version check 2024-05-13 16:46:40 +08:00
手瓜一十雪
e643c4660e docs: change 2024-05-13 16:44:30 +08:00
手瓜一十雪
71dc872032 fix: build script 2024-05-13 16:43:16 +08:00
手瓜一十雪
4296115a23 fix: typo 2024-05-13 16:39:24 +08:00
手瓜一十雪
72e3ad8474 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-05-13 16:38:19 +08:00
手瓜一十雪
f14b7cb2b2 fix: reboot on win 2024-05-13 16:37:48 +08:00
linyuchen
d727fc0199 Merge remote-tracking branch 'origin/main' 2024-05-13 16:32:52 +08:00
linyuchen
ece07b5d90 doc: changelog history 2024-05-13 16:32:40 +08:00
Version
f0900292e2 chore:version change 2024-05-13 08:09:02 +00:00
linyuchen
d5ed1dcc7e doc: changelog 2024-05-13 16:05:35 +08:00
手瓜一十雪
fe4213f775 docs:change 2024-05-13 13:56:36 +08:00
手瓜一十雪
98c120275e fix: 修复重启 但win无法及时结束父进程 2024-05-13 13:44:23 +08:00
linyuchen
05314a5ae5 doc: changelog 2024-05-13 12:53:44 +08:00
linyuchen
9685deeadf style: eslint 2024-05-13 12:53:30 +08:00
手瓜一十雪
1589393b9a fix: 尝试修复 但仍然无法使用reboot 2024-05-13 12:35:15 +08:00
手瓜一十雪
2d8b93b786 fix: RebootNormol 2024-05-13 09:33:00 +08:00
手瓜一十雪
750c6dfe65 feat: api Extend RebootNormol 2024-05-13 09:32:25 +08:00
linyuchen
94498e58c6 update core 2024-05-13 08:52:55 +08:00
linyuchen
c2e889fa8f refactor: GetUserDetailInfo auto map uid2uin 2024-05-13 08:41:48 +08:00
linyuchen
d143d84a94 Merge remote-tracking branch 'origin/main' 2024-05-13 01:28:23 +08:00
手瓜一十雪
7124591aea fix: OnGroupNotifiesUpdated catch getUserDetailInfo 2024-05-13 01:28:11 +08:00
手瓜一十雪
07b70e9dc1 docs: todo 2024-05-12 23:22:53 +08:00
手瓜一十雪
56d43c8a4e docs: change 2024-05-12 23:21:48 +08:00
手瓜一十雪
14d289026c build: 1.3.5-beta8 2024-05-12 23:18:59 +08:00
手瓜一十雪
2cac1cb08b Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-05-12 23:18:39 +08:00
手瓜一十雪
e1765ff2b5 feat: limit sendMsg 2024-05-12 23:18:27 +08:00
手瓜一十雪
894bca201d docs: change 2024-05-12 22:59:30 +08:00
手瓜一十雪
0e6b40b46b build: 1.3.5-beta7 2024-05-12 22:57:32 +08:00
手瓜一十雪
237dc8c469 build: 1.3.5-beta6 2024-05-12 22:23:27 +08:00
手瓜一十雪
2c89311770 feat: Reboot Api(未经测试) 2024-05-12 22:19:03 +08:00
手瓜一十雪
b9688e46d4 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-05-12 22:12:13 +08:00
手瓜一十雪
3a12d7716a feat: reboot util 2024-05-12 22:11:47 +08:00
手瓜一十雪
b8468ee82c docs: change 2024-05-12 22:05:07 +08:00
手瓜一十雪
22e2b9899b docs: change 2024-05-12 22:04:49 +08:00
手瓜一十雪
4b9b3b4373 build: 1.3.5-beta5 2024-05-12 22:00:18 +08:00
linyuchen
5f038b85d1 build: fix fetch ua 2024-05-12 21:50:50 +08:00
linyuchen
735786be48 build: Fix http UA 2024-05-12 21:49:39 +08:00
手瓜一十雪
2c5b3ade19 docs: change 2024-05-12 21:48:38 +08:00
linyuchen
ba5190b913 update core 2024-05-12 21:48:30 +08:00
linyuchen
bccf272ac6 Merge remote-tracking branch 'origin/main' 2024-05-12 21:46:27 +08:00
linyuchen
7be23a860d fix: Fetch miss ua 2024-05-12 21:46:13 +08:00
手瓜一十雪
b2f69b3bda refactor: rm SetGroupNotice 2024-05-12 21:24:22 +08:00
手瓜一十雪
4d821b6b61 fix: rm exist GoCQHTTP_SendGroupNotice 2024-05-12 20:52:40 +08:00
linyuchen
c5917e6207 refactor: Remove random os hostname 2024-05-12 20:41:45 +08:00
linyuchen
10e96f63b4 refactor: Random os hostname 2024-05-12 20:32:36 +08:00
手瓜一十雪
193fc12c5d docs: CHANGELOG 2024-05-12 18:41:28 +08:00
linyuchen
5bddf89723 update core.lib 2024-05-12 18:00:56 +08:00
linyuchen
13f5a0aa40 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	src/core.lib/src/adapters/NodeIDependsAdapter.js
#	src/core.lib/src/adapters/NodeIDispatcherAdapter.js
#	src/core.lib/src/adapters/NodeIGlobalAdapter.js
#	src/core.lib/src/adapters/index.js
#	src/core.lib/src/apis/file.js
#	src/core.lib/src/apis/friend.js
#	src/core.lib/src/apis/group.js
#	src/core.lib/src/apis/index.js
#	src/core.lib/src/apis/msg.js
#	src/core.lib/src/apis/sign.js
#	src/core.lib/src/apis/user.js
#	src/core.lib/src/apis/webapi.js
#	src/core.lib/src/core.js
#	src/core.lib/src/data.js
#	src/core.lib/src/entities/cache.js
#	src/core.lib/src/entities/constructor.js
#	src/core.lib/src/entities/group.js
#	src/core.lib/src/entities/index.js
#	src/core.lib/src/entities/msg.js
#	src/core.lib/src/entities/notify.js
#	src/core.lib/src/entities/user.js
#	src/core.lib/src/external/hook.js
#	src/core.lib/src/index.js
#	src/core.lib/src/listeners/NodeIKernelBuddyListener.js
#	src/core.lib/src/listeners/NodeIKernelFileAssistantListener.js
#	src/core.lib/src/listeners/NodeIKernelGroupListener.js
#	src/core.lib/src/listeners/NodeIKernelLoginListener.js
#	src/core.lib/src/listeners/NodeIKernelMsgListener.js
#	src/core.lib/src/listeners/NodeIKernelProfileListener.js
#	src/core.lib/src/listeners/NodeIKernelRobotListener.js
#	src/core.lib/src/listeners/NodeIKernelSessionListener.js
#	src/core.lib/src/listeners/NodeIKernelStorageCleanListener.js
#	src/core.lib/src/listeners/index.js
#	src/core.lib/src/services/common.js
#	src/core.lib/src/services/index.js
#	src/core.lib/src/sessionConfig.js
#	src/core.lib/src/utils/config.js
#	src/core.lib/src/utils/db.js
#	src/core.lib/src/utils/rkey.js
#	src/core.lib/src/wrapper.js
2024-05-12 18:00:42 +08:00
linyuchen
9599b36cf3 update core.lib 2024-05-12 18:00:23 +08:00
linyuchen
f3bcf34fbc update core.lib 2024-05-12 17:59:25 +08:00
手瓜一十雪
63c10dcade feat: try add reboot 2024-05-12 17:56:57 +08:00
linyuchen
bc8fd37a2e fix: Log filename add milliseconds 2024-05-12 17:56:42 +08:00
手瓜一十雪
1691276770 fix:build error 2024-05-12 16:59:03 +08:00
手瓜一十雪
7233604044 chore: sync core 2024-05-12 16:56:07 +08:00
手瓜一十雪
7288444c07 fix: build 2024-05-12 16:55:01 +08:00
手瓜一十雪
4e2ab8970a chore: sync core 2024-05-12 16:46:35 +08:00
手瓜一十雪
43803301b5 fix: try support win7 2024-05-12 16:21:04 +08:00
手瓜一十雪
f3a28b33af fix: SendGroupNotice Image Unlink 2024-05-12 15:49:53 +08:00
手瓜一十雪
faf75b4454 feat: 扩展SendGroupNotice 2024-05-12 15:27:02 +08:00
手瓜一十雪
d13bb0a51e build: 1.3.5-beta1 2024-05-12 15:21:35 +08:00
手瓜一十雪
938d0b18c3 feat: Api SendGroupNotice 2024-05-12 12:07:51 +08:00
手瓜一十雪
b169c05f2e docs: 2024-05-12 00:41:06 +08:00
手瓜一十雪
2b9087ba17 chore: 1.3.2 version 2024-05-11 14:42:49 +08:00
手瓜一十雪
d1aad4f954 chore: remove debug code 2024-05-11 14:30:36 +08:00
手瓜一十雪
3434f5e86a docs: change fix image recv 2024-05-11 14:24:11 +08:00
手瓜一十雪
e73096f504 build: 1.3.2-beta7 2024-05-11 14:23:36 +08:00
手瓜一十雪
16c50e42d2 docs: change 2024-05-11 13:51:01 +08:00
手瓜一十雪
1256496230 build: 1.3.2-beta6 2024-05-11 13:45:41 +08:00
linyuchen
4b80e73202 refactor: Use remote rkey 2024-05-11 13:43:07 +08:00
linyuchen
f377c55e47 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	src/onebot11/action/extends/GetFriendWithCategory.ts
#	src/onebot11/action/types.ts
2024-05-11 13:42:05 +08:00
linyuchen
ba1b0d9d44 refactor: Use remote rkey 2024-05-11 13:41:09 +08:00
手瓜一十雪
8fd4413b59 build: 1.3.2-beta5 2024-05-11 13:34:04 +08:00
手瓜一十雪
792d17908b build: 1.3.2-beta3 2024-05-11 13:10:34 +08:00
手瓜一十雪
10a7fb96d3 fix:roboot file 2024-05-11 13:06:35 +08:00
手瓜一十雪
5420b86868 feat: reboot-uncomplete 2024-05-11 10:51:07 +08:00
linyuchen
4e7890dc9c Merge remote-tracking branch 'origin/main' 2024-05-11 10:45:22 +08:00
手瓜一十雪
9f16d96f3f build: 1.3.0-beta2 2024-05-11 10:15:08 +08:00
手瓜一十雪
efeb67ba77 build: 1.3.2-beta1 2024-05-10 23:52:18 +08:00
手瓜一十雪
5810f367af feat: ServerRkeyWrapper 2024-05-10 23:40:07 +08:00
student_2333
c55a788941 fix 2024-05-10 21:41:06 +08:00
student_2333
eebd7a4d15 fix: custom music card content 2024-05-10 21:38:39 +08:00
linyuchen
8b4ef35686 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	src/core.lib/src/adapters/NodeIDependsAdapter.js
#	src/core.lib/src/adapters/NodeIDispatcherAdapter.js
#	src/core.lib/src/adapters/NodeIGlobalAdapter.js
#	src/core.lib/src/adapters/index.js
#	src/core.lib/src/apis/file.js
#	src/core.lib/src/apis/friend.js
#	src/core.lib/src/apis/group.js
#	src/core.lib/src/apis/index.js
#	src/core.lib/src/apis/msg.js
#	src/core.lib/src/apis/sign.js
#	src/core.lib/src/apis/user.js
#	src/core.lib/src/apis/webapi.js
#	src/core.lib/src/core.js
#	src/core.lib/src/data.js
#	src/core.lib/src/entities/cache.js
#	src/core.lib/src/entities/constructor.js
#	src/core.lib/src/entities/group.js
#	src/core.lib/src/entities/index.js
#	src/core.lib/src/entities/msg.js
#	src/core.lib/src/entities/notify.js
#	src/core.lib/src/entities/user.js
#	src/core.lib/src/external/hook.js
#	src/core.lib/src/index.js
#	src/core.lib/src/listeners/NodeIKernelBuddyListener.js
#	src/core.lib/src/listeners/NodeIKernelFileAssistantListener.js
#	src/core.lib/src/listeners/NodeIKernelGroupListener.js
#	src/core.lib/src/listeners/NodeIKernelLoginListener.js
#	src/core.lib/src/listeners/NodeIKernelMsgListener.js
#	src/core.lib/src/listeners/NodeIKernelProfileListener.js
#	src/core.lib/src/listeners/NodeIKernelRobotListener.js
#	src/core.lib/src/listeners/NodeIKernelSessionListener.js
#	src/core.lib/src/listeners/NodeIKernelStorageCleanListener.js
#	src/core.lib/src/listeners/index.js
#	src/core.lib/src/services/common.js
#	src/core.lib/src/services/index.js
#	src/core.lib/src/sessionConfig.js
#	src/core.lib/src/utils/config.js
#	src/core.lib/src/utils/db.js
#	src/core.lib/src/wrapper.js
2024-05-10 21:35:49 +08:00
linyuchen
431328a875 chore: build core.lib 2024-05-10 21:35:14 +08:00
手瓜一十雪
27590908b0 chore: sync core 2024-05-10 21:32:22 +08:00
手瓜一十雪
fd8ff1fd21 docs: change 2024-05-10 20:29:37 +08:00
手瓜一十雪
3ecb0991e3 feat: 扩展GetFriendCategory Api 2024-05-10 20:27:38 +08:00
手瓜一十雪
145ef0aab8 style: rename DataRuntime to WebUiDataRuntime 2024-05-10 17:55:29 +08:00
手瓜一十雪
8e760041de feat: add BuddyProfileLikeReq Type 2024-05-09 23:17:33 +08:00
手瓜一十雪
e9c902231f chore: sync core 2024-05-09 23:15:32 +08:00
手瓜一十雪
75c2523d69 chore: version 2024-05-09 23:06:55 +08:00
手瓜一十雪
23cc8bbab3 chore: release script 2024-05-09 18:46:32 +08:00
Version
b6f12f6cbd chore:version change 2024-05-09 10:42:30 +00:00
手瓜一十雪
0a6f4f3cc4 chore: version 2024-05-09 17:50:20 +08:00
手瓜一十雪
2de4036a43 build: 1.3.0-beta5 2024-05-09 17:05:11 +08:00
手瓜一十雪
749634ced4 docs: change 2024-05-09 17:00:38 +08:00
手瓜一十雪
c64a24c919 build: 1.3.0-beta4 2024-05-09 16:55:38 +08:00
手瓜一十雪
9853177b1e Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-05-09 16:55:12 +08:00
手瓜一十雪
8a567b2762 fix: Group Into Member Info 2024-05-09 16:54:32 +08:00
手瓜一十雪
c0b558546a docs: change thank list 2024-05-09 15:29:31 +08:00
手瓜一十雪
52998ce1ce docs: change version 2024-05-09 12:48:25 +08:00
手瓜一十雪
61e47c9f53 docs: change 2024-05-09 00:10:41 +08:00
手瓜一十雪
7c1738f172 build: 1.3.0-beta3 2024-05-08 22:34:01 +08:00
手瓜一十雪
a1fbab292b buid: 1.3.0-beta3 2024-05-08 22:33:00 +08:00
手瓜一十雪
f16fa129b7 build: 1.3.0-beta2 2024-05-08 21:42:23 +08:00
手瓜一十雪
bf7368e404 feat:webui finish 2024-05-08 21:40:30 +08:00
手瓜一十雪
3b2daa330b fix:webui config some value 2024-05-08 21:29:40 +08:00
手瓜一十雪
39f7686c01 fix: redirect html 2024-05-08 21:12:03 +08:00
手瓜一十雪
9ba0cab876 fix: asset not load 2024-05-08 21:00:53 +08:00
手瓜一十雪
9415a8a7f6 fix: QQ Login Check 2024-05-08 20:54:43 +08:00
手瓜一十雪
963bd2961d feat: webui auth 2024-05-08 20:33:48 +08:00
手瓜一十雪
d4ec6ede83 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-05-08 20:11:30 +08:00
手瓜一十雪
b1732dd785 feat: webui finish without auth 2024-05-08 20:10:33 +08:00
手瓜一十雪
9b264e589f docs: add qrcode expired 2024-05-08 20:01:19 +08:00
手瓜一十雪
33ea5601e1 fix: qrcode expired try 2024-05-08 19:59:42 +08:00
手瓜一十雪
46b8119e39 feat: qrcode expired try 2024-05-08 19:43:33 +08:00
手瓜一十雪
b83b51a48d fix:config 2024-05-08 18:45:45 +08:00
手瓜一十雪
b09a189b0b feat: webui finish!! 2024-05-08 18:37:11 +08:00
手瓜一十雪
211c547951 fix: webui getConfig 2024-05-08 18:31:30 +08:00
手瓜一十雪
6b717b2507 style: webui 2024-05-08 18:24:24 +08:00
手瓜一十雪
4e12901c0d feat: Ui Config 2024-05-08 18:11:38 +08:00
手瓜一十雪
56255a8a8b feat: get config 2024-05-08 15:42:22 +08:00
手瓜一十雪
986639f20f feat: Login HeartBeat 2024-05-08 15:07:20 +08:00
手瓜一十雪
dd70e20bda fix: GetQuickList 2024-05-08 14:46:51 +08:00
手瓜一十雪
05051cf0cd fix: webui Confi&webui Login 2024-05-08 14:29:18 +08:00
手瓜一十雪
5c406d0447 feat: add QQLogin 2024-05-07 22:51:43 +08:00
手瓜一十雪
a9a28c8d13 fix 2024-05-07 22:45:36 +08:00
手瓜一十雪
455bd7a03e fix: WebUiConfig 2024-05-07 22:44:55 +08:00
手瓜一十雪
61207d05a4 feat:QQLogin Api 2024-05-07 22:35:15 +08:00
手瓜一十雪
e79ad94caa fix:webui login 2024-05-07 22:26:17 +08:00
手瓜一十雪
eaec6e0235 fix 2024-05-07 22:16:11 +08:00
手瓜一十雪
1bcc7e6682 fix:login 2024-05-07 22:15:07 +08:00
手瓜一十雪
2f0a20175b feat: signCredential 2024-05-07 22:11:52 +08:00
手瓜一十雪
39a7068b59 fix:webui auth ratelimit 2024-05-07 22:04:21 +08:00
手瓜一十雪
ba20a8e346 feat:fix 2024-05-07 21:47:52 +08:00
手瓜一十雪
1199873e7c fix:port use 2024-05-07 21:24:49 +08:00
手瓜一十雪
51fab4abe9 feat:webui-test 2024-05-07 21:17:31 +08:00
手瓜一十雪
36a5b1ca9e feat: auth api router 2024-05-07 21:06:04 +08:00
手瓜一十雪
88c58b9f67 fear: webui quick login 2024-05-07 20:50:25 +08:00
手瓜一十雪
bcdf949d34 feat:webui log 2024-05-07 20:08:59 +08:00
手瓜一十雪
5502cab295 feat: webui set config 2024-05-07 19:57:23 +08:00
手瓜一十雪
b39bcd0a89 fix: webui not login get config 2024-05-07 19:55:11 +08:00
手瓜一十雪
10d9cf81c4 feat: webui OB11Config 2024-05-07 19:48:25 +08:00
linyuchen
b4c14e9ea9 build: v1.3.0-beta1 2024-05-07 16:28:28 +08:00
linyuchen
c0fbe4d29c build-1.3.0-beta1 2024-05-07 16:27:26 +08:00
linyuchen
8d1bf7cd5b chore(build): Update core.lib 2024-05-07 16:26:52 +08:00
手瓜一十雪
2b94cf111b feat: webui OB11Config 2024-05-07 12:31:30 +08:00
手瓜一十雪
d07febd9ab feat: webui getQrcode 2024-05-07 12:23:58 +08:00
linyuchen
b8a8b3cdc4 doc: Update changelog 2024-05-07 08:42:48 +08:00
linyuchen
99f6a1d2b2 chore: rollback version 2024-05-07 08:13:56 +08:00
linyuchen
09f3a3a7e8 build: fix auto download image, fix rkey error 2024-05-07 08:12:12 +08:00
手瓜一十雪
760034f96e Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-05-06 23:02:26 +08:00
手瓜一十雪
06d2aa0373 feat: webui LoginStatus 2024-05-06 23:02:00 +08:00
linyuchen
d3664728d5 Merge remote-tracking branch 'origin/main' 2024-05-06 22:53:53 +08:00
linyuchen
4c9da441ca chore: Update submodule core 2024-05-06 22:53:38 +08:00
手瓜一十雪
07f0ae0ed9 feat: login handler 2024-05-06 22:52:57 +08:00
手瓜一十雪
449ee7d40e feat: webui Login Router 2024-05-06 22:40:21 +08:00
手瓜一十雪
4daadb9b48 feat: webui login limit 2024-05-06 22:24:27 +08:00
手瓜一十雪
ec6131d84a feat: webui auth helper 2024-05-06 22:11:13 +08:00
手瓜一十雪
1904bf707e fix:useport try 2024-05-06 21:46:43 +08:00
手瓜一十雪
6cf12f159f feat: webui config 2024-05-06 21:34:17 +08:00
手瓜一十雪
31bc94c9ff chore: web ui/api move 2024-05-06 21:12:34 +08:00
手瓜一十雪
4414c73543 feat: webuiapi init 2024-05-06 21:10:37 +08:00
手瓜一十雪
bbd6e83502 chore: sync core repo 2024-05-06 20:59:30 +08:00
linyuchen
b6c704d214 fix: rkey cached 2024-05-06 19:45:20 +08:00
linyuchen
f4b86d4c6c Merge remote-tracking branch 'origin/main'
# Conflicts:
#	src/core
2024-05-06 19:44:50 +08:00
linyuchen
e6c31bbb40 fix: rkey cached 2024-05-06 19:44:36 +08:00
linyuchen
cf307bae4b fix: rkey cached 2024-05-06 19:44:25 +08:00
手瓜一十雪
2fce92ff38 build: 1.3.0-disable webui 2024-05-06 17:49:12 +08:00
手瓜一十雪
1a494b3c8e build: 1.3.0-beta2 2024-05-06 17:01:16 +08:00
手瓜一十雪
12910b4ae5 build: 1.3.0-beta1 2024-05-06 16:06:16 +08:00
手瓜一十雪
30f0123fe6 fix:rkey 2024-05-06 16:05:15 +08:00
手瓜一十雪
d102c15576 feat: sync core 2024-05-06 16:04:29 +08:00
手瓜一十雪
8ad33d7a8d feat:webui index 2024-05-06 15:12:27 +08:00
手瓜一十雪
38d9788c39 fix: webui style 2024-05-06 12:36:02 +08:00
手瓜一十雪
a04edd801b fix: webui ui 2024-05-06 12:32:21 +08:00
手瓜一十雪
fc660f8ff9 fix 2024-05-06 12:30:26 +08:00
手瓜一十雪
f2346fdf4d fix:Login 2024-05-05 22:49:56 +08:00
手瓜一十雪
31f3e88503 fix: version check 2024-05-05 21:41:36 +08:00
手瓜一十雪
a60dbf3dbb remove: webui log 2024-05-05 21:29:09 +08:00
linyuchen
67b0a1ebf9 fix: http download filename special character 2024-05-05 20:05:52 +08:00
linyuchen
8449b590df refactor: OB11Message add filed message_seq 2024-05-05 19:40:26 +08:00
linyuchen
982931d161 Merge remote-tracking branch 'origin/main' 2024-05-05 19:25:37 +08:00
linyuchen
e55dc67f9b refactor: Moehoo和QQ版本绑定,不再兼容多个版本 2024-05-05 19:25:17 +08:00
手瓜一十雪
beb0124dce Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-05-05 15:51:39 +08:00
手瓜一十雪
4224ca3aaf chore:sync core 2024-05-05 15:51:23 +08:00
手瓜一十雪
86c978a6be fix:docs 2024-05-05 15:45:05 +08:00
手瓜一十雪
54491664cc feat: ChangeLog 2024-05-05 15:44:38 +08:00
手瓜一十雪
359851c8f9 fix: webui api 2024-05-05 15:34:07 +08:00
手瓜一十雪
4bb3664b94 fix: webui build 2024-05-05 15:17:17 +08:00
手瓜一十雪
2f4d8215ba feat: webui style 2024-05-05 14:39:16 +08:00
手瓜一十雪
cc8254188d fix:webui-style 2024-05-05 14:35:49 +08:00
手瓜一十雪
208c748647 feat: webui-test-0 2024-05-05 14:32:48 +08:00
手瓜一十雪
913de7044b fix: webui-10 2024-05-05 14:14:27 +08:00
手瓜一十雪
417af20df5 fix:webui-9 2024-05-05 14:11:51 +08:00
手瓜一十雪
6092f9770c fix: webapi config 2024-05-05 14:04:29 +08:00
手瓜一十雪
ce19cc447a fix: webui - 8 2024-05-05 13:49:08 +08:00
手瓜一十雪
34665964a9 fix: webui-7 2024-05-05 13:45:44 +08:00
手瓜一十雪
ba1ccb2a60 fix: remove unuse 2024-05-05 13:42:43 +08:00
手瓜一十雪
57db43e3c6 fix: webui-6 2024-05-05 13:40:54 +08:00
手瓜一十雪
b9ff8426f5 fix: webui-6 2024-05-05 13:36:53 +08:00
手瓜一十雪
3221f809d0 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-05-05 13:28:30 +08:00
手瓜一十雪
56a37b9475 fix: webui-5 2024-05-05 13:28:16 +08:00
linyuchen
13b0574a5d Merge remote-tracking branch 'origin/main' 2024-05-05 13:26:52 +08:00
linyuchen
cf3b37dbc4 build-1.2.1-beta1,fix: webapi群成员列表加入缓存,表情回应兼容int类型emoji_id 2024-05-05 13:26:33 +08:00
手瓜一十雪
fd3dc6e204 feat: webui-4 2024-05-05 13:23:05 +08:00
手瓜一十雪
4f10df49f7 feat:webui-3 2024-05-05 13:03:56 +08:00
手瓜一十雪
b6430990c0 feat:webui-2 2024-05-05 13:01:23 +08:00
手瓜一十雪
13b57b5238 feat: webui-1 2024-05-05 12:57:32 +08:00
手瓜一十雪
61b1c32fff fix 2024-05-05 12:43:32 +08:00
linyuchen
989370107a Merge remote-tracking branch 'origin/main' 2024-05-04 23:24:41 +08:00
linyuchen
04b958bf5c fix: /get_cookies return 2024-05-04 23:24:32 +08:00
手瓜一十雪
e7833274c6 doc: change 2024-05-04 23:23:45 +08:00
手瓜一十雪
eccc5ffa36 style&feat: cache cookies&group member 2024-05-04 23:22:21 +08:00
手瓜一十雪
0baeaa6aa9 fix 2024-05-04 22:41:37 +08:00
手瓜一十雪
ff8eeb1213 fix 2024-05-04 22:32:22 +08:00
手瓜一十雪
5dfd022529 fix 2024-05-04 22:26:36 +08:00
linyuchen
f9ed97dbd5 fix: Get group member list no_cache 2024-05-04 22:09:46 +08:00
linyuchen
4b4bd89710 Update submodule 2024-05-04 22:02:08 +08:00
linyuchen
dd95d9eeac Merge remote-tracking branch 'origin/main' 2024-05-04 21:57:02 +08:00
linyuchen
a44256fd1c remove webapi get group members 2024-05-04 21:56:45 +08:00
手瓜一十雪
fc671d67f5 change: toDo 2024-05-04 18:13:30 +08:00
手瓜一十雪
671e4de6e6 chore: release script 2024-05-03 21:51:42 +08:00
linyuchen
da5ec0cb2b style: eslint 2024-05-03 21:34:16 +08:00
linyuchen
fcd27bebb6 Merge remote-tracking branch 'origin/main' 2024-05-03 21:29:30 +08:00
linyuchen
201a5e867d doc: update 2024-05-03 21:29:14 +08:00
手瓜一十雪
2e01372170 fix 2024-05-03 21:22:16 +08:00
linyuchen
0bd1affbbd doc: update 2024-05-03 21:06:50 +08:00
手瓜一十雪
59195e78b3 fix 2024-05-03 21:03:13 +08:00
手瓜一十雪
59e8e93d50 fix 2024-05-03 21:00:17 +08:00
手瓜一十雪
e8b9512309 fix 2024-05-03 20:44:04 +08:00
手瓜一十雪
5943a06fac fix 2024-05-03 20:34:32 +08:00
Version
dfe44b3648 chore:version change 2024-05-03 12:29:17 +00:00
linyuchen
e5d0d8a5fb build: update core.lib 2024-05-03 20:27:46 +08:00
linyuchen
4622351a7a Merge remote-tracking branch 'origin/main' 2024-05-03 20:26:55 +08:00
手瓜一十雪
73d7317a90 docs: change 2024-05-03 20:26:25 +08:00
linyuchen
093d4280d8 fix: Sync get_group_notice return structure to gocq 2024-05-03 20:24:25 +08:00
手瓜一十雪
45c0318007 build: 1.2.0-beta18 2024-05-03 20:16:37 +08:00
手瓜一十雪
593f127cff update: appid 2024-05-03 20:13:08 +08:00
手瓜一十雪
8a7f8bc648 docs: change 2024-05-03 18:06:05 +08:00
手瓜一十雪
8c09e954dc build: 1.2.0-beta17 2024-05-03 16:59:10 +08:00
手瓜一十雪
4c2c0ebb8b build: 1.2.0-beta16 2024-05-03 14:36:39 +08:00
手瓜一十雪
51514481ea fix 2024-05-03 14:06:23 +08:00
手瓜一十雪
d35598a798 fix 2024-05-03 14:02:40 +08:00
linyuchen
5f6bada66c chore: update submodule core 2024-05-03 13:04:49 +08:00
linyuchen
19ca394e26 Merge remote-tracking branch 'origin/main' 2024-05-03 13:04:19 +08:00
linyuchen
3e57e13647 refactor: ordered onebot11.json keys 2024-05-03 13:04:02 +08:00
手瓜一十雪
8ccfdf8bab docs: change 2024-05-03 12:58:15 +08:00
linyuchen
f1321d8ab7 update core.lib 2024-05-03 12:34:35 +08:00
linyuchen
52362623a1 Merge remote-tracking branch 'origin/main' 2024-05-03 12:32:04 +08:00
linyuchen
5151bea5d8 fix: Unset other admin notice not work 2024-05-03 12:31:35 +08:00
手瓜一十雪
b1932662b4 build: 1.2.0-beta15 2024-05-03 12:24:39 +08:00
linyuchen
dfd1060c40 docs: update README.md 2024-05-03 11:12:36 +08:00
linyuchen
b87fa44886 chore: build core 2024-05-03 10:00:29 +08:00
linyuchen
45f7ab21e3 chore: build core 2024-05-03 09:59:25 +08:00
linyuchen
c22dfe7339 update submodule core 2024-05-03 01:18:27 +08:00
linyuchen
f394ff9f13 update core.lib 2024-05-03 01:01:05 +08:00
linyuchen
8bff46f466 feat: forward single msg
feat: statistic sent receive msg count by api get_status
2024-05-03 00:59:07 +08:00
linyuchen
3e4eb926f9 Merge remote-tracking branch 'origin/main' 2024-05-02 23:29:35 +08:00
手瓜一十雪
9436b7aab4 fix 2024-05-02 23:06:57 +08:00
手瓜一十雪
5021beb404 fix 2024-05-02 23:05:14 +08:00
linyuchen
6642c2bcda refactor: send music card
feat: send mface
2024-05-02 22:23:59 +08:00
手瓜一十雪
093a8fd0db chore: sync core to core.lib 2024-05-02 21:42:13 +08:00
手瓜一十雪
4c510247bf build: 1.2.0-beta14 2024-05-02 21:34:38 +08:00
手瓜一十雪
7bf3388b0f feat: add log 2024-05-02 21:26:14 +08:00
手瓜一十雪
8cd3884d98 fix 2024-05-02 21:25:29 +08:00
手瓜一十雪
7f45a0ab3f docs: change 2024-05-02 20:55:54 +08:00
手瓜一十雪
ed7ce56d2d Build: 1.2.0-beta12 2024-05-02 20:47:29 +08:00
手瓜一十雪
d9f5994539 fix: sync core 2024-05-02 18:47:01 +08:00
手瓜一十雪
fc64e98a9d build: 1.2.0-beta12 2024-05-02 18:33:52 +08:00
linyuchen
e2156cba5b build: v1.2.0.beta11.修复linux图链 2024-05-02 18:23:44 +08:00
linyuchen
4c3f6d724d Merge remote-tracking branch 'origin/main'
# Conflicts:
#	src/core
#	src/core.lib/src/adapters/NodeIDependsAdapter.js
#	src/core.lib/src/adapters/NodeIDispatcherAdapter.js
#	src/core.lib/src/adapters/NodeIGlobalAdapter.js
#	src/core.lib/src/adapters/index.js
#	src/core.lib/src/apis/file.js
#	src/core.lib/src/apis/friend.js
#	src/core.lib/src/apis/group.js
#	src/core.lib/src/apis/index.js
#	src/core.lib/src/apis/msg.js
#	src/core.lib/src/apis/sign.js
#	src/core.lib/src/apis/user.js
#	src/core.lib/src/apis/webapi.js
#	src/core.lib/src/apis/window.js
#	src/core.lib/src/core.js
#	src/core.lib/src/data.js
#	src/core.lib/src/entities/cache.js
#	src/core.lib/src/entities/constructor.js
#	src/core.lib/src/entities/group.js
#	src/core.lib/src/entities/index.js
#	src/core.lib/src/entities/msg.js
#	src/core.lib/src/entities/notify.js
#	src/core.lib/src/entities/user.js
#	src/core.lib/src/external/hook.js
#	src/core.lib/src/index.js
#	src/core.lib/src/listeners/NodeIKernelBuddyListener.js
#	src/core.lib/src/listeners/NodeIKernelFileAssistantListener.js
#	src/core.lib/src/listeners/NodeIKernelGroupListener.js
#	src/core.lib/src/listeners/NodeIKernelLoginListener.js
#	src/core.lib/src/listeners/NodeIKernelMsgListener.js
#	src/core.lib/src/listeners/NodeIKernelProfileListener.js
#	src/core.lib/src/listeners/NodeIKernelRobotListener.js
#	src/core.lib/src/listeners/NodeIKernelSessionListener.js
#	src/core.lib/src/listeners/NodeIKernelStorageCleanListener.js
#	src/core.lib/src/listeners/index.js
#	src/core.lib/src/services/common.js
#	src/core.lib/src/services/index.js
#	src/core.lib/src/sessionConfig.js
#	src/core.lib/src/utils/config.js
#	src/core.lib/src/utils/db.js
#	src/core.lib/src/wrapper.js
2024-05-02 18:20:52 +08:00
linyuchen
bef9100726 build: v1.2.0.beta11.修复linux图链 2024-05-02 18:17:41 +08:00
linyuchen
6ded8e2f78 build: v1.2.0.beta11.修复linux图链 2024-05-02 18:17:33 +08:00
手瓜一十雪
44f68e7cdc Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-05-02 18:16:19 +08:00
手瓜一十雪
ea0fd09900 style: lint 2024-05-02 18:16:03 +08:00
手瓜一十雪
c875e9a25d fix 2024-05-02 18:15:26 +08:00
手瓜一十雪
f108d97509 script: mail change 2024-05-02 18:13:32 +08:00
手瓜一十雪
4def4ab5cd update: core.lib 2024-05-02 18:11:59 +08:00
手瓜一十雪
27526d6bba build: 1.2.0-beta11 2024-05-02 18:08:26 +08:00
linyuchen
543d3aedd1 Update README.md 2024-05-02 03:33:29 +08:00
linyuchen
714a3e5c1e Update README.md 2024-05-02 01:28:24 +08:00
linyuchen
b4230ed3a7 Update README.md 2024-05-02 01:27:37 +08:00
手瓜一十雪
4cb6dc1a6c fix 2024-05-01 23:56:43 +08:00
linyuchen
6f08d98ec7 build: v1.2.0.beta10 2024-05-01 19:12:30 +08:00
linyuchen
409a1b1473 build: v1.2.0.beta10 2024-05-01 18:48:47 +08:00
linyuchen
0510d06036 feat: get_group_list, get_friend_list no_cache 2024-05-01 18:46:13 +08:00
linyuchen
31a2a02e9d Merge remote-tracking branch 'origin/main' 2024-05-01 18:35:57 +08:00
linyuchen
83c6fea0d6 fix: listener crash 2024-05-01 18:35:40 +08:00
linyuchen
da59c841d8 fix: listener crash 2024-05-01 18:35:16 +08:00
手瓜一十雪
26897af29f build: 1.2.0-beta9 2024-05-01 17:24:32 +08:00
手瓜一十雪
776f613fce build: 1.2.0-beta.8 2024-05-01 16:14:13 +08:00
linyuchen
98e99b33c2 refactor AsyncQueue 2024-05-01 16:04:23 +08:00
linyuchen
7484ef4f88 refactor AsyncQueue 2024-05-01 16:03:53 +08:00
手瓜一十雪
84aa4ef9e2 build: 1.2.0-beta 2024-05-01 14:18:36 +08:00
linyuchen
9a7038e076 build: v1.2.0.beta7 2024-05-01 12:22:48 +08:00
linyuchen
7e451eda70 build: v1.2.0.beta7 2024-05-01 12:19:50 +08:00
linyuchen
cc5acc6e94 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	src/core
2024-05-01 12:18:07 +08:00
linyuchen
6fd31be022 优化rkey获取 2024-05-01 12:17:30 +08:00
linyuchen
02a4faab8a 优化rkey获取 2024-05-01 12:17:25 +08:00
linyuchen
286446c816 fix: no_cache param of api get_group_list 2024-04-30 18:49:55 +08:00
手瓜一十雪
a95f8e39e8 fix 2024-04-30 12:11:28 +08:00
手瓜一十雪
622ba1d044 docs: change 2024-04-29 21:08:26 +08:00
手瓜一十雪
8f748b9a16 build: 1.2.0-beta 2024-04-29 20:53:52 +08:00
手瓜一十雪
9f167f1b45 build: 1.2.0-beta 2024-04-29 20:50:50 +08:00
手瓜一十雪
1de89af192 fix 2024-04-29 20:49:31 +08:00
linyuchen
ce5d5a07ef update core.lib 2024-04-29 20:35:22 +08:00
linyuchen
f29e337798 Merge remote-tracking branch 'origin/main' 2024-04-29 20:32:59 +08:00
linyuchen
2de0acc9b6 update core.lib 2024-04-29 20:32:39 +08:00
手瓜一十雪
3cb7a1dc52 build: 1.2.0-beta 2024-04-29 20:22:30 +08:00
手瓜一十雪
640de8a0e1 fix 2024-04-29 20:21:36 +08:00
手瓜一十雪
76e8ff7dca fix 2024-04-29 17:57:11 +08:00
手瓜一十雪
6de0fa3580 build: 1.2.0-beta 2024-04-29 16:58:07 +08:00
手瓜一十雪
ffc57be499 fix 2024-04-29 16:46:16 +08:00
手瓜一十雪
0aecd7ac2f fix 2024-04-29 16:21:21 +08:00
手瓜一十雪
7ab52c0625 fix 2024-04-29 15:55:28 +08:00
手瓜一十雪
3c115519c6 fix 2024-04-29 15:48:50 +08:00
手瓜一十雪
1a8fea9ad0 fix 2024-04-29 15:37:12 +08:00
linyuchen
f0332c58ee update submodule core ref 2024-04-29 15:17:41 +08:00
linyuchen
997926565f refactor: optimize msg db 2024-04-29 15:17:24 +08:00
linyuchen
296d79c32e refactor: show quick login error 2024-04-29 11:46:03 +08:00
linyuchen
cca8397067 refactor: show quick login error 2024-04-29 11:45:43 +08:00
linyuchen
b0cda66b4f refactor: get image url 2024-04-29 11:45:26 +08:00
linyuchen
65dddcd27d build: test music sign 2024-04-29 00:24:52 +08:00
linyuchen
2992fa724c Merge remote-tracking branch 'origin/main' 2024-04-29 00:24:26 +08:00
linyuchen
c39ad1aacc build: test music sign 2024-04-29 00:24:12 +08:00
手瓜一十雪
29f8448cf3 fix: typo 2024-04-29 00:14:50 +08:00
手瓜一十雪
d1dec69cfa fix: typo 2024-04-29 00:14:12 +08:00
手瓜一十雪
c0569977bd fix 2024-04-29 00:13:39 +08:00
linyuchen
76c2860dbc refactor: music sign 2024-04-29 00:11:58 +08:00
linyuchen
73b8743a51 Merge remote-tracking branch 'origin/main' 2024-04-29 00:11:51 +08:00
linyuchen
a3b1f0d9b7 refactor: music sign 2024-04-29 00:11:32 +08:00
手瓜一十雪
92062a9faa build: 1.2.0-beta 2024-04-28 23:11:48 +08:00
手瓜一十雪
7a5bf5e052 fix 2024-04-28 22:26:28 +08:00
手瓜一十雪
6751e6cc35 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-04-28 22:15:32 +08:00
手瓜一十雪
fbabc02b48 fix 2024-04-28 21:58:23 +08:00
手瓜一十雪
3ebe21ad3b fix 2024-04-28 21:55:22 +08:00
手瓜一十雪
8e3f69b526 fix 2024-04-28 21:44:43 +08:00
手瓜一十雪
b8e91df819 fix 2024-04-28 21:43:41 +08:00
手瓜一十雪
70d7fb7860 add: GetEssenceMsg 2024-04-28 21:43:15 +08:00
手瓜一十雪
142fbdb484 docs:change 2024-04-28 21:32:49 +08:00
linyuchen
81e4adc117 build: test prod 2024-04-28 21:05:30 +08:00
linyuchen
f60717b9d0 Merge remote-tracking branch 'origin/main' 2024-04-28 21:03:11 +08:00
linyuchen
667d82389e build: test prod 2024-04-28 21:02:56 +08:00
手瓜一十雪
1a6f083672 build: 1.2.0-beta 2024-04-28 20:55:24 +08:00
手瓜一十雪
dcd361175e Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-04-28 20:54:21 +08:00
手瓜一十雪
eac7f50377 fix:ref to main 2024-04-28 20:53:34 +08:00
linyuchen
e23345b5ab build: test core.lib 2024-04-28 20:49:54 +08:00
linyuchen
d935386eaa build: pre-release 2024-04-28 20:40:37 +08:00
linyuchen
cd5659bc05 Merge remote-tracking branch 'origin/main' 2024-04-28 20:39:33 +08:00
linyuchen
5d5abb6ca7 fix: log send msg group name 2024-04-28 20:39:16 +08:00
手瓜一十雪
3c68844542 build:test 2024-04-28 20:38:44 +08:00
手瓜一十雪
2577a8e14e fix 2024-04-28 20:36:52 +08:00
手瓜一十雪
3cdeeae25b fix 2024-04-28 20:36:30 +08:00
手瓜一十雪
08507828e9 fix 2024-04-28 20:32:37 +08:00
手瓜一十雪
2546082ae8 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-04-28 20:30:56 +08:00
手瓜一十雪
c5751ba3b3 fix 2024-04-28 20:30:53 +08:00
linyuchen
4885395aba update core 2024-04-28 19:46:09 +08:00
linyuchen
1000e4d895 Merge remote-tracking branch 'origin/main' 2024-04-28 19:40:44 +08:00
linyuchen
488cf81da2 refactor: sent msg log 2024-04-28 19:40:28 +08:00
手瓜一十雪
e6105b9efd fix 2024-04-28 19:37:26 +08:00
linyuchen
a021fc7fb4 refactor: sent msg log 2024-04-28 19:34:16 +08:00
linyuchen
d6f829009b Merge remote-tracking branch 'origin/main' 2024-04-28 18:54:03 +08:00
手瓜一十雪
14b29379eb chore: 新增手动打包测试 2024-04-28 18:44:32 +08:00
手瓜一十雪
328b6ad013 fix 2024-04-28 18:42:04 +08:00
手瓜一十雪
0835fa2463 fix 2024-04-28 18:32:12 +08:00
手瓜一十雪
c020d0e42b fix 2024-04-28 18:23:59 +08:00
手瓜一十雪
43d584bbba fix 2024-04-28 18:22:58 +08:00
linyuchen
81f4470e53 Merge remote-tracking branch 'origin/main' 2024-04-28 18:22:27 +08:00
linyuchen
4e8c73430b refactor: ws log 2024-04-28 18:22:17 +08:00
手瓜一十雪
dc9d7f799f fix 2024-04-28 18:21:36 +08:00
linyuchen
4298c1775f refactor: get friends, get groups, get group members, get group member 2024-04-28 18:14:21 +08:00
linyuchen
7901e9d917 Update musicSignUrl to docs & onebot11 config 2024-04-28 13:08:56 +08:00
linyuchen
92969c7b00 doc: typo 2024-04-28 12:58:34 +08:00
linyuchen
8c3ac546ea Merge remote-tracking branch 'origin/main'
# Conflicts:
#	CHANGELOG.md
2024-04-28 12:57:38 +08:00
linyuchen
b8826fa5af feat: Music sign 2024-04-28 12:56:51 +08:00
手瓜一十雪
76f69b33f5 fix 2024-04-28 12:50:24 +08:00
手瓜一十雪
610799f2e0 build: change 2024-04-28 12:49:04 +08:00
手瓜一十雪
ed1d164645 fix 2024-04-28 12:40:43 +08:00
手瓜一十雪
a5cdaa54d3 fix 2024-04-28 12:34:13 +08:00
手瓜一十雪
8777f8186a fix 2024-04-28 12:30:03 +08:00
手瓜一十雪
95374157ca fix 2024-04-28 11:19:09 +08:00
手瓜一十雪
de668f6f03 fix 2024-04-28 10:13:39 +08:00
linyuchen
fc56d6167b Merge remote-tracking branch 'origin/main' 2024-04-28 09:18:26 +08:00
linyuchen
99d0785c6f optimize: send record msg error 2024-04-28 09:18:04 +08:00
手瓜一十雪
c2959fbf2b fix: remove darwin build 2024-04-28 00:02:26 +08:00
手瓜一十雪
0ba13fb402 build: new 2024-04-27 23:51:09 +08:00
手瓜一十雪
9eb31ca9c6 fix:token workflow 2024-04-27 23:50:34 +08:00
手瓜一十雪
30bbea752d feat:设置自身在线状态 2024-04-27 23:18:03 +08:00
手瓜一十雪
594e8bd640 docs:CHANGELOG 2024-04-27 22:54:05 +08:00
手瓜一十雪
de5b428bce fix 2024-04-27 22:52:57 +08:00
手瓜一十雪
9c2690330a fix 2024-04-27 22:10:54 +08:00
手瓜一十雪
972899b105 fix 2024-04-27 22:10:07 +08:00
linyuchen
990e6095c6 doc: change log 2024-04-27 21:21:52 +08:00
linyuchen
0adeed241e fix: first get image rkey 2024-04-27 21:15:24 +08:00
linyuchen
174f8c34b1 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	src/core
2024-04-27 21:07:32 +08:00
linyuchen
17f3c859b2 fix: first get image rkey 2024-04-27 21:06:58 +08:00
手瓜一十雪
dfeaccad61 fix 2024-04-27 20:50:28 +08:00
手瓜一十雪
733fd37f5f fix 2024-04-27 20:49:41 +08:00
手瓜一十雪
317fe507c3 fix 2024-04-27 20:49:00 +08:00
linyuchen
1414f65a7d Merge remote-tracking branch 'origin/main' 2024-04-27 20:14:26 +08:00
linyuchen
2a4eb0cd4f doc: changelog 2024-04-27 20:13:59 +08:00
手瓜一十雪
37facaef78 fix 2024-04-27 20:12:42 +08:00
手瓜一十雪
8ebe96ec88 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-04-27 20:11:53 +08:00
手瓜一十雪
97e38443d2 fix 2024-04-27 20:09:08 +08:00
linyuchen
71371e3ab0 feat: 表情回应api和上报 2024-04-27 19:51:59 +08:00
linyuchen
b2a212822c optimize: log 2024-04-27 19:21:54 +08:00
linyuchen
ef4ad9a283 refactor: config使用QQ号区分 2024-04-27 19:06:39 +08:00
linyuchen
01bba0c3aa optimize: 不支持的消息类型提示 2024-04-27 19:06:08 +08:00
linyuchen
8f3178ff84 optimize: log 2024-04-27 18:41:03 +08:00
linyuchen
8ed54eb155 optimize: log 2024-04-27 18:40:45 +08:00
手瓜一十雪
8f113c0578 fix 2024-04-27 17:58:00 +08:00
手瓜一十雪
bb27a710fa build: test 2024-04-27 17:53:31 +08:00
手瓜一十雪
fa05ede43c fix:update win appid to 23159 2024-04-27 17:49:00 +08:00
手瓜一十雪
52811f3ec7 fix 2024-04-27 17:42:28 +08:00
手瓜一十雪
c67e34e134 fix 2024-04-27 17:41:49 +08:00
linyuchen
4c65d088b4 fix: listener proxy 2024-04-27 17:05:43 +08:00
linyuchen
c92a612834 Merge remote-tracking branch 'origin/main' 2024-04-27 17:05:16 +08:00
linyuchen
c17454fa4f fix: listener proxy 2024-04-27 17:05:09 +08:00
linyuchen
c9b47b41e6 fix: listener proxy 2024-04-27 17:04:53 +08:00
手瓜一十雪
22ba0e6db9 fix 2024-04-27 16:28:43 +08:00
手瓜一十雪
958f54f8a2 fix 2024-04-27 16:05:59 +08:00
手瓜一十雪
f4be464992 chore: script move 2024-04-27 15:13:53 +08:00
手瓜一十雪
920001aff9 fix 2024-04-27 15:06:59 +08:00
linyuchen
768cef648d fix: log config 2024-04-27 12:20:28 +08:00
linyuchen
47a90b600f fix: log config 2024-04-27 12:20:17 +08:00
linyuchen
6cc2bacbe7 refactor: log 2024-04-27 11:45:24 +08:00
linyuchen
caeafe7c23 refactor: core 2024-04-27 01:03:13 +08:00
linyuchen
9062d85169 refactor: core 2024-04-27 01:02:58 +08:00
linyuchen
401953bc44 Merge remote-tracking branch 'origin/main' 2024-04-27 00:53:01 +08:00
linyuchen
1b0b7ac3d2 refactor: core 2024-04-27 00:51:10 +08:00
linyuchen
0782bd116f refactor: core 2024-04-27 00:50:08 +08:00
手瓜一十雪
35e6f87635 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-04-26 22:56:49 +08:00
手瓜一十雪
3433c5c8e9 fix: Linux Script CRLF to LF 2024-04-26 22:56:38 +08:00
手瓜一十雪
90828b0ee4 fix 2024-04-26 22:53:46 +08:00
linyuchen
071a9f644b refactor: core addListener 2024-04-26 20:21:41 +08:00
手瓜一十雪
0114c4c66b fix 2024-04-26 18:46:12 +08:00
linyuchen
4772b61d8c refactor: core 2024-04-26 13:55:35 +08:00
手瓜一十雪
2dc33d5b85 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-04-26 11:30:51 +08:00
手瓜一十雪
cc67ce9de3 fix 2024-04-26 11:30:05 +08:00
手瓜一十雪
95c04acd09 docs: change 2024-04-26 08:09:15 +08:00
linyuchen
b221476910 refactor: mface url 2024-04-26 00:16:36 +08:00
linyuchen
ab427f5baf Merge remote-tracking branch 'origin/main'
# Conflicts:
#	src/onebot11/index.ts
2024-04-25 22:11:10 +08:00
手瓜一十雪
e55c90eb4b fix 2024-04-25 20:40:32 +08:00
手瓜一十雪
83f48b86c5 fix 2024-04-25 18:34:40 +08:00
手瓜一十雪
bc8c77a53f fix 2024-04-25 18:29:31 +08:00
手瓜一十雪
5d7791bbcf fix 2024-04-25 18:15:40 +08:00
手瓜一十雪
170c1332d6 fix 2024-04-25 18:15:03 +08:00
linyuchen
8c51da60b9 refactor: get image rkey 2024-04-25 15:13:26 +08:00
linyuchen
cd70f5e459 refactor: mark msg as read 2024-04-25 15:13:11 +08:00
linyuchen
1253a6daf6 refactor: mark msg as read 2024-04-25 15:12:53 +08:00
手瓜一十雪
52308657f1 docs: change 2024-04-25 10:38:01 +08:00
手瓜一十雪
a65b60beb9 Merge pull request #8 from Fripine/feat/add_FriendAddNoticeEvent
feat: add FriendAddNoticeEvent
2024-04-25 10:27:01 +08:00
Fripine
e25ef4940a Update constructor.ts 2024-04-25 00:54:36 +08:00
linyuchen
ce92a90f5a fix: check rkey 2024-04-24 21:05:51 +08:00
linyuchen
8772b5f2bc Merge remote-tracking branch 'origin/main'
# Conflicts:
#	package.json
2024-04-24 21:04:34 +08:00
linyuchen
df69af92a0 fix: check rkey 2024-04-24 21:03:47 +08:00
Fripine
067c3a9a57 Update constructor.ts 2024-04-24 19:19:36 +08:00
Fripine
b8965f3c35 Update constructor.ts 2024-04-24 18:48:03 +08:00
Fripine
4477fb9262 Update constructor.ts 2024-04-24 17:47:01 +08:00
Fripine
1ff4f073c4 construct FriendAddEvent 2024-04-24 17:38:35 +08:00
Fripine
28e76a4f0f add FriendAddEvent 2024-04-24 17:34:22 +08:00
Fripine
0d0b5bf9f6 Create OB11FriendAddNoticeEvent.ts 2024-04-24 17:32:31 +08:00
手瓜一十雪
9134ef1235 build: test 2024-04-24 15:31:51 +08:00
手瓜一十雪
0098361156 fix:package 2024-04-24 12:20:41 +08:00
手瓜一十雪
e39518a102 fix: build 2024-04-24 12:19:30 +08:00
手瓜一十雪
467030affb fix 2024-04-24 12:13:34 +08:00
手瓜一十雪
8bfb27f165 fix 2024-04-24 12:09:26 +08:00
手瓜一十雪
8243391aab fix 2024-04-24 12:01:32 +08:00
手瓜一十雪
561c400720 fix 2024-04-24 12:00:13 +08:00
手瓜一十雪
0ea51163c7 fix: native hook debug to release 2024-04-24 10:19:28 +08:00
手瓜一十雪
842ae1e939 docs: noify CQCode 2024-04-24 10:14:27 +08:00
手瓜一十雪
be8159aebe Merge pull request #7 from initialencounter/patch-1
feat(onebot11):  Improve error handling in JSON parsing
2024-04-24 00:07:55 +08:00
风宝宝
e80d889161 feat(onebot11): Improve error handling in JSON parsing
发生错误直接被 catch 掉了,没有提示,[使用docker启动后,请求被重置](https://github.com/NapNeko/NapCat-Docker/issues/8)
2024-04-23 21:33:09 +08:00
linyuchen
5ef2b8757b doc: update 2024-04-23 18:58:51 +08:00
linyuchen
19d1a2db36 update core 2024-04-23 18:39:58 +08:00
linyuchen
e856e8801d Merge remote-tracking branch 'origin/main' 2024-04-23 18:38:44 +08:00
linyuchen
6f71389151 fix: rkey 2024-04-23 18:38:13 +08:00
手瓜一十雪
5cae6313af docs: rf install with build
移除编译安装教程 因不指定参数编译和下载到的一样 指定后编译需要编译环境 例如msvc/gcc
2024-04-21 19:17:22 +08:00
linyuchen
25dcec93a3 fix: ffmpeg path for video.ts 2024-04-20 08:21:48 +08:00
linyuchen
e89a757cd3 doc: update 2024-04-20 08:21:03 +08:00
linyuchen
259dbc3d44 fix: reading qq version 2024-04-19 11:31:47 +08:00
linyuchen
23371bf2a6 doc: update README.md 2024-04-19 10:28:20 +08:00
linyuchen
b6c9d941f4 Merge remote-tracking branch 'origin/main' 2024-04-19 10:27:40 +08:00
linyuchen
7499eb3146 doc: update README.md 2024-04-19 10:27:26 +08:00
Version
4457534803 chore:version change 2024-04-18 12:17:53 +00:00
linyuchen
2fbfcb92c2 style: eslint 2024-04-18 20:17:06 +08:00
linyuchen
072b58ef50 fix: check version catch 2024-04-18 20:10:09 +08:00
linyuchen
36669be891 try send markdown 2024-04-18 18:23:20 +08:00
linyuchen
15aec7cb09 Merge remote-tracking branch 'origin/main' 2024-04-18 17:44:06 +08:00
linyuchen
8a9f374637 fix: ws token not work 2024-04-18 17:43:43 +08:00
linyuchen
8431cfa8a6 Update README.md 2024-04-17 21:44:40 +08:00
linyuchen
e7d56e7e38 Update README.md 2024-04-17 21:33:25 +08:00
linyuchen
33e63e5f1c chore: release.yml 2024-04-17 18:40:49 +08:00
linyuchen
2e6ec9e19e chore: release not need git submodule 2024-04-17 18:37:11 +08:00
linyuchen
cc166a8f94 chore: change action token 2024-04-17 18:27:08 +08:00
Version
402fb17fc2 chore:version change 2024-04-17 09:50:56 +00:00
linyuchen
46224337b5 update core 2024-04-17 17:38:02 +08:00
linyuchen
14326aac25 update core 2024-04-17 17:37:23 +08:00
linyuchen
f1dec216a3 fix: send forward msg 2024-04-17 17:35:14 +08:00
linyuchen
dde0a15f77 fix: http server cors 2024-04-17 17:06:24 +08:00
linyuchen
436526b965 fix: postLoginStatus on error 2024-04-17 17:01:29 +08:00
linyuchen
dadc478ca9 refactor: auto_escape of send msg 2024-04-16 23:22:37 +08:00
linyuchen
4c81d05685 fix: delete group 2024-04-16 23:10:29 +08:00
linyuchen
80a9b4237d feat: Support post url params 2024-04-16 23:09:56 +08:00
linyuchen
900f24a0ae feat: http heart 2024-04-16 20:58:29 +08:00
linyuchen
16629fea47 Merge remote-tracking branch 'origin/main' 2024-04-16 20:28:26 +08:00
linyuchen
6221823f12 fix: cq code auto escape
fix: get groups no cache
2024-04-16 20:28:05 +08:00
手瓜一十雪
f3d82e869d build:friend history 2024-04-16 18:50:39 +08:00
手瓜一十雪
19fe7d09d3 fix 2024-04-16 18:39:15 +08:00
手瓜一十雪
7eaf7c0fdb fix 2024-04-16 18:36:51 +08:00
手瓜一十雪
6722da761f fix 2024-04-16 18:32:02 +08:00
手瓜一十雪
d8faa7e303 fix 2024-04-16 18:26:50 +08:00
手瓜一十雪
1ed5dc6a1f Revert "chore:version change"
This reverts commit 37923d6f25.
2024-04-16 14:13:22 +08:00
手瓜一十雪
600ac123e0 limit:workflow 2024-04-16 14:10:31 +08:00
手瓜一十雪
9b8d7e969a fix 2024-04-16 14:01:05 +08:00
Version
37923d6f25 chore:version change 2024-04-16 05:57:37 +00:00
手瓜一十雪
97febceb10 Revert "chore:version change"
This reverts commit a46d3d5d68.
2024-04-16 13:57:04 +08:00
手瓜一十雪
cc14135748 fix 2024-04-16 13:56:07 +08:00
Version
a46d3d5d68 chore:version change 2024-04-16 05:54:20 +00:00
手瓜一十雪
1619645e78 fix:workflow 2024-04-16 13:53:14 +08:00
手瓜一十雪
3dd5dd2405 fix 2024-04-16 13:50:01 +08:00
手瓜一十雪
cba4726cf3 fix 2024-04-16 13:49:32 +08:00
手瓜一十雪
135e9f3d63 fix 2024-04-16 13:47:42 +08:00
手瓜一十雪
fa158869be Revert "chore:version change"
This reverts commit 83150900ee.
2024-04-16 13:44:22 +08:00
Version
83150900ee chore:version change 2024-04-16 05:42:48 +00:00
手瓜一十雪
9144543dc0 fix 2024-04-16 13:42:22 +08:00
手瓜一十雪
7099e1caab Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-04-16 13:38:00 +08:00
手瓜一十雪
6d2f2b3ecd fix 2024-04-16 13:37:42 +08:00
linyuchen
8a6326c9ed Merge remote-tracking branch 'origin/main' 2024-04-16 13:28:15 +08:00
linyuchen
5bfdddcb37 update core 2024-04-16 13:28:05 +08:00
手瓜一十雪
f7eaf54222 fix 2024-04-16 13:27:33 +08:00
linyuchen
68f57a7d56 Merge remote-tracking branch 'origin/main' 2024-04-16 13:25:25 +08:00
linyuchen
99f2890e41 refactor: recall get_group_list if groups is empty 2024-04-16 13:25:12 +08:00
手瓜一十雪
a38fcb4498 fix 2024-04-16 13:17:30 +08:00
手瓜一十雪
92a6f74f51 fix 2024-04-16 13:14:09 +08:00
手瓜一十雪
beaf89add2 fix 2024-04-16 13:12:33 +08:00
手瓜一十雪
3693c8b09e fix 2024-04-16 13:10:07 +08:00
手瓜一十雪
da3d59576e fix 2024-04-16 13:06:07 +08:00
linyuchen
dccb55adb1 Merge remote-tracking branch 'origin/main' 2024-04-16 13:00:02 +08:00
linyuchen
812aaffbdb fix: tsconfig path alias 2024-04-16 12:59:52 +08:00
手瓜一十雪
f21c3f9dec fix 2024-04-16 12:55:16 +08:00
手瓜一十雪
ce541d6d15 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-04-16 12:55:05 +08:00
手瓜一十雪
10885a620f fix 2024-04-16 12:53:37 +08:00
linyuchen
a4999483a2 Merge remote-tracking branch 'origin/main' 2024-04-16 12:51:42 +08:00
手瓜一十雪
d67473125d remove 2024-04-16 12:51:12 +08:00
linyuchen
aa9d2a7e70 Merge remote-tracking branch 'origin/main' 2024-04-16 12:50:22 +08:00
linyuchen
851673be1b fix: Send empty forward msg 2024-04-16 12:50:14 +08:00
手瓜一十雪
60ae3f43a0 fix 2024-04-16 12:47:36 +08:00
手瓜一十雪
eea2b1a089 fix:checkVesion 2024-04-16 12:46:37 +08:00
手瓜一十雪
db522fecc1 fix:checkVesion 2024-04-16 12:45:07 +08:00
手瓜一十雪
ff263ec378 fix 2024-04-16 12:43:39 +08:00
手瓜一十雪
51dbd4c03b fix 2024-04-16 12:42:07 +08:00
手瓜一十雪
3c20aa4971 fix:workflow 2024-04-16 12:41:18 +08:00
手瓜一十雪
d1a9b0650d fix:workflow 2024-04-16 12:21:50 +08:00
手瓜一十雪
50dace99b1 chore:workflow version 2024-04-16 11:49:44 +08:00
手瓜一十雪
a787ba988f fix:version output 2024-04-16 11:43:14 +08:00
linyuchen
8e1fc248d4 Create LICENSE 2024-04-16 10:27:32 +08:00
手瓜一十雪
f4a4976427 re:version 2024-04-16 10:02:40 +08:00
手瓜一十雪
12d7ab40a7 chore: version 2024-04-16 08:50:48 +08:00
linyuchen
0299ff41ad style: remove unused import 2024-04-15 22:44:48 +08:00
linyuchen
d6dab73f1e fix: calculate qq level 2024-04-15 22:44:29 +08:00
linyuchen
2dfea59f91 todo: retry get groups if groups length is 0 2024-04-15 22:42:31 +08:00
linyuchen
81a0d3d47b refactor: rename extends api folder 2024-04-15 22:39:31 +08:00
linyuchen
f965bdd6e2 style: comment unused function 2024-04-15 22:39:06 +08:00
linyuchen
7706178059 script: gen version 2024-04-15 22:36:06 +08:00
linyuchen
afff4801a7 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	script/napcat.bat
2024-04-15 22:31:18 +08:00
linyuchen
d5722f6d4e fix: Support Onebot v11 get_forward_msg 2024-04-15 17:39:18 +08:00
手瓜一十雪
99929384fc Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-04-15 11:26:19 +08:00
手瓜一十雪
52c36d840f fix:build 2024-04-15 11:26:11 +08:00
linyuchen
5fce066c06 Update README.md 2024-04-15 11:12:28 +08:00
linyuchen
d9c3c3d696 Update README.md 2024-04-15 11:11:51 +08:00
手瓜一十雪
9cf669612f Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-04-15 11:08:45 +08:00
手瓜一十雪
63302cd024 style:lint 2024-04-15 11:08:31 +08:00
linyuchen
b1386fe66d Update README.md 2024-04-15 10:55:23 +08:00
手瓜一十雪
e8fe96bb48 fix:build workflow 2024-04-15 10:54:36 +08:00
手瓜一十雪
07f25ca133 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-04-15 10:53:04 +08:00
手瓜一十雪
2c6b98fd40 chore: issue 2024-04-15 10:52:41 +08:00
linyuchen
5469851652 Update README.md 2024-04-15 10:52:34 +08:00
手瓜一十雪
1412983178 Merge branch 'main' of https://github.com/NapNeko/NapCatQQ 2024-04-15 10:48:26 +08:00
手瓜一十雪
bee7d0645e chore:workflow-build 2024-04-15 10:48:08 +08:00
linyuchen
b8fd7d73cc Update README.md 2024-04-15 10:44:31 +08:00
linyuchen
56ccdc63c5 Update README.md 2024-04-15 10:36:48 +08:00
手瓜一十雪
7caf101952 fix:update info&bat script 2024-04-15 10:32:54 +08:00
手瓜一十雪
6fb170dee7 fix:re token 2024-04-15 08:19:15 +08:00
手瓜一十雪
f2bd01437f feat:boot 2024-04-15 08:04:56 +08:00
手瓜一十雪
94fa9d3ff2 feat:boot 2024-04-15 08:04:23 +08:00
手瓜一十雪
c81a6f9ab3 fix 2024-04-15 08:00:02 +08:00
linyuchen
1538880088 fix: readme syntax 2024-04-15 02:07:23 +08:00
linyuchen
5409e758d6 Update README.md 2024-04-15 01:48:57 +08:00
linyuchen
2de0914438 chore: start bat 2024-04-15 01:38:46 +08:00
手瓜一十雪
763a023bfd fix 2024-04-15 01:17:24 +08:00
手瓜一十雪
9c90460c66 fix 2024-04-15 01:11:29 +08:00
手瓜一十雪
8e4cc97ce7 fix 2024-04-15 01:01:36 +08:00
手瓜一十雪
f50178c0d0 fix:build 2024-04-15 00:54:02 +08:00
手瓜一十雪
e9269544e4 chore:workflow 2024-04-15 00:52:59 +08:00
linyuchen
95516a8717 Merge remote-tracking branch 'origin/main' 2024-04-15 00:28:55 +08:00
linyuchen
c5427d76cf chore: version 1.0.0 2024-04-15 00:28:40 +08:00
手瓜一十雪
c8915ce660 chore:version 2024-04-15 00:28:22 +08:00
手瓜一十雪
6918809276 chore:release 2024-04-15 00:22:46 +08:00
linyuchen
cf3a122cea chore: version 0.0.1 2024-04-15 00:17:39 +08:00
linyuchen
5c2df24607 doc: update README.md 2024-04-15 00:15:24 +08:00
linyuchen
356aba762c NapCatQQ 2024-04-15 00:09:08 +08:00
手瓜一十雪
0ef3e38d70 chore: package.json 2024-04-14 21:05:10 +08:00
手瓜一十雪
522349ea8b fix 2024-04-12 08:21:56 +08:00
linyuchen
a94506472c Update README.md 2024-04-10 16:49:51 +08:00
linyuchen
beec049ee5 Update README.md 2024-04-10 16:49:17 +08:00
linyuchen
31426e7d12 logo png 2024-04-10 16:47:01 +08:00
linyuchen
c0c4b69ce7 logo 2024-04-10 16:43:06 +08:00
linyuchen
352ecedd9e Update README.md 2024-04-10 15:35:46 +08:00
linyuchen
3062902d71 Update README.md 2024-04-10 15:08:38 +08:00
linyuchen
02b1785309 Update README.md 2024-04-10 15:01:19 +08:00
手瓜一十雪
5e32bc474b fix 2024-04-09 23:45:01 +08:00
手瓜一十雪
b0f444f540 fix 2024-04-09 21:26:15 +08:00
手瓜一十雪
48468b6dac Create release.plain.yml 2024-04-09 21:24:44 +08:00
手瓜一十雪
42cca1350e fix 2024-04-07 22:15:54 +08:00
手瓜一十雪
e56998165e fix 2024-04-07 22:14:07 +08:00
手瓜一十雪
55bb9a9450 chore:readme 2024-04-07 22:04:34 +08:00
linyuchen
9c51bd3d4f Update README.md 2024-03-29 20:45:11 +08:00
linyuchen
27dc09dac8 Update README.md 2024-03-29 19:39:30 +08:00
30 changed files with 776 additions and 207 deletions

View File

@ -10,7 +10,7 @@ permissions: write-all
env: env:
OPENROUTER_API_URL: https://91vip.futureppo.top/v1/chat/completions OPENROUTER_API_URL: https://91vip.futureppo.top/v1/chat/completions
OPENROUTER_MODEL: "copilot/gemini-3-flash-preview" OPENROUTER_MODEL: "gemini-3-flash-preview"
RELEASE_NAME: "NapCat" RELEASE_NAME: "NapCat"
jobs: jobs:
@ -118,7 +118,7 @@ jobs:
sudo apt update sudo apt update
sudo apt install -y aria2 unzip zip p7zip-full curl jq sudo apt install -y aria2 unzip zip p7zip-full curl jq
- name: Download QQ x64, Node.js and Assemble NapCat.Shell.Windows.Node.zip - name: Download and Assemble NapCat.Shell.Windows.Node.zip
run: | run: |
set -euo pipefail set -euo pipefail
TMPDIR=$(mktemp -d) TMPDIR=$(mktemp -d)
@ -127,11 +127,9 @@ jobs:
# ----------------------------- # -----------------------------
# 1) 下载 QQ x64 # 1) 下载 QQ x64
# ----------------------------- # -----------------------------
# JS_URL="https://cdn-go.cn/qq-web/im.qq.com_new/latest/rainbow/windowsConfig.js" NT_URL="https://dldir1v6.qq.com/qqfile/qq/QQNT/32876254/QQ9.9.27.45627_x64.exe"
# JS_URL="https://slave.docadan488.workers.dev/proxy?url=https://cdn-go.cn/qq-web/im.qq.com_new/latest/rainbow/windowsConfig.js"
# NT_URL=$(curl -fsSL "$JS_URL" | grep -oP '"ntDownloadX64Url"\s*:\s*"\K[^"]+')
NT_URL="https://dldir1v6.qq.com/qqfile/qq/QQNT/eb263b35/QQ9.9.23.42086_x64.exe"
QQ_ZIP="$(basename "$NT_URL")" QQ_ZIP="$(basename "$NT_URL")"
echo "Downloading QQ installer: $QQ_ZIP"
aria2c -x16 -s16 -k1M -o "$QQ_ZIP" "$NT_URL" aria2c -x16 -s16 -k1M -o "$QQ_ZIP" "$NT_URL"
QQ_EXTRACT="$TMPDIR/qq_extracted" QQ_EXTRACT="$TMPDIR/qq_extracted"
@ -164,11 +162,18 @@ jobs:
# ----------------------------- # -----------------------------
# 5) 拷贝 QQ 文件到 NapCat.Shell.Windows.Node # 5) 拷贝 QQ 文件到 NapCat.Shell.Windows.Node
# ----------------------------- # -----------------------------
QQ_TARGETS=("avif_convert.dll" "broadcast_ipc.dll" "config.json" "libglib-2.0-0.dll" "libgobject-2.0-0.dll" "libvips-42.dll" "ncnn.dll" "opencv.dll" "package.json" "QBar.dll" "wrapper.node") QQ_TARGETS=("avif_convert.dll" "broadcast_ipc.dll" "config.json" "libglib-2.0-0.dll" "libgobject-2.0-0.dll" "libvips-42.dll" "ncnn.dll" "opencv.dll" "package.json" "QBar.dll" "wrapper.node" "LightQuic.dll")
for name in "${QQ_TARGETS[@]}"; do for name in "${QQ_TARGETS[@]}"; do
find "$QQ_EXTRACT" -iname "$name" -exec cp -a {} "$OUT_DIR" \; || true find "$QQ_EXTRACT" -iname "$name" -exec cp -a {} "$OUT_DIR" \; || true
done done
# -----------------------------
# 5.1) 拷贝 win64 目录下的文件
# -----------------------------
mkdir -p "$OUT_DIR/win64"
find "$QQ_EXTRACT" -ipath "*/win64/SSOShareInfoHelper64.dll" -exec cp -a {} "$OUT_DIR/win64/" \; || true
find "$QQ_EXTRACT" -ipath "*/win64/parent-ipc-core-x64.dll" -exec cp -a {} "$OUT_DIR/win64/" \; || true
# ----------------------------- # -----------------------------
# 6) 拷贝仓库文件 napcat.bat 和 index.js # 6) 拷贝仓库文件 napcat.bat 和 index.js
# ----------------------------- # -----------------------------
@ -178,6 +183,7 @@ jobs:
# ----------------------------- # -----------------------------
# 7) 拷贝 Node.exe 到 NapCat.Shell.Windows.Node # 7) 拷贝 Node.exe 到 NapCat.Shell.Windows.Node
# ----------------------------- # -----------------------------
NODE_VER="22.11.0"
cp -a "$NODE_EXTRACT/node-v$NODE_VER-win-x64/node.exe" "$OUT_DIR/" || true cp -a "$NODE_EXTRACT/node-v$NODE_VER-win-x64/node.exe" "$OUT_DIR/" || true
- name: Upload Artifact - name: Upload Artifact
@ -442,3 +448,34 @@ jobs:
NapCat.Shell.zip NapCat.Shell.zip
NapCat.Shell.Windows.OneKey.zip NapCat.Shell.Windows.OneKey.zip
draft: true draft: true
- name: Update apifox
env:
APIFOX_TOKEN: ${{ secrets.APIFOX_TOKEN }}
run: |
npm i -g pnpm
pnpm i
pnpm run build:openapi
# 读取并压缩 openapi.json 内容
OPENAPI_CONTENT=$(cat packages/napcat-schema/dist/openapi.json | tr -d '\n\r\t' | sed 's/ */ /g' | sed 's/"/\\"/g')
# 构建 JSON 数据
JSON_DATA=$(printf '{
"input": "%s",
"options": {
"endpointOverwriteBehavior": "OVERWRITE_EXISTING",
"schemaOverwriteBehavior": "OVERWRITE_EXISTING",
"updateFolderOfChangedEndpoint": true,
"moduleId": 1140714,
"deleteUnmatchedResources": true
}
}' "$OPENAPI_CONTENT")
curl --location -g --request POST 'https://api.apifox.com/v1/projects/5348325/import-openapi?locale=zh-CN' \
--header 'X-Apifox-Api-Version: 2024-03-28' \
--header "Authorization: Bearer $APIFOX_TOKEN" \
--header 'Content-Type: application/json' \
--data-raw "$JSON_DATA"

View File

@ -10,6 +10,7 @@
"build:framework": "pnpm --filter napcat-framework run build || exit 1", "build:framework": "pnpm --filter napcat-framework run build || exit 1",
"build:webui": "pnpm --filter napcat-webui-frontend run build || exit 1", "build:webui": "pnpm --filter napcat-webui-frontend run build || exit 1",
"build:plugin-builtin": "pnpm --filter napcat-plugin-builtin run build || exit 1", "build:plugin-builtin": "pnpm --filter napcat-plugin-builtin run build || exit 1",
"build:openapi": "pnpm --filter napcat-schema run build:openapi || exit 1",
"dev:shell": "pnpm --filter napcat-develop run dev || exit 1", "dev:shell": "pnpm --filter napcat-develop run dev || exit 1",
"typecheck": "pnpm -r --if-present run typecheck", "typecheck": "pnpm -r --if-present run typecheck",
"test": "pnpm --filter napcat-test run test", "test": "pnpm --filter napcat-test run test",

View File

@ -521,10 +521,14 @@
}, },
"9.9.27-45627": { "9.9.27-45627": {
"appid": 537340060, "appid": 537340060,
"qua": "V1_WIN_NQ_9.9.26_45627_GW_B" "qua": "V1_WIN_NQ_9.9.27_45627_GW_B"
}, },
"6.9.88-44725": { "6.9.88-44725": {
"appid": 537337594, "appid": 537337594,
"qua": "V1_MAC_NQ_6.9.88_44725_GW_B" "qua": "V1_MAC_NQ_6.9.88_44725_GW_B"
},
"3.2.25-45758": {
"appid": 537340249,
"qua": "V1_LNX_NQ_3.2.25_45758_GW_B"
} }
} }

View File

@ -166,5 +166,17 @@
"6.9.88-44725-arm64": { "6.9.88-44725-arm64": {
"send": "2313C68", "send": "2313C68",
"recv": "09693E4" "recv": "09693E4"
},
"3.2.25-45758-x64": {
"send": "5CF8F30",
"recv": "31667E0"
},
"3.2.25-45758-arm64": {
"send": "3EB6554",
"recv": "149AF0C"
},
"9.9.27-45758-x64": {
"send": "0A6A6BC",
"recv": "1E87EC1"
} }
} }

View File

@ -674,5 +674,17 @@
"6.9.88-44725-arm64": { "6.9.88-44725-arm64": {
"send": "3D79168", "send": "3D79168",
"recv": "3D7BA78" "recv": "3D7BA78"
},
"3.2.25-45758-x64": {
"send": "AAC4E00",
"recv": "AAC88A0"
},
"9.9.27-45758-x64": {
"send": "2E5C4A0",
"recv": "2E5FA20"
},
"3.2.25-45758-arm64": {
"send": "6D6F9A0",
"recv": "6D73350"
} }
} }

View File

@ -8,6 +8,7 @@ export interface LoginInitConfig {
commonPath: string; commonPath: string;
clientVer: string; clientVer: string;
hostName: string; hostName: string;
externalVersion: boolean;
} }
export interface PasswordLoginRetType { export interface PasswordLoginRetType {

View File

@ -1,15 +1,17 @@
import { GeneralCallResult } from './common'; import { GeneralCallResult } from './common';
export interface NodeIKernelNodeMiscService { export interface NodeIKernelNodeMiscService {
writeVersionToRegistry(version: string): void; writeVersionToRegistry (version: string): void;
getMiniAppPath(): unknown; getMiniAppPath (): unknown;
setMiniAppVersion(version: string): unknown; setMiniAppVersion (version: string): unknown;
wantWinScreenOCR(imagepath: string): Promise<GeneralCallResult>; wantWinScreenOCR (imagepath: string): Promise<GeneralCallResult>;
SendMiniAppMsg(arg1: string, arg2: string, arg3: string): unknown; SendMiniAppMsg (arg1: string, arg2: string, arg3: string): unknown;
startNewMiniApp(appfile: string, params: string): unknown; startNewMiniApp (appfile: string, params: string): unknown;
getQimei36WithNewSdk (): Promise<string>;
} }

View File

@ -87,9 +87,9 @@ export interface NodeQQNTWrapperUtil {
fullWordToHalfWord (word: string): unknown; fullWordToHalfWord (word: string): unknown;
getNTUserDataInfoConfig (): unknown; getNTUserDataInfoConfig (): Promise<string>;
pathIsReadableAndWriteable (path: string): unknown; // 直接的猜测 pathIsReadableAndWriteable (path: string, type: number): Promise<number>; // type 2 , result 0 成功
resetUserDataSavePathToDocument (): unknown; resetUserDataSavePathToDocument (): unknown;
@ -158,7 +158,7 @@ export interface NodeIQQNTStartupSessionWrapper {
stop (): void; stop (): void;
start (): void; start (): void;
createWithModuleList (uk: unknown): unknown; createWithModuleList (uk: unknown): unknown;
getSessionIdList (): unknown; getSessionIdList (): Promise<Map<unknown, unknown>>;
} }
export interface NodeIQQNTWrapperSession { export interface NodeIQQNTWrapperSession {
getNTWrapperSession (str: string): NodeIQQNTWrapperSession; getNTWrapperSession (str: string): NodeIQQNTWrapperSession;

View File

@ -32,6 +32,7 @@ if (versionFolders.length === 0) {
const BASE_DIR = path.join(versionsDir, selectedFolder, 'resources', 'app'); const BASE_DIR = path.join(versionsDir, selectedFolder, 'resources', 'app');
console.log(`BASE_DIR: ${BASE_DIR}`); console.log(`BASE_DIR: ${BASE_DIR}`);
const TARGET_DIR = path.join(__dirname, 'dist'); const TARGET_DIR = path.join(__dirname, 'dist');
const TARGET_WIN64_DIR = path.join(__dirname, 'dist', 'win64');
const QQNT_FILE = path.join(__dirname, 'QQNT.dll'); const QQNT_FILE = path.join(__dirname, 'QQNT.dll');
const NAPCAT_MJS_PATH = path.join(__dirname, '..', 'napcat-shell', 'dist', 'napcat.mjs'); const NAPCAT_MJS_PATH = path.join(__dirname, '..', 'napcat-shell', 'dist', 'napcat.mjs');
@ -46,6 +47,12 @@ const itemsToCopy = [
'package.json', 'package.json',
'QBar.dll', 'QBar.dll',
'wrapper.node', 'wrapper.node',
'LightQuic.dll'
];
const win64ItemsToCopy = [
'SSOShareInfoHelper64.dll',
'parent-ipc-core-x64.dll'
]; ];
async function copyAll () { async function copyAll () {
@ -53,13 +60,23 @@ async function copyAll () {
const configPath = path.join(TARGET_DIR, 'config.json'); const configPath = path.join(TARGET_DIR, 'config.json');
const allItemsExist = await fs.pathExists(qqntDllPath) && const allItemsExist = await fs.pathExists(qqntDllPath) &&
await fs.pathExists(configPath) && await fs.pathExists(configPath) &&
(await Promise.all(itemsToCopy.map(item => fs.pathExists(path.join(TARGET_DIR, item))))).every(exists => exists); (await Promise.all(itemsToCopy.map(item => fs.pathExists(path.join(TARGET_DIR, item))))).every(exists => exists) &&
(await Promise.all(win64ItemsToCopy.map(item => fs.pathExists(path.join(TARGET_WIN64_DIR, item))))).every(exists => exists);
if (!allItemsExist) { if (!allItemsExist) {
console.log('Copying required files...'); console.log('Copying required files...');
await fs.ensureDir(TARGET_DIR); await fs.ensureDir(TARGET_DIR);
await fs.ensureDir(TARGET_WIN64_DIR);
await fs.copy(QQNT_FILE, qqntDllPath, { overwrite: true }); await fs.copy(QQNT_FILE, qqntDllPath, { overwrite: true });
await fs.copy(path.join(versionsDir, 'config.json'), configPath, { overwrite: true }); await fs.copy(path.join(versionsDir, 'config.json'), configPath, { overwrite: true });
// 复制 win64 目录下的文件
await Promise.all(win64ItemsToCopy.map(async (item) => {
await fs.copy(path.join(BASE_DIR, 'win64', item), path.join(TARGET_WIN64_DIR, item), { overwrite: true });
console.log(`Copied ${item} to win64`);
}));
// 复制根目录下的文件
await Promise.all(itemsToCopy.map(async (item) => { await Promise.all(itemsToCopy.map(async (item) => {
await fs.copy(path.join(BASE_DIR, item), path.join(TARGET_DIR, item), { overwrite: true }); await fs.copy(path.join(BASE_DIR, item), path.join(TARGET_DIR, item), { overwrite: true });
console.log(`Copied ${item}`); console.log(`Copied ${item}`);

View File

@ -109,6 +109,7 @@ async function initializeLoginService (
commonPath: dataPathGlobal, commonPath: dataPathGlobal,
clientVer: basicInfoWrapper.getFullQQVersion(), clientVer: basicInfoWrapper.getFullQQVersion(),
hostName: hostname, hostName: hostname,
externalVersion: false,
}); });
} }

View File

@ -157,6 +157,8 @@ async function downloadFile (url: string, destPath: string, customMirror?: strin
async function extractPlugin (zipPath: string, pluginId: string): Promise<void> { async function extractPlugin (zipPath: string, pluginId: string): Promise<void> {
const PLUGINS_DIR = getPluginsDir(); const PLUGINS_DIR = getPluginsDir();
const pluginDir = path.join(PLUGINS_DIR, pluginId); const pluginDir = path.join(PLUGINS_DIR, pluginId);
const dataDir = path.join(pluginDir, 'data');
const tempDataDir = path.join(PLUGINS_DIR, `${pluginId}.data.backup`);
console.log(`[extractPlugin] PLUGINS_DIR: ${PLUGINS_DIR}`); console.log(`[extractPlugin] PLUGINS_DIR: ${PLUGINS_DIR}`);
console.log(`[extractPlugin] pluginId: ${pluginId}`); console.log(`[extractPlugin] pluginId: ${pluginId}`);
@ -169,8 +171,19 @@ async function extractPlugin (zipPath: string, pluginId: string): Promise<void>
console.log(`[extractPlugin] Created plugins root directory: ${PLUGINS_DIR}`); console.log(`[extractPlugin] Created plugins root directory: ${PLUGINS_DIR}`);
} }
// 如果目录已存在,先删除 // 如果目录已存在,先备份 data 文件夹,再删除
let hasDataBackup = false;
if (fs.existsSync(pluginDir)) { if (fs.existsSync(pluginDir)) {
// 备份 data 文件夹
if (fs.existsSync(dataDir)) {
console.log(`[extractPlugin] Backing up data directory: ${dataDir}`);
if (fs.existsSync(tempDataDir)) {
fs.rmSync(tempDataDir, { recursive: true, force: true });
}
fs.renameSync(dataDir, tempDataDir);
hasDataBackup = true;
}
console.log(`[extractPlugin] Directory exists, removing: ${pluginDir}`); console.log(`[extractPlugin] Directory exists, removing: ${pluginDir}`);
fs.rmSync(pluginDir, { recursive: true, force: true }); fs.rmSync(pluginDir, { recursive: true, force: true });
} }
@ -179,11 +192,36 @@ async function extractPlugin (zipPath: string, pluginId: string): Promise<void>
fs.mkdirSync(pluginDir, { recursive: true }); fs.mkdirSync(pluginDir, { recursive: true });
console.log(`[extractPlugin] Created directory: ${pluginDir}`); console.log(`[extractPlugin] Created directory: ${pluginDir}`);
try {
// 解压 // 解压
await compressing.zip.uncompress(zipPath, pluginDir); await compressing.zip.uncompress(zipPath, pluginDir);
console.log(`[extractPlugin] Plugin extracted to: ${pluginDir}`); console.log(`[extractPlugin] Plugin extracted to: ${pluginDir}`);
// 恢复 data 文件夹
if (hasDataBackup && fs.existsSync(tempDataDir)) {
// 如果新版本也有 data 文件夹,先删除
if (fs.existsSync(dataDir)) {
fs.rmSync(dataDir, { recursive: true, force: true });
}
console.log(`[extractPlugin] Restoring data directory: ${dataDir}`);
fs.renameSync(tempDataDir, dataDir);
}
} catch (e) {
// 解压失败时,尝试恢复 data 文件夹
if (hasDataBackup && fs.existsSync(tempDataDir)) {
console.log(`[extractPlugin] Extract failed, restoring data directory`);
if (!fs.existsSync(pluginDir)) {
fs.mkdirSync(pluginDir, { recursive: true });
}
if (fs.existsSync(dataDir)) {
fs.rmSync(dataDir, { recursive: true, force: true });
}
fs.renameSync(tempDataDir, dataDir);
}
throw e;
}
// 列出解压后的文件 // 列出解压后的文件
const files = fs.readdirSync(pluginDir); const files = fs.readdirSync(pluginDir);
console.log(`[extractPlugin] Extracted files:`, files); console.log(`[extractPlugin] Extracted files:`, files);

View File

@ -34,8 +34,11 @@ export const QQCheckLoginStatusHandler: RequestHandler = async (_, res) => {
const qqLoginStatus = WebUiDataRuntime.getQQLoginStatus(); const qqLoginStatus = WebUiDataRuntime.getQQLoginStatus();
// 必须同时满足已登录且在线online 必须明确为 true // 必须同时满足已登录且在线online 必须明确为 true
const isLogin = qqLoginStatus && isOnline === true; const isLogin = qqLoginStatus && isOnline === true;
// 检测掉线状态:已登录但不在线
const isOffline = qqLoginStatus && isOnline === false;
const data = { const data = {
isLogin, isLogin,
isOffline,
qrcodeurl: WebUiDataRuntime.getQQLoginQrcodeURL(), qrcodeurl: WebUiDataRuntime.getQQLoginQrcodeURL(),
loginError: WebUiDataRuntime.getQQLoginError(), loginError: WebUiDataRuntime.getQQLoginError(),
}; };
@ -80,7 +83,17 @@ export const QQGetLoginListNewHandler: RequestHandler = async (_, res) => {
// 获取登录的QQ的信息 // 获取登录的QQ的信息
export const getQQLoginInfoHandler: RequestHandler = async (_, res) => { export const getQQLoginInfoHandler: RequestHandler = async (_, res) => {
const data = WebUiDataRuntime.getQQLoginInfo(); const basicInfo = WebUiDataRuntime.getQQLoginInfo();
// 从 OneBot 上下文获取实时的 selfInfo.online 状态
const oneBotContext = WebUiDataRuntime.getOneBotContext();
const selfInfo = oneBotContext?.core?.selfInfo;
const online = selfInfo?.online ?? undefined;
const avatarUrl = selfInfo?.avatarUrl;
const data = {
...basicInfo,
online,
avatarUrl,
};
return sendSuccess(res, data); return sendSuccess(res, data);
}; };

View File

@ -1,24 +1,157 @@
const CACHE_NAME = 'napcat-webui-v{{VERSION}}'; /**
const ASSETS_TO_CACHE = [ * NapCat WebUI Service Worker
'/webui/' *
]; * 路由缓存策略设计
*
* 永不缓存 - Network Only
* - /api/* WebUI API
* - /plugin/:id/api/* 插件 API
* - /files/theme.css CSS
* - /webui/fonts/CustomFont.woff
* - WebSocket / SSE 连接
*
* 强缓存 - Cache First
* - /webui/assets/* hash
* - /webui/fonts/* CustomFont
* - q1.qlogo.cn QQ 头像
*
* 网络优先 - Network First
* - /webui/* (HTML 导航) SPA 页面
* - /plugin/:id/page/* 插件页面
* - /plugin/:id/files/* 插件文件系统静态资源
*
* 后台更新 - Stale-While-Revalidate
* - /plugin/:id/mem/* 插件内存静态资源
*/
const CACHE_NAME = 'napcat-webui-v{{VERSION}}';
// 缓存配置
const CACHE_CONFIG = {
// 静态资源缓存最大条目数
MAX_STATIC_ENTRIES: 200,
// QQ 头像缓存最大条目数
MAX_AVATAR_ENTRIES: 100,
// 插件资源缓存最大条目数
MAX_PLUGIN_ENTRIES: 50,
};
// ============ 路由匹配辅助函数 ============
/**
* 检查是否为永不缓存的请求
*/
function isNeverCache (url, request) {
// WebUI API
if (url.pathname.startsWith('/api/')) return true;
// 插件 API: /plugin/:id/api/*
if (/^\/plugin\/[^/]+\/api(\/|$)/.test(url.pathname)) return true;
// 动态主题 CSS
if (url.pathname === '/files/theme.css' || url.pathname.endsWith('/files/theme.css')) return true;
// 用户自定义字体
if (url.pathname.includes('/webui/fonts/CustomFont.woff')) return true;
// WebSocket 升级请求
if (request.headers.get('Upgrade') === 'websocket') return true;
// SSE 请求
if (request.headers.get('Accept') === 'text/event-stream') return true;
// Socket 相关
if (url.pathname.includes('/socket')) return true;
return false;
}
/**
* 检查是否为 WebUI 静态资源强缓存
*/
function isWebUIStaticAsset (url) {
// /webui/assets/* - 前端构建产物(带 hash
if (url.pathname.startsWith('/webui/assets/')) return true;
// /webui/fonts/* - 内置字体(排除 CustomFont
if (url.pathname.startsWith('/webui/fonts/') &&
!url.pathname.includes('CustomFont.woff')) return true;
return false;
}
/**
* 检查是否为外部头像强缓存
*/
function isQLogoAvatar (url) {
return url.hostname === 'q1.qlogo.cn' || url.hostname === 'q2.qlogo.cn';
}
/**
* 检查是否为插件文件系统静态资源网络优先
*/
function isPluginStaticFiles (url) {
// /plugin/:id/files/*
return /^\/plugin\/[^/]+\/files(\/|$)/.test(url.pathname);
}
/**
* 检查是否为插件内存静态资源Stale-While-Revalidate
*/
function isPluginMemoryAsset (url) {
// /plugin/:id/mem/*
return /^\/plugin\/[^/]+\/mem(\/|$)/.test(url.pathname);
}
/**
* 检查是否为插件页面Network First
*/
function isPluginPage (url) {
// /plugin/:id/page/*
return /^\/plugin\/[^/]+\/page(\/|$)/.test(url.pathname);
}
// ============ 缓存管理函数 ============
/**
* 限制缓存条目数量
*/
async function trimCache (cacheName, maxEntries) {
const cache = await caches.open(cacheName);
const keys = await cache.keys();
if (keys.length > maxEntries) {
// 删除最早的条目
const deleteCount = keys.length - maxEntries;
for (let i = 0; i < deleteCount; i++) {
await cache.delete(keys[i]);
}
console.log(`[SW] Trimmed ${deleteCount} entries from cache`);
}
}
/**
* 按类型获取缓存限制
*/
function getCacheLimitForRequest (url) {
if (isQLogoAvatar(url)) return CACHE_CONFIG.MAX_AVATAR_ENTRIES;
if (isPluginStaticFiles(url) || isPluginMemoryAsset(url)) return CACHE_CONFIG.MAX_PLUGIN_ENTRIES;
return CACHE_CONFIG.MAX_STATIC_ENTRIES;
}
// ============ Service Worker 生命周期 ============
// 安装阶段:预缓存核心文件
self.addEventListener('install', (event) => { self.addEventListener('install', (event) => {
self.skipWaiting(); // 强制立即接管 console.log('[SW] Installing new version:', CACHE_NAME);
event.waitUntil( self.skipWaiting();
caches.open(CACHE_NAME).then((cache) => {
// 这里的资源如果加载失败不应该阻断 SW 安装
return cache.addAll(ASSETS_TO_CACHE).catch(err => console.warn('Failed to cache core assets', err));
})
);
}); });
// 激活阶段:清理旧缓存
self.addEventListener('activate', (event) => { self.addEventListener('activate', (event) => {
console.log('[SW] Activating new version:', CACHE_NAME);
event.waitUntil( event.waitUntil(
caches.keys().then((cacheNames) => { (async () => {
return Promise.all( // 清理所有旧版本缓存
const cacheNames = await caches.keys();
await Promise.all(
cacheNames.map((cacheName) => { cacheNames.map((cacheName) => {
if (cacheName.startsWith('napcat-webui-') && cacheName !== CACHE_NAME) { if (cacheName.startsWith('napcat-webui-') && cacheName !== CACHE_NAME) {
console.log('[SW] Deleting old cache:', cacheName); console.log('[SW] Deleting old cache:', cacheName);
@ -26,107 +159,178 @@ self.addEventListener('activate', (event) => {
} }
}) })
); );
}) // 立即接管所有客户端
await self.clients.claim();
})()
); );
self.clients.claim(); // 立即控制所有客户端
}); });
// 拦截请求 // ============ 请求拦截 ============
self.addEventListener('fetch', (event) => { self.addEventListener('fetch', (event) => {
const url = new URL(event.request.url); const url = new URL(event.request.url);
const request = event.request;
// 1. API 请求:仅网络 (Network Only) // 1. 永不缓存的请求 - Network Only
if (url.pathname.startsWith('/api/') || url.pathname.includes('/socket')) { if (isNeverCache(url, request)) {
// 不调用 respondWith让请求直接穿透到网络
return; return;
} }
// 2. 强缓存策略 (Cache First) // 2. WebUI 静态资源 - Cache First
// - 外部 QQ 头像 (q1.qlogo.cn) if (isWebUIStaticAsset(url)) {
// - 静态资源 (assets, fonts) event.respondWith(cacheFirst(request, url));
// - 常见静态文件后缀
const isQLogo = url.hostname === 'q1.qlogo.cn';
const isCustomFont = url.pathname.includes('CustomFont.woff'); // 用户自定义字体,不强缓存
const isThemeCss = url.pathname.includes('files/theme.css'); // 主题 CSS不强缓存
const isStaticAsset = url.pathname.includes('/webui/assets/') ||
url.pathname.includes('/webui/fonts/');
const isStaticFile = /\.(js|css|png|jpg|jpeg|gif|svg|woff|woff2|ttf|eot|ico)$/i.test(url.pathname);
if (!isCustomFont && !isThemeCss && (isQLogo || isStaticAsset || isStaticFile)) {
event.respondWith(
caches.match(event.request).then((response) => {
if (response) {
return response;
}
// 跨域请求 (qlogo) 需要 mode: 'no-cors' 才能缓存 opaque response
// 但 fetch(event.request) 默认会继承 request 的 mode。
// 如果是 img标签发起的请求通常 mode 是 no-cors 或 cors。
// 对于 opaque response (status 0), cache API 允许缓存。
return fetch(event.request).then((response) => {
// 对 qlogo 允许 status 0 (opaque)
// 对其他资源要求 status 200
const isValidResponse = response && (
response.status === 200 ||
response.type === 'basic' ||
(isQLogo && response.type === 'opaque')
);
if (!isValidResponse) {
return response;
}
const responseToCache = response.clone();
caches.open(CACHE_NAME).then((cache) => {
cache.put(event.request, responseToCache);
});
return response;
});
})
);
return; return;
} }
// 3. HTML 页面 / 导航请求 -> 网络优先 (Network First) // 3. QQ 头像 - Cache First支持 opaque response
if (event.request.mode === 'navigate') { if (isQLogoAvatar(url)) {
event.respondWith( event.respondWith(cacheFirstWithOpaque(request, url));
fetch(event.request)
.then((response) => {
const responseToCache = response.clone();
caches.open(CACHE_NAME).then((cache) => {
cache.put(event.request, responseToCache);
});
return response;
})
.catch(() => {
return caches.match(event.request);
})
);
return; return;
} }
// 4. 其他 Same-Origin 请求 -> Stale-While-Revalidate // 4. 插件文件系统静态资源 - Network First
// 优先返回缓存,同时后台更新缓存,保证下次访问是新的 if (isPluginStaticFiles(url)) {
event.respondWith(networkFirst(request));
return;
}
// 5. 插件内存静态资源 - Stale-While-Revalidate
if (isPluginMemoryAsset(url)) {
event.respondWith(staleWhileRevalidate(request, url));
return;
}
// 6. 插件页面 - Network First
if (isPluginPage(url)) {
event.respondWith(networkFirst(request));
return;
}
// 7. HTML 导航请求 - Network First
if (request.mode === 'navigate') {
event.respondWith(networkFirst(request));
return;
}
// 8. 其他同源请求 - Network Only避免意外缓存
if (url.origin === self.location.origin) { if (url.origin === self.location.origin) {
event.respondWith( // 不缓存,直接穿透
caches.match(event.request).then((cachedResponse) => { return;
const fetchPromise = fetch(event.request).then((networkResponse) => { }
// 9. 其他外部请求 - Network Only
return;
});
// ============ 缓存策略实现 ============
/**
* Cache First 策略
* 优先从缓存返回缓存未命中则从网络获取并缓存
*/
async function cacheFirst (request, url) {
const cachedResponse = await caches.match(request);
if (cachedResponse) {
return cachedResponse;
}
try {
const networkResponse = await fetch(request);
if (networkResponse && networkResponse.status === 200) { if (networkResponse && networkResponse.status === 200) {
const responseToCache = networkResponse.clone(); const cache = await caches.open(CACHE_NAME);
caches.open(CACHE_NAME).then((cache) => { cache.put(request, networkResponse.clone());
cache.put(event.request, responseToCache); // 异步清理缓存
}); trimCache(CACHE_NAME, getCacheLimitForRequest(url));
} }
return networkResponse; return networkResponse;
}); } catch (error) {
// 如果有缓存,返回缓存;否则等待网络 console.error('[SW] Cache First fetch failed:', error);
return cachedResponse || fetchPromise; return new Response('Network error', { status: 503 });
}) }
); }
return;
/**
* Cache First 策略支持 opaque response用于跨域头像
*/
async function cacheFirstWithOpaque (request, url) {
const cachedResponse = await caches.match(request);
if (cachedResponse) {
return cachedResponse;
} }
// 默认:网络优先 try {
event.respondWith( const networkResponse = await fetch(request);
fetch(event.request).catch(() => caches.match(event.request)) // opaque response 的 status 是 0但仍可缓存
const isValidResponse = networkResponse && (
networkResponse.status === 200 ||
networkResponse.type === 'opaque'
); );
});
if (isValidResponse) {
const cache = await caches.open(CACHE_NAME);
cache.put(request, networkResponse.clone());
trimCache(CACHE_NAME, getCacheLimitForRequest(url));
}
return networkResponse;
} catch (error) {
console.error('[SW] Cache First (opaque) fetch failed:', error);
return new Response('Network error', { status: 503 });
}
}
/**
* Network First 策略
* 优先从网络获取网络失败则返回缓存
*/
async function networkFirst (request) {
try {
const networkResponse = await fetch(request);
if (networkResponse && networkResponse.status === 200) {
const cache = await caches.open(CACHE_NAME);
cache.put(request, networkResponse.clone());
}
return networkResponse;
} catch (error) {
console.log('[SW] Network First: network failed, trying cache');
const cachedResponse = await caches.match(request);
if (cachedResponse) {
return cachedResponse;
}
return new Response('Offline', { status: 503 });
}
}
/**
* Stale-While-Revalidate 策略
* 立即返回缓存如果有同时后台更新缓存
*/
async function staleWhileRevalidate (request, url) {
const cache = await caches.open(CACHE_NAME);
const cachedResponse = await cache.match(request);
// 后台刷新缓存
const fetchPromise = fetch(request).then((networkResponse) => {
if (networkResponse && networkResponse.status === 200) {
cache.put(request, networkResponse.clone());
trimCache(CACHE_NAME, getCacheLimitForRequest(url));
}
return networkResponse;
}).catch((error) => {
console.log('[SW] SWR background fetch failed:', error);
return null;
});
// 如果有缓存,立即返回缓存
if (cachedResponse) {
return cachedResponse;
}
// 没有缓存,等待网络
const networkResponse = await fetchPromise;
if (networkResponse) {
return networkResponse;
}
return new Response('Network error', { status: 503 });
}

View File

@ -10,6 +10,7 @@ const ShowStructedMessage = ({ messages }: ShowStructedMessageProps) => {
return ( return (
<Snippet <Snippet
hideSymbol hideSymbol
codeString={JSON.stringify(messages, null, 2)}
tooltipProps={{ tooltipProps={{
content: '点击复制', content: '点击复制',
}} }}

View File

@ -121,6 +121,7 @@ const OneBotItemRender = ({ data, index, style }: OneBotItemRenderProps) => {
<PopoverContent> <PopoverContent>
<Snippet <Snippet
hideSymbol hideSymbol
codeString={JSON.stringify(msg, null, 2)}
tooltipProps={{ tooltipProps={{
content: '点击复制', content: '点击复制',
}} }}

View File

@ -41,6 +41,7 @@ const OneBotDisplayResponse: React.FC<OneBotDisplayResponseProps> = ({
<PopoverContent> <PopoverContent>
<Snippet <Snippet
hideSymbol hideSymbol
codeString={JSON.stringify(data.data, null, 2)}
tooltipProps={{ tooltipProps={{
content: '点击复制', content: '点击复制',
}} }}

View File

@ -12,6 +12,8 @@ export const Toaster = () => {
borderRadius: '20px', borderRadius: '20px',
background: isDark ? '#333' : '#fff', background: isDark ? '#333' : '#fff',
color: isDark ? '#fff' : '#333', color: isDark ? '#fff' : '#333',
maxWidth: '400px',
wordBreak: 'break-word',
}, },
}} }}
/> />

View File

@ -21,7 +21,8 @@ export default class QQManager {
public static async checkQQLoginStatus () { public static async checkQQLoginStatus () {
const data = await serverRequest.post< const data = await serverRequest.post<
ServerResponse<{ ServerResponse<{
isLogin: string; isLogin: boolean;
isOffline?: boolean;
qrcodeurl: string; qrcodeurl: string;
}> }>
>('/QQLogin/CheckLoginStatus'); >('/QQLogin/CheckLoginStatus');
@ -31,7 +32,7 @@ export default class QQManager {
public static async checkQQLoginStatusWithQrcode () { public static async checkQQLoginStatusWithQrcode () {
const data = await serverRequest.post< const data = await serverRequest.post<
ServerResponse<{ qrcodeurl: string; isLogin: string; loginError?: string; }> ServerResponse<{ qrcodeurl: string; isLogin: boolean; isOffline?: boolean; loginError?: string; }>
>('/QQLogin/CheckLoginStatus'); >('/QQLogin/CheckLoginStatus');
return data.data.data; return data.data.data;

View File

@ -68,8 +68,8 @@ const Layout: React.FC<{ children: React.ReactNode; }> = ({ children }) => {
isOnlineRef.current = false; isOnlineRef.current = false;
dialog.confirm({ dialog.confirm({
title: '账号已离线', title: '账号已离线',
content: '您的 QQ 账号已下线,请重新登录。', content: '您的 QQ 账号已掉线,是否重启进程以重新登录?',
confirmText: '重新登陆', confirmText: '重启进程',
cancelText: '退出账户', cancelText: '退出账户',
onConfirm: async () => { onConfirm: async () => {
setIsRestarting(true); setIsRestarting(true);
@ -115,7 +115,12 @@ const Layout: React.FC<{ children: React.ReactNode; }> = ({ children }) => {
const checkIsQQLogin = async () => { const checkIsQQLogin = async () => {
try { try {
const result = await QQManager.checkQQLoginStatus(); const result = await QQManager.checkQQLoginStatus();
if (!result.isLogin) { // 掉线状态由 checkOnlineStatus 定期检测并弹窗处理,这里只处理未登录
if (result.isOffline) {
// 已登录但掉线,标记状态,等待 checkOnlineStatus 弹窗
isOnlineRef.current = false;
} else if (!result.isLogin) {
// 未登录状态:跳转到登录页面
if (isAuth) { if (isAuth) {
navigate('/qq_login', { replace: true }); navigate('/qq_login', { replace: true });
} else { } else {

View File

@ -132,8 +132,8 @@ export default function ExtensionPage () {
<div className='flex items-center gap-2'> <div className='flex items-center gap-2'>
{tab.icon && <span>{tab.icon}</span>} {tab.icon && <span>{tab.icon}</span>}
<span <span
className='cursor-pointer hover:underline' className='cursor-pointer hover:underline truncate max-w-[6rem] md:max-w-none'
title='点击在新窗口打开' title={`插件:${tab.pluginName}\n点击在新窗口打开`}
onClick={(e) => { onClick={(e) => {
e.stopPropagation(); e.stopPropagation();
openInNewWindow(tab.pluginId, tab.path); openInNewWindow(tab.pluginId, tab.path);
@ -141,7 +141,7 @@ export default function ExtensionPage () {
> >
{tab.title} {tab.title}
</span> </span>
<span className='text-xs text-default-400'>({tab.pluginName})</span> <span className='text-xs text-default-400 hidden md:inline'>({tab.pluginName})</span>
</div> </div>
} }
/> />

View File

@ -4,7 +4,7 @@ import { Input } from '@heroui/input';
import { Select, SelectItem } from '@heroui/select'; import { Select, SelectItem } from '@heroui/select';
import { Switch } from '@heroui/switch'; import { Switch } from '@heroui/switch';
import { useEffect, useState, useRef, useCallback } from 'react'; import { useEffect, useState, useRef, useCallback } from 'react';
import toast from 'react-hot-toast'; import toast from '@/utils/toast';
import { EventSourcePolyfill } from 'event-source-polyfill'; import { EventSourcePolyfill } from 'event-source-polyfill';
import PluginManager, { PluginConfigSchemaItem } from '@/controllers/plugin_manager'; import PluginManager, { PluginConfigSchemaItem } from '@/controllers/plugin_manager';
import key from '@/const/key'; import key from '@/const/key';

View File

@ -9,6 +9,7 @@ import toast from 'react-hot-toast';
import { IoMdRefresh, IoMdSearch, IoMdSettings } from 'react-icons/io'; import { IoMdRefresh, IoMdSearch, IoMdSettings } from 'react-icons/io';
import clsx from 'clsx'; import clsx from 'clsx';
import { EventSourcePolyfill } from 'event-source-polyfill'; import { EventSourcePolyfill } from 'event-source-polyfill';
import { useLocalStorage } from '@uidotdev/usehooks';
import PluginStoreCard, { InstallStatus } from '@/components/display_card/plugin_store_card'; import PluginStoreCard, { InstallStatus } from '@/components/display_card/plugin_store_card';
import PluginManager, { PluginItem } from '@/controllers/plugin_manager'; import PluginManager, { PluginItem } from '@/controllers/plugin_manager';
@ -226,12 +227,22 @@ export default function PluginStorePage () {
} }
}; };
const [backgroundImage] = useLocalStorage<string>(key.backgroundImage, '');
const hasBackground = !!backgroundImage;
return ( return (
<> <>
<title> - NapCat WebUI</title> <title> - NapCat WebUI</title>
<div className="p-2 md:p-4 relative"> <div className="p-2 md:p-4 relative">
{/* 固定头部区域 */}
<div className={clsx(
'sticky top-14 z-10 backdrop-blur-sm py-4 px-4 rounded-sm mb-4 -mx-2 md:-mx-4 -mt-2 md:-mt-4 transition-colors',
hasBackground
? 'bg-white/20 dark:bg-black/10'
: 'bg-transparent'
)}>
{/* 头部 */} {/* 头部 */}
<div className="flex mb-6 items-center justify-between flex-wrap gap-4"> <div className="flex mb-4 items-center justify-between flex-wrap gap-4">
<div className="flex items-center gap-4"> <div className="flex items-center gap-4">
<h1 className="text-2xl font-bold"></h1> <h1 className="text-2xl font-bold"></h1>
<Button <Button
@ -269,7 +280,7 @@ export default function PluginStorePage () {
</div> </div>
{/* 搜索框 */} {/* 搜索框 */}
<div className="mb-6"> <div className="mb-4">
<Input <Input
placeholder="搜索插件名称、描述、作者或标签..." placeholder="搜索插件名称、描述、作者或标签..."
startContent={<IoMdSearch className="text-default-400" />} startContent={<IoMdSearch className="text-default-400" />}
@ -279,15 +290,7 @@ export default function PluginStorePage () {
/> />
</div> </div>
{/* 标签页 */} {/* 标签页导航 */}
<div className="relative">
{/* 加载遮罩 - 只遮住插件列表区域 */}
{loading && (
<div className="absolute inset-0 bg-zinc-500/10 z-30 flex justify-center items-center backdrop-blur-sm rounded-lg">
<Spinner size='lg' />
</div>
)}
<Tabs <Tabs
aria-label="Plugin Store Categories" aria-label="Plugin Store Categories"
className="max-w-full" className="max-w-full"
@ -296,16 +299,30 @@ export default function PluginStorePage () {
classNames={{ classNames={{
tabList: 'bg-white/40 dark:bg-black/20 backdrop-blur-md', tabList: 'bg-white/40 dark:bg-black/20 backdrop-blur-md',
cursor: 'bg-white/80 dark:bg-white/10 backdrop-blur-md shadow-sm', cursor: 'bg-white/80 dark:bg-white/10 backdrop-blur-md shadow-sm',
panel: 'hidden',
}} }}
> >
{tabs.map((tab) => ( {tabs.map((tab) => (
<Tab <Tab
key={tab.key} key={tab.key}
title={`${tab.title} (${tab.count})`} title={`${tab.title} (${tab.count})`}
> />
<EmptySection isEmpty={!categorizedPlugins[tab.key]?.length} /> ))}
</Tabs>
</div>
{/* 插件列表区域 */}
<div className="relative">
{/* 加载遮罩 - 只遮住插件列表区域 */}
{loading && (
<div className="absolute inset-0 bg-zinc-500/10 z-30 flex justify-center items-center backdrop-blur-sm rounded-lg">
<Spinner size='lg' />
</div>
)}
<EmptySection isEmpty={!categorizedPlugins[activeTab]?.length} />
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 2xl:grid-cols-5 justify-start items-stretch gap-x-2 gap-y-4"> <div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 2xl:grid-cols-5 justify-start items-stretch gap-x-2 gap-y-4">
{categorizedPlugins[tab.key]?.map((plugin) => { {categorizedPlugins[activeTab]?.map((plugin) => {
const installInfo = getPluginInstallInfo(plugin); const installInfo = getPluginInstallInfo(plugin);
return ( return (
<PluginStoreCard <PluginStoreCard
@ -318,9 +335,6 @@ export default function PluginStorePage () {
); );
})} })}
</div> </div>
</Tab>
))}
</Tabs>
</div> </div>
</div> </div>

View File

@ -222,7 +222,7 @@ export default function QQLoginPage () {
isDisabled={isLoading} isDisabled={isLoading}
size='lg' size='lg'
selectedKey={activeTab} selectedKey={activeTab}
onSelectionChange={(key) => setActiveTab(key.toString())} onSelectionChange={(key) => key !== null && setActiveTab(key.toString())}
> >
<Tab key='shortcut' title='快速登录'> <Tab key='shortcut' title='快速登录'>
<QuickLogin <QuickLogin

View File

@ -0,0 +1,60 @@
/**
* Toast
* react-hot-toast
*/
import hotToast, { ToastOptions, Renderable, ValueOrFunction, Toast } from 'react-hot-toast';
import { truncateErrorMessage } from './truncate';
type Message = ValueOrFunction<Renderable, Toast>;
/**
* toast
* error toast
*/
const toast = {
/**
* toast
*/
error: (message: Message, options?: ToastOptions) => {
const truncatedMessage = typeof message === 'string'
? truncateErrorMessage(message)
: message;
return hotToast.error(truncatedMessage, options);
},
/**
* toast
*/
success: (message: Message, options?: ToastOptions) => {
return hotToast.success(message, options);
},
/**
* toast
*/
loading: (message: Message, options?: ToastOptions) => {
return hotToast.loading(message, options);
},
/**
* toast
*/
custom: hotToast.custom,
/**
* toast
*/
dismiss: hotToast.dismiss,
/**
* toast
*/
remove: hotToast.remove,
/**
* Promise toast
*/
promise: hotToast.promise,
};
export default toast;

View File

@ -0,0 +1,141 @@
/**
*
*
*
*
*
* 使
* - Toast
* -
* - UI
*
*
* - Windows D:\folder\subfolder\file (使 \ )
* - Linux/Unix /home/user/folder/file (使 / )
*
*
* - Windows: D:\NapCat.Shell-1\NapCat.Shell-2\...\data D:\NapCat.Shell-1\...\napcat-plugin-builtin\data
* - Linux: /home/user/projects/napcat/plugins/data /home/user/...\plugins/data
*/
/**
*
*
* @param path - Windows Linux
* @param maxLength - 60
* @returns ...
*
* @example
* // Windows 路径
* truncatePath('D:\\folder1\\folder2\\folder3\\file.txt', 30)
* // 返回: 'D:\\...\\folder3\\file.txt'
*
* @example
* // Linux 路径
* truncatePath('/home/user/projects/deep/nested/file.txt', 30)
* // 返回: '/home/user/.../nested/file.txt'
*/
export function truncatePath (path: string, maxLength: number = 60): string {
if (path.length <= maxLength) {
return path;
}
// 自动检测路径分隔符,兼容 Windows (\) 和 Linux/Unix (/)
const separator = path.includes('\\') ? '\\' : '/';
const parts = path.split(separator);
if (parts.length <= 3) {
// 如果路径段太少(如 D:\folder\file直接尾部截断
return path.substring(0, maxLength - 3) + '...';
}
// 保留第一段Windows 驱动器号如 D: 或 Linux 根目录)和最后两段(父目录+文件名)
const firstPart = parts[0];
const lastParts = parts.slice(-2).join(separator);
const truncated = `${firstPart}${separator}...${separator}${lastParts}`;
// 如果截断后仍然超长,回退到简单的尾部截断
if (truncated.length > maxLength) {
return path.substring(0, maxLength - 3) + '...';
}
return truncated;
}
/**
*
*
* Windows Linux
* UI ToastAlert
*
* @param message -
* @param maxLength - 100
* @returns
*
* @example
* // 处理包含 Windows 路径的错误消息
* truncateErrorMessage("Save failed: Error updating config: EPERM: operation not permitted, open 'D:\\very\\long\\path\\config.json'")
* // 返回: "Save failed: Error updating config: EPERM: operation not permitted, open 'D:\\...\\path\\config.json'"
*
* @example
* // 处理包含 Linux 路径的错误消息
* truncateErrorMessage("Failed to read /home/user/projects/napcat/very/deep/nested/config.json")
* // 返回: "Failed to read /home/user/.../nested/config.json"
*/
export function truncateErrorMessage (message: string, maxLength: number = 100): string {
if (message.length <= maxLength) {
return message;
}
// Windows 路径正则:匹配 盘符:\路径 格式,如 D:\folder\file.txt
// 排除空白字符和引号,避免匹配到路径外的内容
const windowsPathRegex = /[A-Za-z]:\\[^\s'"]+/g;
// Linux/Unix 路径正则:匹配 /开头的多级路径,如 /home/user/file
// 要求至少有两级目录,避免匹配单独的 /
const unixPathRegex = /\/[^\s'"]+(?:\/[^\s'"]+)+/g;
let result = message;
// 处理 Windows 路径
const windowsPaths = message.match(windowsPathRegex);
if (windowsPaths) {
for (const path of windowsPaths) {
if (path.length > 40) {
result = result.replace(path, truncatePath(path, 40));
}
}
}
// 处理 Unix 路径
const unixPaths = message.match(unixPathRegex);
if (unixPaths) {
for (const path of unixPaths) {
if (path.length > 40) {
result = result.replace(path, truncatePath(path, 40));
}
}
}
// 如果处理路径后消息仍然超长,直接尾部截断
if (result.length > maxLength) {
return result.substring(0, maxLength - 3) + '...';
}
return result;
}
/**
*
*
* @param text -
* @param maxLength - 50
* @returns ...
*/
export function truncateText (text: string, maxLength: number = 50): string {
if (text.length <= maxLength) {
return text;
}
return text.substring(0, maxLength - 3) + '...';
}

View File

@ -30,6 +30,7 @@ export default defineConfig(({ mode }) => {
}, },
'/api': backendDebugUrl, '/api': backendDebugUrl,
'/files': backendDebugUrl, '/files': backendDebugUrl,
'/plugin': backendDebugUrl,
'/webui/fonts/CustomFont.woff': backendDebugUrl, '/webui/fonts/CustomFont.woff': backendDebugUrl,
'/webui/sw.js': backendDebugUrl, '/webui/sw.js': backendDebugUrl,
}, },