Skip to content

Commit 18f279c

Browse files
committed
chore: upgrade deps & scripts
1 parent 86d31fb commit 18f279c

22 files changed

+1914
-849
lines changed

apps/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"preview": "vitepress preview"
1414
},
1515
"dependencies": {
16-
"vue": "^3.4.37"
16+
"vue": "^3.5.13"
1717
},
1818
"devDependencies": {
19-
"vitepress": "^1.3.2"
19+
"vitepress": "^1.5.0"
2020
}
2121
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "chrome": "128", "node": "20" }
1+
{ "chrome": "130", "node": "20" }
Lines changed: 64 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,70 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
4-
<dict>
5-
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
4+
<dict>
5+
<!-- 启用文件读写权限 -->
6+
<key>com.apple.security.files.bookmarks.app-scope</key>
7+
<true/>
8+
<key>com.apple.security.files.user-selected.read-write</key>
9+
<true/>
10+
<key>com.apple.security.files.downloads.read-write</key>
11+
<true/>
12+
<key>com.apple.security.files.documents.read-write</key>
13+
<true/>
14+
<key>com.apple.security.files.desktop.read-write</key>
15+
<true/>
16+
<key>com.apple.security.files.home-relative-path.read-write</key>
17+
<true/>
18+
19+
<!-- 启用相机、麦克风、照片库等权限 -->
20+
<key>com.apple.security.device.camera</key>
21+
<true/>
22+
<key>com.apple.security.device.usb</key>
23+
<true/>
24+
<key>com.apple.security.device.audio-input</key>
25+
<true/>
26+
<key>com.apple.security.device.microphone</key>
27+
<true/>
28+
<key>com.apple.security.personal-information.photos-library</key>
29+
<true/>
30+
31+
<!-- 启用访问网络和蓝牙 -->
32+
<key>com.apple.security.network.client</key>
633
<true/>
34+
<key>com.apple.security.network.server</key>
35+
<true/>
36+
<key>com.apple.security.bluetooth</key>
37+
<true/>
38+
39+
<!-- 启用 Apple Events -->
40+
<key>com.apple.security.automation.apple-events</key>
41+
<true/>
42+
43+
<!-- 启用访问位置服务 -->
44+
<key>com.apple.security.personal-information.location</key>
45+
<true/>
46+
47+
<!-- 启用访问日历和提醒事项 -->
48+
<key>com.apple.security.personal-information.calendars</key>
49+
<true/>
50+
<key>com.apple.security.personal-information.reminders</key>
51+
<true/>
52+
53+
<!-- 启用访问联系人 -->
54+
<key>com.apple.security.personal-information.addressbook</key>
55+
<true/>
56+
57+
<!-- 允许应用程序使用 JIT 编译和未签名的可执行内存 -->
758
<key>com.apple.security.cs.allow-jit</key>
859
<true/>
9-
</dict>
10-
</plist>
60+
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
61+
<true/>
62+
63+
<!-- 启用访问 Apple Music 和媒体库 -->
64+
<key>com.apple.security.personal-information.music-library</key>
65+
<true/>
66+
<key>com.apple.security.personal-information.media-library</key>
67+
<true/>
68+
69+
</dict>
70+
</plist>
44.1 KB
Binary file not shown.
17.8 KB
Binary file not shown.
8.63 KB
Loading
783 Bytes
Loading
19.2 KB
Loading
1.74 KB
Loading
44.9 KB
Loading

0 commit comments

Comments
 (0)