onebox 1.8.39 → 1.8.40

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +1 -1
  3. data/.travis.yml +0 -1
  4. data/README.md +1 -1
  5. data/lib/onebox/engine/amazon_onebox.rb +98 -17
  6. data/lib/onebox/version.rb +3 -1
  7. data/onebox.gemspec +5 -5
  8. data/templates/amazon.mustache +7 -1
  9. metadata +7 -177
  10. data/spec/fixtures/amazon-og.response +0 -3675
  11. data/spec/fixtures/amazon.response +0 -3040
  12. data/spec/fixtures/cloudapp-gif.response +0 -66
  13. data/spec/fixtures/cloudapp-jpg.response +0 -66
  14. data/spec/fixtures/cloudapp-mp4.response +0 -65
  15. data/spec/fixtures/cloudapp-others.response +0 -66
  16. data/spec/fixtures/dailymail.response +0 -5914
  17. data/spec/fixtures/discourse_topic.response +0 -344
  18. data/spec/fixtures/discourse_topic_reply.response +0 -345
  19. data/spec/fixtures/douban.response +0 -4399
  20. data/spec/fixtures/etsy.response +0 -5827
  21. data/spec/fixtures/etsy_mobile.response +0 -4230
  22. data/spec/fixtures/gfycat.response +0 -1
  23. data/spec/fixtures/githubblob.response +0 -46
  24. data/spec/fixtures/githubcommit.response +0 -87
  25. data/spec/fixtures/githubgist.response +0 -310
  26. data/spec/fixtures/githubpullrequest.response +0 -216
  27. data/spec/fixtures/googleplayapp.response +0 -138
  28. data/spec/fixtures/image.response +0 -0
  29. data/spec/fixtures/meetup.response.html +0 -4419
  30. data/spec/fixtures/meetup_oembed.response +0 -1
  31. data/spec/fixtures/pubmed-electronic-xml.response +0 -175
  32. data/spec/fixtures/pubmed-electronic.response +0 -307
  33. data/spec/fixtures/pubmed-xml.response +0 -122
  34. data/spec/fixtures/pubmed.response +0 -300
  35. data/spec/fixtures/slides.response +0 -2852
  36. data/spec/fixtures/stackexchange-answer.response +0 -1
  37. data/spec/fixtures/stackexchange-question.response +0 -1
  38. data/spec/fixtures/twitterstatus.response +0 -2814
  39. data/spec/fixtures/video.response +0 -0
  40. data/spec/fixtures/wechat-mp.response +0 -631
  41. data/spec/fixtures/wikimedia.response +0 -1
  42. data/spec/fixtures/wikipedia.response +0 -566
  43. data/spec/fixtures/wikipediaredirected.response +0 -899
  44. data/spec/fixtures/xkcd.response +0 -1
  45. data/spec/fixtures/youku-meta.response +0 -1
  46. data/spec/fixtures/youku.response +0 -1443
  47. data/spec/fixtures/youtube-channel.response +0 -5446
  48. data/spec/fixtures/youtube-json.response +0 -1
  49. data/spec/fixtures/youtube-list-json.response +0 -1
  50. data/spec/fixtures/youtube.response +0 -1625
  51. data/spec/lib/onebox/engine/amazon_onebox_spec.rb +0 -116
  52. data/spec/lib/onebox/engine/audio_onebox_spec.rb +0 -31
  53. data/spec/lib/onebox/engine/cloudapp_onebox_spec.rb +0 -26
  54. data/spec/lib/onebox/engine/douban_onebox_spec.rb +0 -29
  55. data/spec/lib/onebox/engine/gfycat_onebox_spec.rb +0 -34
  56. data/spec/lib/onebox/engine/github_blob_onebox_spec.rb +0 -21
  57. data/spec/lib/onebox/engine/github_commit_onebox_spec.rb +0 -108
  58. data/spec/lib/onebox/engine/github_gist_onebox_spec.rb +0 -67
  59. data/spec/lib/onebox/engine/github_pullrequest_onebox_spec.rb +0 -46
  60. data/spec/lib/onebox/engine/google_docs_onebox_spec.rb +0 -35
  61. data/spec/lib/onebox/engine/google_maps_onebox_spec.rb +0 -72
  62. data/spec/lib/onebox/engine/google_play_app_onebox_spec.rb +0 -28
  63. data/spec/lib/onebox/engine/html_spec.rb +0 -25
  64. data/spec/lib/onebox/engine/image_onebox_spec.rb +0 -39
  65. data/spec/lib/onebox/engine/json_spec.rb +0 -25
  66. data/spec/lib/onebox/engine/pdf_onebox_spec.rb +0 -28
  67. data/spec/lib/onebox/engine/pubmed_onebox_spec.rb +0 -78
  68. data/spec/lib/onebox/engine/slides_onebox_spec.rb +0 -24
  69. data/spec/lib/onebox/engine/stack_exchange_onebox_spec.rb +0 -97
  70. data/spec/lib/onebox/engine/trello_onebox_spec.rb +0 -30
  71. data/spec/lib/onebox/engine/twitch_clips_onebox_spec.rb +0 -10
  72. data/spec/lib/onebox/engine/twitch_stream_onebox_spec.rb +0 -15
  73. data/spec/lib/onebox/engine/twitch_video_onebox_spec.rb +0 -10
  74. data/spec/lib/onebox/engine/twitter_status_onebox_spec.rb +0 -187
  75. data/spec/lib/onebox/engine/video_onebox_spec.rb +0 -31
  76. data/spec/lib/onebox/engine/wechat_mp_onebox_spec.rb +0 -26
  77. data/spec/lib/onebox/engine/whitelisted_generic_onebox_spec.rb +0 -179
  78. data/spec/lib/onebox/engine/wikimedia_onebox_spec.rb +0 -23
  79. data/spec/lib/onebox/engine/wikipedia_onebox_spec.rb +0 -21
  80. data/spec/lib/onebox/engine/xkcd_spec.rb +0 -27
  81. data/spec/lib/onebox/engine/youku_onebox_spec.rb +0 -13
  82. data/spec/lib/onebox/engine/youtube_onebox_spec.rb +0 -84
  83. data/spec/lib/onebox/engine_spec.rb +0 -101
  84. data/spec/lib/onebox/helpers_spec.rb +0 -73
  85. data/spec/lib/onebox/layout_spec.rb +0 -79
  86. data/spec/lib/onebox/matcher_spec.rb +0 -74
  87. data/spec/lib/onebox/preview_spec.rb +0 -74
  88. data/spec/lib/onebox/status_check_spec.rb +0 -68
  89. data/spec/lib/onebox_spec.rb +0 -65
  90. data/spec/spec_helper.rb +0 -90
  91. data/spec/support/html_spec_helper.rb +0 -18
  92. data/web/assets/javascripts/jquery.js +0 -4
  93. data/web/assets/javascripts/main.js +0 -23
  94. data/web/assets/stylesheets/normalize.css +0 -427
  95. data/web/assets/stylesheets/style.css +0 -25
  96. data/web/views/index.haml +0 -29
  97. data/web/views/layout.haml +0 -11
Binary file
@@ -1,631 +0,0 @@
1
- <!DOCTYPE html>
2
- <!--headTrap<body></body><head></head><html></html>--><html>
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />
7
- <meta name="apple-mobile-web-app-capable" content="yes">
8
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
9
- <meta name="format-detection" content="telephone=no">
10
-
11
-
12
- <script nonce="1875567093" type="text/javascript">
13
- window.logs = {
14
- pagetime: {}
15
- };
16
- window.logs.pagetime['html_begin'] = (+new Date());
17
- </script>
18
-
19
- <script nonce="1875567093" type="text/javascript">
20
- var biz = "MjM5NjM4MDAxMg=="||"";
21
- var sn = "7c58f17de2c687f4763f17359ecc6e72" || ""|| "";
22
- var mid = "2655075181" || ""|| "";
23
- var idx = "1" || "" || "";
24
- window.__allowLoadResFromMp = true;
25
-
26
- </script>
27
- <script nonce="1875567093" type="text/javascript">
28
- var page_begintime=+new Date,is_rumor="",norumor="";
29
- 1*is_rumor&&!(1*norumor)&&biz&&mid&&(document.referrer&&-1!=document.referrer.indexOf("mp.weixin.qq.com/mp/rumor")||(location.href="http://mp.weixin.qq.com/mp/rumor?action=info&__biz="+biz+"&mid="+mid+"&idx="+idx+"&sn="+sn+"#wechat_redirect")),
30
- document.domain="qq.com";
31
- </script>
32
- <script nonce="1875567093" type="text/javascript">
33
- var MutationObserver=window.WebKitMutationObserver||window.MutationObserver||window.MozMutationObserver,isDangerSrc=function(t){
34
- if(t){
35
- var e=t.match(/http(?:s)?:\/\/([^\/]+?)(\/|$)/);
36
- if(e&&!/qq\.com(\:8080)?$/.test(e[1])&&!/weishi\.com$/.test(e[1]))return!0;
37
- }
38
- return!1;
39
- },ishttp=0==location.href.indexOf("http://");
40
- -1==location.href.indexOf("safe=0")&&ishttp&&"function"==typeof MutationObserver&&"mp.weixin.qq.com"==location.host&&(window.__observer_data={
41
- count:0,
42
- exec_time:0,
43
- list:[]
44
- },window.__observer=new MutationObserver(function(t){
45
- window.__observer_data.count++;
46
- var e=new Date,r=[];
47
- t.forEach(function(t){
48
- for(var e=t.addedNodes,o=0;o<e.length;o++){
49
- var n=e[o];
50
- if("SCRIPT"===n.tagName){
51
- var i=n.src;
52
- isDangerSrc(i)&&(window.__observer_data.list.push(i),r.push(n)),!i&&window.__nonce_str&&n.getAttribute("nonce")!=window.__nonce_str&&(window.__observer_data.list.push("inlinescript_without_nonce"),
53
- r.push(n));
54
- }
55
- }
56
- });
57
- for(var o=0;o<r.length;o++){
58
- var n=r[o];
59
- n.parentNode&&n.parentNode.removeChild(n);
60
- }
61
- window.__observer_data.exec_time+=new Date-e;
62
- }),window.__observer.observe(document,{
63
- subtree:!0,
64
- childList:!0
65
- })),function(){
66
- if(-1==location.href.indexOf("safe=0")&&Math.random()<.01&&ishttp&&HTMLScriptElement.prototype.__lookupSetter__&&"undefined"!=typeof Object.defineProperty){
67
- window.__danger_src={
68
- xmlhttprequest:[],
69
- script_src:[],
70
- script_setAttribute:[]
71
- };
72
- var t="$"+Math.random();
73
- HTMLScriptElement.prototype.__old_method_script_src=HTMLScriptElement.prototype.__lookupSetter__("src"),
74
- HTMLScriptElement.prototype.__defineSetter__("src",function(t){
75
- t&&isDangerSrc(t)&&window.__danger_src.script_src.push(t),this.__old_method_script_src(t);
76
- });
77
- var e="element_setAttribute"+t;
78
- Object.defineProperty(Element.prototype,e,{
79
- value:Element.prototype.setAttribute,
80
- enumerable:!1
81
- }),Element.prototype.setAttribute=function(t,r){
82
- "SCRIPT"==this.tagName&&"src"==t&&isDangerSrc(r)&&window.__danger_src.script_setAttribute.push(r),
83
- this[e](t,r);
84
- };
85
- }
86
- }();
87
- </script>
88
-
89
- <link rel="dns-prefetch" href="//res.wx.qq.com">
90
- <link rel="dns-prefetch" href="//mmbiz.qpic.cn">
91
- <link rel="shortcut icon" type="image/x-icon" href="//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/icon/common/favicon22c41b.ico">
92
- <script nonce="1875567093" type="text/javascript">
93
- String.prototype.html = function(encode) {
94
- var replace =["&#39;", "'", "&quot;", '"', "&nbsp;", " ", "&gt;", ">", "&lt;", "<", "&amp;", "&", "&yen;", "¥"];
95
- if (encode) {
96
- replace.reverse();
97
- }
98
- for (var i=0,str=this;i< replace.length;i+= 2) {
99
- str=str.replace(new RegExp(replace[i],'g'),replace[i+1]);
100
- }
101
- return str;
102
- };
103
-
104
- window.isInWeixinApp = function() {
105
- return /MicroMessenger/.test(navigator.userAgent);
106
- };
107
-
108
- window.getQueryFromURL = function(url) {
109
- url = url || 'http://qq.com/s?a=b#rd';
110
- var tmp = url.split('?'),
111
- query = (tmp[1] || "").split('#')[0].split('&'),
112
- params = {};
113
- for (var i=0; i<query.length; i++) {
114
- var arg = query[i].split('=');
115
- params[arg[0]] = arg[1];
116
- }
117
- if (params['pass_ticket']) {
118
- params['pass_ticket'] = encodeURIComponent(params['pass_ticket'].html(false).html(false).replace(/\s/g,"+"));
119
- }
120
- return params;
121
- };
122
-
123
- (function() {
124
- var params = getQueryFromURL(location.href);
125
- window.uin = params['uin'] || "" || '';
126
- window.key = params['key'] || "" || '';
127
- window.wxtoken = params['wxtoken'] || '';
128
- window.pass_ticket = params['pass_ticket'] || '';
129
- })();
130
-
131
- function wx_loaderror() {
132
- if (location.pathname === '/bizmall/reward') {
133
- new Image().src = '/mp/jsreport?key=96&content=reward_res_load_err&r=' + Math.random();
134
- }
135
- }
136
-
137
- </script>
138
-
139
- <title>不是月光宝盒,但也能回到过去</title>
140
-
141
- <style>html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.6}body{-webkit-touch-callout:none;font-family:-apple-system-font,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;background-color:#f3f3f3;line-height:inherit}body.rich_media_empty_extra{background-color:#fff}body.rich_media_empty_extra .rich_media_area_primary:before{display:none}h1,h2,h3,h4,h5,h6{font-weight:400;font-size:16px}*{margin:0;padding:0}a{color:#607fa6;text-decoration:none}.rich_media_inner{font-size:16px;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.rich_media_area_primary{position:relative;padding:20px 15px 15px;background-color:#fff}.rich_media_area_primary:before{content:" ";position:absolute;left:0;top:0;width:100%;height:1px;border-top:1px solid #e5e5e5;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scaleY(0.5);transform:scaleY(0.5);top:auto;bottom:-2px}.rich_media_area_primary .original_img_wrp{display:inline-block;font-size:0}.rich_media_area_primary .original_img_wrp .tips_global{display:block;margin-top:.5em;font-size:14px;text-align:right;width:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.rich_media_area_extra{padding:0 15px 0}.rich_media_title{margin-bottom:10px;line-height:1.4;font-weight:400;font-size:24px}.rich_media_meta_list{margin-bottom:18px;line-height:20px;font-size:0}.rich_media_meta_list em{font-style:normal}.rich_media_meta{display:inline-block;vertical-align:middle;margin-right:8px;margin-bottom:10px;font-size:16px}.meta_original_tag{display:inline-block;vertical-align:middle;padding:1px .5em;border:1px solid #9e9e9e;color:#8c8c8c;border-top-left-radius:20% 50%;-moz-border-radius-topleft:20% 50%;-webkit-border-top-left-radius:20% 50%;border-top-right-radius:20% 50%;-moz-border-radius-topright:20% 50%;-webkit-border-top-right-radius:20% 50%;border-bottom-left-radius:20% 50%;-moz-border-radius-bottomleft:20% 50%;-webkit-border-bottom-left-radius:20% 50%;border-bottom-right-radius:20% 50%;-moz-border-radius-bottomright:20% 50%;-webkit-border-bottom-right-radius:20% 50%;font-size:15px;line-height:1.1}.meta_enterprise_tag img{width:30px;height:30px!important;display:block;position:relative;margin-top:-3px;border:0}.rich_media_meta_text{color:#8c8c8c}span.rich_media_meta_nickname{display:none}.rich_media_thumb_wrp{margin-bottom:6px}.rich_media_thumb_wrp .original_img_wrp{display:block}.rich_media_thumb{display:block;width:100%}.rich_media_content{overflow:hidden;color:#3e3e3e}.rich_media_content *{max-width:100%!important;box-sizing:border-box!important;-webkit-box-sizing:border-box!important;word-wrap:break-word!important}.rich_media_content p{clear:both;min-height:1em}.rich_media_content em{font-style:italic}.rich_media_content fieldset{min-width:0}.rich_media_content .list-paddingleft-2{padding-left:30px}.rich_media_content blockquote{margin:0;padding-left:10px;border-left:3px solid #dbdbdb}img{height:auto!important}@media screen and (device-aspect-ratio:2/3),screen and (device-aspect-ratio:40/71){.meta_original_tag{padding-top:0}}@media(min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2){.mm_appmsg .rich_media_inner,.mm_appmsg .rich_media_meta,.mm_appmsg .discuss_list,.mm_appmsg .rich_media_extra,.mm_appmsg .title_tips .tips{font-size:17px}.mm_appmsg .meta_original_tag{font-size:15px}}@media(min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3){.mm_appmsg .rich_media_title{font-size:25px}}@media screen and (min-width:1024px){.rich_media{width:740px;margin-left:auto;margin-right:auto}.rich_media_inner{padding:20px}body{background-color:#fff}}@media screen and (min-width:1025px){body{font-family:"Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif}.rich_media{position:relative}.rich_media_inner{background-color:#fff;padding-bottom:100px}}.radius_avatar{display:inline-block;background-color:#fff;padding:3px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;overflow:hidden;vertical-align:middle}.radius_avatar img{display:block;width:100%;height:100%;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;background-color:#eee}.cell{padding:.8em 0;display:block;position:relative}.cell_hd,.cell_bd,.cell_ft{display:table-cell;vertical-align:middle;word-wrap:break-word;word-break:break-all;white-space:nowrap}.cell_primary{width:2000px;white-space:normal}.flex_cell{padding:10px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.flex_cell_primary{width:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;box-flex:1;flex:1}.original_tool_area{display:block;padding:.75em 1em 0;-webkit-tap-highlight-color:rgba(0,0,0,0);color:#3e3e3e;border:1px solid #eaeaea;margin:20px 0}.original_tool_area .tips_global{position:relative;padding-bottom:.5em;font-size:15px}.original_tool_area .tips_global:after{content:" ";position:absolute;left:0;bottom:0;right:0;height:1px;border-bottom:1px solid #dbdbdb;-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:scaleY(0.5);transform:scaleY(0.5)}.original_tool_area .radius_avatar{width:27px;height:27px;padding:0;margin-right:.5em}.original_tool_area .radius_avatar img{height:100%!important}.original_tool_area .flex_cell_bd{width:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.original_tool_area .flex_cell_ft{font-size:14px;color:#8c8c8c;padding-left:1em;white-space:nowrap}.original_tool_area .icon_access:after{content:" ";display:inline-block;height:8px;width:8px;border-width:1px 1px 0 0;border-color:#cbcad0;border-style:solid;transform:matrix(0.71,0.71,-0.71,0.71,0,0);-ms-transform:matrix(0.71,0.71,-0.71,0.71,0,0);-webkit-transform:matrix(0.71,0.71,-0.71,0.71,0,0);position:relative;top:-2px;top:-1px}.weui_loading{width:20px;height:20px;display:inline-block;vertical-align:middle;-webkit-animation:weuiLoading 1s steps(12,end) infinite;animation:weuiLoading 1s steps(12,end) infinite;background:transparent url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iciIgd2lkdGg9JzEyMHB4JyBoZWlnaHQ9JzEyMHB4JyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj4KICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD4KICAgIDxyZWN0IHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjRTlFOUU5JwogICAgICAgICAgdHJhbnNmb3JtPSdyb3RhdGUoMCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+CiAgICA8L3JlY3Q+CiAgICA8cmVjdCB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzk4OTY5NycKICAgICAgICAgIHRyYW5zZm9ybT0ncm90YXRlKDMwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4KICAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyM5Qjk5OUEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSg2MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+CiAgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz4KICAgIDwvcmVjdD4KICAgIDxyZWN0IHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjQTNBMUEyJwogICAgICAgICAgdHJhbnNmb3JtPSdyb3RhdGUoOTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNBQkE5QUEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxMjAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNCMkIyQjInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxNTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNCQUI4QjknCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxODAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNDMkMwQzEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyMTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNDQkNCQ0InCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyNDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNEMkQyRDInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyNzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNEQURBREEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgzMDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNFMkUyRTInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgzMzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0Pgo8L3N2Zz4=) no-repeat;-webkit-background-size:100%;background-size:100%}@-webkit-keyframes weuiLoading{0%{-webkit-transform:rotate3d(0,0,1,0deg)}100%{-webkit-transform:rotate3d(0,0,1,360deg)}}@keyframes weuiLoading{0%{-webkit-transform:rotate3d(0,0,1,0deg)}100%{-webkit-transform:rotate3d(0,0,1,360deg)}}.gif_img_wrp{display:inline-block;font-size:0;position:relative;font-weight:400;font-style:normal;text-indent:0;text-shadow:none 1px 1px rgba(0,0,0,0.5)}.gif_img_wrp img{vertical-align:top}.gif_img_tips{background:rgba(0,0,0,0.6)!important;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endcolorstr = '#99000000');border-top-left-radius:1.2em 50%;-moz-border-radius-topleft:1.2em 50%;-webkit-border-top-left-radius:1.2em 50%;border-top-right-radius:1.2em 50%;-moz-border-radius-topright:1.2em 50%;-webkit-border-top-right-radius:1.2em 50%;border-bottom-left-radius:1.2em 50%;-moz-border-radius-bottomleft:1.2em 50%;-webkit-border-bottom-left-radius:1.2em 50%;border-bottom-right-radius:1.2em 50%;-moz-border-radius-bottomright:1.2em 50%;-webkit-border-bottom-right-radius:1.2em 50%;line-height:2.3;font-size:11px;color:#fff;text-align:center;position:absolute;bottom:10px;left:10px;min-width:65px}.gif_img_tips.loading{min-width:75px}.gif_img_tips i{vertical-align:middle;margin:-0.2em .73em 0 -2px}.gif_img_play_arrow{display:inline-block;width:0;height:0;border-width:8px;border-style:dashed;border-color:transparent;border-right-width:0;border-left-color:#fff;border-left-style:solid;border-width:5px 0 5px 8px}.gif_img_loading{width:14px;height:14px}i.gif_img_loading{margin-left:-4px}.gif_bg_tips_wrp{position:relative;height:0;line-height:0;margin:0;padding:0}.gif_bg_tips_wrp .gif_img_tips_group{position:absolute;top:0;left:0;z-index:9999}.gif_bg_tips_wrp .gif_img_tips_group .gif_img_tips{top:0;left:0;bottom:auto}.rich_media_global_msg{position:fixed;top:0;left:0;right:0;padding:1em 35px 1em 15px;z-index:2;background-color:#c6e0f8;color:#8c8c8c;font-size:13px}.rich_media_global_msg .icon_closed{position:absolute;right:15px;top:50%;margin-top:-5px;line-height:300px;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);background:transparent url(//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/icon/appmsg/icon_appmsg_msg_closed_sprite.2x2eb52b.png) no-repeat 0 0;width:11px;height:11px;vertical-align:middle;display:inline-block;-webkit-background-size:100% auto;background-size:100% auto}.rich_media_global_msg .icon_closed:active{background-position:0 -17px}.preview_appmsg .rich_media_title{margin-top:1.9em}@media screen and (min-width:1024px){.rich_media_global_msg{position:relative;margin:0 20px}.preview_appmsg .rich_media_title{margin-top:0}}.weapp_element,.weapp_display_element,.mp-miniprogram{display:block;margin:1em 0}.share_audio_context{margin:16px 0}.weapp_text_link{font-size:17px}.weapp_text_link:before{content:'';display:inline-block;line-height:1;background-size:12px 12px;background-repeat:no-repeat;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAb1BMVEUAAAB4it11h9x2h9x2h9x2htx8j+R8i+B1h9x2h9x3h92Snv91htt2h9x1h9x4h9x1h9x1h9x2idx1h9t2h9t1htt1h9x1h9x1htx2h9x1h912h9x4h913iN17juOOjuN1iNx2h9t4h958i+B1htvejBiPAAAAJHRSTlMALPLcxKcVEOXXUgXtspU498sx69DPu5+Yc2JeRDwbCYuIRiGBtoolAAAA3ElEQVQoz62S1xKDIBBFWYiFYImm2DWF///G7DJEROOb58U79zi4O8iOo8zuCRfV8EdFgbYE49qFQs8ksJInajOA1wWfYvLcGSueU/oUGBtPpti09uNS68KTMcrQ5jce4kmN/HKn9XVPAo702JEdx9hTUrWUqVrI3KwUmM1NhIWMKdwiGvpGMWZOAj1PZuzAxHwhVSplrajoseBnbyDHAwvrtvKKhdqTtFBkL8wO5ijcsS3G1JMNvQ5mdW7fc0x0+ZcnlJlZiflAomdEyFaM7qeK2JahEjy5ZyU7jC/q/Rz/DgqEuAAAAABJRU5ErkJggg==');vertical-align:middle;font-size:11px;color:#888;border-radius:10px;background-color:#f4f4f4;margin-right:6px;margin-top:-4px;background-position:center;height:20px;width:20px}.weui-mask{position:fixed;z-index:1000;top:0;right:0;left:0;bottom:0;background:rgba(0,0,0,0.6)}.weui-dialog{position:fixed;z-index:5000;width:80%;max-width:300px;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#fff;text-align:center;border-radius:3px;overflow:hidden}.weui-dialog__hd{padding:1.3em 1.6em .5em}.weui-dialog__title{font-weight:400;font-size:18px}.weui-dialog__bd{padding:0 1.6em .8em;min-height:40px;font-size:15px;line-height:1.3;word-wrap:break-word;word-break:break-all;color:#999}.weui-dialog__bd:first-child{padding:2.7em 20px 1.7em;color:#353535}.weui-dialog__ft{position:relative;line-height:48px;font-size:18px;display:-webkit-box;display:-webkit-flex;display:flex}.weui-dialog__ft:after{content:" ";position:absolute;left:0;top:0;right:0;height:1px;border-top:1px solid #d5d5d6;color:#d5d5d6;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scaleY(0.5);transform:scaleY(0.5)}.weui-dialog__btn{display:block;-webkit-box-flex:1;-webkit-flex:1;flex:1;color:#3cc51f;text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.weui-dialog__btn:active{background-color:#eee}.weui-dialog__btn:after{content:" ";position:absolute;left:0;top:0;width:1px;bottom:0;border-left:1px solid #d5d5d6;color:#d5d5d6;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scaleX(0.5);transform:scaleX(0.5)}.weui-dialog__btn:first-child:after{display:none}.weui-dialog__btn_default{color:#353535}.weui-dialog__btn_primary{color:#0bb20c}</style>
142
- <style>
143
- </style>
144
- <!--[if lt IE 9]>
145
- <link onerror="wx_loaderror(this)" rel="stylesheet" type="text/css" href="//res.wx.qq.com/mmbizwap/zh_CN/htmledition/style/page/appmsg/page_mp_article_improve_pc2c9cd6.css">
146
- <![endif]-->
147
-
148
- </head>
149
- <body id="activity-detail" class="zh_CN mm_appmsg">
150
-
151
- <script nonce="1875567093" type="text/javascript">
152
- var write_sceen_time = (+new Date());
153
- </script>
154
-
155
- <div id="js_article" class="rich_media">
156
-
157
- <div id="js_top_ad_area" class="top_banner"></div>
158
-
159
- <div class="rich_media_inner">
160
-
161
- <div id="page-content" class="rich_media_area_primary">
162
-
163
- <div id="img-content">
164
-
165
- <h2 class="rich_media_title" id="activity-name">
166
- 不是月光宝盒,但也能回到过去 </h2>
167
- <div class="rich_media_meta_list">
168
- <em id="post-date" class="rich_media_meta rich_media_meta_text">2017-06-22</em>
169
-
170
- <a class="rich_media_meta rich_media_meta_link rich_media_meta_nickname" href="##" id="post-user">微信派</a>
171
- <span class="rich_media_meta rich_media_meta_text rich_media_meta_nickname">微信派</span>
172
-
173
- <div id="js_profile_qrcode" class="profile_container" style="display:none;">
174
- <div class="profile_inner">
175
- <strong class="profile_nickname">微信派</strong>
176
- <img class="profile_avatar" id="js_profile_qrcode_img" src="" alt="">
177
-
178
- <p class="profile_meta">
179
- <label class="profile_meta_label">微信号</label>
180
- <span class="profile_meta_value">wx-pai</span>
181
- </p>
182
-
183
- <p class="profile_meta">
184
- <label class="profile_meta_label">功能介绍</label>
185
- <span class="profile_meta_value">微信第一手官方活动信息发布,线下沙龙活动在线互动平台。独家分享微信公众平台优秀案例,以及权威专家的精彩观点。</span>
186
- </p>
187
-
188
- </div>
189
- <span class="profile_arrow_wrp" id="js_profile_arrow_wrp">
190
- <i class="profile_arrow arrow_out"></i>
191
- <i class="profile_arrow arrow_in"></i>
192
- </span>
193
- </div>
194
- </div>
195
-
196
-
197
-
198
-
199
-
200
-
201
-
202
- <div class="rich_media_content " id="js_content">
203
-
204
-
205
-
206
-
207
-
208
-
209
- <p style="text-align: center;"><span style="font-size: 15px; line-height: 1.6; color: rgb(77, 77, 77);">不用念咒,直接回到过去——</span></p><p style="text-align: left;"><span style="color: rgb(77, 77, 77); font-size: 15px; line-height: 1.6;"><br /></span></p><p style="text-align: left;"><span style="color: rgb(77, 77, 77); font-size: 15px; line-height: 1.6;">今天,微信公众平台后台更新:所有帐号都可以在</span><strong style="color: rgb(77, 77, 77); font-size: 15px; line-height: 1.6;">图文编辑查看图文历史版本</strong><span style="color: rgb(77, 77, 77); font-size: 15px; line-height: 1.6;">。</span></p><p><br /></p><p><strong><span style="color: rgb(77, 77, 77); font-size: 15px; text-align: center; background-color: rgb(255, 255, 255);">具体操作如下:</span></strong></p><p><span style="font-size: 15px; color: rgb(77, 77, 77);"><br /></span></p><p><span style="font-size: 15px; color: rgb(77, 77, 77);">1.在图文素材编辑界面,选择右上角的“图文历史版本”。<br /></span></p><p><br /></p><p style="text-align: center;"><img data-s="300,640" data-type="png" data-src="http://mmbiz.qpic.cn/mmbiz_png/OiaFLUqewuIAOMHo3jv6vH0ic2NxERua2mgVavBMlFGIbc6iaXX1votlXSWfAqricbOuVNSj4icN12pJqzUXDG98QVg/0?wx_fmt=png" data-ratio="0.3305439330543933" data-w="1195" /></p><p><span style="font-size: 15px; color: rgb(77, 77, 77);"><br /></span></p><p><span style="font-size: 15px; color: rgb(77, 77, 77);">2.进入图文历史版本列表,编辑时间、编辑者、操作内容一览无余。</span></p><p><span style="font-size: 15px; color: rgb(77, 77, 77);"><br /></span></p><p style="text-align: center;"><img data-s="300,640" data-type="png" data-src="http://mmbiz.qpic.cn/mmbiz_png/OiaFLUqewuIAOMHo3jv6vH0ic2NxERua2mDt8268Uz0FMQ6hC893LmSVM2mPtNQ35I7ow98T2T9icxoHA0ib2Fn2Rw/0?wx_fmt=png" data-ratio="0.3074433656957929" data-w="1236" /></p><p><br /></p><p><span style="font-size: 15px; color: rgb(77, 77, 77);">3.运营者可以选择需要查看的历史编辑版本,在历史列表上轻松切换。</span></p><p><br /></p><p style="text-align: center;"><img data-s="300,640" data-type="png" data-src="http://mmbiz.qpic.cn/mmbiz_png/OiaFLUqewuIAOMHo3jv6vH0ic2NxERua2mWIscyKo0p32fz7lzVR39dib8du0DIDibZ50KuWwxtT1z11x7oH3Wp51Q/0?wx_fmt=png" data-ratio="0.2758333333333333" data-w="1200" /></p><p><br /></p><p><span style="font-size: 15px; color: rgb(77, 77, 77);">需要提醒的是,目前,用户只能看到新版本上线后操作过程中的历史编辑记录,不包含上线前的编辑记录。</span></p><p><br /></p><p><img class="__bg_gif" data-ratio="0.45454545454545453" data-src="http://mmbiz.qpic.cn/mmbiz_gif/4IuuA6ubxMAD3W3RroGfpH548WkeEVKYkRH0GtKZW1t620GDpfImMwxMl6gLuCzzXUz1vvjarta4gXHO8Je9pw/0/mmbizgif?" data-type="gif" data-w="22" style="margin-right: auto; margin-left: auto; color: rgb(62, 62, 62); font-size: 16px; white-space: normal; font-family: &#39;Hiragino Sans GB&#39;, &#39;Microsoft YaHei&#39;, Arial, sans-serif; line-height: 25.6px; text-align: center; display: block; box-sizing: border-box !important; word-wrap: break-word !important; visibility: visible !important; width: 22px !important;" width="22" /><span style="font-size: 15px; color: rgb(77, 77, 77);"></span></p><p><br /></p><p><span style="font-size: 15px; color: rgb(77, 77, 77);">图文“剁手党”们是不是高兴坏了?<span style="font-size: 15px; line-height: 1.6;">派爷再给你们播送<span style="font-size: 15px; line-height: 1.6;"><strong><span style="font-size: 15px; line-height: 1.6;">三个福音</span></strong></span>。</span></span></p><p><br /></p><section donone="shifuMouseDownCard(&#39;shifu_c_009&#39;)" style="margin: 2em 0em; padding: 0.5em 1em; white-space: normal; border: 1px solid rgb(102, 102, 102); text-decoration: inherit; background-color: rgb(255, 255, 255);"><section style="color: rgb(166, 166, 166); font-family: inherit; font-size: 1em; font-weight: inherit; margin-top: -1.4em; text-align: center; border: none; line-height: 1.4;"><section style="padding-right: 24px; padding-left: 24px; color: rgb(70, 70, 70); font-size: 20px; font-family: inherit; font-weight: inherit; text-decoration: inherit; border-color: rgb(255, 255, 255); display: inline-block; background-color: rgb(254, 255, 255);"><section><strong><span style="font-size: 16px;">他们是?</span></strong></section></section></section><section style="padding: 16px; line-height: 1.4;"><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><span style="font-size: 15px; color: rgb(77, 77, 77);"><strong style="font-family: inherit; font-size: 1em; line-height: 1.4; text-decoration: inherit;"><span style="font-size: 15px; font-family: 微软雅黑, sans-serif; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;">1</span></strong><strong style="font-family: inherit; font-size: 1em; line-height: 1.4; text-decoration: inherit;"><span style="font-size: 15px; font-family: 微软雅黑, sans-serif; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;">、图文素材编辑提供本地草稿:</span></strong></span></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><span style="font-size: 14px; font-family: 微软雅黑, sans-serif; color: rgb(77, 77, 77); background: white;"><br /></span></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><span style="font-family: 微软雅黑, sans-serif; color: rgb(77, 77, 77); font-size: 15px; background: white;">还在为误操作或浏览器崩溃离开丢失本地草稿而猛拍大腿?</span></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><br /></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><span style="font-family: 微软雅黑, sans-serif; color: rgb(77, 77, 77); font-size: 15px; background: white;">现在,没有保存本地草稿到服务器、主动关闭编辑页面或浏览器崩溃导致编辑页面关闭,可以再次进入该素材:</span></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><span style="color: rgb(77, 77, 77); font-family: 微软雅黑, sans-serif; font-size: 14px; line-height: 1.75em; font-weight: inherit; text-decoration: inherit;"><br /></span></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><span style="font-weight: inherit; text-decoration: inherit; color: rgb(77, 77, 77); font-family: 微软雅黑, sans-serif; font-size: 14px; line-height: 1.75em;"></span></p><p style="text-align: center;"><img data-s="300,640" data-type="png" data-src="http://mmbiz.qpic.cn/mmbiz_png/OiaFLUqewuIAOMHo3jv6vH0ic2NxERua2mibSmukRxZqKZBYr6uxxTVFGj0LjfZ9hljZ47ZdqqJSW6O0w8pFLZPAg/0?wx_fmt=png" data-ratio="0.5942915392456677" data-w="981" /></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><span style="font-weight: inherit; text-decoration: inherit; color: rgb(77, 77, 77); font-family: 微软雅黑, sans-serif; font-size: 14px; line-height: 1.75em;"><br /></span></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><span style="font-size: 15px;"><span style="font-weight: inherit; text-decoration: inherit; color: rgb(77, 77, 77); font-family: 微软雅黑, sans-serif; line-height: 1.75em;">重新进入未保存的图文,会自动出现“</span><strong><span style="font-size: 15px; line-height: 1.75em; font-weight: inherit; text-decoration: inherit; font-family: 微软雅黑, sans-serif; color: rgb(77, 77, 77);">有未保存的草稿</span></strong><span style="font-weight: inherit; text-decoration: inherit; color: rgb(77, 77, 77); font-family: 微软雅黑, sans-serif; line-height: 1.75em;">”的提示</span><span style="font-weight: inherit; text-decoration: inherit; line-height: 1.75em; color: rgb(77, 77, 77); font-family: 微软雅黑, sans-serif;">,可通过此界面查看草稿。</span></span><br /></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><span style="font-weight: inherit; text-decoration: inherit; line-height: 1.75em; color: rgb(77, 77, 77); font-family: 微软雅黑, sans-serif; font-size: 14px;"><br /></span></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><span style="font-weight: inherit; text-decoration: inherit; line-height: 1.75em; color: rgb(77, 77, 77); font-family: 微软雅黑, sans-serif; font-size: 14px;"></span></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><span style="font-size: 15px; color: rgb(77, 77, 77);"><strong><span style="font-size: 15px; font-family: 微软雅黑, sans-serif; background: white;">2</span></strong><strong><span style="font-size: 15px; font-family: 微软雅黑, sans-serif; background: white;">、<span style="color: rgb(77, 77, 77); font-family: 微软雅黑, sans-serif; font-size: 15px; background: white;"><strong><span style="font-family: 微软雅黑, sans-serif; background: white;">素材版本冲突时增加详细提示</span></strong></span>:</span></strong></span></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><span style="font-size: 14px; font-family: 微软雅黑, sans-serif; color: rgb(77, 77, 77); background: white;"></span></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><span style="font-family: 微软雅黑, sans-serif; color: rgb(77, 77, 77); font-size: 15px; background: white;"><br /></span></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><span style="font-family: 微软雅黑, sans-serif; color: rgb(77, 77, 77); font-size: 15px; background: white;">你是否遇到过这种情况:多个浏览器操作中,旧素材一不小心就覆盖了新素材的草稿……<br /></span></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><br /></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><span style="font-family: 微软雅黑, sans-serif; color: rgb(77, 77, 77); font-size: 15px; background: white;"></span></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><span style="font-family: 微软雅黑, sans-serif; color: rgb(77, 77, 77); font-size: 15px;">现在,当进入一个旧版本(与服务器最新的版本对比)素材草稿时,会<strong>自动出现弹框提示用户详细的操作信息</strong>:</span></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><span style="font-size: 14px; font-family: 微软雅黑, sans-serif; color: rgb(77, 77, 77); background: white;"><br /></span></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><span style="font-size: 14px; font-family: 微软雅黑, sans-serif; color: rgb(77, 77, 77); background: white;"></span></p><p style="text-align: center;"><img data-s="300,640" data-type="png" data-src="http://mmbiz.qpic.cn/mmbiz_png/OiaFLUqewuIAOMHo3jv6vH0ic2NxERua2m1rRsc4pzahmkzuWiav6GvuzZt7LAOp26SuvxrCxvuiaEBSKXEJZaQWDA/0?wx_fmt=png" data-ratio="0.6265306122448979" data-w="980" /></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><span style="font-size: 14px; font-family: 微软雅黑, sans-serif; color: rgb(77, 77, 77); background: white;"><br /></span></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><span style="font-size: 15px;"><span style="font-family: 微软雅黑, sans-serif; color: rgb(77, 77, 77);">这里,派爷推荐你选择编辑新内容。如果</span><span style="color: rgb(77, 77, 77); font-family: 微软雅黑, sans-serif; font-weight: inherit; line-height: 1.75em; text-decoration: inherit;">选择查看当前内容,你就会进入一个只读的草稿页面,此时的草稿是只能复制不能编辑的。</span></span></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit;"><br /></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><span style="font-size: 15px; color: rgb(77, 77, 77);"><strong><span style="font-size: 15px; color: rgb(77, 77, 77); font-family: 微软雅黑, sans-serif; background: white;">3</span></strong><strong><span style="font-size: 15px; color: rgb(77, 77, 77); font-family: 微软雅黑, sans-serif; background: white;">、多个本地草稿定时自动同步:</span></strong></span></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><span style="font-size: 14px; font-family: 微软雅黑, sans-serif; color: rgb(77, 77, 77); background: white;"></span></p><p style="color: rgb(32, 32, 32); font-family: inherit; font-size: 1em; font-weight: inherit; line-height: 1.75em;"><span style="color: rgb(77, 77, 77);"><strong><span style="color: rgb(77, 77, 77); font-size: 14px; font-family: 微软雅黑, sans-serif; background: white;"><br /></span></strong></span></p><p style="line-height: 1.75em;"><span style="font-size: 15px; font-family: inherit; font-weight: inherit; line-height: 1.75em; text-decoration: inherit; color: rgb(77, 77, 77);"><span style="font-family: 微软雅黑, sans-serif; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;">在图文素材编辑里,</span><strong><span style="font-family: 微软雅黑, sans-serif; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;">每隔1分钟草稿会</span></strong></span><strong style="text-decoration: inherit; color: rgb(77, 77, 77); font-size: 15px; line-height: 26.25px;"><span style="font-family: 微软雅黑, sans-serif; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;">自动保存</span></strong><span style="text-decoration: inherit; font-family: inherit; font-size: 15px; font-weight: inherit; line-height: 1.75em; color: rgb(77, 77, 77);"><strong><span style="font-family: 微软雅黑, sans-serif; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;">。</span></strong><span style="font-family: 微软雅黑, sans-serif; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;">N个窗口同时编辑手忙脚乱、本地素材太多经常混淆,从此挥手告别这些问题,群发内容不再怕出错。</span></span></p></section></section><p><span style="color: rgb(77, 77, 77); font-size: 15px;">从此,图文编辑有“迹”可循。多人同时操作,多个电脑同时浏览时再也不怕素材内容丢失了~</span></p><p><span style="color: rgb(77, 77, 77); font-size: 15px;"><br /></span></p><section style="max-width: 100%; color: rgb(62, 62, 62); font-size: 16px; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important;"><section powered-by="xiumi.us" style="max-width: 100%; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important;"><section label="Copyright © 2015 playhudong All Rights Reserved." donone="shifuMouseDownCard(&#39;shifu_c_002&#39;)" style="margin: 1em auto; max-width: 100%; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important;"><span style="margin-top: -9px; margin-left: 19px; max-width: 100%; line-height: 25.6px; font-size: 15px; overflow: hidden; float: left; display: block; text-align: center; color: rgb(77, 77, 77); box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important;"><section style="padding: 7px 5px; max-width: 100%; color: rgb(255, 255, 255); display: inline-block; min-height: 30px; min-width: 30px; background-color: rgb(153, 153, 153); box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important;"><strong>互动话题&nbsp;</strong></section></span><section style="padding: 28px 16px 16px; max-width: 100%; border-width: 2px; border-style: solid; border-color: rgb(153, 153, 153); width: 556px; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important;"><p style="max-width: 100%; min-height: 1em; line-height: 1.4; text-align: center; box-sizing: border-box !important; word-wrap: break-word !important;"><span style="max-width: 100%; font-size: 15px; color: rgb(77, 77, 77); box-sizing: border-box !important; word-wrap: break-word !important;"><br style="max-width: 100%; box-sizing: border-box !important; word-wrap: break-word !important;" /></span></p><p style="max-width: 100%; min-height: 1em; box-sizing: border-box !important; word-wrap: break-word !important;"><span style="max-width: 100%; font-size: 15px; color: rgb(77, 77, 77); line-height: 26.25px; text-align: center; box-sizing: border-box !important; word-wrap: break-word !important;">此次能力的开放,<span style="color: rgb(77, 77, 77); font-size: 15px; text-align: center; background-color: rgb(255, 255, 255);">运营者们,</span>是不是感到多年的“剁手症”终于有救了?</span></p><p style="max-width: 100%; min-height: 1em; box-sizing: border-box !important; word-wrap: break-word !important;"><span style="max-width: 100%; text-align: center; font-size: 15px; line-height: 21px; color: rgb(77, 77, 77); box-sizing: border-box !important; word-wrap: break-word !important;"><br style="max-width: 100%; box-sizing: border-box !important; word-wrap: break-word !important;" /></span></p><p style="max-width: 100%; min-height: 1em; box-sizing: border-box !important; word-wrap: break-word !important;"><span style="max-width: 100%; font-size: 15px; color: rgb(77, 77, 77); box-sizing: border-box !important; word-wrap: break-word !important;">说说在编辑图文的时候,<strong style="max-width: 100%; box-sizing: border-box !important; word-wrap: break-word !important;">你有过哪些恨不得“剁手”的黑历史?</strong></span></p></section></section></section></section><p><br /></p><p style="max-width: 100%; min-height: 1em; color: rgb(62, 62, 62); font-size: 16px; white-space: normal; background-color: rgb(255, 255, 255); text-align: center; box-sizing: border-box !important; word-wrap: break-word !important;"><img class="" data-ratio="0.546875" data-src="http://mmbiz.qpic.cn/mmbiz_png/OiaFLUqewuIBF8RiciaAdelSx7aV8nCSvGAfgqqrsCTZDcjZodLF36u6Jf4KibJ4ljXibb6IrKRFicJMsK1J5vBjBZbQ/0/mmbizgif?" data-type="gif" data-w="640" style="box-sizing: border-box !important; word-wrap: break-word !important; visibility: visible !important; width: auto !important;" width="auto" /></p><p><br /></p>
210
- </div>
211
- <script nonce="1875567093" type="text/javascript">
212
- var first_sceen__time = (+new Date());
213
-
214
- if ("" == 1 && document.getElementById('js_content')) {
215
- document.getElementById('js_content').addEventListener("selectstart",function(e){ e.preventDefault(); });
216
- }
217
-
218
-
219
- (function(){
220
- if (navigator.userAgent.indexOf("WindowsWechat") != -1){
221
- var link = document.createElement('link');
222
- var head = document.getElementsByTagName('head')[0];
223
- link.rel = 'stylesheet';
224
- link.type = 'text/css';
225
- link.href = "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/style/page/appmsg/page_mp_article_improve_winwx31619e.css";
226
- head.appendChild(link);
227
- }
228
- })();
229
- </script>
230
-
231
-
232
-
233
- <div class="ct_mpda_wrp" id="js_sponsor_ad_area" style="display:none;"></div>
234
-
235
-
236
- <div class="reward_area tc" id="js_preview_reward" style="display:none;">
237
- <p id="js_preview_reward_wording" class="tips_global reward_tips" style="display:none;"></p>
238
- <p>
239
- <a class="reward_access" id='js_preview_reward_link' href="##">赞赏</a>
240
- </p>
241
- </div>
242
- <div class="reward_qrcode_area reward_area tc" id="js_preview_reward_qrcode" style="display:none;">
243
- <p class="tips_global">长按二维码向我转账</p>
244
- <p id="js_preview_reward_ios_wording" class="reward_tips" style="display:none;"></p>
245
- <span class="reward_qrcode_img_wrp"><img class="reward_qrcode_img" src="//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/pic/appmsg/pic_reward_qrcode.2x3534dd.png"></span>
246
- <p class="tips_global">受苹果公司新规定影响,微信 iOS 版的赞赏功能被关闭,可通过二维码转账支持公众号。</p>
247
- </div>
248
- </div>
249
-
250
- <div class="rich_media_tool" id="js_toobar3">
251
- <div id="js_read_area3" class="media_tool_meta tips_global meta_primary" style="display:none;">阅读 <span id="readNum3"></span></div>
252
-
253
- <span style="display:none;" class="media_tool_meta meta_primary tips_global meta_praise" id="like3">
254
- <i class="icon_praise_gray"></i><span class="praise_num" id="likeNum3"></span>
255
- </span>
256
-
257
- <a id="js_report_article3" style="display:none;" class="media_tool_meta tips_global meta_extra" href="##">投诉</a>
258
-
259
- </div>
260
-
261
-
262
- </div>
263
-
264
- <div class="rich_media_area_primary sougou" id="sg_tj" style="display:none"></div>
265
-
266
-
267
- <div class="rich_media_area_extra">
268
-
269
-
270
- <div class="mpda_bottom_container" id="js_bottom_ad_area"></div>
271
-
272
- <div id="js_iframetest" style="display:none;"></div>
273
-
274
- <div class="rich_media_extra" id="js_cmt_area" style="display:none">
275
- </div>
276
- </div>
277
-
278
-
279
- <div id="js_pc_qr_code" class="qr_code_pc_outer" style="display:none;">
280
- <div class="qr_code_pc_inner">
281
- <div class="qr_code_pc">
282
- <img id="js_pc_qr_code_img" class="qr_code_pc_img">
283
- <p>微信扫一扫<br>关注该公众号</p>
284
- </div>
285
- </div>
286
- </div>
287
- </div>
288
- </div>
289
- <div id="js_minipro_dialog" style="display:none;">
290
- <div class="weui-mask"></div>
291
- <div class="weui-dialog">
292
- <div class="weui-dialog__bd">即将打开"<span id="js_minipro_dialog_name"></span>"小程序</div>
293
- <div class="weui-dialog__ft">
294
- <a id="js_minipro_dialog_cancel" href="javascript:void(0);" class="weui-dialog__btn weui-dialog__btn_default">取消</a>
295
- <a id="js_minipro_dialog_ok" href="javascript:void(0);" class="weui-dialog__btn weui-dialog__btn_primary">打开</a>
296
- </div>
297
- </div>
298
- </div>
299
-
300
-
301
- <script nonce="1875567093">
302
- var __DEBUGINFO = {
303
- debug_js : "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/debug/console34c264.js",
304
- safe_js : "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/safe/moonsafe34c264.js",
305
- res_list: []
306
- };
307
- </script>
308
-
309
- <script nonce="1875567093">
310
- (function() {
311
- function _addVConsole(uri) {
312
- var url = '//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/vconsole/' + uri;
313
- document.write('<script nonce="1875567093" type="text/javascript" src="' + url + '"><\/script>');
314
- }
315
- if (
316
- (document.cookie && document.cookie.indexOf('vconsole_open=1') > -1)
317
- || location.href.indexOf('vconsole=1') > -1
318
- ) {
319
- _addVConsole('2.5.1/vconsole.min.js');
320
- _addVConsole('plugin/vconsole-elements/1.0.2/vconsole-elements.min.js');
321
- _addVConsole('plugin/vconsole-sources/1.0.1/vconsole-sources.min.js');
322
- _addVConsole('plugin/vconsole-resources/1.0.0/vconsole-resources.min.js');
323
- _addVConsole('plugin/vconsole-mpopt/1.0.0/vconsole-mpopt.js');
324
- }
325
- })();
326
- </script>
327
-
328
- <script nonce="1875567093" type="text/javascript">
329
-
330
- if (!window.console) window.console = { log: function() {} };
331
-
332
- if (typeof getComputedStyle == 'undefined') {
333
- if (document.body.currentStyle) {
334
- window.getComputedStyle = function(el) {
335
- return el.currentStyle;
336
- }
337
- } else {
338
- window.getComputedStyle = {};
339
- }
340
- }
341
- var occupyImg = function() {
342
- var images = document.getElementsByTagName('img');
343
- var length = images.length;
344
- var container = document.getElementById('img-content');
345
- var max_width = container.offsetWidth;
346
- var container_padding = 0;
347
- var container_style = getComputedStyle(container);
348
- container_padding = parseFloat(container_style.paddingLeft) + parseFloat(container_style.paddingRight);
349
- max_width -= container_padding;
350
- var ua = navigator.userAgent.toLowerCase();
351
- var re = new RegExp("msie ([0-9]+[\.0-9]*)");
352
- var version;
353
- if (re.exec(ua) != null) {
354
- version = parseInt(RegExp.$1);
355
- }
356
- var isIE = false;
357
- if (typeof version != 'undefined' && version >= 6 && version <= 9) {
358
- isIE = true;
359
- }
360
- if (!max_width) {
361
- max_width = window.innerWidth - 30;
362
- }
363
- for (var i = 0; i < length; ++i) {
364
- var src_ = images[i].getAttribute('data-src');
365
- var realSrc = images[i].getAttribute('src');
366
- if (!src_ || realSrc) continue;
367
- var width_ = 1 * images[i].getAttribute('data-w') || max_width;
368
- var ratio_ = 1 * images[i].getAttribute('data-ratio');
369
- var height = 100;
370
- if (ratio_ && ratio_ > 0) {
371
- var img_style = getComputedStyle(images[i]);
372
- var init_width = images[i].style.width;
373
-
374
- if (init_width) {
375
- images[i].setAttribute('_width', init_width);
376
- if (init_width != 'auto') width_ = parseFloat(img_style.width);
377
- }
378
- var parent_width = 0;
379
- var parent = images[i].parentNode;
380
- var outerWidth = 0;
381
- while (true) {
382
- var parent_style = getComputedStyle(parent);
383
- if (!parent || !parent_style) break;
384
- parent_width = parent.clientWidth - parseFloat(parent_style.paddingLeft) - parseFloat(parent_style.paddingRight) - outerWidth;
385
- if (parent_width > 0) break;
386
- outerWidth += parseFloat(parent_style.paddingLeft) + parseFloat(parent_style.paddingRight) + parseFloat(parent_style.marginLeft) + parseFloat(parent_style.marginRight) + parseFloat(parent_style.borderLeftWidth) + parseFloat(parent_style.borderRightWidth);
387
- parent = parent.parentNode;
388
- }
389
- parent_width = parent_width || max_width;
390
- var width = width_ > parent_width ? parent_width : width_;
391
- var img_padding_border = parseFloat(img_style.paddingLeft) + parseFloat(img_style.paddingRight) + parseFloat(img_style.borderLeftWidth) + parseFloat(img_style.borderRightWidth);
392
- var img_padding_border_top_bottom = parseFloat(img_style.paddingTop) + parseFloat(img_style.paddingBottom) + parseFloat(img_style.borderTopWidth) + parseFloat(img_style.borderBottomWidth);
393
- img_padding_border = img_padding_border || 0;
394
- img_padding_border_top_bottom = img_padding_border_top_bottom || 0;
395
- height = (width - img_padding_border) * ratio_ + img_padding_border_top_bottom;
396
- images[i].style.cssText += ";width: " + width + "px !important;";
397
- if (isIE) {
398
- var url = images[i].getAttribute('data-src');
399
- images[i].src = url;
400
- } else {
401
- if(width > 40 && height > 40){
402
- images[i].className += ' img_loading';
403
- }
404
- images[i].src = "data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWNgYGBgAAAABQABh6FO1AAAAABJRU5ErkJggg==";
405
- }
406
- } else {
407
- images[i].style.cssText += ";visibility: hidden !important;";
408
- }
409
- images[i].style.cssText += ";height: " + height + "px !important;";
410
- }
411
- }
412
- occupyImg();
413
- </script>
414
- <script nonce="1875567093" type="text/javascript">
415
-
416
- var not_in_mm_css = "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/style/page/appmsg/not_in_mm36906d.css";
417
- var windowwx_css = "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/style/page/appmsg/page_mp_article_improve_winwx31619e.css";
418
- var article_improve_combo_css = "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/style/page/appmsg/page_mp_article_improve_combo36906d.css";
419
- var tid = "";
420
- var aid = "";
421
- var clientversion = "0";
422
- var appuin = "MjM5NjM4MDAxMg=="||"";
423
-
424
- var source = "";
425
- var subscene = "";
426
- var abtest_cookie = "";
427
-
428
- var scene = 75;
429
-
430
- var itemidx = "";
431
-
432
- var _copyright_stat = "0";
433
- var _ori_article_type = "";
434
-
435
- var nickname = "微信派";
436
- var appmsg_type = "9";
437
- var ct = "1498141665";
438
- var publish_time = "2017-06-22" || "";
439
- var user_name = "gh_bc5ec2ee663f";
440
- var user_name_new = "";
441
- var fakeid = "";
442
- var version = "";
443
- var is_limit_user = "0";
444
- var round_head_img = "http://mmbiz.qpic.cn/mmbiz_png/OiaFLUqewuIC9XnV7wN4RiccsT0CCD8FbIFpOK3resNs0VjHOgk2c5V6OyTtsuc2VVkllibSictcUBibLgh6vM1hC9g/0?wx_fmt=png";
445
- var ori_head_img_url = "http://wx.qlogo.cn/mmhead/Q3auHgzwzM7Xb5Qbdia5AuGTX4AeZSWYlAyWkoOMibx5KcoEIIcpMeKA/132";
446
- var msg_title = "不是月光宝盒,但也能回到过去";
447
- var msg_desc = "你知道吗?从今天起,公众号后台编辑文章时可以……";
448
- var msg_cdn_url = "http://mmbiz.qpic.cn/mmbiz_png/OiaFLUqewuIAPTa81wVPHMu8m4S5puehj63CPBwfRwAEe27h97wIYWepOIeMbJQyFicOCs7dOs5licBiba4RG8odYQ/0?wx_fmt=png";
449
- var msg_link = "http://mp.weixin.qq.com/s?__biz=MjM5NjM4MDAxMg==\x26amp;mid=2655075181\x26amp;idx=1\x26amp;sn=7c58f17de2c687f4763f17359ecc6e72\x26amp;chksm=bd5fb76e8a283e7856cae30a74e905a18d9511e81c047b6e12390889de15976fb2c297b04106#rd";
450
- var user_uin = "0"*1;
451
- var msg_source_url = '';
452
- var img_format = 'png';
453
- var srcid = '';
454
- var req_id = '2713qfZrSSfqhP31VxxUeZPq';
455
- var networkType;
456
- var appmsgid = '' || '2655075181'|| "";
457
- var comment_id = "1746011772" * 1;
458
- var comment_enabled = "" * 1;
459
- var is_need_reward = "0" * 1;
460
- var is_https_res = ("" * 1) && (location.protocol == "https:");
461
- var msg_daily_idx = "1" || "";
462
- var profileReportInfo = "" || "";
463
-
464
- var devicetype = "";
465
- var source_encode_biz = "";
466
- var source_username = "";
467
-
468
- var reprint_ticket = "";
469
- var source_mid = "";
470
- var source_idx = "";
471
-
472
- var show_comment = "";
473
- var __appmsgCgiData = {
474
- can_use_page : "0"*1,
475
- is_wxg_stuff_uin : "0"*1,
476
- card_pos : "",
477
- copyright_stat : "0",
478
- source_biz : "",
479
- hd_head_img : "http://wx.qlogo.cn/mmhead/Q3auHgzwzM7Xb5Qbdia5AuGTX4AeZSWYlAyWkoOMibx5KcoEIIcpMeKA/0"||(window.location.protocol+"//"+window.location.host + "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/pic/appmsg/pic_rumor_link.2x264e76.jpg")
480
- };
481
- var _empty_v = "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/pic/pages/voice/empty26f1f1.mp3";
482
-
483
- var copyright_stat = "0" * 1;
484
-
485
- var pay_fee = "" * 1;
486
- var pay_timestamp = "";
487
- var need_pay = "" * 1;
488
-
489
- var need_report_cost = "0" * 1;
490
- var use_tx_video_player = "0" * 1;
491
- var appmsg_fe_filter = "contenteditable";
492
-
493
- var friend_read_source = "" || "";
494
- var friend_read_version = "" || "";
495
- var friend_read_class_id = "" || "";
496
-
497
- var is_only_read = "1" * 1;
498
- var read_num = "" * 1;
499
- var like_num = "" * 1;
500
- var liked = "" == 'true' ? true : false;
501
- var is_temp_url = "" ? 1 : 0;
502
- var send_time = "";
503
- var icon_emotion_switch = "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/icon/appmsg/emotion/icon_emotion_switch.2x2f1273.png";
504
- var icon_emotion_switch_active = "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/icon/appmsg/emotion/icon_emotion_switch_active.2x2f1273.png";
505
- var icon_loading_white = "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/icon/common/icon_loading_white2805ea.gif";
506
- var icon_audio_unread = "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/icon/appmsg/audio/icon_audio_unread26f1f1.png";
507
- var icon_qqmusic_default = "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/icon/appmsg/qqmusic/icon_qqmusic_default.2x26f1f1.png";
508
- var icon_qqmusic_source = "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/icon/appmsg/qqmusic/icon_qqmusic_source263724.png";
509
-
510
- var topic_default_img = '//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/icon/appmsg/topic/pic_book_thumb.2x2e4987.png';
511
- var comment_edit_icon = '//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/icon/appmsg/icon_edit25ded2.png';
512
- var comment_loading_img = '//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/icon/common/icon_loading_white2805ea.gif';
513
- var voice_in_appmsg = {
514
- "1":"1"
515
- };
516
-
517
-
518
-
519
-
520
-
521
-
522
-
523
- var weapp_sn_arr_json = "" || "";
524
-
525
-
526
- var ban_scene = "0" * 1;
527
-
528
- var svr_time = "1498541752" * 1;
529
-
530
- var is_transfer_msg = ""*1||0;
531
-
532
- window.wxtoken = "";
533
-
534
-
535
-
536
-
537
-
538
- window.is_login = '0' * 1;
539
-
540
- window.__moon_initcallback = function(){
541
- if(!!window.__initCatch){
542
- window.__initCatch({
543
- idkey : 27611+2,
544
- startKey : 0,
545
- limit : 128,
546
- badjsId: 43,
547
- reportOpt : {
548
- uin : uin,
549
- biz : biz,
550
- mid : mid,
551
- idx : idx,
552
- sn : sn
553
- },
554
- extInfo : {
555
- network_rate : 0.01,
556
- badjs_rate: 0.1
557
- }
558
- });
559
- }
560
- }
561
- </script>
562
-
563
- <script nonce="1875567093" type="text/javascript">
564
- (function(){
565
- window.__logClientLog = function(msg){
566
- try{
567
- var method;
568
- if(/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent)){
569
- method = 'writeLog';
570
- }else if(/(Android)/i.test(navigator.userAgent)){
571
- method = 'log';
572
- }
573
- if(!!method)
574
- doLog(method, msg);
575
- }catch(e){
576
- console.error(e)
577
- throw e
578
- }
579
- }
580
- function doLog(method, msg){
581
- if(!!method && !!top.window.WeixinJSBridge && !!top.window.WeixinJSBridge.invoke){
582
- top.window.WeixinJSBridge.invoke(method, {
583
- "level" : 'info',
584
- "msg" : "[WechatFe][appmsg]" + msg
585
- });
586
- }else{
587
-
588
- setTimeout(function(){
589
- if( top.window.document.addEventListener ){
590
- top.window.document.addEventListener('WeixinJSBridgeReady', function(){
591
- doLog(method,msg)
592
- }, false);
593
- }else if (top.window.document.attachEvent){
594
- top.window.document.attachEvent('WeixinJSBridgeReady', function(){
595
- doLog(method, msg)
596
- });
597
- top.window.document.attachEvent('onWeixinJSBridgeReady', function(){
598
- doLog(method, msg)
599
- });
600
- }
601
- }, 0)
602
- }
603
- }
604
- window.__moonErrRep = function(src){
605
- window.__logClientLog(' moon load err ' + src);
606
- }
607
- window.__moonSucRep = function(src){
608
- window.__logClientLog(' moon load suc ' + src);
609
- }
610
- window.setTimeout(function(){
611
- window.__logClientLog(' index.html end, __moonhasinit : ' + window.__moonhasinit);
612
- }, 500);
613
- })();
614
- </script>
615
-
616
-
617
- <script nonce="1875567093">window.__moon_host = 'res.wx.qq.com';window.__moon_mainjs = 'appmsg/index.js';window.moon_map = {"new_video/player.html.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/new_video/player.html364802.js","biz_wap/zepto/touch.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/zepto/touch34c264.js","biz_wap/zepto/event.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/zepto/event34c264.js","biz_wap/zepto/zepto.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/zepto/zepto34c264.js","page/pages/video.css":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/style/page/pages/video.css36906d.js","a/appdialog_confirm.html.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/a/appdialog_confirm.html34f0d8.js","widget/wx_profile_dialog_primary.css":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/style/widget/wx_profile_dialog_primary.css34f0d8.js","appmsg/emotion/caret.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/emotion/caret278965.js","new_video/player.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/new_video/player364802.js","a/appdialog_confirm.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/a/appdialog_confirm34c32a.js","biz_wap/jsapi/cardticket.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/jsapi/cardticket34c264.js","biz_common/utils/emoji_panel_data.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_common/utils/emoji_panel_data3518c6.js","biz_common/utils/emoji_data.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_common/utils/emoji_data3518c6.js","appmsg/emotion/textarea.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/emotion/textarea353f34.js","appmsg/emotion/nav.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/emotion/nav278965.js","appmsg/emotion/common.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/emotion/common3518c6.js","appmsg/emotion/slide.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/emotion/slide2a9cd9.js","pages/report.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/pages/report358df0.js","pages/music_player.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/pages/music_player36a17f.js","pages/loadscript.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/pages/loadscript30203e.js","appmsg/emotion/dom.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/emotion/dom31ff31.js","appmsg/comment_tpl.html.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/comment_tpl.html36b915.js","biz_wap/utils/fakehash.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/utils/fakehash34c264.js","biz_common/utils/wxgspeedsdk.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_common/utils/wxgspeedsdk3518c6.js","a/sponsor.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/a/sponsor364802.js","a/app_card.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/a/app_card367ed3.js","a/ios.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/a/ios333f3d.js","a/android.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/a/android2c5484.js","a/profile.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/a/profile31ff31.js","a/sponsor_a_tpl.html.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/a/sponsor_a_tpl.html36906d.js","a/a_tpl.html.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/a/a_tpl.html36906d.js","a/mpshop.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/a/mpshop311179.js","a/card.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/a/card311179.js","biz_wap/utils/position.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/utils/position34c264.js","a/a_report.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/a/a_report32e586.js","appmsg/my_comment_tpl.html.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/my_comment_tpl.html36906d.js","appmsg/cmt_tpl.html.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/cmt_tpl.html369d00.js","sougou/a_tpl.html.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/sougou/a_tpl.html2c6e7c.js","appmsg/emotion/emotion.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/emotion/emotion353f34.js","biz_wap/utils/wapsdk.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/utils/wapsdk34c264.js","biz_common/utils/monitor.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_common/utils/monitor3518c6.js","biz_common/utils/report.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_common/utils/report3518c6.js","appmsg/open_url_with_webview.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/open_url_with_webview3145f0.js","biz_common/utils/http.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_common/utils/http3518c6.js","biz_common/utils/cookie.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_common/utils/cookie3518c6.js","appmsg/topic_tpl.html.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/topic_tpl.html31ff31.js","pages/weapp_tpl.html.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/pages/weapp_tpl.html36906d.js","pages/voice_tpl.html.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/pages/voice_tpl.html36906d.js","pages/voice_component.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/pages/voice_component36a23a.js","pages/qqmusic_tpl.html.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/pages/qqmusic_tpl.html36906d.js","new_video/ctl.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/new_video/ctl2d441f.js","a/testdata.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/a/testdata3640e0.js","appmsg/reward_entry.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/reward_entry36906d.js","appmsg/comment.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/comment369d00.js","appmsg/like.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/like2eb52b.js","pages/version4video.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/pages/version4video358f7a.js","a/a.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/a/a36906d.js","rt/appmsg/getappmsgext.rt.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/rt/appmsg/getappmsgext.rt2c21f6.js","biz_wap/utils/storage.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/utils/storage34c264.js","biz_common/tmpl.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_common/tmpl3518c6.js","appmsg/share_tpl.html.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/share_tpl.html36906d.js","appmsg/img_copyright_tpl.html.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/img_copyright_tpl.html2a2c13.js","pages/video_ctrl.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/pages/video_ctrl35899f.js","biz_common/ui/imgonepx.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_common/ui/imgonepx3518c6.js","biz_common/utils/respTypes.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_common/utils/respTypes3518c6.js","biz_wap/utils/log.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/utils/log34c264.js","sougou/index.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/sougou/index36913b.js","biz_wap/safe/mutation_observer_report.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/safe/mutation_observer_report34c264.js","appmsg/fereport.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/fereport368f86.js","appmsg/report.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/report3404b3.js","appmsg/report_and_source.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/report_and_source34c49d.js","appmsg/page_pos.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/page_pos366ede.js","appmsg/cdn_speed_report.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/cdn_speed_report3097b2.js","appmsg/wxtopic.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/wxtopic31a3be.js","appmsg/new_index.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/new_index36906d.js","appmsg/weapp.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/weapp3696a4.js","appmsg/voice.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/voice3680e8.js","appmsg/qqmusic.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/qqmusic3654f2.js","appmsg/iframe.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/iframe35899f.js","appmsg/review_image.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/review_image355a40.js","appmsg/outer_link.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/outer_link275627.js","appmsg/copyright_report.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/copyright_report2ec4b2.js","appmsg/async.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/async36913b.js","biz_wap/ui/lazyload_img.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/ui/lazyload_img35a497.js","biz_common/log/jserr.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_common/log/jserr3518c6.js","appmsg/share.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/share355afb.js","appmsg/cdn_img_lib.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/cdn_img_lib36800f.js","biz_common/utils/url/parse.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_common/utils/url/parse3518c6.js","page/appmsg/not_in_mm.css":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/style/page/appmsg/not_in_mm.css36906d.js","page/appmsg/page_mp_article_improve_combo.css":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/style/page/appmsg/page_mp_article_improve_combo.css36906d.js","page/appmsg_new/not_in_mm.css":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/style/page/appmsg_new/not_in_mm.css36906d.js","page/appmsg_new/combo.css":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/style/page/appmsg_new/combo.css36b915.js","biz_wap/jsapi/core.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/jsapi/core34c264.js","biz_common/dom/event.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_common/dom/event3518c6.js","appmsg/test.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/test354009.js","biz_wap/utils/mmversion.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/utils/mmversion34c264.js","appmsg/max_age.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/max_age2fdd28.js","biz_common/dom/attr.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_common/dom/attr3518c6.js","biz_wap/utils/ajax.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/utils/ajax34c264.js","appmsg/log.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/log300330.js","biz_common/dom/class.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_common/dom/class3518c6.js","biz_wap/utils/device.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/utils/device34c264.js","biz_common/utils/string/html.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_common/utils/string/html3518c6.js","appmsg/index.js":"//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/index36b7e1.js"};</script><script nonce="1875567093" type="text/javascript">(function(){function d(a){window.__wxgspeeds.moonls_loadjs_begin=+new Date;var c=document.createElement("script");document.getElementsByTagName("body")[0].appendChild(c);c.type="text/javascript";c.async="async";;c.setAttribute('onerror', 'wx_loaderror');c.onload=function(){a&&f();window.__moonSucRep&&window.__moonSucRep(b)};c.onerror=function(){window.__moonSucRep&&window.____moonSucRep(b)};c.src=b;window.__wxgspeeds.moonls_loadjs_end=+new Date}function f(){window.__wxgspeeds.moonls_save_begin=+new Date;localStorage.setItem("__WXLS__moon",String(__moonf__));localStorage.setItem("__WXLS__moonarg",JSON.stringify({version:b,method:""}));window.__wxgspeeds.moonls_save_end=+new Date}var a=!!top&&!!top.window&&top.window.user_uin||0,e=0!==a&&1>Math.floor(a/100)%100;if(2876363900==a||1506075==a||942807682==a)e=!0;var b="//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/moon368f86.js";window.__loadAllResFromMp&&(b=b.replace("res.wx.qq.com","mp.weixin.qq.com"),(new Image).src=location.protocol+"//mp.weixin.qq.com/mp/jsmonitor?idkey=27613_12_1");window.__wxgspeeds||(window.__wxgspeeds={});if("function"==typeof __moonf__)__moonf__(),e&&localStorage&&f();else if(window.__wxgspeeds.moonloadtime=+new Date,e&&localStorage)try{var g=JSON.parse(localStorage.getItem("__WXLS__moonarg"))||{};if(g&&g.version==b){var h=localStorage.getItem("__WXLS__moon");localStorage.setItem("__WXLS__moonarg",JSON.stringify({version:b,method:"fromls"}));window.__moonls_fromls=!0;window.__wxgspeeds.moonls_loadls_end=+new Date;eval(h);__moonf__()}else d(!0)}catch(k){window.__moonls_fail=!0,d(!0)}else d(!1)})();</script>
618
- <script nonce="1875567093" type="text/javascript">
619
- var real_show_page_time = +new Date();
620
- if (!!window.addEventListener){
621
- window.addEventListener("load", function(){
622
- window.onload_endtime = +new Date();
623
- });
624
- }
625
-
626
- </script>
627
-
628
- </body>
629
- <script nonce="1875567093" type="text/javascript">document.addEventListener("touchstart", function() {},false);</script>
630
- </html>
631
- <!--tailTrap<body></body><head></head><html></html>-->