add profile js

This commit is contained in:
iFish 2014-08-04 16:15:56 +08:00
parent d9b97cbbf9
commit 7a98f76274
4 changed files with 12 additions and 1 deletions

View File

@ -9,6 +9,15 @@
border-left: 1px solid #d67e29;
box-shadow: 0 0 5px rgba(214, 126, 41, 0.50);
box-sizing: border-box;
display: none;
}
#chat_server_select {
display: none;
}
#chat_float_tip {
display: none;
}
#chat-frame .chat-page {

View File

@ -771,7 +771,7 @@
关闭音乐
</button>
</article>
<article id="chat" style="display:none;">
<article id="chat">
<section id="chat_float_tip">
当前有 88888 位票友正在聊天,快来加入吧!
</section>

1
tools/favorite_name.js Normal file
View File

@ -0,0 +1 @@
var favorite_names ='@bji|北京|BJP|0@sha|上海|SHH|1@tji|天津|TJP|2@cqi|重庆|CQW|3@csh|长沙|CSQ|4@cch|长春|CCT|5@cdu|成都|CDW|6@fzh|福州|FZS|7@gzh|广州|GZQ|8@gya|贵阳|GIW|9@hht|呼和浩特|HHC|10@heb|哈尔滨|HBB|11@hfe|合肥|HFH|12@hzh|杭州|HZH|13@hko|海口|VUQ|14@jna|济南|JNK|15@kmi|昆明|KMM|16@lsa|拉萨|LSO|17@lzh|兰州|LZJ|18@nni|南宁|NNZ|19@nji|南京|NJH|20@nch|南昌|NCG|21@sya|沈阳|SYT|22@sjz|石家庄|SJP|23@tyu|太原|TYV|24@wlq|乌鲁木齐|WMR|25@wha|武汉|WHN|26@xnx|西宁西|XXO|27@xan|西安|XAY|28@ych|银川|YIJ|29@zzh|郑州|ZZF|30@szh|深圳|SZQ|shenzhen|sz|31@xme|厦门|XMS|xiamen|xm|32';

1
tools/station_name.js Normal file

File diff suppressed because one or more lines are too long