Skip to content

Commit 02628ec

Browse files
committed
Fixes
1 parent 68cdf9c commit 02628ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/lathe/generators/mini_app/lib/%app_path%/engine.rb.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module <%=package%>
1616
#加载API
1717
::API.send "include",<%=package%>::ApiV1<%=app_name.camelize%>
1818

19-
MiniApp.apps << {:title=>I18n.t("ft.mini_app.<%=app_name%>.app_text"),:create_url=>'/mini_apps/<%=app_name%>s/new',:icon=> ActionController::Base.helpers.asset_path('<%=app_path%>/<%=app_name%>_white.png')}
19+
MiniApp.apps << {:title=>I18n.t("ft.mini_app.<%=app_name%>.app_text"),:create_url=>'/mini_apps/<%=app_name%>/new',:icon=> ActionController::Base.helpers.asset_path('<%=app_path%>/<%=app_name%>_white.png')}
2020
end
2121
end
2222
end

lib/lathe/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Lathe
2-
VERSION = "0.0.8"
2+
VERSION = "0.0.9"
33
end

0 commit comments

Comments
 (0)