Skip to content

Commit

Permalink
Update options.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mirai-mamori authored Mar 30, 2020
1 parent 154e06f commit bec4e11
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions options.php
Original file line number Diff line number Diff line change
Expand Up @@ -1174,20 +1174,6 @@ function optionsframework_options()
'name' => __('特色', 'sakura'),
'type' => 'heading');

$options[] = array(
'name' => __('Bilibili UID', 'sakura'), /*bilibiliUID*/
'desc' => __('填写你的UID,例:https://space.bilibili.com/10850340/;只需要填写后面数字', 'sakura'),
'id' => 'bilibili_id',
'std' => '10850340',
'type' => 'text');

$options[] = array(
'name' => __('Bilibili Cookie', 'sakura'), /*Bilibili Cookie*/
'desc' => __('填写你的Cookie,你需要在一个重来没有登录过的浏览器在个人主页用F12 NetWork获取你的Cookie。如果你对安全性有疑问可以不用填写,但是这样你将无法使用跟踪记录', 'sakura'),
'id' => 'bilibili_cookie',
'std' => '_uuid=',
'type' => 'textarea');

$options[] = array(
'name' => __('樱花飘落特效', 'sakura'), /*樱花飘落特效*/
'desc' => __('勾选开启', 'sakura'), /*勾选开启*/
Expand Down

0 comments on commit bec4e11

Please sign in to comment.