跳轉到內容
View in the app

A better way to browse. Learn more.

PHP論壇人

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Invision Community 优化指南 Twemoji、reCAPTCHA、Font Awesome

精選回覆

發表於

本文将对 Invision Community 进行一些改动,以提高加载速度和用户体验

前期准备

CDN 列表

感谢以上网站提供的免费 CDN 加速服务,让我们有更好的访问速度

Twemoji

打开 applications\core\data\javascript.xml
applications\core\data\lang.xml
system\Output\Output.php

 
https://twemoji.maxcdn.com/2/72x72

全部替换为

 
https://cdn.jsdelivr.net/gh/twitter/twemoji/assets/72x72

reCAPTCHA

打开 applications\core\data\javascript.xml
applications\core\data\theme.xml
system\Helpers\Form\Captcha\Invisible.php
system\Helpers\Form\Captcha\Recaptcha2.php

 
https://www.google.com/recaptcha

全部替换为

 
https://www.recaptcha.net/recaptcha

Font Awesome

打开 admin\install\css\fonts.css
admin\upgrade\css\fonts.css

 
../font

全部替换为

 
https://cdn.staticfile.org/font-awesome/4.0.3/fonts


打开 applications\core\data\theme.xml

 
http://netdna.bootstrapcdn.com

替换为

 
https://cdn.staticfile.org

 
{url="applications/core/interface/font/fontawesome-webfont.woff2?v=4.7.0" base="none" noprotocol="true"}

全部替换为

 
https://cdn.staticfile.org/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0

 
{url="applications/core/interface/font/fontawesome-webfont.woff?v=4.7.0" base="none" noprotocol="true"}

替换为

 
https://cdn.staticfile.org/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0

 
{url="applications/core/interface/font/fontawesome-webfont.ttf?v=4.7.0" base="none" noprotocol="true"}

替换为

 
https://cdn.staticfile.org/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0


完成

本文章最後於,由Jack編輯

建立帳號或登入後發表意見

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.