Webview some fixed
This commit is contained in:
parent
d2719cec41
commit
5b3dd86a5e
|
@ -171,10 +171,10 @@ function opendev(){
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
var webview = document.getElementById('webview');
|
var webviewDom = document.getElementById('webview');
|
||||||
const {
|
const {
|
||||||
shell
|
shell
|
||||||
} = require('electron');
|
} = require('electron');
|
||||||
webview.addEventListener('new-window', function(e) {
|
webviewDom.addEventListener('new-window', function(e) {
|
||||||
shell.openExternal(e.url);
|
shell.openExternal(e.url);
|
||||||
});
|
});
|
|
@ -128,7 +128,7 @@ function parseColumn() {
|
||||||
}else{
|
}else{
|
||||||
var css="";
|
var css="";
|
||||||
}
|
}
|
||||||
var html =webview("https://tweetdeck.twitter.com",key,insert,icnsert,css);
|
var html =webviewParse("https://tweetdeck.twitter.com",key,insert,icnsert,css);
|
||||||
$("#timeline-container").append(html);
|
$("#timeline-container").append(html);
|
||||||
}else{
|
}else{
|
||||||
var width = localStorage.getItem("width");
|
var width = localStorage.getItem("width");
|
||||||
|
@ -421,7 +421,7 @@ function coloradd(key,bg,txt){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//禁断のTwitter
|
//禁断のTwitter
|
||||||
function webview(url,key,insert,icnsert,css){
|
function webviewParse(url,key,insert,icnsert,css){
|
||||||
var html = '<div class="box" id="timeline_box_' + key + '_box" tlid="' + key +
|
var html = '<div class="box" id="timeline_box_' + key + '_box" tlid="' + key +
|
||||||
'" style="'+css+'"><div class="notice-box z-depth-2" id="menu_'+key+'" style="'+insert+'">'+
|
'" style="'+css+'"><div class="notice-box z-depth-2" id="menu_'+key+'" style="'+insert+'">'+
|
||||||
'<div class="area-notice"><i class="fa fa-twitter waves-effect" id="notice_icon_' + key + '" style="font-size:40px; padding-top:25%;"></i></div>'+
|
'<div class="area-notice"><i class="fa fa-twitter waves-effect" id="notice_icon_' + key + '" style="font-size:40px; padding-top:25%;"></i></div>'+
|
||||||
|
|
|
@ -592,7 +592,8 @@ var tlid=0;
|
||||||
・iTunes NowPlaying(macOS)にアルバムアートワークを付ける(Thanks to <a href="https://www.kr-kp.com/">kPherox</a>)<br>
|
・iTunes NowPlaying(macOS)にアルバムアートワークを付ける(Thanks to <a href="https://www.kr-kp.com/">kPherox</a>)<br>
|
||||||
・カラムを<b>縦に並べられる</b>ように(2つ目以降のカラム毎の設定の「左に重ねる」「右に出す」を押す)<br>
|
・カラムを<b>縦に並べられる</b>ように(2つ目以降のカラム毎の設定の「左に重ねる」「右に出す」を押す)<br>
|
||||||
・画像を個別に削除する(画像をクリックして)<br>
|
・画像を個別に削除する(画像をクリックして)<br>
|
||||||
・何個もアルバムアートワークが投稿されるバグを修正
|
・何個もアルバムアートワークが投稿されるバグを修正<br>
|
||||||
|
・Misskeyでログインしたまま何もできないバグを修正(権限回り)
|
||||||
</div>
|
</div>
|
||||||
<div id="release-en">
|
<div id="release-en">
|
||||||
<h5>Let's make it native!</h5>
|
<h5>Let's make it native!</h5>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user