feat(remote): 添加 CORS 中间件支持文件跨域访问
This commit is contained in:
10
package.json
10
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "xcnote",
|
||||
"name": "xcdesktop",
|
||||
"version": "0.0.0",
|
||||
"description": "一个功能强大的本地 Markdown 笔记管理工具,支持时间追踪、任务管理、AI 集成等高级功能",
|
||||
"description": "一站式 AI 工作台 - 集成笔记管理、时间追踪、任务管理、AI 辅助等多种功能",
|
||||
"keywords": [
|
||||
"markdown",
|
||||
"note",
|
||||
@@ -15,7 +15,7 @@
|
||||
"author": "Your Name",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/your-username/xcnote.git"
|
||||
"url": "https://github.com/your-username/xcdesktop.git"
|
||||
},
|
||||
"private": true,
|
||||
"main": "dist-electron/main.js",
|
||||
@@ -111,8 +111,8 @@
|
||||
"wait-on": "^9.0.3"
|
||||
},
|
||||
"build": {
|
||||
"appId": "com.xcnote.app",
|
||||
"productName": "XCNote",
|
||||
"appId": "com.xcdesktop.app",
|
||||
"productName": "XCDesktop",
|
||||
"directories": {
|
||||
"output": "release"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user