Skip to content

Commit 38ccaa8

Browse files
committed
update ppconfig from pakeplus
1 parent 1b102ae commit 38ccaa8

1 file changed

Lines changed: 1 addition & 226 deletions

File tree

scripts/ppconfig.json

Lines changed: 1 addition & 226 deletions
Original file line numberDiff line numberDiff line change
@@ -1,226 +1 @@
1-
{
2-
"name": "",
3-
"url": "",
4-
"showName": "",
5-
"appid": "",
6-
"icon": "",
7-
"iconPath": "",
8-
"iconRound": true,
9-
"state": true,
10-
"single": true,
11-
"injectJq": true,
12-
"tauriApi": false,
13-
"devbug": false,
14-
"version": "0.0.1",
15-
"preview": "desktop",
16-
"platform": ["1-1", "1-2", "2-1", "2-2"],
17-
"width": 800,
18-
"height": 600,
19-
"desc": "",
20-
"jsFile": [],
21-
"filterCss": "",
22-
"customJs": "",
23-
"isHtml": false,
24-
"htmlPath": "",
25-
"htmlFiles": [],
26-
"prefix": "",
27-
"pcRepo": "",
28-
"iosRepo": "",
29-
"androidRepo": "",
30-
"win7Repo": "",
31-
"more": {
32-
"windows": {
33-
"label": "",
34-
"title": "",
35-
"url": "",
36-
"userAgent": "",
37-
"width": 800,
38-
"height": 600,
39-
"theme": null,
40-
"resizable": true,
41-
"fullscreen": false,
42-
"maximized": false,
43-
"minWidth": 400,
44-
"minHeight": 300,
45-
"maxWidth": 1920,
46-
"maxHeight": 1080,
47-
"decorations": true,
48-
"transparent": false,
49-
"titleBarStyle": "Visible",
50-
"visible": true,
51-
"focus": true,
52-
"closable": true,
53-
"minimizable": true,
54-
"maximizable": true,
55-
"alwaysOnTop": false,
56-
"alwaysOnBottom": false,
57-
"center": false,
58-
"shadow": true,
59-
"skipTaskbar": false,
60-
"tabbingIdentifier": null,
61-
"parent": null,
62-
"dragDropEnabled": true,
63-
"browserExtensionsEnabled": false,
64-
"devtools": true,
65-
"contentProtected": false,
66-
"hiddenTitle": false,
67-
"incognito": false,
68-
"proxyUrl": null,
69-
"useHttpsScheme": false,
70-
"zoomHotkeysEnabled": false,
71-
"acceptFirstMouse": false,
72-
"create": false,
73-
"backgroundColor": null,
74-
"backgroundThrottling": null,
75-
"javascriptDisabled": false
76-
}
77-
},
78-
"phone": {
79-
"fullScreen": false,
80-
"launchImage": "",
81-
"screenOn": false,
82-
"download": true,
83-
"internet": true,
84-
"position": false,
85-
"direction": "default",
86-
"callPhone": false,
87-
"microphone": false,
88-
"camera": false,
89-
"backgroundPlay": false,
90-
"compress": false,
91-
"appSize": 0,
92-
"videoFull": true,
93-
"author": "pakeplus",
94-
"startMethod": "none",
95-
"startPwd": "123456",
96-
"pwdTitle": "",
97-
"pwdBtn": "",
98-
"pwdPlace": "",
99-
"pwdTip": "",
100-
"pwdError": "",
101-
"endPwd": "123456",
102-
"endPwdTitle": "",
103-
"endPwdTip": "",
104-
"endPwdError": "",
105-
"pwdStyle": "flat",
106-
"pwdTheme": "dark",
107-
"safeArea": {
108-
"top": 0,
109-
"bottom": 0,
110-
"left": 0,
111-
"right": 0
112-
},
113-
"header": {
114-
"show": false,
115-
"title": "",
116-
"backgroundColor": "",
117-
"color": "",
118-
"fontSize": 16,
119-
"fontWeight": "bold",
120-
"loading": false,
121-
"toolBar": false,
122-
"toolBarBackgroundColor": "",
123-
"toolBarColor": "",
124-
"toolBarFontSize": 16,
125-
"toolBarFontWeight": "bold"
126-
},
127-
"siderMenu": {
128-
"show": false,
129-
"width": 0,
130-
"backgroundColor": "",
131-
"color": "",
132-
"fontSize": 16,
133-
"fontWeight": "bold",
134-
"title": "",
135-
"titleColor": "",
136-
"titleFontSize": 16,
137-
"titleFontWeight": "bold"
138-
},
139-
"tabBar": {
140-
"show": false,
141-
"backgroundColor": "",
142-
"color": "",
143-
"activeColor": "",
144-
"fontSize": 16,
145-
"fontWeight": "bold",
146-
"tabBarItem": []
147-
},
148-
"webview": {
149-
"userAgent": "",
150-
"javaScriptEnabled": true,
151-
"domStorageEnabled": true,
152-
"allowFileAccess": false,
153-
"loadWithOverviewMode": true,
154-
"setSupportZoom": false,
155-
"clearCache": false
156-
}
157-
},
158-
"ios": {
159-
"name": "PakePlus",
160-
"showName": "PakePlus",
161-
"version": "0.0.1",
162-
"webUrl": "https://juejin.cn/",
163-
"id": "com.xiaoshen.pakeplus.ios",
164-
"icon": "./app-icon.png",
165-
"desc": "Package for personal use only, please do not use for commercial purposes(打包仅限个人使用,请勿传播或商业用途)",
166-
"pubBody": "Package for personal use only, please do not use for commercial purposes(打包仅限个人使用,请勿传播或商业用途)",
167-
"isHtml": false,
168-
"debug": false,
169-
"safeArea": "all"
170-
},
171-
"android": {
172-
"name": "PakePlus",
173-
"showName": "PakePlus",
174-
"version": "0.0.1",
175-
"webUrl": "https://juejin.cn/",
176-
"id": "com.xiaoshen.pakeplus.android",
177-
"icon": "./app-icon.png",
178-
"input": "./app-icon.png",
179-
"output": "./res",
180-
"rounded": true,
181-
"copyTo": "./app/src/main/res",
182-
"androidResDir": "./app/src/main/res",
183-
"desc": "Package for personal use only, please do not use for commercial purposes(打包仅限个人使用,请勿传播或商业用途)",
184-
"pubBody": "Package for personal use only, please do not use for commercial purposes(打包仅限个人使用,请勿传播或商业用途)",
185-
"isHtml": false,
186-
"debug": false,
187-
"safeArea": "all"
188-
},
189-
"desktop": {
190-
"name": "PakePlus2",
191-
"showName": "xiaoshen",
192-
"version": "0.0.2",
193-
"id": "com.xiaoshen.app",
194-
"desc": "",
195-
"webUrl": "https://juejin.cn/",
196-
"iconPath": "../app-icon.png",
197-
"inputPath": "../app-icon.png",
198-
"tempPath": "./processed-image.png",
199-
"icnsPath": "../src-tauri/icons/icon.icns",
200-
"pubBody": "",
201-
"isHtml": false,
202-
"single": true,
203-
"state": true,
204-
"injectJq": false,
205-
"tauriApi": true,
206-
"buildMethod": "local",
207-
"debug": false,
208-
"pageTitle": true,
209-
"author": "pakeplus",
210-
"startMethod": "none",
211-
"startPwd": "",
212-
"pwdTitle": "",
213-
"pwdBtn": "",
214-
"pwdPlace": "",
215-
"pwdTip": "",
216-
"pwdError": "",
217-
"endPwd": "",
218-
"endPwdTitle": "",
219-
"endPwdTip": "",
220-
"endPwdError": "",
221-
"pwdStyle": "flat",
222-
"pwdTheme": "dark",
223-
"autoStart": false,
224-
"rightClick": false
225-
}
226-
}
1+
{"name":"aeabfededed","url":"https://ytw.asia/","showName":"优淘","appid":"com.aeabfededed.pakeplus.yt","icon":"","iconPath":"C:\\Users\\ASUS\\AppData\\Roaming\\com.pakeplus.pacbao\\u76hdzi7c2d.png","iconRound":true,"state":true,"single":true,"injectJq":true,"tauriApi":false,"devbug":false,"version":"5.2.1","preview":"desktop","platform":["1-1","2-2"],"width":800,"height":600,"desc":"","jsFile":[],"filterCss":"","customJs":"// very important, if you don't know what it is, don't touch it\n// 非常重要,不懂代码不要动,这里可以解决80%的问题,也可以生产1000+的bug\nconst hookClick = (e) => {\n const origin = e.target.closest('a')\n const isBaseTargetBlank = document.querySelector(\n 'head base[target=\"_blank\"]'\n )\n console.log('origin', origin, isBaseTargetBlank)\n if (\n (origin && origin.href && origin.target === '_blank') ||\n (origin && origin.href && isBaseTargetBlank)\n ) {\n e.preventDefault()\n console.log('handle origin', origin)\n location.href = origin.href\n } else {\n console.log('not handle origin', origin)\n }\n}\n\nwindow.open = function (url, target, features) {\n console.log('open', url, target, features)\n location.href = url\n}\n\ndocument.addEventListener('click', hookClick, { capture: true })\n","isHtml":false,"htmlPath":"","htmlFiles":[],"prefix":"","pcRepo":"PakePlus","iosRepo":"PakePlus-iOS","androidRepo":"PakePlus-Android","win7Repo":"","versionStr":"web10","more":{"windows":{"label":"aeabfededed","title":"优淘","url":"https://ytw.asia/","userAgent":"","width":800,"height":600,"theme":null,"resizable":true,"fullscreen":false,"maximized":false,"minWidth":400,"minHeight":300,"maxWidth":1920,"maxHeight":1080,"decorations":true,"transparent":false,"titleBarStyle":"Visible","visible":true,"focus":true,"closable":true,"minimizable":true,"maximizable":true,"alwaysOnTop":false,"alwaysOnBottom":false,"center":false,"shadow":true,"skipTaskbar":false,"tabbingIdentifier":null,"parent":null,"dragDropEnabled":true,"browserExtensionsEnabled":false,"devtools":true,"contentProtected":false,"hiddenTitle":false,"incognito":false,"proxyUrl":null,"useHttpsScheme":false,"zoomHotkeysEnabled":false,"acceptFirstMouse":false,"create":false,"backgroundColor":null,"backgroundThrottling":null,"javascriptDisabled":false}},"phone":{"fullScreen":false,"launchImage":"","screenOn":false,"download":true,"internet":true,"position":false,"direction":"default","callPhone":false,"microphone":false,"camera":false,"backgroundPlay":false,"compress":false,"appSize":0,"videoFull":true,"author":"pakeplus","startMethod":"none","startPwd":"","pwdTitle":"","pwdBtn":"","pwdPlace":"","pwdTip":"","pwdError":"","endPwd":"","endPwdTitle":"","endPwdTip":"","endPwdError":"","pwdStyle":"flat","pwdTheme":"dark","safeArea":{"top":0,"bottom":0,"left":0,"right":0},"header":{"show":false,"title":"","backgroundColor":"","color":"","fontSize":16,"fontWeight":"bold","loading":false,"toolBar":false,"toolBarBackgroundColor":"","toolBarColor":"","toolBarFontSize":16,"toolBarFontWeight":"bold"},"siderMenu":{"show":false,"width":0,"backgroundColor":"","color":"","fontSize":16,"fontWeight":"bold","title":"","titleColor":"","titleFontSize":16,"titleFontWeight":"bold"},"tabBar":{"show":false,"backgroundColor":"","color":"","activeColor":"","fontSize":16,"fontWeight":"bold","tabBarItem":[]},"webview":{"userAgent":"","javaScriptEnabled":true,"domStorageEnabled":true,"allowFileAccess":false,"loadWithOverviewMode":true,"setSupportZoom":false,"clearCache":false}},"ios":{"name":"aeabfededed","showName":"优淘","version":"5.2.1","webUrl":"https://ytw.asia/","id":"com.aeabfededed.pakeplus.yt.ios","icon":"./app-icon.png","desc":"Package for personal use only, please do not use for commercial purposes(打包仅限个人使用,请勿传播或商业用途)","pubBody":"打包仅限个人使用,请勿传播或商业用途,否则后果自负","isHtml":false,"debug":false,"safeArea":"all"},"android":{"name":"aeabfededed","showName":"优淘","version":"5.2.1","webUrl":"https://ytw.asia/","id":"com.aeabfededed.pakeplus.yt.android","icon":"./app-icon.png","input":"./app-icon.png","output":"./res","rounded":true,"copyTo":"./app/src/main/res","androidResDir":"./app/src/main/res","desc":"Package for personal use only, please do not use for commercial purposes(打包仅限个人使用,请勿传播或商业用途)","pubBody":"打包仅限个人使用,请勿传播或商业用途,否则后果自负","isHtml":false,"debug":false,"safeArea":"all"},"desktop":{"name":"aeabfededed","showName":"优淘","version":"5.2.1","id":"com.aeabfededed.pakeplus.yt.desktop","desc":"打包仅限个人使用,请勿传播或商业用途,否则后果自负","webUrl":"https://ytw.asia/","iconPath":"../app-icon.png","inputPath":"../app-icon.png","tempPath":"./processed-image.png","icnsPath":"../src-tauri/icons/icon.icns","pubBody":"打包仅限个人使用,请勿传播或商业用途,否则后果自负","isHtml":false,"single":true,"state":true,"injectJq":false,"tauriApi":true,"buildMethod":"cloud","debug":false,"pageTitle":true,"author":"pakeplus","startMethod":"none","startPwd":"","pwdTitle":"","pwdBtn":"","pwdPlace":"","pwdTip":"","pwdError":"","endPwd":"","endPwdTitle":"","endPwdTip":"","endPwdError":"","pwdStyle":"flat","pwdTheme":"dark","autoStart":false,"rightClick":false,"cors":false}}

0 commit comments

Comments
 (0)