Browse Source

懒加载多sheet预览插件

master
richie 8 years ago
parent
commit
fc179e865f
  1. BIN
      shop/icon_200.png
  2. BIN
      shop/icon_400.png
  3. 19
      src/com/fr/plugin/lazy/sheet/locale/LazyLocaleFinder.java
  4. 1
      src/com/fr/plugin/lazy/sheet/locale/lazy.properties
  5. 1
      src/com/fr/plugin/lazy/sheet/locale/lazy_en_US.properties
  6. 1
      src/com/fr/plugin/lazy/sheet/locale/lazy_zh_CN.properties

BIN
shop/icon_200.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

BIN
shop/icon_400.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

19
src/com/fr/plugin/lazy/sheet/locale/LazyLocaleFinder.java

@ -0,0 +1,19 @@
package com.fr.plugin.lazy.sheet.locale;
import com.fr.stable.fun.impl.AbstractLocaleFinder;
/**
* Created by richie on 16/4/11.
*/
public class LazyLocaleFinder extends AbstractLocaleFinder {
@Override
public int currentAPILevel() {
return 1;
}
@Override
public String find() {
return "com/fr/plugin/lazy/sheet/locale/lazy";
}
}

1
src/com/fr/plugin/lazy/sheet/locale/lazy.properties

@ -0,0 +1 @@
Plugin-Lazy_Load_Sheet=Lazy Load Sheet

1
src/com/fr/plugin/lazy/sheet/locale/lazy_en_US.properties

@ -0,0 +1 @@
Plugin-Lazy_Load_Sheet=Lazy Load Sheet

1
src/com/fr/plugin/lazy/sheet/locale/lazy_zh_CN.properties

@ -0,0 +1 @@
Plugin-Lazy_Load_Sheet=\u61D2\u52A0\u8F7D\u591Asheet
Loading…
Cancel
Save