Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1 #5

Open
wants to merge 9 commits into
base: gh-pages
Choose a base branch
from
Open

1 #5

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/js/js.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no"/>
<meta charset="utf-8">
<title>ALLSO - 聚合搜索引擎</title>
<link rel='canonical' href='http://h2y.github.io/allso'>
<link rel='canonical' href='http://cakexxx.github.io/allso'>
<link href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="dist/styles/main.css" rel="stylesheet" inline>
<link rel="shortcut icon" href="static/fav.ico" />
Expand All @@ -26,7 +26,7 @@ <h6>亲,你该升级浏览器了</h6>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid row">
<div class="navbar-header">
<a class="navbar-brand" href="http://h2y.github.io/allso">
<a class="navbar-brand" href="http://cakexxx.github.io/allso">
<strong>&nbsp;ALLSO 聚合搜索引擎</strong>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion lib/js/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function set(a0b1, set_so) {
set_top[a0b1] = -72; set_left[a0b1] = -80; set_foot[a0b1] = 60;
}
else if (set_so == 3) {
set_url[a0b1] = "https://www.search.ask.com/web?q=";
set_url[a0b1] = "https://search.aust.cf/search?q=";
set_top[a0b1] = -88; set_left[a0b1] = -145; set_foot[a0b1] = 127;
}
need_respond = true;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/h2y/allso.git"
"url": "git://github.com/cakexxx/allso.git"
},
"scripts": {
"build": "gulp",
Expand Down