⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aimpresence_sidebar.rb

📁 用ruby on rails写的一个博客程序,还不错..ruby on rails的确是个好框架
💻 RB
字号:
class AimpresenceSidebar < Sidebar  display_name _("AIM Presence")  description <<EOSDisplays the Online presence of an AOL Instant Messenger screen name<br/>If you don\'t have a key, register <a href="http://www.aim.com/presence">here</a>.EOS  setting :sn, '', :label => 'Screen Name'  setting :devkey, '', :label => 'Key'  def parse_request(contents, params)    # contents is a list of the items being rendered on the current page    # params is the params hash for the current request    # Take a look at (eg) the amazon sidebar for examples of what gets done here    # If your sidebar doesn't depend on the request or the contents, you don't    # need to do anything here.  endend

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -