(model)
| 207 | }, |
| 208 | // 获取 option value |
| 209 | getOptionName(model) { |
| 210 | return this[model][this.getOption(model)]; |
| 211 | }, |
| 212 | getCustomOption(model) { |
| 213 | return GM_getValue("model_" + model) || ''; |
| 214 | } |
nothing calls this directly
no outgoing calls
no test coverage detected