Fix: Add authentication validation to the document API interface for embedded pages. (#13078)

### What problem does this PR solve?

Fix: Add authentication validation to the document API interface for
embedded pages and modify the document display styles.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2026-02-09 19:53:24 +08:00
committed by GitHub
parent 9bc16d8df2
commit 8ad7339448
8 changed files with 54 additions and 20 deletions

View File

@ -1,7 +1,7 @@
let api_host = `/v1`;
const ExternalApi = `/api`;
export { api_host };
export { ExternalApi, api_host };
export default {
// user