Skip to content

Commit

Permalink
增加woff字体以支持老版本Macos
Browse files Browse the repository at this point in the history
  • Loading branch information
miniers committed Sep 4, 2017
1 parent 4c83615 commit b8402da
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 9 deletions.
6 changes: 3 additions & 3 deletions safari2aria.safariextension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>1.0</string>
<key>CFBundleShortVersionString</key>
<string>2.9.2</string>
<string>2.9.3</string>
<key>CFBundleVersion</key>
<string>2.9.2</string>
<string>2.9.3</string>
<key>Chrome</key>
<dict>
<key>Database Quota</key>
Expand Down Expand Up @@ -87,7 +87,7 @@
<key>Update From Gallery</key>
<true/>
<key>Update Manifest URL</key>
<string>https://miniers.github.io/safari2aria/update.plist?t=2.9.2</string>
<string>https://miniers.github.io/safari2aria/update.plist?t=2.9.3</string>
<key>Website</key>
<string>https://github.com/miniers/safari2aria</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion safari2aria.safariextension/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0">
<title>safari2aria</title>
<link href="static/css/options.ff963b9acac2fe407521411876935a0c.css" rel="stylesheet"></head>
<link href="static/css/options.06c8d8f87ce26d2f59c6377c76835642.css" rel="stylesheet"></head>
<body>
<div id="app-box"></div>
<!-- built files will be auto injected -->
Expand Down
2 changes: 1 addition & 1 deletion safari2aria.safariextension/popover.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0">
<title>safari2aria</title>
<link href="static/css/popover.0375a315414abc59db41e6bf341fddd5.css" rel="stylesheet"></head>
<link href="static/css/popover.edbbf083b5a54c34f1096f3f000599c0.css" rel="stylesheet"></head>
<body>
<div id="app-box"></div>
<!-- built files will be auto injected -->
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file not shown.
Binary file modified safari2aria.safariextz
Binary file not shown.
Binary file added src/font/MaterialIcons-Regular.woff
Binary file not shown.
1 change: 1 addition & 0 deletions src/font/material-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
font-weight: 400;
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(MaterialIcons-Regular.woff) format('woff'),
url(MaterialIcons-Regular.woff2) format('woff2');
}

Expand Down
13 changes: 11 additions & 2 deletions src/pages/popover/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,19 @@ import _ from 'lodash'
import {Aria2} from '@/pages/global/aria2'

let aria2Connects={
"https://token:[email protected]:6800/jsonrpc": {
"https://token:[email protected]:6800/jsonrpc": {
aria2: '',
rpc: {
name: 'mac',
url: 'https://token:[email protected]:6800/jsonrpc'
url: 'https://token:[email protected]:6800/jsonrpc'
},
push: true
},
"https://token:[email protected]:6801/jsonrpc": {
aria2: '',
rpc: {
name: 'nas',
url: 'https://token:[email protected]:6801/jsonrpc'
},
push: true
}
Expand Down Expand Up @@ -48,6 +56,7 @@ export default {
return {
config: {
refreshTime: 1,
userAgent:'netdisk;5.3.4.5;PC;PC-Windows;5.1.2600;WindowsBaiduYunGuanJia'
},
aria2Connects: aria2Connects
}
Expand Down

0 comments on commit b8402da

Please sign in to comment.