refactor: devcontainer.json (#14169)

* chore: cleanup devcontainer.json

* chore: 配置devcontainer环境

* build: 更新conda配置

* chore: 更新pnpm包的安装允许列表

---------

Co-authored-by: Lucien Shaw <myxlc55@outlook.com>
This commit is contained in:
Rbqwow
2025-09-23 00:53:41 +08:00
committed by GitHub
parent 9838dec4fd
commit d12fb7d565
6 changed files with 102 additions and 6 deletions

View File

@@ -12,6 +12,7 @@ export default defineUserConfig({
lang: 'zh-CN',
title: 'MaaAssistantArknights',
description: 'MAA',
host: '0.0.0.0',
port: 3001,
locales: {

View File

@@ -1,3 +1,7 @@
packages:
- .
onlyBuiltDependencies:
- "@parcel/watcher"
- esbuild
- vue-demi