1. 添加 mocano-editor demo

2. 添加 react-pdf 高亮效果的 demo
This commit is contained in:
2025-11-24 18:41:14 +08:00
parent 1b546e6818
commit 9376e8af6d
9 changed files with 1908 additions and 5 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ export default defineConfig({
server: {
host: '0.0.0.0',
// port: 5173,
port: Number(process.env.PORT) || 51703,
port: Number(process.env.PORT) || 51709,
open: true,
// open: false,
allowedHosts: ['nas.7bm.co', 'localhost', '127.0.0.1'], // 允许的主机名列表1