We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29efb96 commit fa46a6fCopy full SHA for fa46a6f
1 file changed
src/module/customize.sh
@@ -274,7 +274,7 @@ ask_install_app() {
274
275
if [ "$choice" = "install" ]; then
276
print_step "正在打开 Google Play..."
277
- am start -a android.intent.action.VIEW -d "https://play.google.com/store/apps/details?id=www.netproxy.web.ui" > /dev/null 2>&1
+ am start -a android.intent.action.VIEW -d "https://play.google.com/store/apps/details?id=com.fanjv.netproxy" > /dev/null 2>&1
278
print_ok "已打开 Google Play"
279
else
280
print_step "已跳过安装"
0 commit comments