Browse Source

微博文章烈面

pull/48/head
kuaileWu 5 days ago
parent
commit
c06da31392
  1. 2
      config/define.php
  2. 2
      view/templates/weibo/show_detail.html

2
config/define.php

@ -52,7 +52,7 @@
define('_RC_WEIBO_LOGIN_COOKIE', 'rc_weibo_login_cookie');
define('WEIBO_LOGIN_COOKIE', '_2A25FMHeEDeRhGeFH41MV8ibNyjSIHXVmTPVMrDV8PUNbmtAYLWLlkW9NekLV22uXkAnuAlCngnjVjozSXR5mujv7');
define('WEIBO_DETAIL_URL', 'https://zhishiku.yizherenxin.cn/weibo/show_detail/wid/%s');
define('WEIBO_DETAIL_URL', 'https://weibo.yizherenxin.cn/detail/%s');
define('WEIBO_USER_ZHANG',2282201403);
define('WEIBO_USER_XU',1285478591);

2
view/templates/weibo/show_detail.html

@ -24,7 +24,7 @@
</head>
<body>
<iframe src="https://m.weibo.cn/detail/{$wid}" frameborder="0"></iframe>
<iframe src="https://weibo.yizherenxin.cn/detail/{$wid}" frameborder="0"></iframe>
</body>
</html>
Loading…
Cancel
Save