docs: 安装方式修正为 Gitea 私有源(移除 jsDelivr/unpkg 官方源引用)
CI / test-rest (push) Successful in 9m25s
CI / e2e (push) Successful in 9m41s
CI / verify (18.x) (push) Successful in 9m50s
CI / verify (20.x) (push) Successful in 9m48s
CI / verify (24.x) (push) Successful in 9m43s
CI / test-parser (push) Successful in 9m25s
CI / test-core (push) Successful in 9m35s

This commit is contained in:
2026-08-09 20:25:57 +08:00
parent 0cb0d28bb4
commit 5966ac7500
4 changed files with 24 additions and 15 deletions
+2 -2
View File
@@ -203,8 +203,8 @@ var demoMd=[
'```',
'',
'```bash',
'# 安装与启动',
'npm install @metona-team/metona-editor',
'# 安装Gitea 私有源)',
'npm install @metona-team/metona-editor --registry=https://git.metona.cn/api/packages/MetonaTeam/npm/',
'npm run dev',
'```',
'',